From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.3; Linux) (KHTML, like Gecko) Description of problem: When compiling qt-gui plugin for licq (version 1.3.0); ICE occurs. Version-Release number of selected component (if applicable): gcc-3.4.2-4 How reproducible: Always Steps to Reproduce: 1.get licq 1.3.0 from www.licq.org; unpack 2. `./configure && make` in licq 3. `./configure --with-kde && make` in plugins/qt-gui Actual Results: ICE: if /bin/sh ../libtool --silent --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -I/tmp/licq-1.3.0/include -I/usr/X11R6/include -I/usr/lib/qt-3.3/include -I/usr/include/kde -fPIC -DPIC -D_REENTRANT -O2 -fno-exceptions -fno-check-new -Wall -I/usr/lib/qt-3.3/include -I/usr/X11R6/include-MT chatdlg.lo -MD -MP -MF ".deps/chatdlg.Tpo" \ -c -o chatdlg.lo `test -f 'chatdlg.cpp' || echo './'`chatdlg.cpp; \ then mv -f ".deps/chatdlg.Tpo" ".deps/chatdlg.Plo"; \ else rm -f ".deps/chatdlg.Tpo"; exit 1; \ fi In file included from /usr/include/kde/kservicetype.h:24, from /usr/include/kde/kmimetype.h:35, from /usr/include/kde/kfiledialog.h:34, from chatdlg.cpp:47: /usr/include/kde/ksycocaentry.h: In constructor `KSycocaEntry::KSycocaEntry(QDataStream&, int)': /usr/include/kde/ksycocaentry.h:66: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://bugzilla.redhat.com/bugzilla> for instructions. Preprocessed source stored into /tmp/ccEzo5FS.out file, please attach this to your bugreport. make[2]: *** [chatdlg.lo] Error 1 make[2]: Leaving directory `/tmp/licq-1.3.0/plugins/qt-gui/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/licq-1.3.0/plugins/qt-gui' make: *** [all] Error 2 Expected Results: Compiled OK Additional info: All packages installed are as of "development" Fedora Core of Oct 6
Created attachment 104838 [details] Preprocessed source, as requested in error message
*** This bug has been marked as a duplicate of 134676 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.