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 libsupc++.a ppc64 pthread
Below, I ran 'make check' to test the results of make (since I could not find a significant error in make output) and got the following: $ make > make.log 2>&1 <-- ~:/opt/eai/ci/subversion --> $ make check ERROR:root:code for hash md5 was not found. Traceback (most recent call last): File "/opt/freeware/lib/python2.7/hashlib.py", line 147, in <module> globals()[__func_name] = __get_hash(__func_name) File "/opt/freeware/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type md5 ERROR:root:code for hash sha1 was not found. Traceback (most recent call last): File "/opt/freeware/lib/python2.7/hashlib.py", line 147, in <module> globals()[__func_name] = __get_hash(__func_name) File "/opt/freeware/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha1 ERROR:root:code for hash sha224 was not found. Traceback (most recent call last): File "/opt/freeware/lib/python2.7/hashlib.py", line 147, in <module> globals()[__func_name] = __get_hash(__func_name) File "/opt/freeware/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha224 ERROR:root:code for hash sha256 was not found. Traceback (most recent call last): File "/opt/freeware/lib/python2.7/hashlib.py", line 147, in <module> globals()[__func_name] = __get_hash(__func_name) File "/opt/freeware/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha256 ERROR:root:code for hash sha384 was not found. Traceback (most recent call last): File "/opt/freeware/lib/python2.7/hashlib.py", line 147, in <module> globals()[__func_name] = __get_hash(__func_name) File "/opt/freeware/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha384 ERROR:root:code for hash sha512 was not found. Traceback (most recent call last): File "/opt/freeware/lib/python2.7/hashlib.py", line 147, in <module> globals()[__func_name] = __get_hash(__func_name) File "/opt/freeware/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha512 [001/109] auth-test...............................................................................................................FAILURE [002/109] bit-array-test..........................................................................................................FAILURE [003/109] cache-test..............................................................................................................FAILURE [004/109] checksum-test...........................................................................................................FAILURE [005/109] client-test.............................................................................................................FAILURE [006/109] compat-test.............................................................................................................FAILURE [007/109] config-test.............................................................................................................FAILURE [008/109] conflict-data-test......................................................................................................FAILURE [009/109] crypto-test.............................................................................................................FAILURE [010/109] db-test.................................................................................................................FAILURE [011/109] diff-diff3-test.........................................................................................................FAILURE [012/109] dirent_uri-test.........................................................................................................FAILURE [013/109] dump-load-test..........................................................................................................FAILURE [014/109] entries-compat-test.....................................................................................................FAILURE [015/109] error-code-test.........................................................................................................FAILURE [016/109] error-test..............................................................................................................FAILURE [017/109] fs-fs-pack-test.........................................................................................................FAILURE [018/109] fs-fs-private-test......................................................................................................FAILURE [019/109] fs-test.................................................................................................................FAILURE [020/109] fs-x-pack-test..........................................................................................................FAILURE [021/109] hashdump-test...........................................................................................................FAILURE [022/109] io-test.................................................................................................................FAILURE [023/109] locks-test..............................................................................................................FAILURE [024/109] mergeinfo-test..........................................................................................................FAILURE [025/109] mtcc-test...............................................................................................................FAILURE [026/109] op-depth-test...........................................................................................................FAILURE [027/109] opt-test................................................................................................................FAILURE [028/109] packed-data-test........................................................................................................FAILURE [029/109] parse-diff-test.........................................................................................................FAILURE [030/109] path-test...............................................................................................................FAILURE [031/109] prefix-string-test......................................................................................................FAILURE [032/109] priority-queue-test.....................................................................................................FAILURE [033/109] pristine-store-test.....................................................................................................FAILURE [034/109] ra-local-test...........................................................................................................FAILURE [035/109] ra-test.................................................................................................................FAILURE [036/109] random-test.............................................................................................................FAILURE [037/109] repos-test..............................................................................................................FAILURE [038/109] revision-test...........................................................................................................FAILURE [039/109] root-pools-test.........................................................................................................FAILURE [040/109] skel-test...............................................................................................................FAILURE [041/109] spillbuf-test...........................................................................................................FAILURE [042/109] sqlite-test.............................................................................................................FAILURE [043/109] stream-test.............................................................................................................FAILURE [044/109] string-table-test.......................................................................................................FAILURE [045/109] string-test.............................................................................................................FAILURE [046/109] subst_translate-test....................................................................................................FAILURE [047/109] time-test...............................................................................................................FAILURE [048/109] translate-test..........................................................................................................FAILURE [049/109] utf-test................................................................................................................FAILURE [050/109] wc-queries-test.........................................................................................................FAILURE [051/109] wc-test.................................................................................................................FAILURE [052/109] window-test.............................................................................................................FAILURE [053/109] x509-test...............................................................................................................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] Sent: Tuesday, June 13, 2017 9:45 PM To: Joseph, Anselm Cc: users@subversion.apache.org; Philip Martin Subject: Re: FW: Error running make for subversion CAUTION - EXTERNAL EMAIL Joseph, Anselm wrote on Wed, 14 Jun 2017 01:30 +0000: > 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 as C++ code, for some reason) > My install path only shows : > ~:/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.8.3 --> $ ls include > libstdc++.a libstdc++.a-gdb.py ppc64 pthread just the static > library. > Could this be why mod_dav_svn.so cannot be built? If this is the problem, it would affect all httpd modules, not just mod_*_svn. Are you able to compile, link, and load (with LoadModule) a Hello World httpd module in your environment? Cheers, Daniel