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

Re: Building Subversion on Mac OS X

From: Jack Repenning <jrepenning_at_collab.net>
Date: 2004-11-11 23:19:10 CET

On Nov 11, 2004, at 11:19 AM, Olle Raab wrote:

> Hello
>
> I am trying to build the client of Subversion-1.0.9 on Mac OS X 10.1.
>
> The build was ok.

I think the two errors you mention here are not related to each other.

>
> When installing, I get the following error (after a lot of things
> installed):
>
> [/Nytt/subversion-1.0.9] % sudo make install
> ...
> subversion/svnversion/svnversion: error:
> /Nytt/subversion-1.0.9/subversion/svnversion
> /Nytt/subversion-1.0.9/subversion/svnversion/.libs/svnversion does not
> exist
> This script is just a wrapper for svnversion.
> See the libtool documentation for more information.
> make: *** [revision-install] Error 1
>
> .. but actually the file:
>
> /Nytt/subversion-1.0.9/subversion/svnversion/.libs/svnversion
>
> _do_ exist on my machine.

Since you sudid the install test, maybe root doesn't have execute
access to some directory in that path? This can happen if you're
reaching over NFS. Try "sudo ls -la
/Nytt/subversion-1.0.9/subversion/svnversion/.libs", see if it can read
it. If not, check perms on all those directories.

> Nevertheless, I then did try to run Subversion, I get:
>
> [~] % svn
> svn: error: cannot set LC_CTYPE locale
> svn: error: environment variable LANG is sv_SE
> [~] %
>
> Setting LANG to e. g. en_US doesn't help.

unset LANG

I don't know why this is happening, happens to me, too.

-==-
Jack Repenning
CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
o: +1 650.228.2562
c: +1 408.835.8090

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 11 23:19:26 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.