Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 181933 - util-vserver-0.30.213 wont link to some i386 lib from dietlibc
Summary: util-vserver-0.30.213 wont link to some i386 lib from dietlibc
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo VPS Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-13 17:51 UTC by Thomas Capricelli
Modified: 2007-06-14 00:18 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 Thomas Capricelli 2007-06-13 17:51:14 UTC
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi
/bin/sh ./libtool --tag=CC --mode=link diet -Os i686-pc-linux-gnu-gcc  -march=i586 -O3 -pipe -std=c99 -Wall -pedantic -W -funit-at-a-time   -o tests/getctx -static tests/getctx.o lib/libvserver.a -lcompat
diet -Os i686-pc-linux-gnu-gcc -march=i586 -O3 -pipe -std=c99 -Wall -pedantic -W -funit-at-a-time -o tests/getctx tests/getctx.o  lib/libvserver.a -lcompat
i686-pc-linux-gnu-gcc: /opt/diet/lib-i386/start.o: No such file or directory
i686-pc-linux-gnu-gcc: /opt/diet/lib-i386/libc.a: No such file or directory
make[2]: *** [tests/getctx] Error 1
make[2]: Leaving directory `/usr/olocal/gentoo/tmp/portage/sys-cluster/util-vserver-0.30.213/work/util-vserver-0.30.213'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/olocal/gentoo/tmp/portage/sys-cluster/util-vserver-0.30.213/work/util-vserver-0.30.213'
make: *** [all] Error 2


Reproducible: Always




dietlibc had just been emerged before util-vserver, this is not an old version lying around.
Comment 1 Benedikt Böhm (RETIRED) gentoo-dev 2007-06-13 18:30:49 UTC
which dietlibc version are you using?
Comment 2 Thomas Capricelli 2007-06-13 18:50:40 UTC
from genlop : 

     Wed Jun 13 16:10:20 2007 >>> dev-libs/dietlibc-0.31_pre20070611
Comment 3 Benedikt Böhm (RETIRED) gentoo-dev 2007-06-13 19:08:54 UTC
ok, then please upgrade to 0.31_pre20070612, should be fixed there
Comment 4 Thomas Capricelli 2007-06-14 00:18:50 UTC
that did it!, thx.