Date: Thu, 11 Jan 2007 03:19:59 +0100 From: Stevan Tiefert <stevan-tiefert@t-online.de> To: freebsd-questions@freebsd.org Cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: general question about packages and ports working together Message-ID: <200701110320.00382.stevan-tiefert@t-online.de> In-Reply-To: <20070111014746.GA32781@xor.obsecurity.org> References: <200701102349.05260.stevan-tiefert@t-online.de> <20070111014746.GA32781@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Am Donnerstag, 11. Januar 2007 02:47 schrieb Kris Kennaway: > On Wed, Jan 10, 2007 at 11:49:04PM +0100, Stevan Tiefert wrote: > > Hello list, > > > > portaudit suggested me to update kdelibs. Ok I've done it via ports. Two > > days later I wanted to add the package de-koffice-i18n. The package > > de-koffice-i18n tried to install also my unsecure kdelibs again, if I > > hadn't stopped it I would now have two kdelibs on my harddrive... > > > > May it be that the packages are not accepting the newer versions from the > > ports? > > No, this should not be it. Post the exact output of the commands you > tried so we can try to help. > > Kris That is what I did: vagabund# cd /usr/ports/x11/kdelibs3 vagabund# make install >& ~/kdelibs3-install.log vagabund# And here are the last few raws of kdelibs3-install.log: ... Making all in lpdunix gmake[3]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdeprint/lpdunix' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdeprint/lpdunix' Making all in cups gmake[3]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdeprint/cups' Making all in cupsdconf2 gmake[4]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdeprint/cups/cupsdconf2' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdeprint/cups/cupsdconf2' gmake[4]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdeprint/cups' if /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../kdecore -I../../kio/kssl -I../../kjs -I../.. -I../../kio -I../../kfile -I../../kdeprint -I../../kdeprint/management -I../../kdecore/network -I../../dcop -I../../libltdl -I../../kdefx -I../../kdecore -I../../kdecore -I../../kdecore/network -I../../kdeui -I../../kio -I../../kio/kio -I../../kio/kfile -I../.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include -D_KDEPRINT_COMPILE -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT ipprequest.lo -MD -MP -MF ".deps/ipprequest.Tpo" -c -o ipprequest.lo ipprequest.cpp; \ then mv -f ".deps/ipprequest.Tpo" ".deps/ipprequest.Plo"; else rm -f ".deps/ipprequest.Tpo"; exit 1; fi ipprequest.cpp: In static member function `static QString IppRequest::assembleURI(const QString&, int, const QString&)': ipprequest.cpp:573: error: incomplete type `KURL' used in nested name specifier ipprequest.cpp:577: error: incomplete type `KURL' used in nested name specifier gmake[4]: *** [ipprequest.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdeprint/cups' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdeprint/cups' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdeprint' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11/kdelibs3. Maybe it will help? Stevan Tiefert
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701110320.00382.stevan-tiefert>