Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 2004 20:32:45 +0100
From:      Joan Picanyol <lists-freebsd@biaix.org>
To:        freebsd-ports@freebsd.org
Cc:        Ferruccio Vitale <ferruccio.vitale@tin.it>
Subject:   Re: mysqlcc fails to build
Message-ID:  <20040309193245.GA12143@grummit.biaix.org>
In-Reply-To: <200403082104.29573.michaelnottebrock@gmx.net>
References:  <20040308194309.GA19116@grummit.biaix.org> <200403082104.29573.michaelnottebrock@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
[please honour Mail-Followup-To:, not subscribed]

* Michael Nottebrock <michaelnottebrock@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040309193245.GA12143>