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. Fix: put the attached file info log4cxx/files (a one-liner patch) Patch attached with submission follows: How-To-Repeat: cd /usr/ports/devel/log4cxx; make
Maintainer of devel/log4cxx, Please note that PR ports/126486 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126486 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it.
amdmi3 2008-09-02 10:49:16 UTC FreeBSD ports repository Added files: devel/log4cxx/files patch-include-log4cxx-xml-domconfigurator.h Log: - Fix compiling with gcc 4 in some cases PR: 126486 Submitted by: Volker Werth <volker at vwsoft dot com> Approved by: maintainer timeout Revision Changes Path 1.1 +14 -0 ports/devel/log4cxx/files/patch-include-log4cxx-xml-domconfigurator.h (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks! For the record: this port has multiple hidden dependencies which should be fixed. For example, the problem addressed in this PR only shows itself when libxml is installed.