On Jul 10, 2011, at 11:53 PM, Mike Frysinger wrote:

> since this is going to hit many people, we probably want to add some helper 
> code to the build system.


I agree, it's going to be a problem eventual. But at least
for the time being most distros are reverting the removal of
the NIS/RPC headers and functions. Beside being a hassle,
libtirpc is not quite ready to be a full replacement -- libtirpc
itself requires some of the NIS headers that glibc-2.14
removes.


> when i looked at the builds, busybox only needed the headers.  what symbols 
> did you find busybox needed and were provided by -ltirpc ?


It looks like:
        pmap_*
        xdr_*
        clnt_*
        bindresvport
        authunix_create_default
which occur in mount and inetd.

The linking portion of the build log follows:

Trying libraries: crypt m
Failed: -Wl,--start-group -lcrypt -lm -Wl,--end-group
Output of:
gcc -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 -fomit-frame-pointer -ffunction-sections 
-fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc 
-falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os 
-static -o busybox_unstripped -Wl,--sort-common -Wl,--sort-section,alignment 
-Wl,--start-group applets/built-in.o archival/lib.a archival/libarchive/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/libarchive/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+0x3f): warning: Using 'getaddrinfo' in statically 
linked applications requires at runtime the shared libraries from the glibc 
version used for linking
networking/lib.a(ipcalc.o): In function `ipcalc_main':
ipcalc.c:(.text.ipcalc_main+0x201): 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 `nfsmount':
mount.c:(.text.nfsmount+0xd4): warning: Using 'gethostbyname' in statically 
linked applications requires at runtime the shared libraries from the glibc 
version used for linking
networking/lib.a(inetd.o): In function `reread_config_file':
inetd.c:(.text.reread_config_file+0x75b): 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+0x3e): warning: Using 'getservbyport' in 
statically linked applications requires at runtime the shared libraries from 
the glibc version used for linking
networking/lib.a(inetd.o): In function `reread_config_file':
inetd.c:(.text.reread_config_file+0x6dd): warning: Using 'getrpcbyname' in 
statically linked applications requires at runtime the shared libraries from 
the glibc version used for linking
networking/lib.a(inetd.o): In function `unregister_rpc':
inetd.c:(.text.unregister_rpc+0x1f): undefined reference to `pmap_unset'
networking/lib.a(inetd.o): In function `register_rpc':
inetd.c:(.text.register_rpc+0x57): undefined reference to `pmap_unset'
inetd.c:(.text.register_rpc+0x73): undefined reference to `pmap_set'
networking/lib.a(inetd.o): In function `prepare_socket_fd':
inetd.c:(.text.prepare_socket_fd+0x7a): undefined reference to `bindresvport'
util-linux/lib.a(mount.o): In function `xdr_fhstatus':
mount.c:(.text.xdr_fhstatus+0xb): undefined reference to `xdr_u_int'
mount.c:(.text.xdr_fhstatus+0x2a): undefined reference to `xdr_opaque'
util-linux/lib.a(mount.o): In function `xdr_dirpath':
mount.c:(.text.xdr_dirpath+0x6): undefined reference to `xdr_string'
util-linux/lib.a(mount.o): In function `xdr_mountres3':
mount.c:(.text.xdr_mountres3+0xa): undefined reference to `xdr_enum'
mount.c:(.text.xdr_mountres3+0x29): undefined reference to `xdr_bytes'
mount.c:(.text.xdr_mountres3+0x42): undefined reference to `xdr_int'
mount.c:(.text.xdr_mountres3+0x50): undefined reference to `xdr_array'
util-linux/lib.a(mount.o): In function `nfsmount':
mount.c:(.text.nfsmount+0x800): undefined reference to `pmap_getmaps'
mount.c:(.text.nfsmount+0x99b): undefined reference to `clntudp_create'
mount.c:(.text.nfsmount+0x9ec): undefined reference to `clnttcp_create'
mount.c:(.text.nfsmount+0xa13): undefined reference to `clnt_spcreateerror'
mount.c:(.text.nfsmount+0xa25): undefined reference to `authunix_create_default'
mount.c:(.text.nfsmount+0xaa8): undefined reference to `clnt_sperror'
mount.c:(.text.nfsmount+0xacf): undefined reference to `clnt_sperror'
mount.c:(.text.nfsmount+0xc62): undefined reference to `bindresvport'
mount.c:(.text.nfsmount+0xcab): undefined reference to `pmap_getport'
collect2: ld returned 1 exit status
make[2]: *** [busybox_unstripped] Error 1
make[2]: Leaving directory `/usr/src/busybox/busybox-1.18.5'
make[1]: *** [comp] Error 2
make[1]: Leaving directory `/usr/src/busybox'
make: *** [all] Error 2

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to