You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "C. Michael Pilato" <cm...@collab.net> on 2010/12/16 22:34:28 UTC

Installed binaries no longer ... binary.

Uh... this seems to me like a step backward. :-(

$ autogen.sh
[...]
$ config.nice
[...]
$ make
[...]
$ sudo make install
[...]
$ svn help
mkdir: cannot create directory `/usr/local/subversion/bin/.libs': Permission
denied
/usr/bin/ld: cannot open output file
/usr/local/subversion/bin/.libs/23573-lt-svn: No such file or directory
collect2: ld returned 1 exit status
$ head -1 /usr/local/subversion/bin/svn
#! /bin/bash
$

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand


Re: Installed binaries no longer ... binary.

Posted by "C. Michael Pilato" <cm...@collab.net>.
Okay.  I did a 'make distclean' and then repeated these steps, and I no
longer see the problem.  Not sure why it mattered, but I'm satisfied.


On 12/16/2010 05:34 PM, C. Michael Pilato wrote:
> Uh... this seems to me like a step backward. :-(
> 
> $ autogen.sh
> [...]
> $ config.nice
> [...]
> $ make
> [...]
> $ sudo make install
> [...]
> $ svn help
> mkdir: cannot create directory `/usr/local/subversion/bin/.libs': Permission
> denied
> /usr/bin/ld: cannot open output file
> /usr/local/subversion/bin/.libs/23573-lt-svn: No such file or directory
> collect2: ld returned 1 exit status
> $ head -1 /usr/local/subversion/bin/svn
> #! /bin/bash
> $
> 


-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand