Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32443 - mutella-0.4.3 fails to build
Summary: mutella-0.4.3 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Hanno Böck
URL: http://mutella.sourceforge.net
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-31 22:59 UTC by Keith Constable
Modified: 2003-11-02 06:31 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 Keith Constable 2003-10-31 22:59:53 UTC
g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/include  -D_REENTRANT -D_MIT_POSIX_THRE                                                                                    ADS -fno-exceptions -fno-check-new     -march=athlon-xp  -pipe -fomit-frame-poin                                                                                    ter -O0 -c -o gnunode.o `test -f 'gnunode.cpp' || echo './'`gnunode.cpp
gnushare.cpp: In member function `void MGnuShare::ResetDirectories(long 
   unsigned int&, u_long*)':
gnushare.cpp:220: error: `assert' undeclared (first use this function)
gnushare.cpp:220: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)
gnushare.cpp:534:42: warning: #warning we shall remove the file from the hash he                                                                                    re!
gnunode.cpp:610:50: warning: #warning we are a bit rude with this Close() here!
make[3]: *** [gnushare.o] Error 1
make[3]: *** Waiting for unfinished jobs....
gnunode.cpp:2749:2: warning: #warning Pong Caching !!!
make[3]: Leaving directory `/var/tmp/portage/mutella-0.4.3/work/mutella-0.4.3/mu                                                                                    tella'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/mutella-0.4.3/work/mutella-0.4.3/mu                                                                                    tella'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mutella-0.4.3/work/mutella-0.4.3'
make: *** [all] Error 2

!!! ERROR: net-p2p/mutella-0.4.3 failed.
!!! Function src_compile, Line 17, Exitcode 2
!!! (no error message)



Portage 2.0.49-r15 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r8, 2.6.0-test6-mm4)
=================================================================
System uname: 2.6.0-test6-mm4 i686 AMD Athlon(tm) XP 1800+
Gentoo Base System version 1.4.3.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo/ http://gentoo.noved.org/ http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="apm foomaticdb libg++ gdbm berkdb aalib guile mysql tcpd 3dnow acpi -alsa -arts avi cdr crypt cups curl dga dvd emacs encode -esd gd gif -gnome gphoto2 gpm -gtk gtk2 gtkhtml imap imlib ipv6 java jpeg -kde kerberos libwww mad mikmod mmx motif mozilla mpeg ncurses oggvorbis opengl oss pam -pda -pcmcia pdflib perl png python qt quicktime readline samba -nls scanner sdl slang slp socks5 spell sse ssl -svga tcltk tetex tiff truetype usb wmf wxwindows X -Xaw3d xml xml2 xmms xv zlib x86"
Comment 1 Hanno Böck gentoo-dev 2003-11-02 06:31:06 UTC
was a gcc 3.3 problem. fix added.