Date: Fri, 6 Aug 2004 23:39:57 +0400 (MSD) From: Marat Afanasyev <amarat@ksu.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70092: QT33 does'nt build on 5.2-CURRENT Message-ID: <200408061939.i76JdvGT006597@bravo.hitv.ru> Resent-Message-ID: <200408061940.i76JeRYQ044186@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70092 >Category: ports >Synopsis: QT33 does'nt build on 5.2-CURRENT >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 06 19:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Marat Afanasyev >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD bravo.hitv.ru 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Fri Aug 6 23:09:53 MSD 2004 root@bravo.hitv.ru:/usr/obj/usr/src/sys/LEXSUS i386 i386, , 5.2-CURRENT >Description: qt33 makes it's own makefile and this makefile ignores the CXXFLAGS set in /etc/make.conf. Since gcc-3.4.2 doesn't know about -fsave-memoized and -fmemoize-lookups, it just stops here's the sample: ===> Building for qt-3.3.2_2 cd src/moc && make c++ -c -pipe -fno-exceptions -O -pipe -march=athlon-xp -O -pipe -fmemoize-lookups -fsave-memoized -DQT_MOC -DQT_NO_CODECS -DQT_LITE_UNICODE -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -I/usr/local/include/freetype2 -I../../include -I../tools -I. -I/usr/local/include -o ./qbuffer.o ../tools/qbuffer.cpp cc1plus: error: unrecognized command line option "-fmemoize-lookups" cc1plus: error: unrecognized command line option "-fsave-memoized" *** Error code 1 Stop in /usr/tmp/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.2/src/moc. *** Error code 1 Stop in /usr/tmp/usr/ports/x11-toolkits/qt33/work/qt-x11-free-3.3.2. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt33. >How-To-Repeat: cd /usr/ports/x11-toolkits/qt33; make >Fix: something should be done to teach qt makefile to use /etc/make.conf variables >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408061939.i76JdvGT006597>