From: Vitus Jensen <vjensen@gmx.de>
To: openembedded-devel@openembedded.org
Subject: Re: subversion libtool problem
Date: Sun, 15 Feb 2009 16:24:23 +0000 (UTC) [thread overview]
Message-ID: <gn9fjn$4rj$1@ger.gmane.org> (raw)
In-Reply-To: 69E6C70090A0A14498CC98FAE5E06B6E3CF664@hiob.intern.dresearch.de
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@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)
next prev parent reply other threads:[~2009-02-15 16:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-09 11:43 subversion libtool problem Sledz, Steffen
2009-02-13 8:41 ` Sledz, Steffen
2009-02-15 16:24 ` Vitus Jensen [this message]
2009-02-16 7:18 ` Sledz, Steffen
2009-04-24 15:26 ` Sledz, Steffen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='gn9fjn$4rj$1@ger.gmane.org' \
--to=vjensen@gmx.de \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.