Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1213 - failed emerge with objprelink-0-r1.ebuild
Summary: failed emerge with objprelink-0-r1.ebuild
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Dan Armak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-18 01:43 UTC by Kevin
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin 2002-03-18 01:43:03 UTC
Trying to emerge objprelink, get the following:

>>> md5 ;-) kde-admin-acinclude.patch
>>> md5 ;-) objprelink.c.gz
>>> Unpacking source...
>>> Source unpacked.
/usr/lib/libbfd.a(archures.o): In function `bfd_default_scan':
archures.o(.text+0x180): undefined reference to `_sch_istable'
/usr/lib/libbfd.a(bfd.o): In function `bfd_scan_vma':
bfd.o(.text+0x22d): undefined reference to `_sch_istable'
/usr/lib/libbfd.a(syms.o): In function `bfd_decode_symclass':
syms.o(.text+0x256): undefined reference to `_sch_toupper'
/usr/lib/libbfd.a(srec.o): In function `srec_scan':
srec.o(.text+0xc5): undefined reference to `_sch_istable'
srec.o(.text+0x2fc): undefined reference to `_sch_istable'
srec.o(.text+0x531): undefined reference to `_sch_istable'
srec.o(.text+0x60c): undefined reference to `_sch_istable'
/usr/lib/libbfd.a(binary.o): In function `binary_get_symtab':
binary.o(.text+0x1f8): undefined reference to `_sch_istable'
/usr/lib/libbfd.a(binary.o)(.text+0x306): more undefined references to 
`_sch_istable' follow
/usr/lib/libbfd.a(elf-strtab.o): In function `_bfd_elf_strtab_finalize':
elf-strtab.o(.text+0x1cc): undefined reference to `htab_create'
elf-strtab.o(.text+0x1e1): undefined reference to `htab_create'
elf-strtab.o(.text+0x253): undefined reference to `htab_find_slot_with_hash'
elf-strtab.o(.text+0x27a): undefined reference to `htab_find_slot_with_hash'
elf-strtab.o(.text+0x2cc): undefined reference to `htab_delete'
elf-strtab.o(.text+0x2e1): undefined reference to `htab_delete'
/usr/lib/libbfd.a(aout32.o): In function `aout_link_write_symbols':
aout32.o(.text+0x459c): undefined reference to `_sch_istable'
/usr/lib/libbfd.a(archive.o): In function `_bfd_generic_read_ar_hdr_mag':
archive.o(.text+0x1ac): undefined reference to `_sch_istable'
/usr/lib/libbfd.a(stabs.o): In function `_bfd_link_section_stabs':
stabs.o(.text+0x402): undefined reference to `_sch_istable'
/usr/lib/libbfd.a(merge.o): In function `merge_strings':
merge.o(.text+0x916): undefined reference to `htab_create'
merge.o(.text+0x937): undefined reference to `htab_create'
merge.o(.text+0x9cd): undefined reference to `htab_find_slot_with_hash'
merge.o(.text+0xa25): undefined reference to `htab_find_slot_with_hash'
merge.o(.text+0xa8d): undefined reference to `htab_delete'
merge.o(.text+0xaa2): undefined reference to `htab_delete'
collect2: ld returned 1 exit status

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 2, Exitcode 1
!!! (no error message)

!!! emerge aborting on  
/usr/portage/dev-util/objprelink/objprelink-0-r1.ebuild .
Comment 1 Dan Armak (RETIRED) gentoo-dev 2002-03-20 16:23:11 UTC
That's right; objprelnk can't link against the current binutils. Compatibility was broken a few binutils versions ago. That's why we don't use it on KDe per default as we used to (pity). Of course, the binutils guys have ben promising us generic prelinking for a long time now...  Nothing I can do about it, sorry.