On Wed, Aug 27, 2008 at 11:04:19AM +0200, Jens Seidel wrote:
> But install no longer installs:
> Why does a simple install step not work? I didn't get an error.
>
> Could it be related to the fact that I build in parallel?
> $ echo $MAKEFLAGS
> j8
Yep, it seems so. Calling
$ make -j1 install
worked. So Subversions make system seems not to be clean related to
parallel calls.
Probably a
MAKEFLAGS=j1
in the top-level makefile will be a workaround until it is fixed.
Another error during make -j1 install: It is assumed that Subversion is
already installed or that the lib/ path into which svn is installed is part of
$LD_LIBRARY_PATH or similar. That's of course not always true:
cd subversion/po ; /usr/bin/install -c -m 644 zh_TW.mo /home/jens/local/subversion1.5/share/locale/zh_TW/LC_MESSAGES/subversion.mo
subversion/svnversion/svnversion . /repos/svn/trunk > /home/jens/local/subversion1.5/include/subversion-1/svn-revision.txt
subversion/libsvn_subr/version.c:73: (apr_err=200019)
svnversion: Version mismatch in 'svn_wc': found 1.6.0-dev, expected 1.5.2-dev
subversion/libsvn_subr/version.c:73: (apr_err=200019)
svnversion: Version mismatch in 'svn_subr': found 1.6.0-dev, expected 1.5.2-dev
make: *** [revision-install] Error 1
Jens
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-08-27 20:04:59 CEST