Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52921 - app-cdr/arson-0.9.8_beta2 fails emerge using gcc 3.4.0-r6
Summary: app-cdr/arson-0.9.8_beta2 fails emerge using gcc 3.4.0-r6
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-03 15:00 UTC by Rich Thompson
Modified: 2004-07-14 07:25 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 Rich Thompson 2004-06-03 15:00:05 UTC
Emerge fails in this way:

echo '#include <klocale.h>' > _choicedlg.cpp
/usr/qt/3/bin/uic -L /usr/kde/3.2/lib/kde3/plugins/designer -nounload -tr tr2i18n -i _choicedlg.h ./_choicedlg.ui | sed -e "s,tr2i18n( \"\" ),QString::null,g" | sed -e "s,tr2i18n( \"\"\, \"\" ),QString::null,g" | sed -e "s,image\([0-9][0-9]*\)_data,img\1__choicedlg,g" >> _choicedlg.cpp || rm -f _choicedlg.cpp
echo '#include "_textviewer.moc"' >> _textviewer.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -pipe -O2 -DNDEBUG -fno-check-new -DOGG -DFLAC  -c -o programpage.moc.o `test -f programpage.moc.cpp || echo './'`programpage.moc.cpp
echo '#include "_choicedlg.moc"' >> _choicedlg.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -pipe -O2 -DNDEBUG -fno-check-new -DOGG -DFLAC  -c -o devicepage.moc.o `test -f devicepage.moc.cpp || echo './'`devicepage.moc.cpp
echo '#include "_ripperpage.moc"' >> _ripperpage.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -pipe -O2 -DNDEBUG -fno-check-new -DOGG -DFLAC  -c -o programdlg.moc.o `test -f programdlg.moc.cpp || echo './'`programdlg.moc.cpp
make[3]: *** [wizard.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/arson-0.9.8_beta2/work/arson/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/arson-0.9.8_beta2/work/arson/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/arson-0.9.8_beta2/work/arson'
make: *** [all] Error 2

!!! ERROR: app-cdr/arson-0.9.8_beta2 failed.
!!! Function kde_src_compile, Line 129, Exitcode 2
!!! died running emake, kde_src_compile:make


Reproducible: Always
Steps to Reproduce:
1. Emerge arson with gcc 3.4 profile
2.
3.



Expected Results:  
successful emerge of arson

opteron root # emerge info
Portage 2.0.50-r7 (gcc34-amd64-2004.1, gcc-3.4.0, glibc-2.3.3_pre20040529-r0,
2.6.5-gentoo-r1)
=================================================================
System uname: 2.6.5-gentoo-r1 x86_64 5
Gentoo Base System version 1.4.15
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com/
ftp://ibiblio.org/pub/Linux/distributions/gentoo/
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa amd64 apm arts avi berkdb cdr crypt cups divx4linux dvd encode esd
foomaticdb freetype gdbm ghostscript gif gimp-print gnome gpm gtk2 imagemagick
imlib jpeg kde libg++ libwww mikmod motif mpeg ncurses nls nogcj offensive
oggvorbis opengl oss pam pdflib perl png python qt quicktime readline samba
scanner sdl slang spell ssl tcpd truetype truetype2 usb xml2 xmms xv xvid zlib"


The emerge is successfule if I use the gcc 3.3 profile.
Comment 1 Travis Tilley (RETIRED) gentoo-dev 2004-07-14 07:25:21 UTC
arson 0.9.8_beta2 compiles and installs fine on amd64 using gcc 3.4.1