Date: Wed, 21 Mar 2007 17:01:02 -0400 (EDT) From: "Henrik Hudson" <lists@rhavenn.net> To: questions@freebsd.org Subject: qt 3 install error Message-ID: <38742.192.168.1.71.1174510862.webmail@192.168.1.71>
next in thread | raw e-mail | index | archive | help
Afternoon List- I'm running 6.2-STABLE x86. The system was a fresh install of 6.2 that was upgraded to STABLE. The initial install of qt went fine a few months back, but now the upgrade is having issues. When I initially installed, I had (still have) X11BASE=/usr/local in my make.conf. I've tried both doing a portinstall and just plain old make install and make reinstall and neither works. It seems that it totally loses it's QMAKESPEC path. However, looking at the output of the actual compile, etc... it has the correct one figured out (freebsd-g++) and the path is correct. The mkspec directory does exist. I've tried pkg_deleting both qt and qmake. qmake installs fine, but the latest version of qt gives the following error when it actually tries to install the compiled package: cd plugins/src && make cd accessible && make -f Makefile cd codecs && make -f Makefile cd imageformats && make -f Makefile cd sqldrivers && make -f Makefile cd styles && make -f Makefile cd tools && make cd assistant/lib && make -f Makefile /usr/local/bin/qmake -spec -o Makefile lib.pro Could not find mkspecs for your QMAKESPEC after trying: /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/mkspecs /usr/local/share/qt/mkspecs /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8 /usr/local/share/qt Error processing project file: /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/tools/assistant/lib/Makefile Could not find mkspecs for your QMAKESPEC after trying: /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/mkspecs /usr/local/share/qt/mkspecs /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8 /usr/local/share/qt Error processing project file: /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/tools/assistant/lib/lib.pro *** Error code 2 Stop in /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/tools/assistant/lib. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8/tools. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.8. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt33. *** Error code 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38742.192.168.1.71.1174510862.webmail>