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

Re: libtool: install: error: cannot install `libsvn_subr-1.la' to a directory

From: Dimitri Papadopoulos-Orfanos <papadopo_at_shfj.cea.fr>
Date: 2005-10-19 12:58:17 CEST

Hi,

> Per Dimitri's suggestions, I took off this from the $PATH:
> /usr/ucb/cc and /usr/ucb
>
> Then ran this:
>
> ldd subversion/svnversion/svnversion
>
> ironwood<133> ldd subversion/svnversion/svnversion
> ldd: subversion/svnversion/svnversion: unsupported or unknown file type

As far as I can see, the Makefile attempts to run 'svnversion' but
fails, apparetly because of a run-time linker problem:
subversion/svnversion/svnversion . /repos/svn/trunk [...]
ld.so.1: /tmp/subversion-1.2.3/subversion/svnversion/.libs/svnversion:
fatal: /usr/ccs/bin/ranlib/libgcc_s.so.1: Not a directory

To tell the truth I have no idea why the run-time linker would look in
/usr/ccs/bin/ranlib/libgcc_s.so.1. This looks very wrong. Which exact
compiler are you using? Where did you get your GNU compiler form?

Additionally 'svnversion' is supposed to be an executable. I don't
understand why 'ldd' fails in the case of 'svnversion'. It looks like a
bogus 'svnversion' is created. Try the following commands to have a
better view of the problem:
        ./subversion/svnversion/svnversion
        file subversion/svnversion/svnversion
        ls -l subversion/svnversion/svnversion
        echo $LD_LIBRARY_PATH
        echo $PATH

Dimitri Papadopoulos

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 19 13:00:59 2005

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.