Subversion version 7.0 Beta2 release configure attempt error

2011-07-28 Thread Rob Patten

Noting the Subversion 7.0 Beta2 is released we are attempting to get
ahead start on user request to have Subversion install on our IBM
servers. Our user community requested any near current version at least
but notified they will require version 7.0 for their project needs. We
have had difficulty in the past getting all the dependencies to
configure correctly. Currently attempting this under AIX 5.3 but intend
to use it under AIX 6.1 and 7.1 too. We understand that this version 7.0
is not fully released yet but if we can get it to configure and install
would save us considerable effort in the near future. Of course we would
like to get any version of Subversion to install on AIX too. The
dependencies always seem to be the issue.

I confirm that I did apply the dependency get-deps.sh successfully. Have
tried numerous configure attempts to see if I can get it work within the
package source directory. We hope to easily move it from server to
server if this works. Getting what appears to be only one dependency
error related to APR-util indicated. Any help or recommendations would
be appreciated:

Package file listing
r...@sligo.ncdc.noaa.gov:/tmp/subversion-1.7.0-beta2 ->ls -l
total 3728
-rw-rw-r--1 3300 3300  0 Jul 21 23:11 .swig_checked
-rw-rw-r--1 3300 3300 94 Feb 22 2010  BUGS
-rw-rw-r--1 3300 3300 186579 Jul 21 16:51 CHANGES
-rw-rw-r--1 3300 3300  12956 Jun 27 11:16 COMMITTERS
-rw-rw-r--1 3300 3300  64417 Jul 08 05:40 INSTALL
-rw-rw-r--1 3300 3300  14214 Feb 03 2010  LICENSE
-rw-rw-r--1 3300 3300  34568 Jul 16 07:50 Makefile.in
-rw-rw-r--1 3300 3300593 Mar 27 23:54 NOTICE
-rw-rw-r--1 3300 3300   2301 Jun 30 13:54 README
-rw-rw-r--1 3300 3300   2028 Dec 07 2009  aclocal.m4
drwxr-xr-x   25 1000 1000   1536 Jul 26 15:56 apr
drwxr-xr-x   19 1000 1000   1024 May 19 10:58 apr-util
-rwxrwxr-x1 3300 3300   6256 Jul 04 06:24 autogen.sh
drwxrwxr-x6 3300 3300   1024 Jul 21 23:12 build
-rw-rw-r--1 3300 3300 568333 Jul 21 23:12 build-outputs.mk
-rw-rw-r--1 3300 3300  34702 Jul 08 19:23 build.conf
-rw-rw-r--1 root system16193 Jul 26 15:56 config.log
-rwxrwxr-x1 root system  297 Jul 26 15:50 config.nice
-rwxrwxr-x1 3300 3300 790792 Jul 21 23:12 configure
-rw-rw-r--1 3300 3300  46645 Jul 16 07:49 configure.ac
drwxrwxr-x4 3300 3300512 Jul 21 23:11 doc
-rw-rw-r--1 3300 3300 23 Jul 21 23:12 gen-make.opts
-rwxrwxr-x1 3300 3300  10604 Mar 25 12:30 gen-make.py
-rwxrwxr-x1 3300 3300   3444 Jun 25 20:23 get-deps.sh
drwxrwxr-x7 500  cfgsoft1024 May 03 08:25 neon
drwxr-xr-x6 1000 1000512 Mar 12 12:43 serf
drwxr-xr-x2 root system  512 May 19 09:35
sqlite-amalgamation
drwxrwxr-x   33 3300 3300   1024 Jul 21 23:12 subversion
drwxrwxr-x   14 3300 3300512 Jul 21 23:10 tools
-rw-rw-r--1 3300 3300  27426 Jul 12 14:30 win-tests.py
drwxr-xr-x   12 csi_acct perf   1536 Apr 20 2010  zlib


Package dependency install:

r...@sligo.ncdc.noaa.gov:/tmp/subversion-1.7.0-beta2 ->./get-deps.sh
--2011-07-26 10:56:44--
http://archive.apache.org/dist/apr/apr-1.4.5.tar.bz2
Resolving archive.apache.org... 140.211.11.131
Connecting to archive.apache.org|140.211.11.131|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 754763 (737K) [application/x-bzip2]
Saving to: apr-1.4.5.tar.bz2

100%[=>]
754,763  936K/s   in 0.8s

2011-07-26 10:56:46 (936 KB/s) - apr-1.4.5.tar.bz2 saved [754763/754763]

--2011-07-26 10:56:46--
http://archive.apache.org/dist/apr/apr-util-1.3.12.tar.bz2
Resolving archive.apache.org... 140.211.11.131
Connecting to archive.apache.org|140.211.11.131|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 607646 (593K) [application/x-bzip2]
Saving to: apr-util-1.3.12.tar.bz2

100%[=>]
607,646  807K/s   in 0.7s

2011-07-26 10:56:47 (807 KB/s) - apr-util-1.3.12.tar.bz2 saved
[607646/607646]

--2011-07-26 10:56:57--  http://webdav.org/neon/neon-0.29.6.tar.gz
Resolving webdav.org... 140.211.166.111
Connecting to webdav.org|140.211.166.111|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 882267 (862K) [application/x-tar]
Saving to: neon-0.29.6.tar.gz

100%[=>]
882,267  787K/s   in 1.1s

2011-07-26 10:57:00 (787 KB/s) - neon-0.29.6.tar.gz saved [882267/882267]

--2011-07-26 1

Re: Subversion version 7.0 Beta2 release configure attempt error

2011-07-28 Thread Giulio Troccoli



On 27/07/11 15:28, Rob Patten wrote:

Noting the Subversion 7.0 Beta2 is released we are attempting to get
ahead start on user request to have Subversion install on our IBM
servers. Our user community requested any near current version at least
but notified they will require version 7.0 for their project needs. We
have had difficulty in the past getting all the dependencies to
configure correctly. Currently attempting this under AIX 5.3 but intend
to use it under AIX 6.1 and 7.1 too. We understand that this version 7.0
is not fully released yet but if we can get it to configure and install
would save us considerable effort in the near future. Of course we would
like to get any version of Subversion to install on AIX too. The
dependencies always seem to be the issue.

I confirm that I did apply the dependency get-deps.sh successfully. Have
tried numerous configure attempts to see if I can get it work within the
package source directory. We hope to easily move it from server to
server if this works. Getting what appears to be only one dependency
error related to APR-util indicated. Any help or recommendations would
be appreciated:

Package file listing
r...@sligo.ncdc.noaa.gov:/tmp/subversion-1.7.0-beta2 ->ls -l
total 3728
-rw-rw-r--1 3300 3300  0 Jul 21 23:11 .swig_checked
-rw-rw-r--1 3300 3300 94 Feb 22 2010  BUGS
-rw-rw-r--1 3300 3300 186579 Jul 21 16:51 CHANGES
-rw-rw-r--1 3300 3300  12956 Jun 27 11:16 COMMITTERS
-rw-rw-r--1 3300 3300  64417 Jul 08 05:40 INSTALL
-rw-rw-r--1 3300 3300  14214 Feb 03 2010  LICENSE
-rw-rw-r--1 3300 3300  34568 Jul 16 07:50 Makefile.in
-rw-rw-r--1 3300 3300593 Mar 27 23:54 NOTICE
-rw-rw-r--1 3300 3300   2301 Jun 30 13:54 README
-rw-rw-r--1 3300 3300   2028 Dec 07 2009  aclocal.m4
drwxr-xr-x   25 1000 1000   1536 Jul 26 15:56 apr
drwxr-xr-x   19 1000 1000   1024 May 19 10:58 apr-util
-rwxrwxr-x1 3300 3300   6256 Jul 04 06:24 autogen.sh
drwxrwxr-x6 3300 3300   1024 Jul 21 23:12 build
-rw-rw-r--1 3300 3300 568333 Jul 21 23:12 build-outputs.mk
-rw-rw-r--1 3300 3300  34702 Jul 08 19:23 build.conf
-rw-rw-r--1 root system16193 Jul 26 15:56 config.log
-rwxrwxr-x1 root system  297 Jul 26 15:50 config.nice
-rwxrwxr-x1 3300 3300 790792 Jul 21 23:12 configure
-rw-rw-r--1 3300 3300  46645 Jul 16 07:49 configure.ac
drwxrwxr-x4 3300 3300512 Jul 21 23:11 doc
-rw-rw-r--1 3300 3300 23 Jul 21 23:12 gen-make.opts
-rwxrwxr-x1 3300 3300  10604 Mar 25 12:30 gen-make.py
-rwxrwxr-x1 3300 3300   3444 Jun 25 20:23 get-deps.sh
drwxrwxr-x7 500  cfgsoft1024 May 03 08:25 neon
drwxr-xr-x6 1000 1000512 Mar 12 12:43 serf
drwxr-xr-x2 root system  512 May 19 09:35
sqlite-amalgamation
drwxrwxr-x   33 3300 3300   1024 Jul 21 23:12 subversion
drwxrwxr-x   14 3300 3300512 Jul 21 23:10 tools
-rw-rw-r--1 3300 3300  27426 Jul 12 14:30 win-tests.py
drwxr-xr-x   12 csi_acct perf   1536 Apr 20 2010  zlib


Package dependency install:

r...@sligo.ncdc.noaa.gov:/tmp/subversion-1.7.0-beta2 ->./get-deps.sh
--2011-07-26 10:56:44--
http://archive.apache.org/dist/apr/apr-1.4.5.tar.bz2
Resolving archive.apache.org... 140.211.11.131
Connecting to archive.apache.org|140.211.11.131|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 754763 (737K) [application/x-bzip2]
Saving to: apr-1.4.5.tar.bz2

100%[=>]
754,763  936K/s   in 0.8s

2011-07-26 10:56:46 (936 KB/s) - apr-1.4.5.tar.bz2 saved [754763/754763]

--2011-07-26 10:56:46--
http://archive.apache.org/dist/apr/apr-util-1.3.12.tar.bz2
Resolving archive.apache.org... 140.211.11.131
Connecting to archive.apache.org|140.211.11.131|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 607646 (593K) [application/x-bzip2]
Saving to: apr-util-1.3.12.tar.bz2

100%[=>]
607,646  807K/s   in 0.7s

2011-07-26 10:56:47 (807 KB/s) - apr-util-1.3.12.tar.bz2 saved
[607646/607646]

--2011-07-26 10:56:57--  http://webdav.org/neon/neon-0.29.6.tar.gz
Resolving webdav.org... 140.211.166.111
Connecting to webdav.org|140.211.166.111|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 882267 (862K) [application/x-tar]
Saving to: neon-0.29.6.tar.gz

100%[=>]
882,267  787K/s   in 1.1s

2011-07-26 10:57:00 (787 KB/s) - neon-0.29.6.tar.