[oe] subversion libtool problem

Vitus Jensen vjensen at gmx.de
Sun Feb 15 16:24:23 UTC 2009


Am Fri, 13 Feb 2009 09:41:07 +0100 schrieb Sledz, Steffen:

>> Since the saturday "apr + apr-util: merge from poky" commit by Koen i
>> almost reached my goal to build a subversion client for Angstrom. After
>> patching neon for myself there is just this last problem:
>> 
>> NOTE: Running task 422 of 578 (ID: 7,
>> /opt/openembedded/packages/subversion/subversion_1.4.5.bb, do_compile)
>> NOTE: package subversion-1.4.5: started NOTE: package
>> subversion-1.4.5-r0: task do_compile: started ERROR: function
>> do_compile failed
...
 
> Is there nobody maintaining subversion???

Probably.

Did you fix http://bugs.openembedded.net/show_bug.cgi?id=4830 when 
"patching neon for myself"?  I tried a DEPENDS = "gnutls (<2.0)" but the 
only thing which worked was a direct reference to a 1.x version.

If someone is interested, here is the change:

commit d10fe069dde68f25710250dfa295dbc88d62dfc1
Author: Vitus Jensen <vjensen at gmx.de>
Date:   Sun Feb 15 17:14:19 2009 +0100

    neon_0.25.5.bb: preliminary patch to force gnutls < 2.0

diff --git a/packages/neon/neon_0.25.5.bb b/packages/neon/neon_0.25.5.bb
index f935fdb..ef70178 100644
--- a/packages/neon/neon_0.25.5.bb
+++ b/packages/neon/neon_0.25.5.bb
@@ -2,8 +2,7 @@ DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
 HOMEPAGE = "http://www.webdav.org/neon"
 SECTION = "libs"
 LICENSE = "LGPL"
-DEPENDS = "zlib libxml2 expat time gnutls"
-
+DEPENDS = "zlib libxml2 expat time gnutls-1.6.3"
 PR = "r3"
 
 SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \


-- 
Vitus Jensen, Hannover, Germany, Earth, Milky Way, Universe (current)





More information about the Openembedded-devel mailing list