Re: Status of log4cxx

2016-07-02 Thread Thorsten Schöning
Guten Tag Robert Middleton, am Samstag, 2. Juli 2016 um 09:09 schrieben Sie: > Built and installed cleanly on Debian 8, Debian 9 and Ubuntu 16.04, > with the following errors on 'make check': > sizebasedrollingtest failed on all. I've tested with a somewhat clean default install of 16.04 as well

svn commit: r1751060 - /incubator/log4cxx/trunk/src/site/apt/building/autotools.apt

2016-07-02 Thread tschoening
Author: tschoening Date: Sat Jul 2 13:49:47 2016 New Revision: 1751060 URL: http://svn.apache.org/viewvc?rev=1751060&view=rev Log: Added some minor apt-get notes and such. Modified: incubator/log4cxx/trunk/src/site/apt/building/autotools.apt Modified: incubator/log4cxx/trunk/src/site/apt/bu

[jira] [Closed] (LOGCXX-482) Build failure with GCC-6

2016-07-02 Thread JIRA
[ https://issues.apache.org/jira/browse/LOGCXX-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thorsten Schöning closed LOGCXX-482. Resolution: Fixed Assignee: Thorsten Schöning Fix Version/s: 0.11.0 I applie

svn commit: r1751058 - /incubator/log4cxx/trunk/src/main/cpp/charsetencoder.cpp

2016-07-02 Thread tschoening
Author: tschoening Date: Sat Jul 2 13:05:27 2016 New Revision: 1751058 URL: http://svn.apache.org/viewvc?rev=1751058&view=rev Log: wcstombs was not available even if it was defined to be. Modified: incubator/log4cxx/trunk/src/main/cpp/charsetencoder.cpp Modified: incubator/log4cxx/trunk/src

svn commit: r1751050 - /incubator/log4cxx/trunk/src/test/cpp/xml/domtestcase.cpp

2016-07-02 Thread tschoening
Author: tschoening Date: Sat Jul 2 11:21:02 2016 New Revision: 1751050 URL: http://svn.apache.org/viewvc?rev=1751050&view=rev Log: Intendation fixed Modified: incubator/log4cxx/trunk/src/test/cpp/xml/domtestcase.cpp Modified: incubator/log4cxx/trunk/src/test/cpp/xml/domtestcase.cpp URL: ht

svn commit: r1751049 - in /incubator/log4cxx/trunk/src: changes/changes.xml main/cpp/locationinfo.cpp main/cpp/loggingevent.cpp main/cpp/objectoutputstream.cpp

2016-07-02 Thread tschoening
Author: tschoening Date: Sat Jul 2 10:36:18 2016 New Revision: 1751049 URL: http://svn.apache.org/viewvc?rev=1751049&view=rev Log: LOGCXX-482: I never liked the static_cast-approach and so changed to what the bug author provided and is inline with the following comment, which has already been m

[jira] [Commented] (LOGCXX-482) Build failure with GCC-6

2016-07-02 Thread Robert Middleton (JIRA)
[ https://issues.apache.org/jira/browse/LOGCXX-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15360039#comment-15360039 ] Robert Middleton commented on LOGCXX-482: - I just installed Debian 9 on a VM, this

Re: Status of log4cxx

2016-07-02 Thread Robert Middleton
Built and installed cleanly on Debian 8, Debian 9 and Ubuntu 16.04, with the following errors on 'make check': sizebasedrollingtest failed on all. I will take a look at the tests later and see if I can figure out what the problem is. For reference, the following apt-get line can be used to insta