From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 6 14:00:51 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA8D416A4CF for ; Fri, 6 Aug 2004 14:00:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D31443D2F for ; Fri, 6 Aug 2004 14:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i76E0jtR000884 for ; Fri, 6 Aug 2004 14:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i76E0jsO000882; Fri, 6 Aug 2004 14:00:45 GMT (envelope-from gnats) Resent-Date: Fri, 6 Aug 2004 14:00:45 GMT Resent-Message-Id: <200408061400.i76E0jsO000882@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Christian Hiris" <4711@chello.at> Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81FCA16A4CE for ; Fri, 6 Aug 2004 13:51:12 +0000 (GMT) Received: from chello080110061116.502.15.vie.surfer.at (chello080110061116.502.15.vie.surfer.at [80.110.61.116]) by mx1.FreeBSD.org (Postfix) with SMTP id 155DB43D31 for ; Fri, 6 Aug 2004 13:51:11 +0000 (GMT) (envelope-from 4711@chello.at) Received: (qmail 67762 invoked from network); 6 Aug 2004 13:51:07 -0000 Received: from matrix010.matrix.net (192.168.123.10) by ns.matrix.net with SMTP; 6 Aug 2004 13:51:07 -0000 Message-Id: <1091800267.0@matrix010.matrix.net> Date: Fri, 6 Aug 2004 15:51:07 +0200 From: "Christian Hiris" <4711@chello.at> To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.3.3 Subject: ports/70079: [patch] editors/kxmleditor - build target fails with gcc 3.4.2 on CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2004 14:00:51 -0000 >Number: 70079 >Category: ports >Synopsis: [patch] editors/kxmleditor - build target fails with gcc 3.4.2 on CURRENT >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 06 14:00:44 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Christian Hiris >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD 5.2-CURRENT #0: Tue Aug 3 01:29:05 CEST 2004 pfnu@matrix010.matrix.net:/usr/obj/usr/src/sys/MATRIX010 >Description: gmake[3]: Entering directory `/usr/wrkdir/usr/ports/editors/kxmleditor/work/kxmleditor-1.0.0/part' if /bin/sh ../libtool --silent --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -O -pipe -fno-exceptions -fno-check-new -MT kxmleditorfactory.lo -MD -MP -MF ".deps/kxmleditorfactory.Tpo" \ -c -o kxmleditorfactory.lo `test -f 'kxmleditorfactory.cpp' || echo './'`kxmleditorfactory.cpp; \ then mv -f ".deps/kxmleditorfactory.Tpo" ".deps/kxmleditorfactory.Plo"; \ else rm -f ".deps/kxmleditorfactory.Tpo"; exit 1; \ fi cc1plus: warning: command line option "-Wmissing-prototypes" is valid for C/ObjC but not for C++ kxmleditorfactory.cpp:32: error: extra `;' kxmleditorfactory.cpp:56: warning: unused parameter 'args' gmake[3]: *** [kxmleditorfactory.lo] Error 1 gmake[3]: Leaving directory `/usr/wrkdir/usr/ports/editors/kxmleditor/work/kxmleditor-1.0.0/part' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/wrkdir/usr/ports/editors/kxmleditor/work/kxmleditor-1.0.0/part' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/wrkdir/usr/ports/editors/kxmleditor/work/kxmleditor-1.0.0' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/editors/kxmleditor. jail003# gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 >How-To-Repeat: cd /usr/ports/editors/kxmleditor make >Fix: --- patch-part_kxmleditorfactory.cpp begins here --- --- part/kxmleditorfactory.cpp.orig Sat Jan 3 22:34:13 2004 +++ part/kxmleditorfactory.cpp Fri Aug 6 15:42:27 2004 @@ -29,7 +29,7 @@ { return new KXMLEditorFactory; } -}; +} KInstance * KXMLEditorFactory::s_instance = 0L; KXEConfiguration * KXMLEditorFactory::s_pKXEConfig = 0L; --- patch-part_kxmleditorfactory.cpp ends here --- >Release-Note: >Audit-Trail: >Unformatted: