From owner-freebsd-questions Mon Nov 18 8: 7:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93E9037B401 for ; Mon, 18 Nov 2002 08:07:08 -0800 (PST) Received: from mcambria.fid4.com (h006097296569.ne.client2.attbi.com [66.30.202.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC7D943E88 for ; Mon, 18 Nov 2002 08:07:06 -0800 (PST) (envelope-from cambria@fid4.com) Received: from mcambria.fid4.com (localhost [127.0.0.1]) by mcambria.fid4.com (8.12.6/8.11.6) with ESMTP id gAIG2gv3000187 for ; Mon, 18 Nov 2002 11:02:42 -0500 (EST) (envelope-from cambria@mcambria.fid4.com) Received: (from root@localhost) by mcambria.fid4.com (8.12.6/8.12.6/Submit) id gAIG2gXD000186 for questions@freebsd.org; Mon, 18 Nov 2002 11:02:42 -0500 (EST) Date: Mon, 18 Nov 2002 11:02:42 -0500 (EST) From: "Michael C. Cambria" Message-Id: <200211181602.gAIG2gXD000186@mcambria.fid4.com> To: questions@freebsd.org Subject: koffice-kde3 build problem Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I having a problem building koffice via the kde3 metaport. KDE3 itself (seems to) be working fine. I cvsup'ed from 4.6-Stable to 4.7-Stable last night, including ports. I followed the instructions on freebsd.kde.org to remove kde2/qt/koffice. I also ran portsdb -Uu before trying to update any ports. I probably missed something, but can't see it. Can anyone shed some light? Here is what is in /var/db/pkg: # ls /var/db/pkg | grep kde kdebase-3.0.5 kdegames-3.0.4 kdelibs-3.0.5 kdeutils-3.0.4_1 # # #ls /var/db/pkg | grep qt qt-3.0.5_5 In /usr/ports/x11/kde3, make ran OK. make install results in the following error: ow.cc || echo './'`koMainWindow.cc In file included from /usr/include/string.h:50, from /usr/X11R6/include/qcstring.h:46, from /usr/X11R6/include/qstring.h:43, from /usr/X11R6/include/qkeysequence.h:44, from /usr/local/include/kaction.h:29, from /usr/local/include/kparts/mainwindow.h:24, from koMainWindow.h:23, from koMainWindow.cc:20: /usr/include/sys/cdefs.h:273: warning: `_POSIX_C_SOURCE' is not defined /usr/include/sys/cdefs.h:279: warning: `_POSIX_C_SOURCE' is not defined koMainWindow.cc: In method `void KoMainWindow::slotActivePartChanged(KParts::Part *)': koMainWindow.cc:1138: no matching function for call to `KParts::Plugin::loadPlugins (KoMainWindow *, KoMainWindow *, KInstance *, bool)' /usr/local/include/kparts/plugin.h:81: candidates are: static void KParts::Plugin::loadPlugins(QObject *, const KInstance *) /usr/local/include/kparts/plugin.h:87: static void KParts::Plugin::loadPlugins(QObject *, const QValueList &) /usr/local/include/kparts/plugin.h:93: static void KParts::Plugin::loadPlugins(QObject *, const QValueList &, const KInstance *) gmake[4]: *** [koMainWindow.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/editors/koffice-kde3/work/koffice-1.2/lib/kofficecore' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/editors/koffice-kde3/work/koffice-1.2/lib/kofficecore' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/editors/koffice-kde3/work/koffice-1.2/lib' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/editors/koffice-kde3/work/koffice-1.2' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/editors/koffice-kde3. *** Error code 1 Stop in /usr/ports/x11/kde3. # Thanks, MikeC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message