Hello,
The installation of subversion 1.4.2 from source into Darwin 8.8.0
on a PowerPC G4 did not go as smoothly as it could have; however, I
was able to accomplish the task and successful run most of make check
(12 of tests were skipped). The dependencies are as follows;
apr-1.2.8
apr-util-1.2.8 w/ Berkeley DB db-4.5.20
neon-0.26.2 w/ openssl-0.9.8
autoconf-2.60
libtool-1.5.22
httpd-2.2.3
python-2.3
perl-5.8.8
I had a problem with the subversion supplied apr-util when trying to
install it with an installed db-4.5.20. I then replaced the supplied
apr-util with apr-util-1.2.8 and still had the problem when trying to
install it with an installed db-4.5.20 as part of the subversion
installation process. For some reason, configure could never find
the installed db when using --with-berkerley-db=/usr/local/BerkeleyDB.
4.5. Installing apr-util-1.2.8 independently (along with independent
installations of apr, neon, and everything else) worked. I also had
to change line 72 of configure.in to accept neon-0.26.2.
Once all the dependencies were installed, the command sequence:
./configure --with-apr=/usr/local/apr -with-apr-util=/usr/local/apr
make
sudo make install
make check
sufficed for a successful installation as far as I could tell.
A comment about INSTALL. The linkage between apr-util and db is not
explained very well. As a result, the error message about db not
being found and linked to apr-util is a little confusing at first.
The skipped tests were:
SKIP: utf8_tests.py 1: conversion of paths and logs to/from utf8
SKIP: svnsync_tests.py 14: verify that unreadable content is not synced
SKIP: svnsync_tests.py 15: verify that copies from unreadable dirs work
SKIP: authz_tests.py 1: authz issue #2486 - open root
SKIP: authz_tests.py 2: authz issue #2486 - open directory
SKIP: authz_tests.py 3: broken authz files cause errors
SKIP: authz_tests.py 4: test authz for read operations
SKIP: authz_tests.py 5: test authz for write operations
SKIP: authz_tests.py 6: test authz for checkout
SKIP: authz_tests.py 7: test authz for log and tracing path changes
SKIP: authz_tests.py 8: test authz for checkout and update
SKIP: authz_tests.py 9: test authz for export with unreadable subfolder
Frank
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 27 05:00:46 2006