
abbotti at mev
Apr 9, 2009, 7:04 AM
Post #3 of 4
(710 views)
Permalink
|
|
Re: Trouble building RPMs on RHEL4 with atrpms-rpm-config-183
[In reply to]
|
|
John Robinson wrote: > On 09/04/2009 12:54, Ian Abbott wrote: > [...] > >> It looks like the "eu-strip" command above is failing silently with >> exit status 1. The version of "eu-strip" installed on RHEL4 is just a >> simple-looking bash script > > > Not on my EL4 box it isn't: > > [root [at] hol ~]# file /usr/bin/eu-strip > /usr/bin/eu-strip: ELF 32-bit LSB executable, Intel 80386, version 1 > (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), > stripped > [root [at] hol ~]# ldd /usr/bin/eu-strip > linux-gate.so.1 => (0xb7ffa000) > libelf.so.1 => /usr/lib/libelf.so.1 (0x4a513000) > libdl.so.2 => /lib/libdl.so.2 (0x4a4b3000) > libc.so.6 => /lib/tls/i686/libc.so.6 (0x4a397000) > /lib/ld-linux.so.2 (0x4a37f000) > [root [at] hol ~]# rpm -qif /usr/bin/eu-strip > Name : elfutils Relocations: (not relocatable) > Version : 0.97.1 Vendor: CentOS > Release : 5 Build Date: Sat Nov 17 > 09:44:50 2007 > Install Date: Wed Dec 19 01:41:30 2007 Build Host: builder6 > Group : Development/Tools Source RPM: > elfutils-0.97.1-5.src.rpm > Size : 302981 License: GPL > Signature : DSA/SHA1, Sun Nov 18 20:50:51 2007, Key ID a53d0bab443e1821 > Summary : A collection of utilities and DSOs to handle compiled > objects. > Description : > Elfutils is a collection of utilities, including ld (a linker), > nm (for listing symbols from object files), size (for listing the > section sizes of an object or archive file), strip (for discarding > symbols), readelf (to see the raw ELF file structures), and elflint > (to check for well-formed ELF files). Also included are numerous > helper libraries which implement DWARF, ELF, and machine-specific ELF > handling. > [root [at] hol ~]# cat /etc/redhat-release > CentOS release 4.7 (Final) Mine is as follows, but it's from a copy of RHEL4WS that's never been updated from RHN: $ cat /etc/redhat-release Red Hat Enterprise Linux WS release 4 (Nahant Update 1) $ file /usr/bin/eu-strip /usr/bin/eu-strip: Bourne-Again shell script text executable $ rpm -qif /usr/bin/eu-strip Name : elfutils Relocations: (not relocatable) Version : 0.97 Vendor: Red Hat, Inc. Release : 5 Build Date: Mon 29 Nov 2004 00:52:39 GMT Install Date: Fri 02 Mar 2007 12:16:09 GMT Build Host: tweety.build.redhat.com Group : Development/Tools Source RPM: elfutils-0.97-5.src.rpm Size : 5865 License: GPL Signature : DSA/SHA1, Wed 05 Jan 2005 20:48:38 GMT, Key ID 219180cddb42a60e Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> Summary : A collection of utilities for handling compiled objects. Description : Elfutils is a collection of utilities, including ld (a linker), nm (for listing symbols from object files), size (for listing the section sizes of an object or archive file), strip (for discarding symbols), readline (the see the raw ELF file structures), and elflint (to check for well-formed ELF files). Also included are numerous helper libraries which implement DWARF, ELF, and machine-specific ELF handling. _______________________________________________ atrpms-users mailing list atrpms-users [at] atrpms http://lists.atrpms.net/mailman/listinfo/atrpms-users
|