[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: Eric Hanchrow <offby1_at_blarg.net>
Date: Sat, 07 Jun 2008 19:42:22 -0700

>>>>> "Mark" == Mark Phippard <markphip_at_gmail.com> writes:

>> libtool: link: cannot find the library `/usr/lib/libneon.la' or
>> unhandled argument `/usr/lib/libneon.la'
>>
>> There doesn't appear to be any Hardy package with that file (at
>> least, "apt-file search /usr/lib/libneon.la" yielded no hits).
>> What might I be doing wrong?

    Mark> There is a bug filed with Ubuntu somewhere for this. Eric
    Mark> Gillespie pointed me to it when I had similar problems. I
    Mark> wound up just building Neon myself and pointing to that.

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.

-- 
However lousy it is to sit in your basement and pretend to be an
elf, I can tell you from personal experience it's worse to sit in your
basement and try to figure if Ginger or Mary Ann is cuter.
        -- Clay Shirky
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-08 04:43:06 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.