Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46054 - emerge -u kdemultimedia-3.2.1 failes
Summary: emerge -u kdemultimedia-3.2.1 failes
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-28 18:24 UTC by Rick Sivernell
Modified: 2004-04-26 17:58 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 Rick Sivernell 2004-03-28 18:24:49 UTC
Good - your configure finished. Start make now

make  all-recursive
make[1]: Entering directory `/var/tmp/portage/kdemultimedia-3.2.1/work/kdemultimedia-3.2.1'
Making all in arts
make[2]: Entering directory `/var/tmp/portage/kdemultimedia-3.2.1/work/kdemultimedia-3.2.1/arts'
Making all in runtime
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.2.1/work/kdemultimedia-3.2.1/arts/runtime'
/usr/kde/3.2/bin/mcopidl -t -I/usr/kde/3.2/include/arts ./artsbuilder.idl
./artsbuilder.idl: warning: Arts::StructurePortDesc::constructor (method) collides with Arts::PortDesc::constructor (method)
/usr/kde/3.2/bin/mcopidl -t -I/usr/kde/3.2/include/arts ./artsbuilder.idl
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.2/include/arts -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT -DEXAMPLES_DIR='"/usr/kde/3.2/share/apps/artsbuilder/examples"' -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o sequenceutils.lo `test -f 'sequenceutils.cc' || echo './'`sequenceutils.cc
./artsbuilder.idl: warning: Arts::StructurePortDesc::constructor (method) collides with Arts::PortDesc::constructor (method)
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.2/include/arts -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT -DEXAMPLES_DIR='"/usr/kde/3.2/share/apps/artsbuilder/examples"' -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o structurebuilder_impl.lo `test -f 'structurebuilder_impl.cc' || echo './'`structurebuilder_impl.cc
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.2/include/arts -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT -DEXAMPLES_DIR='"/usr/kde/3.2/share/apps/artsbuilder/examples"' -DNDEBUG -DNO_DEBUG -O2 -march=pentium3 -O2 -pipe -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o structures_impl.lo `test -f 'structures_impl.cc' || echo './'`structures_impl.cc
g++: Internal error: Terminated (program cc1plus)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
make[3]: *** [structurebuilder_impl.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
{standard input}: Assembler messages:
{standard input}:0: Warning: end of file not at end of a line; newline inserted
{standard input}:1243: Error: suffix or operands invalid for `xadd'
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.2.1/work/kdemultimedia-3.2.1/arts/runtime'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdemultimedia-3.2.1/work/kdemultimedia-3.2.1/arts'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdemultimedia-3.2.1/work/kdemultimedia-3.2.1'
make: *** [all] Error 2

!!! ERROR: kde-base/kdemultimedia-3.2.1 failed.
!!! Function kde_src_compile, Line 128, Exitcode 2
!!! died running emake, kde_src_compile:make

RickSivernell kde #
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2004-03-28 23:09:51 UTC
Please note that you're getting an internal compiler error which breaks your build. 

g++: Internal error: Terminated (program cc1plus)

Resolution: Ask the GCC team whether they think it's a compiler error or a hardware error. In case of a hardware error; If you overclock, run at normal speed. If you're at normal speed, run memtest86 for at *least* 4 hours (I suggest leaving it on overnight while you sleep). 
Such compiler errors generally mean hardware errors, which are impossible to debug as a software flaw (because it isn't one). But this is a GCC thing, not a kdemultimedia ebuild thing.
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2004-04-26 17:58:09 UTC
can't fix internal compile errors, unfortunately.