Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101769 - Internal error in g++ compiling qt 3.3.4-r3
Summary: Internal error in g++ compiling qt 3.3.4-r3
Status: RESOLVED DUPLICATE of bug 20600
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-08 10:26 UTC by Francisco J. Yáñez
Modified: 2005-08-08 16:17 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 Francisco J. Yáñez 2005-08-08 10:26:06 UTC
g++ -c -pipe -fno-exceptions -fPIC -Wall -W -march=athlon-xp -pipe -O2 
-D_REENTRANT  -DDESIGNER -DQT_INTERNAL_XML -DQT_INTERNAL_WORKSPACE 
-DQT_INTERNAL_ICONVIEW -DQT_INTERNAL_TABLE -DQT_TABLET_SUPPORT -DQT_NO_DEBUG 
-DQT_THREAD_SUPPORT -DQT_SHARED 
-I/var/tmp/portage/qt-3.3.4-r3/work/qt-x11-free-3.3.4/mkspecs/linux-g++ -I. 
-I/usr/include/freetype2 -I../shared -I../uilib -I../../../include 
-I.moc/release-shared-mt/ 
-o ./moc_paletteeditorimpl.o .moc/release-shared-mt/moc_paletteeditorimpl.cpp 
g++: Error interno: `Violaci
Comment 1 Francisco J. Yáñez 2005-08-08 10:26:06 UTC
g++ -c -pipe -fno-exceptions -fPIC -Wall -W -march=athlon-xp -pipe -O2 
-D_REENTRANT  -DDESIGNER -DQT_INTERNAL_XML -DQT_INTERNAL_WORKSPACE 
-DQT_INTERNAL_ICONVIEW -DQT_INTERNAL_TABLE -DQT_TABLET_SUPPORT -DQT_NO_DEBUG 
-DQT_THREAD_SUPPORT -DQT_SHARED 
-I/var/tmp/portage/qt-3.3.4-r3/work/qt-x11-free-3.3.4/mkspecs/linux-g++ -I. 
-I/usr/include/freetype2 -I../shared -I../uilib -I../../../include 
-I.moc/release-shared-mt/ 
-o ./moc_paletteeditorimpl.o .moc/release-shared-mt/moc_paletteeditorimpl.cpp 
g++: Error interno: `Violación de segmento' (programa cc1plus) 
Por favor envíe un reporte completo de error. 
Vea <URL:http://bugs.gentoo.org/> para más instrucciones. 
make[3]: *** [moc_paletteeditorimpl.o] Error 1 
make[3]: Leaving directory 
`/var/tmp/portage/qt-3.3.4-r3/work/qt-x11-free-3.3.4/tools/designer/designer' 
make[2]: *** [sub-designer] Error 2 
make[2]: Leaving directory 
`/var/tmp/portage/qt-3.3.4-r3/work/qt-x11-free-3.3.4/tools/designer' 
make[1]: *** [sub-designer] Error 2 
make[1]: Leaving directory 
`/var/tmp/portage/qt-3.3.4-r3/work/qt-x11-free-3.3.4/tools' 
make: *** [sub-tools] Error 2 
 

Reproducible: Couldn't Reproduce
Steps to Reproduce:
1. emerge qt 
2. 
3. 
 
Actual Results:  
The compilation stops. 

Expected Results:  
The compilation should finish without errors. 

No hardware problems in the machine. 
 
gcc -v 
 
/var/tmp/portage/gcc-3.3.5.20050130-r1/work/gcc-3.3.5/configure 
--enable-version-specific-runtime-libs --prefix=/usr 
--bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3.5-20050130 
--includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/include 
--datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5-20050130 
--mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5-20050130/man 
--infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3.5-20050130/info 
--with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/include/g++-v3 
--host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec 
--enable-nls --without-included-gettext --with-system-zlib --disable-checking 
--disable-werror --disable-libunwind-exceptions --disable-multilib 
--disable-libgcj --enable-languages=c,c++,f77 --enable-shared 
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu 
Modelo de hilos: posix 
gcc versión 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, 
pie-8.7.7.1) 
 
in /etc/make.conf: 
 
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -m3dnow -msse -mmmx" 
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -m3dnow -msse -mmmx" 
LDFLAGS="-Wl,-O1 -Wl,--sort-common -z combreloc -Wl,--enable-new-dtags 
-Wl,--relax" 
 
uname -a 
 
Linux jimmy 2.6.12 #3 Sun Aug 7 14:32:09 CEST 2005 i686 AMD Athlon(tm) XP 2600+ 
AuthenticAMD GNU/Linux
Comment 2 Gregorio Guidi (RETIRED) gentoo-dev 2005-08-08 16:17:37 UTC

*** This bug has been marked as a duplicate of 20600 ***