From owner-freebsd-questions@FreeBSD.ORG Fri Jan 5 18:48:32 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 910EC16A403 for ; Fri, 5 Jan 2007 18:48:32 +0000 (UTC) (envelope-from bob@tamara-b.org) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.freebsd.org (Postfix) with ESMTP id 4EBA413C455 for ; Fri, 5 Jan 2007 18:48:32 +0000 (UTC) (envelope-from bob@tamara-b.org) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail3.panix.com (Postfix) with ESMTP id 5E92813A888 for ; Fri, 5 Jan 2007 13:48:27 -0500 (EST) Received: from tania.servebbs.org (pool-71-247-32-68.nycmny.east.verizon.net [71.247.32.68]) by mailspool3.panix.com (Postfix) with ESMTP id 631C7ABBB08 for ; Fri, 5 Jan 2007 13:48:27 -0500 (EST) Date: Fri, 5 Jan 2007 13:48:58 -0500 From: Bob To: freebsd-questions@freebsd.org Message-ID: <20070105134858.65f3e082@tania.servebbs.org> Organization: Tamara B X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.10.6; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Koffice Compile Error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2007 18:48:32 -0000 Greetings: The System here: FreeBSD 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #2 I "portupgrade -rR kde" which upgraded kde properly from 3.5.1 to 3.5.5 (It took 4 days!) Then I did "portupgrade koffice" Here is the error: ================ if /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I../../../lib/kofficeui -I../../../lib/kofficeui -I../../../lib/kofficecore -I../../../lib/kofficecore -I../../../lib/store -I../../../lib/store -I../../../lib/kwmf -I../../../lib/kwmf -I../../../lib/kopalette -I../../../lib/kopalette -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgsf-1 -L/usr/local/lib -liconv -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -D_THREAD_SAFE -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=pentiumpro -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 -DHAVE_KNEWSTUFF -MT graphicshandler.lo -MD -MP -MF ".deps/graphicshandler.Tpo" -c -o graphicshandler.lo graphicshandler.cpp; \ then mv -f ".deps/graphicshandler.Tpo" ".deps/graphicshandler.Plo"; else rm -f ".deps/graphicshandler.Tpo"; exit 1; fi In file included from /usr/local/include/wv2/olestream.h:22, from graphicshandler.cpp:23: /usr/local/include/wv2/olestorage.h:26:21: gsf/gsf.h: No such file or directory In file included from /usr/local/include/wv2/olestream.h:22, from graphicshandler.cpp:23: /usr/local/include/wv2/olestorage.h:165: error: ISO C++ forbids declaration of `GsfInfile' with no type /usr/local/include/wv2/olestorage.h:165: error: expected `;' before '*' token /usr/local/include/wv2/olestorage.h:166: error: ISO C++ forbids declaration of `GsfOutfile' with no type /usr/local/include/wv2/olestorage.h:166: error: expected `;' before '*' token /usr/local/include/wv2/olestorage.h:175: error: expected `)' before '*' token /usr/local/include/wv2/olestorage.h:176: error: expected `)' before '*' token /usr/local/include/wv2/olestorage.h:178: error: ISO C++ forbids declaration of `GsfInfile' with no type /usr/local/include/wv2/olestorage.h:178: error: expected `;' before '*' token /usr/local/include/wv2/olestorage.h:179: error: ISO C++ forbids declaration of `GsfOutfile' with no type /usr/local/include/wv2/olestorage.h:179: error: expected `;' before '*' token In file included from graphicshandler.cpp:23: /usr/local/include/wv2/olestream.h:87: error: expected `)' before '*' token /usr/local/include/wv2/olestream.h:153: error: ISO C++ forbids declaration of `GsfInput' with no type /usr/local/include/wv2/olestream.h:153: error: expected `;' before '*' token /usr/local/include/wv2/olestream.h:160: error: expected `)' before '*' token /usr/local/include/wv2/olestream.h:221: error: ISO C++ forbids declaration of `GsfOutput' with no type /usr/local/include/wv2/olestream.h:221: error: expected `;' before '*' token gmake[4]: *** [graphicshandler.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/editors/koffice-kde3/work/koffice-1.6.1/filters/kword/msword' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/editors/koffice-kde3/work/koffice-1.6.1/filters/kword' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/editors/koffice-kde3/work/koffice-1.6.1/filters' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/editors/koffice-kde3/work/koffice-1.6.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/editors/koffice-kde3. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.79788.0 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! editors/koffice-kde3 (koffice-1.4.2_3,1) (missing header) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed ======================== Currently installed wv2-0.2.3 Any help would be appreciated Best Regards Bob