Bug 11311 - xtrace and memusage don't build
Summary: xtrace and memusage don't build
Status: RESOLVED DUPLICATE of bug 333
Alias: None
Product: glibc
Classification: Unclassified
Component: nptl (show other bugs)
Version: 2.11
: P2 normal
Target Milestone: ---
Assignee: Ulrich Drepper
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-22 23:25 UTC by Robert Xu
Modified: 2014-06-30 18:46 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Xu 2010-02-22 23:25:42 UTC
Hi, I've been trying to rebuild a fedora 12 glibc 2.11.1 SRPM using mock for the 
x86_64 arch, but it always fails at:

DEBUG: + for i in '$RPM_BUILD_ROOT/usr/bin/{xtrace,memusage}'
DEBUG: + sed -e s~=/lib64/libpcprofile.so~=/usr/lib64/libpcprofile.so~ -e 
s~=/lib64/libmemusage.so~=/usr/lib64/libmemusage.so~ -e 
's~='\''/\\\$LIB/libpcprofile.so~='\''/usr/\\$LIB/libpcprofile.so~' -e 
's~='\''/\\\$LIB/libmemusage.so~='\''/usr/\\$LIB/libmemusage.so~' -i 
/builddir/build/BUILDROOT/glibc-2.11.1-3.fc12.x86_64/usr/bin/memusage
DEBUG: sed: can't read /builddir/build/BUILDROOT/glibc-2.11.1-
3.fc12.x86_64/usr/bin/memusage: No such file or directory
DEBUG: error: Bad exit status from /var/tmp/rpm-tmp.ygMzgm (%install)

help?
Comment 1 Ulrich Drepper 2010-02-22 23:39:21 UTC

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