Re: 1.9-rc1: Javahl compilation issue in RHEL3

2015-04-25 Thread Alexander Thomas
On 04/25/2015 03:48 AM, Branko Čibej wrote: On 24.04.2015 10:46, Alexander Thomas wrote: On 04/24/2015 12:47 PM, Branko Čibej wrote: Can you try compiling with the following patch, please, and report the results? ndings/javahl Here is result after patching ... [[[ subversion/bindings

1.9-rc1: Javahl compilation issue in RHEL3

2015-04-24 Thread Alexander Thomas
Compiling 1.9.0-rc1 JavaHL in RHEL3 32bit with GCC version 3.2.3-53 and libstdc++ version 5.0.3 fails with multiple compilation error in javahl/native/EditorProxy.cpp. In addition to line number 213, line 360 also fails with same error. However I was able to successfully compile against GCC

Re: 1.9-rc1: Javahl compilation issue in RHEL3

2015-04-24 Thread Alexander Thomas
On 04/24/2015 12:47 PM, Branko Čibej wrote: Can you try compiling with the following patch, please, and report the results? Here is result after patching ... [[[ subversion/bindings/javahl/native/jniwrapper/jni_io_stream.cpp: In function `svn_error_t*

Re: 1.9-rc1: Javahl compilation issue in RHEL3

2015-04-24 Thread Alexander Thomas
On 04/24/2015 12:47 PM, Branko Čibej wrote: if (contents != NULL) { Java::Env env; SVN_JAVAHL_CATCH(Java::Env(), ...); } if (contents != NULL) { Java::Env env; SVN_JAVAHL_CATCH(env,...); } This I tried earlier even before I tried upgrading

Re: 1.8.0 build problem on Solaris Sparc using gcc

2013-06-24 Thread Alexander Thomas
). -- Alexander Thomas (AT) alexan...@collab.net CollabNet www.collab.net Enterprise Cloud Development signature.asc Description: OpenPGP digital signature

Segfault on Linux x86_64

2013-03-08 Thread Alexander Thomas
2006 x86_64 x86_64 x86_64 GNU/Linux * subversion trunk@1452694 * glibc-2.3.4 * apr-1.4.6 * apr-util-1.5.1 Thanks -Alexander Thomas (AT) GNU gdb Red Hat Linux (6.3.0.0-1.132.EL4rh) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License

Re: Segfault on Linux x86_64

2013-03-08 Thread Alexander Thomas
On Friday 08 March 2013 06:38 PM, Philip Martin wrote: Alexander Thomas alexan...@collab.net writes: svn@trunk compiled in Linux x86_64 with libc-iconv, segfaults when executed with an argument. I don't understand libsvn_subr/utf.c code well enough. Here I'm attaching gdb traceback for svn

[PATCH] Don't break 'make install-tools' if TOOLSDIR is same as BINDIR.

2013-02-11 Thread Alexander Thomas
break 'make install-tools' if TOOLSDIR is same as BINDIR. * Makefile.in (INSTALL_EXTRA_TOOLS): Check that target and link_name are not the same before creating symlink to svnmucc in BINDIR. Patch by: Alexander Thomas alexander{_AT_}collab.net ]]] Thanks -Alexander Thomas (AT) Index

[PATCH] fix build failure when configured using --without-zlib

2011-09-23 Thread Alexander Thomas
absolute directory name of `no/lib' ]]] [[[ Fixes build failure when configured with '--without-zlib'. * build/ac-macros/zlib.m4 (SVN_LIB_Z): Configure error-outs if executed with '--without-zlib' or '--with-zlib=no' options. Patch by: Alexander Thomas alexan...@collab.net ]]] -Alexander Thomas

[PATCH] gpg-agent configure fix.

2010-10-07 Thread Alexander Thomas
[[[ On the 'gpg-agent-password-store' branch: * configure.ac: (SVN_HAVE_GPG_AGENT): Defines when --with-gpg-agent option passed to 'configure' ]]] Index: configure.ac === --- configure.ac (revision 1005331) +++ configure.ac

Unable to remove svn-test-work/working_copies dir in Solaris10

2010-07-14 Thread Alexander Thomas
This happens in Solaris10 SPARC, works well in Linux. After executing the SVN testsuite I tried removing the svn-test-work folder using 'rm -rf' which failed with rm: Unable to remove directory : File exists errors. and following directories not deleted from 'svn-test-work/working_copies'.

Re: [PATCH] Fixing prop_tests.py failure in Solaris

2010-06-14 Thread Alexander Thomas
On Sat, 2010-06-12 at 13:04 +0200, Stefan Sperling wrote: On Fri, Jun 11, 2010 at 02:30:09PM +0530, Alexander Thomas wrote: On Fri, 2010-06-11 at 09:53 +0100, Philip Martin wrote: Alexander Thomas alexan...@collab.net writes: Yes SUNWuiu8 is the one that comes default with Solaris10

Re: [PATCH] Fixing prop_tests.py failure in Solaris

2010-06-11 Thread Alexander Thomas
On Thu, 2010-06-10 at 18:23 +0200, Stefan Sperling wrote: On Wed, Jun 09, 2010 at 01:31:54PM +0200, Stefan Sperling wrote: PASS: prop_tests.py 22: test prop* handle invalid property names Hmmm... I will try to debug this during the hackathon. This is not a problem in Subversion.

Re: [PATCH] Fixing prop_tests.py failure in Solaris

2010-06-11 Thread Alexander Thomas
On Fri, 2010-06-11 at 08:17 +0100, Philip Martin wrote: Alexander Thomas alexan...@collab.net writes: Code snippet produced 646. iconv -f 646 -t UTF-8 /dev/null returned iconv: conversion from `646' is not supported Google suggests you need to install SUNWuiu8 for 646 to work

Re: [PATCH] Fixing prop_tests.py failure in Solaris

2010-06-11 Thread Alexander Thomas
On Fri, 2010-06-11 at 09:53 +0100, Philip Martin wrote: Alexander Thomas alexan...@collab.net writes: Yes SUNWuiu8 is the one that comes default with Solaris10 and 646/ASCII conversion to UTF-8 works fine. But for other reasons I should continue using gnu-libiconv. http://www.mail

[PATCH] Fixing prop_tests.py failure in Solaris

2010-06-09 Thread Alexander Thomas
[[[ Replace existing invalid propname to make test pass in Solaris. * subversion/tests/cmdline/prop_tests.py (invalid_propnames): Changed propname to empty char. ]]] -Alexander Thomas (AT) Index: subversion/tests/cmdline/prop_tests.py

Re: [PATCH] Fixing prop_tests.py failure in Solaris

2010-06-09 Thread Alexander Thomas
On Wed, 2010-06-09 at 09:51 +0200, Stefan Sperling wrote: On Wed, Jun 09, 2010 at 12:55:26PM +0530, Alexander Thomas wrote: [[[ Replace existing invalid propname to make test pass in Solaris. * subversion/tests/cmdline/prop_tests.py (invalid_propnames): Changed propname to empty char