Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26626 - qt-3.1.2-r4 fails to compile - segfaults when building "mainwindowsactions.o"
Summary: qt-3.1.2-r4 fails to compile - segfaults when building "mainwindowsactions.o"
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-14 08:17 UTC by andreas somogyi
Modified: 2003-08-18 21:26 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 andreas somogyi 2003-08-14 08:17:40 UTC
Trying to emerge -Up world
when emerging QT, I get the following error message:

mainwindow.cpp: In member function `void MainWindow::writeConfig()':
mainwindow.cpp:2113: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
make[3]: *** [mainwindow.o] Error 1
make[3]: *** Waiting for unfinished jobs....
mainwindowactions.cpp: In member function `void MainWindow::editPreferences()':
mainwindowactions.cpp:1920: Internal compiler error in ggc_recalculate_in_use_p
   , at ggc-page.c:1178
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
make[3]: *** [mainwindowactions.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/qt-3.1.2-r4/work/qt-x11-free-3.1.
2/tools/designer/designer'
make[2]: *** [sub-designer] Error 2
make[2]: Leaving directory `/var/tmp/portage/qt-3.1.2-r4/work/qt-x11-free-3.1.
2/tools/designer'
make[1]: *** [sub-designer] Error 2
make[1]: Leaving directory `/var/tmp/portage/qt-3.1.2-r4/work/qt-x11-free-3.1.
2/tools'
make: *** [sub-tools] Error 2

!!! ERROR: x11-libs/qt-3.1.2-r4 failed.
!!! Function src_compile, Line 109, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




USE="3dnow acpi -alsa arts avi bonobo cdr crypt cups dga doc dvd encode evo gd 
gdbm gif -gnome gphoto2 -gtk -gtk2 -gtkhtml imap imlib innodb ipv6 java jpeg kde 
libwww maildir mbox mmx motif mozilla mpeg mysql ncurses nls oav odbc oggvorbis 
opengl -oss pam pda pdflib perl pic png pnp postgres python qt qtmt quicktime 
readline ruby samba scanner sdl spell sse ssl tcltk tcpd tetex tiff truetype usb 
wmf X xml xml2 xmms xv zlib"

CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"

root@wintermute andreas # uname -a
Linux wintermute 2.6.0-test3-mm2 #3 Thu Aug 14 16:04:37 CEST 2003 i686 AMD 
Athlon(TM) XP 2000+ AuthenticAMD GNU/Linux
root@wintermute andreas #
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2003-08-14 11:07:51 UTC
Not a kde bug. You should try using a less agressive CFLAGS setting (perhaps -O2 as a start) 
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-08-18 01:38:29 UTC
and -mcpu=i686
Comment 3 andreas somogyi 2003-08-18 21:26:02 UTC
It compiled with -O2 and -i686. Thanks guys.