Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53208 - emerge ppp-2.4.2 fails
Summary: emerge ppp-2.4.2 fails
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-07 04:11 UTC by bastian voigt
Modified: 2004-09-27 03:28 UTC (History)
2 users (show)

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 bastian voigt 2004-06-07 04:11:02 UTC
Seems like a quite simple error:


/bin/sh ../libtool --mode=link gcc -O3 -march=pentium3 -mmmx -msse -mfpmath=sse -pipe -fomit-frame-pointer  -o radlogin  radlogin.o radius.o local.o ../lib/libradiusclient.la -lcrypt -lnsl 
/bin/sh ../libtool --mode=link gcc -O3 -march=pentium3 -mmmx -msse -mfpmath=sse -pipe -fomit-frame-pointer  -o radstatus  radstatus.o ../lib/libradiusclient.la -lcrypt -lnsl 
mkdir .libs
mkdir .libs
gcc -O3 -march=pentium3 -mmmx -msse -mfpmath=sse -pipe -fomit-frame-pointer -o .libs/radlogin radlogin.o radius.o local.o -Wl,-rpath -Wl,/usr/lib ../lib/.libs/libradiusclient.so -lcrypt -lnsl
mkdir: cannot create directory `.libs': File exists
make[2]: *** [radstatus] Error 1
make[2]: *** Waiting for unfinished jobs....
creating radlogin
make[2]: Leaving directory `/var/tmp/portage/ppp-2.4.2-r2/work/ppp-2.4.2/pppd/plugins/radius/radiusclient/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/ppp-2.4.2-r2/work/ppp-2.4.2/pppd/plugins/radius/radiusclient'
make: *** [all-recursive-am] Error 2

!!! ERROR: net-dialup/ppp-2.4.2-r2 failed.
!!! Function src_compile, Line 64, Exitcode 2
!!! (no error message)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:
Comment 1 Ben Anderson 2004-06-14 17:22:12 UTC
It's worth noting that this doesn't happen with 2.4.2-r1.
Comment 2 Cory Visi (RETIRED) gentoo-dev 2004-08-20 07:02:39 UTC
We need your emerge info please.
Comment 3 Alin Năstac (RETIRED) gentoo-dev 2004-09-19 10:46:01 UTC
Maybe it was solved by someone without closing this bug. I fail to reproduce it (no double mkdir .libs in my output):

/bin/sh ../libtool --mode=link gcc -march=athlon-xp -O3 -pipe  -o radlogin  radlogin.o radius.o local.o ../lib/libradiusclient.la -lcrypt -lnsl
/bin/sh ../libtool --mode=link gcc -march=athlon-xp -O3 -pipe  -o radstatus  radstatus.o ../lib/libradiusclient.la -lcrypt -lnsl
mkdir .libs
gcc -march=athlon-xp -O3 -pipe -o .libs/radlogin radlogin.o radius.o local.o -Wl,-rpath -Wl,/usr/lib ../lib/.libs/libradiusclient.so -lcrypt -lnsl
creating radlogin
gcc -march=athlon-xp -O3 -pipe -o .libs/radstatus radstatus.o -Wl,-rpath -Wl,/usr/lib ../lib/.libs/libradiusclient.so -lcrypt -lnsl
creating radstatus
/bin/sh ../libtool --mode=link gcc -march=athlon-xp -O3 -pipe  -o radacct  radacct.o ../lib/libradiusclient.la -lcrypt -lnsl
/bin/sh ../libtool --mode=link gcc -march=athlon-xp -O3 -pipe  -o radexample  radexample.o ../lib/libradiusclient.la -lcrypt -lnsl
gcc -march=athlon-xp -O3 -pipe -o .libs/radexample radexample.o -Wl,-rpath -Wl,/usr/lib ../lib/.libs/libradiusclient.so -lcrypt -lnsl
creating radexample
gcc -march=athlon-xp -O3 -pipe -o .libs/radacct radacct.o -Wl,-rpath -Wl,/usr/lib ../lib/.libs/libradiusclient.so -lcrypt -lnsl
creating radacct
make[2]: Leaving directory `/var/tmp/portage/ppp-2.4.2-r2/work/ppp-2.4.2/pppd/plugins/radius/radiusclient/src'
Making all in etc
.........
Comment 4 Heinrich Wendel (RETIRED) gentoo-dev 2004-09-27 03:28:46 UTC
is this still reproduceable, if please reopen