Date: Wed, 11 Jun 2008 14:52:11 -0400 From: Paul Horechuk <horechuk@csolve.net> To: FreeBSD Ports <freebsd-ports@freebsd.org> Subject: qt-copy fails to build in new FreeBSD 7 environment Message-ID: <200806111452.11401.horechuk@csolve.net>
next in thread | raw e-mail | index | archive | help
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: <snip> 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 ______________________________________________________________________
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806111452.11401.horechuk>