mysqlcc fails to build

Joan Picanyol lists-freebsd at biaix.org
Tue Mar 9 11:39:44 PST 2004


[please honour Mail-Followup-To:, not subscribed]

* Michael Nottebrock <michaelnottebrock at gmx.net> [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


More information about the freebsd-ports mailing list