Running i386 FreeBSD 5.4-RELEASE. In trying to upgrade from kdebase-3.5.1_1 make fails at:

Making all in .
gmake[3]: Entering directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.3/kwin'
echo '#include <kdemacros.h>' > kwin_dummy.cpp; \
echo 'extern "C" int kdemain(int argc, char* argv[]);' >> kwin_dummy.cpp; \ echo 'extern "C" KDE_EXPORT int kdeinitmain(int argc, char* argv[]) { return kde
main(argc,argv); }' >> kwin_dummy.cpp
if /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I./lib -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -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 -O -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 -D_GNU_SOURCE
-MT kwin_dummy.lo -MD -MP -MF ".deps/kwin_dummy.Tpo" -c -o kwin_dummy.lo kwin_dummy.cpp; \ then mv -f ".deps/kwin_dummy.Tpo" ".deps/kwin_dummy.Plo"; else rm -f ".deps/kwin_dummy.Tpo"; exit 1; fi
/usr/X11R6/bin/moc ./workspace.h -o workspace.moc
if /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I./lib -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -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 -O -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 -D_GNU_SOURCE
-MT kwin_dummy.lo -MD -MP -MF ".deps/kwin_dummy.Tpo" -c -o kwin_dummy.lo kwin_dummy.cpp; \ then mv -f ".deps/kwin_dummy.Tpo" ".deps/kwin_dummy.Plo"; else rm -f ".deps/kwin_dummy.Tpo"; exit 1; fi
/usr/X11R6/bin/moc ./workspace.h -o workspace.moc
if /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I./lib -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -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 -O -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 -D_GNU_SOURCE
-MT workspace.lo -MD -MP -MF ".deps/workspace.Tpo" -c -o workspace.lo workspace.cpp; \ then mv -f ".deps/workspace.Tpo" ".deps/workspace.Plo"; else rm -f ".deps/workspace.Tpo"; exit 1; fi
In file included from workspace.h:23,
                 from workspace.cpp:14:
utils.h: In function `int KWinInternal::timestampCompare(Time, Time)':
utils.h:235: error: `timestampCompare' is not a member of `NET'
utils.h: In function `Time KWinInternal::timestampDiff(Time, Time)':
utils.h:241: error: `timestampDiff' is not a member of `NET'
gmake[3]: *** [workspace.lo] Error 1
gmake[3]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.3/kwin'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.3/kwin'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.3'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/x11/kdebase3.

I've googled the error and have only found one person with a similar issue posted to ports@openbsd.org, so it seems more of a port issue than a FreeBSD issue per se, so hopefully not related to my FreeBSd being painfully out of date. However, I couldn't find a more appropriate mailing list, so I hope this is an acceptable place.

This occurs after a make clean (and distclean for that matter), and my last big cvsup was yesterday morning. I seem to vaguely recall having a problem with kdebase when I upgraded from 3.4.0 to 3.5.1, and may have given up being without kde and installed from package. This seems to be supported by the fact that when the make initially begins it states: "Found saved configuration for kdebase-3.4.0_1"

Also, while I don't see how it could matter but would rather provide too much info than too little, I've got a clean pkgdb -F, running libtool-1.5.22_2, openldap-client-2.3.24 and lua-5.0.2_1.

The dearth of information on this problem suggests it's something odd about my system (shared by the openbsd person) despite appearing to be a compiling issue, but I don't have the knowledge to determine what it might be. Has anyone else run into this issue? Any advice?

Thanks,

Adrianna Frick
_______________________________________________
kde-freebsd mailing list
kde-freebsd@freebsd.kde.org
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to