Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 276677 Details for
Bug 371167
sys-auth/tcb fails to build with glibc 2.14
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
tcb-1.0.6:20110611-150705.log (text/plain), 4.52 KB, created by
Diego Elio Pettenò (RETIRED)
on 2011-06-11 15:49:59 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2011-06-11 15:49:59 UTC
Size:
4.52 KB
patch
obsolete
> * Package: sys-auth/tcb-1.0.6 > * Repository: gentoo > * Maintainer: phajdan.jr@gentoo.org base-system@gentoo.org > * USE: elibc_glibc kernel_linux test userland_GNU x86 > * FEATURES: sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking tcb-1.0.6.tar.gz to /var/tmp/portage/sys-auth/tcb-1.0.6/work >>>> Source unpacked in /var/tmp/portage/sys-auth/tcb-1.0.6/work >>>> Preparing source in /var/tmp/portage/sys-auth/tcb-1.0.6/work/tcb-1.0.6 ... > * Applying tcb-gentoo.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sys-auth/tcb-1.0.6/work/tcb-1.0.6 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sys-auth/tcb-1.0.6/work/tcb-1.0.6 ... >make -j14 SLIBDIR=/lib LIBDIR=/usr/lib MANDIR=/usr/share/man DESTDIR='/var/tmp/portage/sys-auth/tcb-1.0.6/image/' >make -C misc all >make[1]: Entering directory `/var/tmp/portage/sys-auth/tcb-1.0.6/work/tcb-1.0.6/misc' >make[1]: Nothing to be done for `all'. >make[1]: Leaving directory `/var/tmp/portage/sys-auth/tcb-1.0.6/work/tcb-1.0.6/misc' >make -C libs all >make[1]: Entering directory `/var/tmp/portage/sys-auth/tcb-1.0.6/work/tcb-1.0.6/libs' >gcc -O2 -pipe -I../include -Wall -fPIC -c libtcb.c -o libtcb.o >gcc -O2 -pipe -I../include -Wall -fPIC -c nss.c -o nss.o >gcc -O2 -pipe -I../include -Wall -c libtcb.c -o libtcb_a.o >ar -cr libtcb.a libtcb_a.o >gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -L../libs -shared -o libtcb.so.0.9.8 -Wl,-soname,libtcb.so.0 \ > -Wl,--version-script=libtcb.map libtcb.o >ranlib libtcb.a >ln -sf libtcb.so.0.9.8 libtcb.so.0 >ln -sf libtcb.so.0 libtcb.so >gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -L../libs -shared -o libnss_tcb.so.2 -Wl,--version-script=libnss_tcb.map \ > nss.o -ltcb >make[1]: Leaving directory `/var/tmp/portage/sys-auth/tcb-1.0.6/work/tcb-1.0.6/libs' >make -C progs all >make[1]: Entering directory `/var/tmp/portage/sys-auth/tcb-1.0.6/work/tcb-1.0.6/progs' >gcc -O2 -pipe -I../include -Wall -c tcb_convert.c -o tcb_convert.o >gcc -O2 -pipe -I../include -Wall -c tcb_unconvert.c -o tcb_unconvert.o >gcc -O2 -pipe -I../include -Wall -c tcb_chkpwd.c -o tcb_chkpwd.o >tcb_unconvert.c: In function âmainâ: >tcb_unconvert.c:245:7: warning: ignoring return value of âchownâ, declared with attribute warn_unused_result [-Wunused-result] >gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -L../libs -o tcb_unconvert tcb_unconvert.o -ltcb >gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -L../libs -o tcb_chkpwd tcb_chkpwd.o -lcrypt >gcc -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -L../libs -o tcb_convert tcb_convert.o >make[1]: Leaving directory `/var/tmp/portage/sys-auth/tcb-1.0.6/work/tcb-1.0.6/progs' >make -C pam_tcb all >make[1]: Entering directory `/var/tmp/portage/sys-auth/tcb-1.0.6/work/tcb-1.0.6/pam_tcb' >gcc -O2 -pipe -I../include -Wall -fPIC -c pam_unix_auth.c -o pam_unix_auth.o >gcc -O2 -pipe -I../include -Wall -fPIC -c pam_unix_acct.c -o pam_unix_acct.o >gcc -O2 -pipe -I../include -Wall -fPIC -c pam_unix_sess.c -o pam_unix_sess.o >gcc -O2 -pipe -I../include -Wall -fPIC -c pam_unix_passwd.c -o pam_unix_passwd.o >gcc -O2 -pipe -I../include -Wall -DCHKPWD_HELPER=\"/usr/libexec/chkpwd/tcb_chkpwd\" \ > -fPIC -c support.c -o support.o >gcc -O2 -pipe -I../include -Wall -fPIC -c compat.c -o compat.o >gcc -O2 -pipe -I../include -Wall -fPIC -c yppasswd_xdr.c -o yppasswd_xdr.o >yppasswd_xdr.c:13:21: fatal error: rpc/rpc.h: No such file or directory >compilation terminated. >make[1]: *** [yppasswd_xdr.o] Error 1 >make[1]: *** Waiting for unfinished jobs.... >pam_unix_passwd.c:13:21: fatal error: rpc/rpc.h: No such file or directory >compilation terminated. >make[1]: *** [pam_unix_passwd.o] Error 1 >support.c:16:27: fatal error: rpcsvc/ypclnt.h: No such file or directory >compilation terminated. >make[1]: *** [support.o] Error 1 >make[1]: Leaving directory `/var/tmp/portage/sys-auth/tcb-1.0.6/work/tcb-1.0.6/pam_tcb' >make: *** [all] Error 2 >emake failed > * ERROR: sys-auth/tcb-1.0.6 failed (compile phase): > * emake failed > * > * Call stack: > * ebuild.sh, line 56: Called src_compile > * environment, line 2426: Called die > * The specific snippet of code: > * emake $mymakeopts || die "emake failed" > * > * If you need support, post the output of 'emerge --info =sys-auth/tcb-1.0.6', > * the complete build log and the output of 'emerge -pqv =sys-auth/tcb-1.0.6'. > * The complete build log is located at '/var/log/portage/build/sys-auth/tcb-1.0.6:20110611-150705.log'. > * The ebuild environment file is located at '/var/tmp/portage/sys-auth/tcb-1.0.6/temp/environment'. > * S: '/var/tmp/portage/sys-auth/tcb-1.0.6/work/tcb-1.0.6'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 371167
: 276677 |
276741