From owner-freebsd-alpha Thu Sep 27 21:53:15 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from mail.fidnet.com (three.fidnet.com [205.216.200.53]) by hub.freebsd.org (Postfix) with SMTP id 2FC9237B40E for ; Thu, 27 Sep 2001 21:53:11 -0700 (PDT) Received: (qmail 7302 invoked from network); 28 Sep 2001 04:53:08 -0000 Received: from unknown (HELO Beast) (216.229.82.132) by three.fidnet.com with SMTP; 28 Sep 2001 04:53:08 -0000 From: "Matthew Rezny" To: "alpha@freebsd.org" Date: Thu, 27 Sep 2001 23:53:24 -0500 Reply-To: "Matthew Rezny" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 2000 (5.0.2195;2) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: gcc error compiling KDE2 Message-Id: <20010928045311.2FC9237B40E@hub.freebsd.org> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 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