Re: 1.9-rc1: Javahl compilation issue in RHEL3

2015-04-24 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

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* Javaglobal_stream_close_input(voi

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 GCC

1.9-rc1: Javahl compilation issue in RHEL3

2015-04-23 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 4.

Re: 1.8.0 build problem on Solaris Sparc using gcc

2013-06-24 Thread Alexander Thomas
; was my initial workaround, but this tends to fails later while compiling bindings (IIRC). -- Alexander Thomas (AT) CollabNet <> www.collab.net <> Enterprise Cloud Development signature.asc Description: OpenPGP digital signature

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 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 -

Segfault on Linux x86_64

2013-03-08 Thread Alexander Thomas
Wed Jul 12 23:32:02 EDT 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 Ge

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

2013-02-11 Thread Alexander Thomas
Don't 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 ]]] Thanks -Alexander Thomas (AT

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

2011-09-23 Thread Alexander Thomas
nk: cannot determine 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: Alexan

[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 writes: > > > > > > > Yes SUNWuiu8 is the one th

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 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. > &g

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 writes: > > > Code snippet produced "646". > > > > "iconv -f 646 -t UTF-8 /dev/null" returned > > "iconv: conversion from `646' is not supported"

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

2010-06-10 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 Subver

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

2010-06-09 Thread Alexander Thomas
On Wed, 2010-06-09 at 12:36 +0200, Stefan Sperling wrote: > On Wed, Jun 09, 2010 at 02:03:01PM +0530, Alexander Thomas wrote: > > > The test used to check for an unprintable ascii character (backspace). > > > With this patch, it checks for an empty string. > > >

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 > > (invali

[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] Allow to build with full path to neon-config.

2009-12-14 Thread Alexander Thomas
On Mon, 2009-12-14 at 13:47 +, Philip Martin wrote: > Alexander Thomas writes: > > > [[[ > > Allow build against the full path to neon-config. > > > > * build/ac-macros/neon.m4 > > (SVN_LIB_NEON): Modified to accept full path to neon-config

[PATCH] Allow to build with full path to neon-config.

2009-12-14 Thread Alexander Thomas
[[[ Allow build against the full path to neon-config. * build/ac-macros/neon.m4 (SVN_LIB_NEON): Modified to accept full path to neon-config. Fixed doc string accordingly. ]]] -Alexander Thomas(AT) Index: build/ac-macros/neon.m4