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

Re: 1.3.0-rc2: Can not build on FreeBSd out-of-box: FreeBSD doesn't has '*.la' files.

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2005-11-08 03:18:23 CET

On Sat, Nov 05, 2005 at 08:03:18PM +0300, Lev Serebryakov wrote:
> Hello users,
>
> Here is line from build/ac-macros/neon.m4:
> ...
> NEON_LIBS=`$neon_config --la-file`
> ...
>
> But FreeBSD doesn't install *.la files, so `$neon_config --libs` should be used instead!
>
> I've fix this in port for now, but, IMHO, it should be fixed in distributive.

This is an issue with the FreeBSD port system in that they always delete
the .la files for all installed ports. Neon, like APR, will always
install the .la files; therefore, it is correct for Subversion to assume
that it is available. Since the FreeBSD ports system breaks this
assumption, they need to account for this behavior in their port.

So, this isn't something we can (or should) fix upstream. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 8 03:19:21 2005

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.