All of lore.kernel.org
 help / color / mirror / Atom feed
* subversion libtool problem
@ 2009-02-09 11:43 Sledz, Steffen
  2009-02-13  8:41 ` Sledz, Steffen
  0 siblings, 1 reply; 5+ messages in thread
From: Sledz, Steffen @ 2009-02-09 11:43 UTC (permalink / raw)
  To: openembedded-devel

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
ERROR: log data follows (/home/sledz/oe/tmp.1/work/i486-angstrom-linux/subversion-1.4.5-r0/temp/log.do_compile.6088)
| NOTE: make
| /bin/sh /home/sledz/oe/tmp.1/work/i486-angstrom-linux/subversion-1.4.5-r0/subversion-1.4.5/libtool --silent --mode=compile i486-angstrom-linux-gcc -march=i486 -isystem/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include   -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -isystem/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2   -D_LARGEFILE64_SOURCE -DNE_LFS     -I./subversion/include -I./subversion -I/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include/neon -I/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include   -I/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include -I/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include  -o subversion/libsvn_delta/cancel.lo -c subversion/libsvn_delta/cancel.c
| /home/sledz/oe/tmp.1/work/i486-angstrom-linux/subversion-1.4.5-r0/subversion-1.4.5/libtool: line 463: CDPATH: command not found
| /home/sledz/oe/tmp.1/work/i486-angstrom-linux/subversion-1.4.5-r0/subversion-1.4.5/libtool: line 1141: func_opt_split: command not found
| libtool: Version mismatch error.  This is libtool 2.2.4, but the
| libtool: definition of this LT_INIT comes from an older release.
| libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4
| libtool: and run autoconf again.
| make: *** [subversion/libsvn_delta/cancel.lo] Error 63
| FATAL: oe_runmake failed

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: subversion libtool problem
  2009-02-09 11:43 subversion libtool problem Sledz, Steffen
@ 2009-02-13  8:41 ` Sledz, Steffen
  2009-02-15 16:24   ` Vitus Jensen
  2009-04-24 15:26   ` Sledz, Steffen
  0 siblings, 2 replies; 5+ messages in thread
From: Sledz, Steffen @ 2009-02-13  8:41 UTC (permalink / raw)
  To: openembedded-devel

> 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
> ERROR: log data follows 
> (/home/sledz/oe/tmp.1/work/i486-angstrom-linux/subversion-1.4.
> 5-r0/temp/log.do_compile.6088)
> | NOTE: make
> | /bin/sh 
> /home/sledz/oe/tmp.1/work/i486-angstrom-linux/subversion-1.4.5
> -r0/subversion-1.4.5/libtool --silent --mode=compile 
> i486-angstrom-linux-gcc -march=i486 
> -isystem/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/i
> nclude   -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  
> -isystem/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/i
> nclude -fexpensive-optimizations -frename-registers 
> -fomit-frame-pointer -O2   -D_LARGEFILE64_SOURCE -DNE_LFS     
> -I./subversion/include -I./subversion 
> -I/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include
> /neon 
> -I/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include
>    
> -I/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include
>  
> -I/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include
>   -o subversion/libsvn_delta/cancel.lo -c 
> subversion/libsvn_delta/cancel.c
> | 
> /home/sledz/oe/tmp.1/work/i486-angstrom-linux/subversion-1.4.5
> -r0/subversion-1.4.5/libtool: line 463: CDPATH: command not found
> | 
> /home/sledz/oe/tmp.1/work/i486-angstrom-linux/subversion-1.4.5
> -r0/subversion-1.4.5/libtool: line 1141: func_opt_split: 
> command not found
> | libtool: Version mismatch error.  This is libtool 2.2.4, but the
> | libtool: definition of this LT_INIT comes from an older release.
> | libtool: You should recreate aclocal.m4 with macros from 
> libtool 2.2.4
> | libtool: and run autoconf again.
> | make: *** [subversion/libsvn_delta/cancel.lo] Error 63
> | FATAL: oe_runmake failed

Is there nobody maintaining subversion???

Steffen



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: subversion libtool problem
  2009-02-13  8:41 ` Sledz, Steffen
@ 2009-02-15 16:24   ` Vitus Jensen
  2009-02-16  7:18     ` Sledz, Steffen
  2009-04-24 15:26   ` Sledz, Steffen
  1 sibling, 1 reply; 5+ messages in thread
From: Vitus Jensen @ 2009-02-15 16:24 UTC (permalink / raw)
  To: openembedded-devel

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)




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: subversion libtool problem
  2009-02-15 16:24   ` Vitus Jensen
@ 2009-02-16  7:18     ` Sledz, Steffen
  0 siblings, 0 replies; 5+ messages in thread
From: Sledz, Steffen @ 2009-02-16  7:18 UTC (permalink / raw)
  To: openembedded-devel

> 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.

I've tried another way. But as long as i can't build and test subversion i'm not sure if this is working. :(

$ git diff --cached packages/neon/
diff --git a/packages/neon/files/gnutls-2.patch b/packages/neon/files/gnutls-2.patch
new file mode 100644
index 0000000..2b37dfc
--- /dev/null
+++ b/packages/neon/files/gnutls-2.patch
@@ -0,0 +1,11 @@
+diff -Nurd neon-0.25.5/macros/neon.m4 neon-0.25.5-patched/macros/neon.m4
+--- neon-0.25.5/macros/neon.m4 2009-02-03 16:23:40.000000000 +0100
++++ neon-0.25.5-patched/macros/neon.m4 2009-02-03 16:24:00.000000000 +0100
+@@ -895,6 +895,7 @@
+    1.0.?|1.0.1?|1.0.20|1.0.21) 
+       AC_MSG_ERROR([GNU TLS version $ne_gnutls_ver is too old -- 1.0.22 or later required]) ;;
+    1.*) ;;
++   2.*) ;;
+    *) AC_MSG_ERROR([GNU TLS version $ne_gnutls_ver is not supported]) ;;
+    esac
+ 
diff --git a/packages/neon/neon_0.25.5.bb b/packages/neon/neon_0.25.5.bb
index f935fdb..bec9262 100644
--- a/packages/neon/neon_0.25.5.bb
+++ b/packages/neon/neon_0.25.5.bb
@@ -4,10 +4,11 @@ SECTION = "libs"
 LICENSE = "LGPL"
 DEPENDS = "zlib libxml2 expat time gnutls"
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \
-       file://gnutls-force-and-detect.patch;patch=1"
+       file://gnutls-force-and-detect.patch;patch=1 \
+       file://gnutls-2.patch;patch=1"
 
 inherit autotools binconfig lib_package pkgconfig



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: subversion libtool problem
  2009-02-13  8:41 ` Sledz, Steffen
  2009-02-15 16:24   ` Vitus Jensen
@ 2009-04-24 15:26   ` Sledz, Steffen
  1 sibling, 0 replies; 5+ messages in thread
From: Sledz, Steffen @ 2009-04-24 15:26 UTC (permalink / raw)
  To: openembedded-devel

> > 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
> > ERROR: log data follows 
> > (/home/sledz/oe/tmp.1/work/i486-angstrom-linux/subversion-1.4.
> > 5-r0/temp/log.do_compile.6088)
> > | NOTE: make
> > | /bin/sh 
> > /home/sledz/oe/tmp.1/work/i486-angstrom-linux/subversion-1.4.5
> > -r0/subversion-1.4.5/libtool --silent --mode=compile 
> > i486-angstrom-linux-gcc -march=i486 
> > -isystem/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/i
> > nclude   -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  
> > -isystem/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/i
> > nclude -fexpensive-optimizations -frename-registers 
> > -fomit-frame-pointer -O2   -D_LARGEFILE64_SOURCE -DNE_LFS     
> > -I./subversion/include -I./subversion 
> > -I/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include
> > /neon 
> > -I/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include
> >    
> > -I/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include
> >  
> > -I/home/sledz/oe/tmp.1/staging/i486-angstrom-linux/usr/include
> >   -o subversion/libsvn_delta/cancel.lo -c 
> > subversion/libsvn_delta/cancel.c
> > | 
> > /home/sledz/oe/tmp.1/work/i486-angstrom-linux/subversion-1.4.5
> > -r0/subversion-1.4.5/libtool: line 463: CDPATH: command not found
> > | 
> > /home/sledz/oe/tmp.1/work/i486-angstrom-linux/subversion-1.4.5
> > -r0/subversion-1.4.5/libtool: line 1141: func_opt_split: 
> > command not found
> > | libtool: Version mismatch error.  This is libtool 2.2.4, but the
> > | libtool: definition of this LT_INIT comes from an older release.
> > | libtool: You should recreate aclocal.m4 with macros from 
> > libtool 2.2.4
> > | libtool: and run autoconf again.
> > | make: *** [subversion/libsvn_delta/cancel.lo] Error 63
> > | FATAL: oe_runmake failed

This problem is still there. Can *please* somebody familiar with libtool have a look at it?

Thx,
Steffen



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-04-24 15:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-09 11:43 subversion libtool problem Sledz, Steffen
2009-02-13  8:41 ` Sledz, Steffen
2009-02-15 16:24   ` Vitus Jensen
2009-02-16  7:18     ` Sledz, Steffen
2009-04-24 15:26   ` Sledz, Steffen

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.