Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140301 - sys-apps/busybox-1.2.0 doesn't compile under ppc64
Summary: sys-apps/busybox-1.2.0 doesn't compile under ppc64
Status: RESOLVED DUPLICATE of bug 130943
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-13 22:20 UTC by Yang Dehua
Modified: 2006-07-14 02:25 UTC (History)
0 users

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 Yang Dehua 2006-07-13 22:20:23 UTC
When tried to emerge busybox-1.2.0, I got the following errors:

  LINK busybox_unstripped
/var/tmp/portage/busybox-1.2.0/work/busybox-1.2.0/libbb/libbb.a(inet_common.o):(.text.INET6_resolve+0x50): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/var/tmp/portage/busybox-1.2.0/work/busybox-1.2.0/networking/networking.a(nslookup.o):(.text.gethostbyaddr_wrapper+0x60): warning: Using 'gethostbyaddr' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/var/tmp/portage/busybox-1.2.0/work/busybox-1.2.0/networking/networking.a(ifconfig.o):(.text.ifconfig_main+0x374): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/var/tmp/portage/busybox-1.2.0/work/busybox-1.2.0/networking/networking.a(arping.o):(.text.arping_main+0x268): warning: Using 'gethostbyname2' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/var/tmp/portage/busybox-1.2.0/work/busybox-1.2.0/libbb/libbb.a(inet_common.o):(.text.INET_rresolve+0x148): warning: Using 'getnetbyaddr' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/var/tmp/portage/busybox-1.2.0/work/busybox-1.2.0/libbb/libbb.a(inet_common.o):(.text.INET_resolve+0xb0): warning: Using 'getnetbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/var/tmp/portage/busybox-1.2.0/work/busybox-1.2.0/networking/networking.a(traceroute.o):(.text.traceroute_main+0x418): warning: Using 'getprotobyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/var/tmp/portage/busybox-1.2.0/work/busybox-1.2.0/networking/networking.a(fakeidentd.o):(.text.fakeidentd_main+0x204): warning: Using 'getservbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/var/tmp/portage/busybox-1.2.0/work/busybox-1.2.0/networking/networking.a(netstat.o):(.text.snprint_ip_port+0xac): warning: Using 'getservbyport' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/var/tmp/portage/busybox-1.2.0/work/busybox-1.2.0/libpwdgrp/libpwdgrp.a(getgrnam_r.o): warning: Using 'getgrnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.1.1/../../../../powerpc64-unknown-linux-gnu/bin/ld: /usr/lib/gcc/powerpc64-unknown-linux-gnu/4.1.1/../../../../lib64/libc.a(bsd-_setjmp.o)(.text+0x4): sibling call optimization to `__vmx__sigsetjmp_ent' does not allow automatic multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, or make `__vmx__sigsetjmp_ent' extern
/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.1.1/../../../../powerpc64-unknown-linux-gnu/bin/ld: /usr/lib/gcc/powerpc64-unknown-linux-gnu/4.1.1/../../../../lib64/libc.a(bsd-_setjmp.o)(.text+0x2c): sibling call optimization to `__vmx__sigsetjmp_ent' does not allow automatic multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, or make `__vmx__sigsetjmp_ent' extern
/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.1.1/../../../../powerpc64-unknown-linux-gnu/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
make: *** [busybox_unstripped] Error 1

!!! ERROR: sys-apps/busybox-1.2.0 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  busybox-1.2.0.ebuild, line 145:   Called die

!!! static build failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-14 02:25:12 UTC

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