From owner-freebsd-ports@FreeBSD.ORG Wed Jun 11 19:18:05 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CF50106566B for ; Wed, 11 Jun 2008 19:18:05 +0000 (UTC) (envelope-from horechuk@csolve.net) Received: from mail122.messagelabs.com (mail122.messagelabs.com [216.82.245.83]) by mx1.freebsd.org (Postfix) with SMTP id A86378FC18 for ; Wed, 11 Jun 2008 19:18:04 +0000 (UTC) (envelope-from horechuk@csolve.net) X-VirusChecked: Checked X-Env-Sender: horechuk@csolve.net X-Msg-Ref: server-12.tower-122.messagelabs.com!1213210282!26169854!1 X-StarScan-Version: 5.5.12.14.2; banners=.,-,- X-Originating-IP: [65.193.201.145] Received: (qmail 23436 invoked from network); 11 Jun 2008 18:51:22 -0000 Received: from mail.bpoms.com (HELO BPOMSMAIL.BPOMS.COM) (65.193.201.145) by server-12.tower-122.messagelabs.com with SMTP; 11 Jun 2008 18:51:22 -0000 Received: from paul.bpoms.com ([216.223.150.67]) by BPOMSMAIL.BPOMS.COM (Lotus Domino Release 7.0.3) with ESMTP id 2008061114512445-73216 ; Wed, 11 Jun 2008 14:51:24 -0400 From: Paul Horechuk To: FreeBSD Ports Date: Wed, 11 Jun 2008 14:52:11 -0400 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Message-Id: <200806111452.11401.horechuk@csolve.net> X-MIMETrack: Itemize by SMTP Server on BPOMSMAIL/BPOMS(Release 7.0.3|September 26, 2007) at 06/11/2008 02:51:24 PM, Serialize by Router on BPOMSMAIL/BPOMS(Release 7.0.3|September 26, 2007) at 06/11/2008 02:51:25 PM, Serialize complete at 06/11/2008 02:51:25 PM Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Subject: qt-copy fails to build in new FreeBSD 7 environment X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: horechuk@csolve.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2008 19:18:05 -0000 I recently did a source upgrade from FreeBSD 6.3 to FreeBSD 7 Stable. I have over 1000 ports to recompile so it is taking time. I've done the ruby18 ports and portupgrade as well. JDK15 just completed, as well as a few others. The one I'm stumbling over at the moment is qt-copy-3.3.8. It dies with the following: cd src && make c++ -c -pipe -fno-exceptions -Wall -W -O2 -fno-strict-aliasing -pipe -march=pentium3 -fPIC -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_THREAD_SUPPORT -DQT_NO_NIS -DQT_NAS_SUPPORT -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../include -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I/usr/local/include/freetype2 -I/usr/local/include -I3rdparty/opentype -I/usr/local/include -I../include -I/usr/local/include -I.moc/release-shared-mt/ -o .obj/release-shared-mt/qtaddons_x11.o kernel/qtaddons_x11.cpp /usr2/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/bin/moc kernel/qapplication_x11.cpp -o .moc/release-shared-mt/qapplication_x11.moc /libexec/ld-elf.so.1: /usr/local/lib/libgcc_s.so.1: version GCC_3.3 required by /usr/lib/libstdc++.so.6 not found *** Error code 1 Stop in /usr2/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/src. *** Error code 1 Stop in /usr2/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8. *** Error code 1 Stop in /usr2/ports/x11-toolkits/qt33. My current gcc is: gcc -v Using built-in specs. Target: i386-undermydesk-freebsd Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] What do I need to install/rebuild to get past this point? -- Paul Horechuk Think Free Use Open Source Software ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________