View Single Post
Old 08-12-2012, 08:45 PM   #2
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Typical Static Static Fail. This one from Buildroot.

Typical Fail. This time through a buildroot one. But identical to the fail generated using the toolchain direct (well duh but I had to see it for myself)

Spoiler:
Code:
==========
debianutils/lib.a(mktemp.o): In function `mktemp_main':
mktemp.c:(.text.mktemp_main+0xcc): warning: the use of `tempnam' is dangerous, better use `mkstemp'
coreutils/lib.a(id.o): In function `get_groups':
id.c:(.text.get_groups+0x14): warning: Using 'getgrouplist' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
libbb/lib.a(change_identity.o): In function `change_identity':
change_identity.c:(.text.change_identity+0x10): warning: Using 'initgroups' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
loginutils/lib.a(addgroup.o): In function `addgroup_main':
addgroup.c:(.text.addgroup_main+0xa0): warning: Using 'getgrgid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
addgroup.c:(.text.addgroup_main+0x54): warning: Using 'getgrnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
libbb/lib.a(change_identity.o): In function `change_identity':
change_identity.c:(.text.change_identity+0x24): warning: Using 'endgrent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
loginutils/lib.a(adduser.o): In function `adduser_main':
adduser.c:(.text.adduser_main+0xe8): warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
adduser.c:(.text.adduser_main+0x17c): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
loginutils/lib.a(deluser.o): In function `deluser_main':
deluser.c:(.text.deluser_main+0x98): warning: Using 'getpwent_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
networking/lib.a(nslookup.o): In function `print_host':
nslookup.c:(.text.print_host+0x40): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
loginutils/lib.a(passwd.o): In function `passwd_main':
passwd.c:(.text.passwd_main+0xf0): warning: Using 'getspnam_r' 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+0xd8): 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+0xf4): 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+0x7e4): 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+0x4c): warning: Using 'getservbyport' 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 `xdr_fhstatus':
mount.c:(.text.xdr_fhstatus+0xc): undefined reference to `xdr_u_int'
mount.c:(.text.xdr_fhstatus+0x34): undefined reference to `xdr_opaque'
util-linux/lib.a(mount.o): In function `xdr_mountres3':
mount.c:(.text.xdr_mountres3+0xc): undefined reference to `xdr_enum'
mount.c:(.text.xdr_mountres3+0x38): undefined reference to `xdr_bytes'
mount.c:(.text.xdr_mountres3+0x64): undefined reference to `xdr_array'
mount.c:(.text.xdr_mountres3+0x6c): undefined reference to `xdr_int'
util-linux/lib.a(mount.o): In function `xdr_dirpath':
mount.c:(.text.xdr_dirpath+0x4): undefined reference to `xdr_string'
util-linux/lib.a(mount.o): In function `nfsmount':
mount.c:(.text.nfsmount+0x894): undefined reference to `pmap_getmaps'
mount.c:(.text.nfsmount+0xa74): undefined reference to `clntudp_create'
mount.c:(.text.nfsmount+0xab8): undefined reference to `clnttcp_create'
mount.c:(.text.nfsmount+0xad4): undefined reference to `clnt_spcreateerror'
mount.c:(.text.nfsmount+0xae0): undefined reference to `authunix_create_default'
mount.c:(.text.nfsmount+0xb64): undefined reference to `clnt_sperror'
mount.c:(.text.nfsmount+0xb84): undefined reference to `clnt_sperror'
mount.c:(.text.nfsmount+0xd6c): undefined reference to `bindresvport'
mount.c:(.text.nfsmount+0xdb4): undefined reference to `pmap_getport'
collect2: ld returned 1 exit status
make[2]: *** [busybox_unstripped] Error 1
make[1]: *** [/home/me/BLDS/buildroot/build/busybox-1.20.2/.stamp_built] Error 2
make: *** [all] Error 2
twobob is offline   Reply With Quote