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

Re: Issues building SVN..

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-06-07 10:56:11 CEST

Kyle Heon wrote:
> Over the weekend I installed MySQL on my Fedora Core 3 box. This was
> installed via yum which apparently upgraded a bunch of other items, Python
> being one of them and now I'm getting all sorts of errors, in fact yum no
> longer works but that's another story (I think).
>
> In the process, my installation of Subversion as busted. I'm not sure what
> the issue is.
>
> I have snagged the latest source and when I try to run: ./configure
> -without-berkley-db -with-apr=/usr/local/apr it errors out attempting to
> do
> something with the Java bindings (it appears).

Careful with spelling: That's --without-berk*e*ley-db

If you have a --with-apr, you almost certainly want a
corresponding --with-apr-util.

...
> configure: Configuring Subversion 1.3.0
...
> config.status: executing mkdir-init commands
> mkdir subversion/bindings/java/javahl/classes
>> bad interpreter: No such file or directorysh: /bin/sh
> mkdir subversion/bindings/java/javahl/include
>> bad interpreter: No such file or directorysh: /bin/sh

Hmm... looks like ac-helpers/install-sh has (incorrectly) got CRLF line
endings.

Which is weird. Do you have any idea how this might have happened?
By what method exactly did you obtain this copy of the Subversion source?

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 7 11:00:28 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.