Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45676 - qt compile error
Summary: qt compile error
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-24 22:31 UTC by Kari Kimber
Modified: 2004-05-25 17:15 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 Kari Kimber 2004-03-24 22:31:36 UTC
i use the this command and compile error.

# USE="xslt xml2 mysql" emerge mod_php


Reproducible: Always
Steps to Reproduce:
1. Linux unicorn 2.6.5-rc1-mm1 #1 Sat Mar 20 11:59:06 GMT 2004 i686 Pentium II (Deschutes) GenuineIntel GNU/Linux
2. USE="xslt xml2 mysql" emerge -f mod_php
3. USE="xslt xml2 mysql" emerge mod_php

Actual Results:  
kernel/qfont_x11.cpp 
kernel/qeventloop_x11.cpp: In member function `virtual bool  
   QEventLoop::processEvents(unsigned int)': 
kernel/qeventloop_x11.cpp:319: warning: `int ret' might be used uninitialized  
   in this function 
g++ -c -pipe -I/usr/include/mysql -fno-exceptions -Wall -W -O2 -D_REENTRANT -
fPIC -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -
DQT_THREAD_SUPPORT -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -
DQT_NO_XINERAMA -DQT_DLOPEN_OPENGL -DQT_BUILTIN_GIF_READER=1 -
DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_INTERLACE -
DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT -DQT_NO_STYLE_POCKETPC -
I/var/tmp/portage/qt-3.3.0-r1/work/qt-x11-free-3.3.0/mkspecs/linux-g++ -I. -
I/usr/include/freetype2 -I3rdparty/opentype -I../include -I/usr/X11R6/include -
I.moc/release-shared-mt/ -o .obj/release-shared-mt/qinputcontext_x11.o 
kernel/qinputcontext_x11.cpp 
g++ -c -pipe -I/usr/include/mysql -fno-exceptions -Wall -W -O2 -D_REENTRANT -
fPIC -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -
DQT_THREAD_SUPPORT -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -
DQT_NO_XINERAMA -DQT_DLOPEN_OPENGL -DQT_BUILTIN_GIF_READER=1 -
DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_INTERLACE -
DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT -DQT_NO_STYLE_POCKETPC -
I/var/tmp/portage/qt-3.3.0-r1/work/qt-x11-free-3.3.0/mkspecs/linux-g++ -I. -
I/usr/include/freetype2 -I3rdparty/opentype -I../include -I/usr/X11R6/include -
I.moc/release-shared-mt/ -o .obj/release-shared-mt/qmotifdnd_x11.o 
kernel/qmotifdnd_x11.cpp 
In file included from kernel/qdesktopwidget.h:40, 
                 from kernel/qapplication.h:42, 
                 from kernel/qinputcontext_x11.cpp:38: 
kernel/qwidget.h:849: internal compiler error: Segmentation fault 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://bugs.gentoo.org/> for instructions. 
g++ -c -pipe -I/usr/include/mysql -fno-exceptions -Wall -W -O2 -D_REENTRANT -
fPIC -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -
DQT_THREAD_SUPPORT -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -
DQT_NO_XINERAMA -DQT_DLOPEN_OPENGL -DQT_BUILTIN_GIF_READER=1 -
DQT_NO_STYLE_MAC -DQT_NO_STYLE_AQUA -DQT_NO_STYLE_INTERLACE -
DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_COMPACT -DQT_NO_STYLE_POCKETPC -
I/var/tmp/portage/qt-3.3.0-r1/work/qt-x11-free-3.3.0/mkspecs/linux-g++ -I. -
I/usr/include/freetype2 -I3rdparty/opentype -I../include -I/usr/X11R6/include -
I.moc/release-shared-mt/ -o .obj/release-shared-mt/qpixmap_x11.o 
kernel/qpixmap_x11.cpp 
The bug is not reproduceable, so it is likely a hardware or OS problem 
make[1]: *** [.obj/release-shared-mt/qinputcontext_x11.o] Error 1 
make[1]: *** Waiting for unfinished jobs.... 
make[1]: Leaving directory `/var/tmp/portage/qt-3.3.0-r1/work/qt-x11-free-
3.3.0/src' 
make: *** [sub-src] Error 2 
 
!!! ERROR: x11-libs/qt-3.3.0-r1 failed. 
!!! Function src_compile, Line 87, Exitcode 2 
!!! (no error message)


Linux version 2.6.5-rc1-mm1 (root@unicorn) (gcc version 3.3.2 20031218 (Gentoo 
Linux 3.3.2-r5, propolice-3.3-7)) #1 Sat Mar 20 11:59:06 GMT 2004

PII 350mhz
256mb ram
8gb ide hdd
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-03-25 04:03:09 UTC
segmentation fault = problem on your end.  you have a corrupt glibc, something's wrong with the compiler, you have some bad memory...?
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2004-05-25 17:15:00 UTC
closing per above comments.