Bug 51910 - compiler error when building konserve-0.9.7
Summary: compiler error when building konserve-0.9.7
Status: CLOSED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: 2.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-14 21:49 UTC by Jacek Ruzyczka
Modified: 2002-12-15 15:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacek Ruzyczka 2002-12-14 21:49:41 UTC
Version:           2.1 (using KDE KDE 3.0.3)
Installed from:    SuSE RPMs
Compiler:          GCC 3.2 
OS:          Linux

After calling configure, calling make generates an "internal error":

ar cru libkonserve.a archivecreator.o dirtreewalker.o helper.o backupprofile.o profilemanager.o dumpable.o timeinterval.o configurator.o systemtraywidget.o wizard.o profilemngrinterface.o configurationdlg.o identifierwidget.o identifierwidget.o sourceurlwidget.o backupurlwidget.o timeintervalwidget.o finalwidget.o configurationdlgbase.o libkonserve_a_meta_unload.o 
ranlib libkonserve.a 
source='main.cpp' object='main.o' libtool=no \ 
depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \ 
depmode=gcc3 /bin/sh ../admin/depcomp \ 
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -O0 -g3 -Wall -fno-exceptions -fno-check-new -c -o main.o `test -f 'main.cpp' || echo './'`main.cpp 
/usr/lib/qt3/bin/moc ./konserve.h -o konserve.moc 
source='konserve.cpp' object='konserve.o' libtool=no \ 
depfile='.deps/konserve.Po' tmpdepfile='.deps/konserve.TPo' \ 
depmode=gcc3 /bin/sh ../admin/depcomp \ 
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -O2 -O0 -g3 -Wall -fno-exceptions -fno-check-new -c -o konserve.o `test -f 'konserve.cpp' || echo './'`konserve.cpp 
In file included from /usr/lib/qt3/include/private/qucomextra_p.h:42, 
from konserve.moc:15, 
from konserve.cpp:117: 
/usr/lib/qt3/include/private/qucom_p.h:364: internal error: Segmentation fault 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. 
gmake[3]: Leaving directory `/root/konserve/konserve' 
gmake[3]: *** [konserve.o] Error 1 
gmake[2]: *** [all-recursive] Error 1 
gmake[2]: Leaving directory `/root/konserve/konserve' 
gmake[1]: Leaving directory `/root/konserve' 
gmake[1]: *** [all-recursive] Error 1 
gmake: *** [all] Error 2 
*** fehlgeschlagen ***
Comment 1 Stephan Kulow 2002-12-15 15:41:03 UTC
Subject: Re:  New: compiler error when building konserve-0.9.7

On Samstag, 14. Dezember 2002 21:49, Jacek Ruzyczka wrote:
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

Please read the error message

Greetings, Stephan