Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6451 - xinetd-2.3.7 won't compile
Summary: xinetd-2.3.7 won't compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-14 06:52 UTC by Mauro Sciaccaluga
Modified: 2003-02-04 19:42 UTC (History)
1 user (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 Mauro Sciaccaluga 2002-08-14 06:52:10 UTC
As summary... I cannot compile it, i think maybe cos of my gcc 3.2pre.. try and
help me please :)

-------------

i686-pc-linux-gnu-gcc -march=athlon-tbird -mmmx -m3dnow -fomit-frame-pointer
-ffast-math -foptimize-sibling-calls -O3 -pipe -march=athlon-tbird -mmmx -m3dnow
-fomit-frame-pointer -ffast-math -foptimize-sibling-calls -O3 -pipe 
-I../libs/include true -o xinetd access.o addr.o builtins.o child.o conf.o
confparse.o connection.o env.o ident.o init.o int.o intcommon.o internals.o
log.o logctl.o main.o msg.o nvlists.o parse.o parsesup.o parsers.o reconfig.o
retry.o sconf.o sensor.o server.o service.o signals.o special.o tcpint.o time.o
udpint.o util.o redirect.o xgetloadavg.o options.o includedir.o xtimer.o
-L../libs/lib -lsio -lmisc -lxlog -lstr -lpset -lportable -lm -lcrypt  || rm -f
xinetd
i686-pc-linux-gnu-gcc: true: No such file or directory
i686-pc-linux-gnu-gcc true -I../libs/include ./itox.c -o itox -L../libs/lib
-lmisc -lsio -lstr -lportable -lsio -lmisc -lxlog -lstr -lpset -lportable -lm
-lcrypt 
i686-pc-linux-gnu-gcc: true: No such file or directory
make[1]: *** [itox] Error 1
make[1]: Leaving directory `/var/tmp/portage/xinetd-2.3.7/work/xinetd-2.3.7/xinetd'
make: *** [makeprog] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 30, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/sys-apps/xinetd/xinetd-2.3.7.ebuild .

------------

thanks
Comment 1 Maurizio Disimino 2002-08-14 10:18:16 UTC
do you have 'sh-utils' installed ? 
check if you have /bin/true and paste a `which true` please

xinetd 2.3.7 compiled fine here using gcc 3.2pre.
Comment 2 Mauro Sciaccaluga 2002-08-14 10:34:17 UTC
sure!! its the same old question they asked here:

http://bugs.gentoo.org/show_bug.cgi?id=6257

and here:

http://bugs.gentoo.org/show_bug.cgi?id=6258


Its my fault i didnt tell you i got it...
Comment 3 Mauro Sciaccaluga 2002-08-17 09:58:23 UTC
FIXED FIXED FIXED!! GRRR!! Do want to know a secret? Don't take care at Spider's
advices! :-) He said to me once to add "DEBUG=true" in my make.conf for another
reason!! If I remove this damn thing from my make.conf now I can compile
everything!! thanks anyway!