Date: Thu, 6 Sep 2001 20:38:54 -0700 From: "Jacob S. Barrett" <jsbarrett@acm.org> To: freebsd-questions@FreeBSD.ORG Subject: Re: Port x11/kdebase2 not building Message-ID: <200109070338.f873csG78908@osiris.amduat.net> In-Reply-To: <200109070004.f8704Z615862@osiris.amduat.net> References: <200109070004.f8704Z615862@osiris.amduat.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Well after a few hours I tracked it down. A port I installed the other day installed the kdelibs11 port over the top of the kdelibs2 port. After reinstalling the kde2 libs I was able to build again. This brings up a issue though. Is there some central place to place a kill for a set of ports. If not maybe something should be considered. If kde2 or any other new port is installed then a flag should be set the kills the build and install of older version like kde1. -Jake On Thursday 06 September 2001 05:04 pm, Jacob S. Barrett wrote: > I am not sure if I have FUBARed my ports tree or not but I can not build > kdebase2 since patchlevel 1 was released a few days ago. I have patchlevel > 0 installed already but was trying to upgrade all my ports when this one > failed. Here is the output from the build that failed. Does anyone have > any idea what I am doing wrong or what I may have FUBARed? > > ********* > Making all in favicons > gmake[3]: Entering directory > `/usr/ports/x11/kdebase2/work/kdebase-2.2/libkonq/favicons' > /usr/X11R6/bin/moc2 ./favicons.h -o favicons.moc > /bin/sh ../../libtool --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I. -I. > -I../.. -I/usr/local/include -I/usr/X11R6/include/qt2 -I/usr/X11R6/include > -I/usr/include -D_GETOPT_H -D_PTH_H_ -D_PTH_PTHREAD_H_ > -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include/qt2 -O2 -O > -pipe -march=pentiumpro -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE > -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c favicons.cpp > mkdir .libs > c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include > -I/usr/X11R6/include/qt2 -I/usr/X11R6/include -I/usr/include -D_GETOPT_H > -D_PTH_H_ -D_PTH_PTHREAD_H_ -I/usr/local/include -I/usr/local/include > -I/usr/X11R6/include/qt2 -O2 -O -pipe -march=pentiumpro -fno-exceptions > -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST > -c favicons.cpp -fPIC -DPIC -o .libs/favicons.o > In file included from /usr/local/include/ksimpleconfig.h:49, > from favicons.cpp:33: > /usr/local/include/kconfigbase.h: In method `const char * > KConfigBase::getGroup() const': > /usr/local/include/kconfigbase.h:218: implicit declaration of function `int > debug(...)' > /usr/local/include/kconfigbase.h: In method > `KConfigGroupSaver::KConfigGroupSaver(KConfigBase *, QString)': > /usr/local/include/kconfigbase.h:741: no matching function for call to > `KConfigBase::setGroup (QString &)' > /usr/local/include/kconfigbase.h:203: candidates are: void > KConfigBase::setGroup(const char *) > /usr/local/include/kconfigbase.h: In method > `KConfigGroupSaver::~KConfigGroupSaver()': > /usr/local/include/kconfigbase.h:746: no matching function for call to > `KConfigBase::setGroup (QString &)' > /usr/local/include/kconfigbase.h:203: candidates are: void > KConfigBase::setGroup(const char *) > In file included from /usr/local/include/kio/job.h:25, > from favicons.cpp:35: > /usr/local/include/kio/jobclasses.h: At top level: > /usr/local/include/kio/jobclasses.h:569: syntax error before `;' > /usr/local/include/kio/jobclasses.h:728: syntax error before `&' > /usr/local/include/kio/jobclasses.h:730: syntax error before `(' > /usr/local/include/kio/jobclasses.h:731: base `KIO::Job' with only > non-default constructor > /usr/local/include/kio/jobclasses.h:731: in class without a constructor > /usr/local/include/kio/jobclasses.h:731: syntax error before `(' > cpp0: output pipe has been closed > gmake[3]: *** [favicons.lo] Error 1 > gmake[3]: Leaving directory > `/usr/ports/x11/kdebase2/work/kdebase-2.2/libkonq/favicons' > ********** > > Thanks, > Jake -- Jacob S. Barrett jsbarrett@acm.org www.amduat.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109070338.f873csG78908>