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

Re: rc9 Build failure on Hardy: cannot find the library `/usr/lib/libneon.la'

From: Stefan Sperling <stsp_at_elego.de>
Date: Sun, 8 Jun 2008 12:55:10 +0200

On Sun, Jun 08, 2008 at 11:18:49AM +0200, Jens Seidel wrote:
> On Sat, Jun 07, 2008 at 07:42:22PM -0700, Eric Hanchrow wrote:
> > >>>>> "Mark" == Mark Phippard <markphip_at_gmail.com> writes:
> > Peter Samuelson set me straight -- I needed to do this in
> > .../build/ac-macros:
> >
> > Index: neon.m4
> > ===================================================================
> > --- neon.m4 (revision 31593)
> > +++ neon.m4 (working copy)
> > @@ -153,7 +153,7 @@
> > test "$svn_allowed_neon" = "any"; then
> > svn_allowed_neon_on_system="yes"
> > SVN_NEON_INCLUDES=[`$neon_config --cflags | sed -e 's/-D[^ ]*//g'`]
> > - NEON_LIBS=`$neon_config --la-file`
> > + NEON_LIBS=`pkg-config --libs neon`
> > CFLAGS=["$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`"]
> > svn_lib_neon="yes"
> > break
> >
> > It worked fine.
>
> If this is committed it would be a good idea to update apr related
> macros as well as described in
> http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=139136

This change has already been applied in r30574 and was
reversed again in r30697 because it is wrong.

See http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=137259

Stefan

  • application/pgp-signature attachment: stored
Received on 2008-06-08 12:55:27 CEST

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.