From owner-freebsd-current Thu Jan 16 13:26:41 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A23C137B401 for ; Thu, 16 Jan 2003 13:26:40 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A3143EB2 for ; Thu, 16 Jan 2003 13:26:39 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id IAA24535; Fri, 17 Jan 2003 08:26:22 +1100 Date: Fri, 17 Jan 2003 08:27:31 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Sean Kelly Cc: current@FreeBSD.ORG Subject: Re: x11/kdebase3 build? In-Reply-To: <20030116211424.GA70354@edgemaster.zombie.org> Message-ID: <20030117082045.T4339-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 16 Jan 2003, Sean Kelly wrote: > I'm not entirely sure this belongs on -CURRENT, but I couldn't find any > KDE specific list similar to -gnome and I seem to recall that the building > of KDE3 was a desired goal for FreeBSD 5.0. That said, I apologize in > advance if this is the wrong place to take this. > > Is it just me, or does x11/kdebase3 (3.0.5) not build on 5.0-STABLE? > > edgemaster# uname -v > FreeBSD 5.0-CURRENT #0: Wed Jan 15 12:12:25 CST 2003 smkelly@edgemaster.zombie.org:/usr/obj/usr/src/sys/EDGEMASTER > edgemaster# make > ... > c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/X11R6/include -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -DNDEBUG -DNO_DEBUG -O2 -O -pipe -mcpu=pentiumpro -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -DQT_NO_ASCII_CAST -c memory.cpp -MT memory.lo -MD -MP -MF .deps/memory.TPlo -fPIC -DPIC -o .libs/memory.o > In file included from memory.cpp:448: > memory_fbsd.cpp: In member function `void KMemoryWidget::update()': > memory_fbsd.cpp:33: `VM_METER' undeclared (first use this function) > memory_fbsd.cpp:33: (Each undeclared identifier is reported only once for each function it appears in.) > In file included from memory.cpp:448: > memory_fbsd.cpp:35:2: warning: #warning "FIXME: Memory_Info[CACHED_MEM]" > gmake[3]: *** [memory.lo] Error 1 > gmake[3]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.0.5/kcontrol/info' It should build under RELENG_5_0 but not under -current since VM_METER has been renamed VM_TOTAL. See PR 5689. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message