From nobody@FreeBSD.org Wed Sep 20 01:13:50 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F38E16A416 for ; Wed, 20 Sep 2006 01:13:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D35DE43D45 for ; Wed, 20 Sep 2006 01:13:49 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8K1DnOY070916 for ; Wed, 20 Sep 2006 01:13:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8K1DnxW070915; Wed, 20 Sep 2006 01:13:49 GMT (envelope-from nobody) Message-Id: <200609200113.k8K1DnxW070915@www.freebsd.org> Date: Wed, 20 Sep 2006 01:13:49 GMT From: Rance Hall To: freebsd-gnats-submit@FreeBSD.org Subject: make error on kdebase3 X-Send-Pr-Version: www-2.3 >Number: 103414 >Category: ports >Synopsis: make error on kdebase3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: kde >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 20 01:20:18 GMT 2006 >Closed-Date: Mon Dec 18 16:05:06 GMT 2006 >Last-Modified: Mon Dec 18 16:05:06 GMT 2006 >Originator: Rance Hall >Release: 6.2-PRERELEASE >Organization: >Environment: FreeBSD rance.hallhomeonline.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Tue Sep 12 22:54:14 CDT 2006 root@rance.hallhomeonline.net:/usr/obj/usr/src/sys/RANCE i386 >Description: after rebulding world, I noticed that kdm no longer validated users. I read that it needed to be reinstalled. I did a make install clean on the kdebase3 port and figured that would rebuild kdm for me. I waited several days and cvsupped again, but that didnt change antyhi the make fails for kdebase3 with the following error: gmake[3]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.4/kwin/lib' Making all in . gmake[3]: Entering directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.4/kwin' 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 -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 -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.4/kwin' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.4/kwin' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.4' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11/kdebase3. >How-To-Repeat: this happens to me every time I make kdebase3 using either the install, or the reinstall target. >Fix: >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-i386->kde Responsible-Changed-By: ru Responsible-Changed-When: Wed Sep 20 06:07:14 UTC 2006 Responsible-Changed-Why: Re-assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=103414 From: Michael Nottebrock To: bug-followup@freebsd.org, rance@frontiernet.net Cc: Subject: Re: ports/103414: make error on kdebase3 Date: Thu, 21 Sep 2006 18:04:51 +0200 It looks like you've updated your ports tree in the meantime and now you're trying to build kdebase against an older version of kdelibs - this won't work. You'll either need to use sysutils/portdowngrade to revert the kdebase port back to a matching version, then make clean and start over, or update all of KDE. State-Changed-From-To: open->closed State-Changed-By: arved State-Changed-When: Mon Dec 18 16:03:30 UTC 2006 State-Changed-Why: Feedback timeout, assuming lofis suspicion is correct http://www.freebsd.org/cgi/query-pr.cgi?pr=103414 >Unformatted: