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

Re: need advice building svn under OS X

From: <njriley_at_uiuc.edu>
Date: 2003-01-28 19:29:37 CET

On Tue, Jan 28, 2003 at 12:16:45PM -0600, Ben Collins-Sussman wrote:

 These are all functions that have been added since your last
 installation of svn (0.14.3), five releases ago. This means ld is
 trying to link against your old, installed libraries. NUKE THEM.

Indeed. My general svn upgrade/install process on OS X goes like
this:

% svn up
% ./autogen.sh
% sudo epkg -r subversion
% cd /usr/local/encap
% sudo tar zcf subversion-xxx.tar.gz subversion
% sudo rm -rf subversion
% popd
% cd obj
% ./config.nice
[edit Makefile if it has the stupid /bin/lib stuff in it]
% make
% sudo make install
[fix permissions on @#$! APR libraries that still install with 'cp']
[fix permissions on svn-revision.txt]
% sudo epkg subversion

Really should write a script to do this at some point.

-- 
=Nicholas Riley njriley_at_uiuc.edu | http://www.uiuc.edu/ph/www/njriley
        Pablo Research Group, Department of Computer Science and
  Medical Scholars Program, University of Illinois at Urbana-Champaign
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:22:29 2006

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

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