Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81544 - net-dialup/ppp-2.4.2-r10 fails to compile
Summary: net-dialup/ppp-2.4.2-r10 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-10 15:31 UTC by postmodern
Modified: 2005-02-11 23:52 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 postmodern 2005-02-10 15:31:08 UTC
gcc -DHAVE_CONFIG_H -DRC_CONFIG_FILE=\"/etc/radiusclient/radiusclient.conf\" -DRC_SECURE_PATH=\"/bin:/usr/bin:/usr/local/bin\" -I. -I../include -I..  -pipe -O3 -march=i686 -c radexample.c
/bin/sh ../libtool --mode=link gcc -pipe -O3 -march=i686 -Wl,-z,now -o radlogin  radlogin.o radius.o local.o ../lib/libradiusclient.la -lcrypt -lnsl 
/bin/sh ../libtool --mode=link gcc -pipe -O3 -march=i686 -Wl,-z,now -o radstatus  radstatus.o ../lib/libradiusclient.la -lcrypt -lnsl 
mkdir .libs
mkdir .libs
gcc -pipe -O3 -march=i686 -Wl,-z,now -o .libs/radstatus radstatus.o -Wl,-rpath -Wl,/usr/lib ../lib/.libs/libradiusclient.so -lcrypt -lnsl
mkdir: cannot create directory `.libs': File exists
make[2]: *** [radlogin] Error 1
make[2]: *** Waiting for unfinished jobs....
creating radstatus
make[2]: Leaving directory `/var/tmp/portage/ppp-2.4.2-r10/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-r10/work/ppp-2.4.2/pppd/plugins/radius/radiusclient'
make: *** [all-recursive-am] Error 2


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

Actual Results:  
embarrassing error

Expected Results:  
success
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2005-02-11 13:50:47 UTC
Please attach your emerge --info :)

As quick fix the following might work: 
MAKEOPTS="-j1" emerge =net-dialup/ppp-2.4.2-r10
Comment 2 postmodern 2005-02-11 19:25:16 UTC
Ah ha the j2, moving back to j1.

Gentoo Base System version 1.4.16
Portage 2.0.51-r15 (default-linux/x86/2004.3, gcc-3.3.5, glibc-2.3.4.20040808-r1, 2.6.9-gentoo-r14 i686)
=================================================================
System uname: 2.6.9-gentoo-r14 i686 
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb 10 2005, 23:25:44)]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.4.21-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-pipe -O3 -march=i686"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-pipe -O3 -march=i686"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 alsa apm arts avi berkdb bitmap-fonts cdr crypt encode f77 flac font-server foomaticdb fortran gdbm gif gnome gpm imlib ipv6 jpeg libg++ libwww mad mikmod motif mp3 mpeg ncurses network oggvorbis opengl oss pam pdflib perl png python quicktime readline samba sdl speex spell sqlite ssl svga tcpd theora truetype truetype-fonts type1-fonts xml2 xmms xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 3 Alin Năstac (RETIRED) gentoo-dev 2005-02-11 23:52:50 UTC
Now it should work. If not, please reopen this bug.