Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1512897 - systemtap-testsuite/systemtap-server requires deprecated /bin/env and /bin/mktemp
Summary: systemtap-testsuite/systemtap-server requires deprecated /bin/env and /bin/mk...
Keywords:
Status: CLOSED DUPLICATE of bug 1549063
Alias: None
Product: Fedora
Classification: Fedora
Component: systemtap
Version: 28
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Frank Ch. Eigler
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-11-14 12:10 UTC by Igor Gnatenko
Modified: 2018-04-18 22:20 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-04-18 22:20:38 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Igor Gnatenko 2017-11-14 12:10:40 UTC
See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/YKPCYY2JJOAQG67X4I6ZNYRHNYDCNQFL/ for more details.

[root@483ada140218 /]# rpm -q --filerequire systemtap-testsuite | grep -P "\t/bin/env"
/usr/share/systemtap/testsuite/systemtap.base/bz5274.a.stp	/bin/env
/usr/share/systemtap/testsuite/systemtap.base/bz5274.stp	/bin/env
[root@483ada140218 /]# rpm -qR systemtap-server | grep /bin/mktemp
/bin/mktemp

I think /bin/mktemp is coming from pre/post scriptlet, so you should be fine by just replacing requirement by coreutils.

Comment 1 Fedora End Of Life 2018-02-20 15:30:26 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 28 development cycle.
Changing version to '28'.

Comment 2 Mark Wielaard 2018-04-18 22:20:38 UTC
The /bin/mktemp issue was solved in 3.2-4 by:

commit ac3f11bfc657843f2fceafda1afc1d99b9d38f15
Author: Igor Gnatenko <ignatenkobrain>
Date:   Wed Feb 7 17:44:25 2018 +0100

    Fix very old Requires
    
    Signed-off-by: Igor Gnatenko <ignatenkobrain>

The /bin/env issue is bug #1549063

*** This bug has been marked as a duplicate of bug 1549063 ***


Note You need to log in before you can comment on or make changes to this bug.