From owner-freebsd-ports@FreeBSD.ORG Tue Mar 9 11:39:44 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5526116A4CE for ; Tue, 9 Mar 2004 11:39:44 -0800 (PST) Received: from grummit.biaix.org (86.Red-213-97-212.pooles.rima-tde.net [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 216D543D41 for ; Tue, 9 Mar 2004 11:39:43 -0800 (PST) (envelope-from lists-freebsd@biaix.org) Received: (qmail 12367 invoked by uid 1000); 9 Mar 2004 19:32:45 -0000 Date: Tue, 9 Mar 2004 20:32:45 +0100 From: Joan Picanyol To: freebsd-ports@freebsd.org Message-ID: <20040309193245.GA12143@grummit.biaix.org> Mail-Followup-To: freebsd-ports@freebsd.org, lists-freebsd@freebsd.org References: <20040308194309.GA19116@grummit.biaix.org> <200403082104.29573.michaelnottebrock@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403082104.29573.michaelnottebrock@gmx.net> User-Agent: Mutt/1.4.1i cc: Ferruccio Vitale Subject: Re: mysqlcc fails to build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2004 19:39:44 -0000 [please honour Mail-Followup-To:, not subscribed] * Michael Nottebrock [20040308 20:57]: > On Monday 08 March 2004 20:43, Joan Picanyol wrote: > > > Output of 'ls /var/db/pkg' and config.log attached. I'll rebuild qt and > > see what happens. > > Explicitly pkg_delete qt, then rebuild and install it. qt used to include > qmake and install it into /usr/X11R6/bin/, but qmake is a separate port now > and installs to /usr/local/bin. Done: 570,v2,0$ pkg_info -I qt* qmake* qmake-3.2.3_1 The build utility of the Qt project qt-3.2.3 A C++ X GUI toolkit However, it still doesn't build [long lines]: c++ -c -pipe -Wall -W -O -pipe -march=athlon-mp -fmemoize-lookups -fsave-memoize d -D_THREAD_SAFE -DQT_DLL -DHAVE_MYSQLCC_CONFIG -DQT_NO_DEBUG -DQT_THREAD_SUPPO RT -DQT_SHARED -I/usr/local/share/qt/mkspecs/freebsd-g++ -I. -Iinclude -Ishared/ include -Iinclude/CSqlEditor -I../../../../../../../../../../../local/include/my sql -I../../../../../../../../../../../local/include -I/usr/local/include -I../. ./../../../../../../../../../X11R6/include -Imoc/ -o tmp/shared.o shared/src/sha red.cpp cc1plus: warning: ignoring command line option '-fmemoize-lookups' cc1plus: warning: (it is valid for C++ but not the selected language) cc1plus: warning: ignoring command line option '-fsave-memoized' cc1plus: warning: (it is valid for C++ but not the selected language) ( cd /usr/local/src/moc ; make ) cd: can't cd to /usr/local/src/moc *** Error code 2 Stop in /usr/build/ports/fs/bulk/mount/FreeBSD/ports/databases/mysqlcc/work/mysq lcc-0.9.3-src. *** Error code 1 Stop in /fs/bulk/mount/FreeBSD/ports/databases/mysqlcc. 514,v1,0$ Apparently, mysqlcc doesn't know where to look for moc: 514,v1,1$ whereis moc moc: /usr/X11R6/bin/moc 515,v1,0$ pkg_info -W moc /usr/X11R6/bin/moc was installed by package qt-3.2.3 516,v1,0$ Where else shoud I look to fix this? tks -- pica