Date: Tue, 01 Aug 2006 20:48:00 +0000 From: Glenn <g.todd@internet.co.nz> To: freebsd-ports@FreeBSD.org Subject: amarok 1.4.0a build error Message-ID: <1154465280.19515.4.camel@localhost>
next in thread | raw e-mail | index | archive | help
I have tried to portupgrade -rR amarok to 1.4.0a on a FreeBSD 6.0-RELEASE #0: Mon Nov 28 21:44:34 UTC 2005 box and get the following error. What am I missing. /usr/X11R6/bin/moc ./ktrm.h -o ktrm.moc if /bin/sh /usr/local/bin/libtool --silent --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../amarok/src/amarokcore -I../../amarok/src/amarokcore -I../../amarok/src/analyzers -I../../amarok/src/engine -I../../amarok/src/plugin -I../../amarok/src/statusbar -I../../amarok/src/mediadevice -I../../amarok/src -I/usr/local/include/arts -I/usr/local/include/taglib -I../../amarok/src/sqlite -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -D_THREAD_SAFE -Wno-long-long -Wundef -Wall -W -Wpointer-arith -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 ktrm.lo -MD -MP -MF ".deps/ktrm.Tpo" \ -c -o ktrm.lo `test -f 'ktrm.cpp' || echo './'`ktrm.cpp; \ then mv -f ".deps/ktrm.Tpo" ".deps/ktrm.Plo"; \ else rm -f ".deps/ktrm.Tpo"; exit 1; \ fi ktrm.cpp: In constructor `KTRMRequestHandler::KTRMRequestHandler()': ktrm.cpp:132: error: `tp_SetTRMCollisionThreshold' undeclared (first use this function) ktrm.cpp:132: error: (Each undeclared identifier is reported only once for each function it appears in.) ktrm.cpp:134: error: `tp_SetAutoFileLookup' undeclared (first use this function)ktrm.cpp: In function `void TRMNotifyCallback(void*, void*, TPCallbackEnum, int, TPFileStatus)': ktrm.cpp:292: error: `eTRMCollision' undeclared (first use this function) ktrm.cpp: In member function `virtual void KTRMLookup::unrecognized()': ktrm.cpp:553: error: `tr_GetTRM' undeclared (first use this function) ktrm.cpp: In member function `virtual void KTRMLookup::collision()': ktrm.cpp:585: error: `tr_GetNumResults' undeclared (first use this function) ktrm.cpp:598: error: `tr_GetResults' undeclared (first use this function) gmake[4]: *** [ktrm.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.0/amarok/src' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.0/amarok/src' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.0/amarok' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/audio/amarok/work/amarok-1.4.0' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/audio/amarok. Glenn (Wellington NZ)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1154465280.19515.4.camel>