[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

make install DESTDIR broken

From: Stéphane Pasco <spasco_at_libertysurf.fr>
Date: 2004-08-17 15:16:09 CEST

I am trying to make a package for myself on my slackware 10
of subversion-1.0.6 or subversion-1.0.1-rc2

and i have got the same error

i do (replace $VERSION by 1.0.6 or 1.0.1-rc2)
cd subserversion-$VERSION
./configure --with-ssl
make
make install DESTDIR=~/subversion-$VERSION/pkg-build

[...]
gcc: ../../subversion/libsvn_client/.libs/libsvn_client-1.so : Aucun fichier ou répertoire de ce type
gcc: /home/stef/subversion-1.0.6/subversion/libsvn_wc/.libs/libsvn_wc-1.so : Aucun fichier ou répertoire de ce type
gcc: /home/stef/subversion-1.0.6/subversion/libsvn_ra/.libs/libsvn_ra-1.so : Aucun fichier ou répertoire de ce type
gcc: /home/stef/subversion-1.0.6/subversion/libsvn_ra_local/.libs/libsvn_ra_local-1.so : Aucun fichier ou répertoire de ce type
gcc: /home/stef/subversion-1.0.6/subversion/libsvn_repos/.libs/libsvn_repos-1.so : Aucun fichier ou répertoire de ce type
gcc: /home/stef/subversion-1.0.6/subversion/libsvn_fs/.libs/libsvn_fs-1.so : Aucun fichier ou répertoire de ce type
gcc: /home/stef/subversion-1.0.6/subversion/libsvn_ra_dav/.libs/libsvn_ra_dav-1.so : Aucun fichier ou répertoire de ce type
gcc: /home/stef/subversion-1.0.6/subversion/libsvn_ra_svn/.libs/libsvn_ra_svn-1.so : Aucun fichier ou répertoire de ce type
gcc: ../../subversion/libsvn_subr/.libs/libsvn_subr-1.so : Aucun fichier ou répertoire de ce type
gcc: ../../subversion/libsvn_wc/.libs/libsvn_wc-1.so : Aucun fichier ou répertoire de ce type
gcc: /home/stef/subversion-1.0.6/subversion/libsvn_delta/.libs/libsvn_delta-1.so : Aucun fichier ou répertoire de ce type
gcc: /home/stef/subversion-1.0.6/subversion/libsvn_diff/.libs/libsvn_diff-1.so : Aucun fichier ou répertoire de ce type
gcc: /home/stef/subversion-1.0.6/subversion/libsvn_subr/.libs/libsvn_subr-1.so : Aucun fichier ou répertoire de ce type
make: *** [revision-install] Erreur 1subscribe

What i don't understand is that all the so library are created after the make,
but at the begin of the make install, something mess all the files in the ./subversion/libsvn_*/.libs

for example, ./subversion/libsvn_subr/.libs/libsvn_subr-1.so.0.0.0 is renamed libsvn_subr-1.so.0.0.0U.
It explains why the symlink ./subversion/libsvn_subr/.libs/libsvn_subr-1.so is then broken

gcc 3.3.4; autoconf 2.59; automake 1.8.5; ld 2.15.90.0.3; libtool-1.5.6

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 17 15:16:35 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.