Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 291931 - Stabilize sys-apps/busybox-1.14.2
Summary: Stabilize sys-apps/busybox-1.14.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2009-11-04 23:35 UTC by SpanKY
Modified: 2009-12-26 17:06 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 SpanKY gentoo-dev 2009-11-04 23:35:02 UTC
many months, no regressions
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2009-11-08 15:06:52 UTC
Stable for HPPA.
Comment 2 nixnut (RETIRED) gentoo-dev 2009-11-08 20:36:39 UTC
ppc stable
Comment 3 Markus Meier gentoo-dev 2009-11-09 16:14:25 UTC
amd64/arm/x86 stable
Comment 4 Holger Ackermann 2009-11-11 17:20:29 UTC
Correct me if I'm wrong, but 1.14.2 fails to build with stable linux-headers. Stabilizing 1.14.2 before linux-headers-2.6.30 become stable is not a good idea...
See: http://bugs.gentoo.org/show_bug.cgi?id=277382#c6
Comment 5 Holger Ackermann 2009-11-11 17:29:17 UTC
Ahh, sorry. Linux-headers-2.6.27-r2 are stable and busybox 1.14.2 builds fine with those. Busybox fails to emerge with 2.6.29 headers. This may be a problem when 2.4.29 headers become stable.
Comment 6 Gordon Pettey 2009-11-15 01:55:54 UTC
(In reply to comment #5)
> Ahh, sorry. Linux-headers-2.6.27-r2 are stable and busybox 1.14.2 builds fine
> with those. Busybox fails to emerge with 2.6.29 headers. This may be a problem
> when 2.4.29 headers become stable.
> 

It does not build with linux-headers-2.6.27-r2 on any of my systems. Build fails on "AR      libbb/lib.a"
Comment 7 Michael Metsger 2009-11-15 05:12:26 UTC
I have problem too  

  AR      util-linux/lib.a
  LINK    busybox_unstripped
Trying libraries: crypt m
 Library crypt is not needed, excluding it
 Library m is needed, can't exclude it (yet)
Final link with: m
make -j4 CONFIG_STATIC=y busybox 
  LINK    busybox_unstripped
Trying libraries: crypt m
Failed: -Wl,--start-group -lcrypt -lm -Wl,--end-group
Output of:
i686-pc-linux-gnu-gcc -O2 -march=i686 -pipe -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -static -Wl,-O1 -Wl,--sort-common -Wl,--warn-once,--hash-style=gnu -o busybox_unstripped -Wl,--sort-common -Wl,--sort-section,alignment -Wl,--start-group applets/built-in.o archival/lib.a archival/libunarchive/lib.a console-tools/lib.a coreutils/lib.a coreutils/libcoreutils/lib.a debianutils/lib.a e2fsprogs/lib.a editors/lib.a findutils/lib.a init/lib.a libbb/lib.a libpwdgrp/lib.a loginutils/lib.a mailutils/lib.a miscutils/lib.a modutils/lib.a networking/lib.a networking/libiproute/lib.a networking/udhcp/lib.a printutils/lib.a procps/lib.a runit/lib.a selinux/lib.a shell/lib.a sysklogd/lib.a util-linux/lib.a util-linux/volume_id/lib.a archival/built-in.o archival/libunarchive/built-in.o console-tools/built-in.o coreutils/built-in.o coreutils/libcoreutils/built-in.o debianutils/built-in.o e2fsprogs/built-in.o editors/built-in.o findutils/built-in.o init/built-in.o libbb/built-in.o libpwdgrp/built-in.o loginutils/built-in.o mailutils/built-in.o miscutils/built-in.o modutils/built-in.o networking/built-in.o networking/libiproute/built-in.o networking/udhcp/built-in.o printutils/built-in.o procps/built-in.o runit/built-in.o selinux/built-in.o shell/built-in.o sysklogd/built-in.o util-linux/built-in.o util-linux/volume_id/built-in.o -Wl,--end-group -Wl,--start-group -lcrypt -lm -Wl,--end-group
==========
networking/lib.a(nslookup.o): In function `print_host':
nslookup.c:(.text.print_host+0x5b): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
libbb/lib.a(inet_common.o): In function `INET_rresolve':
inet_common.c:(.text.INET_rresolve+0xfe): warning: Using 'gethostbyaddr' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
util-linux/lib.a(mount.o): In function `singlemount':
mount.c:(.text.singlemount+0x38c): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
libbb/lib.a(inet_common.o): In function `INET_rresolve':
inet_common.c:(.text.INET_rresolve+0x188): warning: Using 'getnetbyaddr' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
libbb/lib.a(inet_common.o): In function `INET_resolve':
inet_common.c:(.text.INET_resolve+0xa5): warning: Using 'getnetbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
libbb/lib.a(xconnect.o): In function `bb_lookup_port':
xconnect.c:(.text.bb_lookup_port+0x6f): warning: Using 'getservbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
networking/lib.a(netstat.o): In function `ip_port_str':
netstat.c:(.text.ip_port_str+0x5f): warning: Using 'getservbyport' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/gcc/i686-pc-linux-gnu/4.4.2/../../../libc.a(____longjmp_chk.o): In function `____longjmp_chk':
(.text+0x66): undefined reference to `__GI___fortify_fail'
Comment 8 SpanKY gentoo-dev 2009-11-15 05:23:29 UTC
file a new bug.  yours most likely isnt specific to any version of busybox, nor is it a busybox bug.
Comment 9 Raúl Porcel (RETIRED) gentoo-dev 2009-11-15 12:36:02 UTC
alpha/ia64/sparc stable
Comment 10 Brent Baude (RETIRED) gentoo-dev 2009-11-17 19:57:22 UTC
ppc64 done