Date: Thu, 27 Sep 2001 23:53:24 -0500 From: "Matthew Rezny" <mrezny@umr.edu> To: "alpha@freebsd.org" <alpha@freebsd.org> Subject: gcc error compiling KDE2 Message-ID: <20010928045311.2FC9237B40E@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
Since there are next to no packages for 4.4-RELEASE for Alpha, I've been compiling all the software I need since I've installed it. Several items in the ports tree have tried to us -O2 with g++ which results in a warning that there are known bugs with that optimization level on this platform. I've removed them as I encounter them and everything works fine. However, when I did a make for kde2, I ran into a severe problem during one of its dependencies. Adter the warning, g++ actually crashed. I removed the -O2 flag from the makefile and reran make. g++ still crashes. Thus it would appear kde2 in theports tree can not be compiled in its current state on Alpha. Included below is the relevant area of the make process. Even though this is a gcc bug, I figured the people subscribed to the Alpha list should know about this. If anyone else has run into this and come up with a solution, please let me know. If I come up with anything, I'll let the list know. Thanks. Making all in favicons gmake[3]: Entering directory `/usr/ports/x11/kdebase2/work/kdebase-2.2/libkonq/f avicons' /bin/sh ../../libtool --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I. -I. -I../ .. -I/usr/local/include -I/usr/X11R6/include/qt2 -I/usr/X11R6/include -I/usr/i nclude -D_GETOPT_H -D_PTH_H_ -D_PTH_PTHREAD_H_ -I/usr/local/include -I/usr/loca l/include -I/usr/X11R6/include/qt2 -O -pipe -mcpu=ev4 -fno-exceptions -fno-chec k-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c favicons.cpp c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/X11R6/include/qt 2 -I/usr/X11R6/include -I/usr/include -D_GETOPT_H -D_PTH_H_ -D_PTH_PTHREAD_H_ -I /usr/local/include -I/usr/local/include -I/usr/X11R6/include/qt2 -O -pipe -mcpu= ev4 -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_A SCII_CAST -c favicons.cpp -fPIC -DPIC In file included from favicons.cpp:37: favicons.moc: In function `static class QMetaObject * FaviconsModule::staticMeta Object()': favicons.moc:102: Internal compiler error in `gen_reload_inhi', at ../cc_tools/i nsn-emit.c:5550 Please submit a full bug report. See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. gmake[3]: *** [favicons.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/kdebase2/work/kdebase-2.2/libkonq/fa vicons' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/kdebase2/work/kdebase-2.2/libkonq' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010928045311.2FC9237B40E>