From owner-freebsd-i386@FreeBSD.ORG Wed Sep 20 01:20:19 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF43F16A412 for ; Wed, 20 Sep 2006 01:20:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4591043D4C for ; Wed, 20 Sep 2006 01:20:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8K1KJlq069052 for ; Wed, 20 Sep 2006 01:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8K1KJl1069049; Wed, 20 Sep 2006 01:20:19 GMT (envelope-from gnats) Resent-Date: Wed, 20 Sep 2006 01:20:19 GMT Resent-Message-Id: <200609200120.k8K1KJl1069049@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rance Hall 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 X-Send-Pr-Version: www-2.3 Cc: Subject: i386/103414: make error on kdebase3 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Sep 2006 01:20:20 -0000 >Number: 103414 >Category: i386 >Synopsis: make error on kdebase3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 20 01:20:18 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted: