Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108073 - Linux-atm-2.4.1-r1 fail to compil under uclibc
Summary: Linux-atm-2.4.1-r1 fail to compil under uclibc
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-04 07:35 UTC by Romary Sonrier
Modified: 2005-10-10 02:43 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 Romary Sonrier 2005-10-04 07:35:37 UTC
When linux start to compil its lib/ dir , libtool say:

/bin/sh ../../libtool --mode=link gcc  -I../../src/include -march=i686 -msse
-mmmx -mfpmath=sse -O2 -pipe -fomit-frame-pointer -Wall -Wshadow -Wpointer-arith
-Wwrite-strings -Wstrict-prototypes -version-info 1:0:0 -o libatm.la -rpath
/usr/lib  text2atm.lo atm2text.lo atmequal.lo sdu2cell.lo text2qos.lo
qos2text.lo qosequal.lo sap2text.lo text2sap.lo sapequal.lo misc.lo ans.lo
common.lo diag.lo kptr.lo text2ip.lo timer.lo unix.lo -lresolv
rm -fr .libs/libatm.la .libs/libatm.* .libs/libatm.*

*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
gcc -shared  text2atm.lo atm2text.lo atmequal.lo sdu2cell.lo text2qos.lo
qos2text.lo qosequal.lo sap2text.lo text2sap.lo sapequal.lo misc.lo ans.lo
common.lo diag.lo kptr.lo text2ip.lo timer.lo unix.lo   -Wl,-soname -Wl, -o .libs/
/usr/lib/gcc-lib/i686-gentoo-linux-uclibc/3.3.5-20050130/../../../../i686-gentoo-linux-uclibc/bin/ld:
cannot open output file .libs/: Is a directory
collect2: ld returned 1 exit status
make[3]: *** [libatm.la] Error 1

So no ATM is available on uclibc - gentoo linux.... bad....

same issur with linux-atm-2.4.1

Reproducible: Always
Steps to Reproduce:
1.emerge linux-atm
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-10-04 07:49:42 UTC
Hmm, does not seem like Bug 61184 is really fixed. 
Comment 2 SpanKY gentoo-dev 2005-10-04 17:30:49 UTC
different issue from Bug 61184
Comment 3 SpanKY gentoo-dev 2005-10-08 15:49:19 UTC
should be fixed in cvs now
Comment 4 Romary Sonrier 2005-10-10 02:43:41 UTC
Works from me...
Thank you very much..