[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 not ending in /usr/local/lib

From: Dimitri Papadopoulos-Orfanos <papadopo_at_shfj.cea.fr>
Date: 2005-10-18 10:10:40 CEST

Hi,

> subversion/svnversion/svnversion . /repos/svn/trunk >
> /opt/include/subversion-1/svn-revision.txt
> *ld.so.1: /tmp/subversion-1.2.3/subversion/svnversion/.libs/svnversion:
> fatal: /usr/ccs/bin/ranlib/libgcc_s.so.1: Not a directory
> *** Error code 137
> make: Fatal error: Command failed for target `revision-install'

This looks like a misconfiguration on your system. What's the output of:
        ldd subversion/svnversion/svnversion

> *Here's my $PATH in case you're wondering, it gets me through fine until
> this point.
>
> ironwood{root}76: echo $PATH
> /bin:/usr/ucb/cc:/usr/bin:/usr/sbin:/etc:/usr/ucb:/usr/openwin/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/nis:.:/home/cm/bin:/usr/atria/bin:/home/koning2/bin:/nif/tools/gps/bin:/nif/tools/gnat/bin:/usr/openwin/bin:/usr/openwin/demo:/opt/SUNWspro/bin:/opt/SUNWmfwm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/secure/bin:/home/koning2/bin:/usr/dt/bin:/bin:/usr/bin:/var/opt/ssh/bin:/usr/local/bin:/usr/ccs/bin:/usr/sbin:/usr/lib:/sbin:/etc:/usr/lib/nis:/nif/tools/bin:/usr/ucb:.:/usr/local/X11R6/bin:/usr/local/ActiveTcl/bin:/opt/hpnp/bin:/oracle/app/oracle/product/9.2.0/bin:./apr:./apr-util

Ouch! Why have /usr/ucb/cc and /usr/ucb first in the PATH? These
directories contain old, broken, compatiblity programs. Remove them from
your PATH, or at least move to last position.

> A general question, isn't configure supposed to find the locations of
> things and set the locations of things to help make my make all/install
> go smooth?

Yes, but you still need a working environment, copnfigure can't detect
and work around any problem.

Dimitri Papadopoulos

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 18 10:12:39 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.