From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 12 21:50:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D1ED1065671 for ; Tue, 12 Aug 2008 21:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3F2478FC14 for ; Tue, 12 Aug 2008 21:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7CLo1nY069513 for ; Tue, 12 Aug 2008 21:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7CLo12v069512; Tue, 12 Aug 2008 21:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 12 Aug 2008 21:50:01 GMT Resent-Message-Id: <200808122150.m7CLo12v069512@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, Volker Werth Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE43C1065673 for ; Tue, 12 Aug 2008 21:45:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id E2BC78FC1B for ; Tue, 12 Aug 2008 21:45:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7CLjcli013201 for ; Tue, 12 Aug 2008 21:45:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7CLjcJF013200; Tue, 12 Aug 2008 21:45:38 GMT (envelope-from nobody) Message-Id: <200808122145.m7CLjcJF013200@www.freebsd.org> Date: Tue, 12 Aug 2008 21:45:38 GMT From: Volker Werth To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126486: [patch] devel/log4cxx fix compiling under FreeBSD 7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2008 21:50:01 -0000 >Number: 126486 >Category: ports >Synopsis: [patch] devel/log4cxx fix compiling under FreeBSD 7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 12 21:50:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Volker Werth >Release: RELENG_7 >Organization: >Environment: >Description: devel/log4cxx does not compile under FreeBSD 7 (7.0-R, 7-STABLE): c++ -DHAVE_CONFIG_H -I. -I. -I../include/log4cxx -I../include -I/usr/local/include/libxml2 -I/usr/local/include -D_THREAD_SAFE -O2 -fno-strict-aliasing -pipe -c domconfigurator.cpp -MT domconfigurator.lo -MD -MP -MF .deps/domconfigurator.TPlo -fPIC -DPIC -o .libs/domconfigurator.o In file included from domconfigurator.cpp:29: ./include/log4cxx/xml/domconfigurator.h:211: error: extra qualification 'log4cxx::xml::DOMConfigurator::' on member 'subst' *** Error code 1 Stop in /usr/ports/devel/log4cxx/work/log4cxx-0.9.7/src. *** Error code 1 Stop in /usr/ports/devel/log4cxx/work/log4cxx-0.9.7. *** Error code 1 Stop in /usr/ports/devel/log4cxx. >How-To-Repeat: cd /usr/ports/devel/log4cxx; make >Fix: put the attached file info log4cxx/files (a one-liner patch) Patch attached with submission follows: --- include/log4cxx/xml/domconfigurator.h.orig 2008-08-12 23:36:20.000000000 +0200 +++ include/log4cxx/xml/domconfigurator.h 2008-08-12 23:36:28.000000000 +0200 @@ -208,7 +208,7 @@ spi::LoggerRepositoryPtr& repository); protected: - String DOMConfigurator::subst(const String& value); + String subst(const String& value); protected: void * appenderBag; >Release-Note: >Audit-Trail: >Unformatted: