On Tue, 2006-12-12 at 12:32 -0600, Guy Streeter wrote:
I get errors trying to build crash 4.0-3.14 on a RHEL4u4 x86_64
system.
Here are the errors I see:
+ /usr/lib/rpm/find-debuginfo.sh /home/hsv/streeter/redhat/BUILD/crash-4.0-3.14
extracting debug info from /var/tmp/crash-root/usr/bin/crash
cpio: crash-4.0-3.14/gdb-6.1/bfd/<internal>: No such file or directory
cpio: crash-4.0-3.14/gdb-6.1/gdb/<internal>: No such file or directory
cpio: crash-4.0-3.14/gdb-6.1/libiberty/<internal>: No such file or
directory
cpio: crash-4.0-3.14/gdb-6.1/readline/<internal>: No such file or
directory
21666 blocks
+ /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
/var/tmp/rpm-tmp.13189: line 37: /usr/lib/rpm/check-rpaths: No such file
or directory
error: Bad exit status from /var/tmp/rpm-tmp.13189 (%install)
I found it. There's a line in my .rpmmacros file:
%
__arch_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot
Apparently I put it there at the suggestion of the Fedora developers. I
shouldn't use it in home dirs that get mounted on RHEL systems. :)
thanks,
--Guy