Re: FW: Error running make for subversion

2017-06-15 Thread Daniel Shahaf
Joseph, Anselm wrote on Thu, 15 Jun 2017 20:49 +: > Any feedback on the failed tests below? I saw your mail yesterday. I didn't reply since I've nothing to add beyond what I already said (the hashlib error is unrelated). Cheers, Daniel

RE: FW: Error running make for subversion

2017-06-15 Thread Joseph, Anselm
17 4:22 PM To: 'Daniel Shahaf' Cc: users@subversion.apache.org; Philip Martin Subject: RE: FW: Error running make for subversion Thanks Daniel. Ran the tests manually as suggested: <-- ~:/opt/eai/ci/subversion/subversion/tests/cmdline --> $ ./basic_tests.py --bin=/usr/local/bin ERROR:root:c

RE: FW: Error running make for subversion

2017-06-14 Thread Joseph, Anselm
in/apxs line 222. davautocheck.sh: HTTPD '/opt/eai/ci/httpd-2.4.25/apache/bin/httpd' doesn't start properly HTTPD stopped. -Original Message- From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] Sent: Wednesday, June 14, 2017 3:34 PM To: Joseph, Anselm Cc: users@subversion.apache.org;

Re: FW: Error running make for subversion

2017-06-14 Thread Daniel Shahaf
Joseph, Anselm wrote on Wed, 14 Jun 2017 18:54 +: > Thanks for the reply, Daniel. > Update: > I pointed the install to the older gcc 4.2.0 with same results: > /opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.2.0 > $ ls > include install-tools libgcc.a libgcc_eh.a libgcc_s.a libgcov.a >

RE: FW: Error running make for subversion

2017-06-14 Thread Joseph, Anselm
...FAILURE [054/109] authz_tests.pymake: 1254-004 The error code from the last command is 1. Stop. Any incidence on the result I see with 'make install'? Thanks, Anselm -Original Message- From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] Se

Re: FW: Error running make for subversion

2017-06-13 Thread Daniel Shahaf
Joseph, Anselm wrote on Wed, 14 Jun 2017 01:30 +: > Hello all, > For linking to shared libraries, is "libstdc++.so" required in gcc. Both svn and httpd are written in C, not in C++. I would expect C++ stdlibs to not be required for C projects. (but perhaps on your system svn gets compiled

RE: FW: Error running make for subversion

2017-06-13 Thread Joseph, Anselm
svn.so cannot be built? Thanks, Anselm -Original Message- From: Philip Martin [mailto:phi...@codematters.co.uk] Sent: Thursday, June 08, 2017 8:23 PM To: Joseph, Anselm Cc: Philip Martin; users@subversion.apache.org; Daniel Shahaf Subject: Re: FW: Error running make for subversion CAUTION - E

Re: FW: Error running make for subversion

2017-06-09 Thread Philip Martin
"Joseph, Anselm" writes: > Is there anything here that is not quite right? That is as expected. Subversion/libtool is producing shared libraries in .a format (AIX native). The Apache apxs script expects the libraries to be in .so format. I do not know if Apache on AIX

RE: FW: Error running make for subversion

2017-06-09 Thread Joseph, Anselm
Daniel Shahaf Subject: RE: FW: Error running make for subversion That didn't work either. It does not appear to pick up the flag. I will get back at it tomorrow morning. Thank you for your help -Original Message- From: Philip Martin [mailto:phi...@codematters.co.uk] Sent: Thursday, June 08

RE: FW: Error running make for subversion

2017-06-08 Thread Joseph, Anselm
@subversion.apache.org; Daniel Shahaf Subject: Re: FW: Error running make for subversion CAUTION - EXTERNAL EMAIL "Joseph, Anselm" <anselm.jos...@fpl.com> writes: > FYI, > I upgraded to httpd-2.4.25, but still getting the same error. > Are your other Apache modules

Re: FW: Error running make for subversion

2017-06-08 Thread Philip Martin
"Joseph, Anselm" writes: > FYI, > I upgraded to httpd-2.4.25, but still getting the same error. > Are your other Apache modules .so or .a? All .so under > ../httpd-2.4.25/apache/modules > > There are older versions of mod_authz_svn.so mod_dav_svn.so from a > previous/older

RE: FW: Error running make for subversion

2017-06-08 Thread Joseph, Anselm
: Error running make for subversion CAUTION - EXTERNAL EMAIL "Joseph, Anselm" <anselm.jos...@fpl.com> writes: > Hello all, > Any chance someone has some time to take a look at the attached files > and give me some pointers. I am not making any progress at all. > Thanks in

Re: FW: Error running make for subversion

2017-06-08 Thread Philip Martin
"Joseph, Anselm" writes: > Hello all, > Any chance someone has some time to take a look at the attached files > and give me some pointers. I am not making any progress at all. > Thanks in advance. This page: https://www.ibm.com/developerworks/aix/library/au-gnu.html

FW: Error running make for subversion

2017-05-05 Thread Joseph, Anselm
From: Joseph, Anselm Sent: Thursday, May 04, 2017 1:31 PM To: 'gcc-h...@gcc.gnu.org' Subject: Error running make for subversion Hi, Hope you can help with this issue. gcc version 4.2.0 is installed on my powerpc-ibm-aix7.1.3.0 system. I am trying to build gnu subversion 1.9.5 and running make