* gnutls_2.8.5.bb
@ 2010-03-14 8:31 Chris Bennett
2010-03-14 13:01 ` gnutls_2.8.5.bb: FATAL: autoreconf execution failed Paul Menzel
2010-03-17 11:54 ` [PATCH] Make gnutls depend on gtk-doc Antonio Ospite
0 siblings, 2 replies; 8+ messages in thread
From: Chris Bennett @ 2010-03-14 8:31 UTC (permalink / raw)
To: openembedded-devel
Hi there,
I'm very new to openembedded-devel, and after experimenting with a
variety of recipes, I'm adapting the micro set of distro/recipes to my
needs. I am having a problem building gnutls - I see in the git logs
that an update was done on 5/03/2010 to remove older versions and make
2.8.5 be the only one availbale.
My log of the error according to bitbake is:
[..]
| automake: unknown warning category `cross'
| doc/Makefile.am:27: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
| gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
| doc/reference/Makefile.am:135: `gtk-doc.make' included from here
| gtk-doc.make:50: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
| doc/reference/Makefile.am:135: `gtk-doc.make' included from here
| gtk-doc.make:173: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
| doc/reference/Makefile.am:135: `gtk-doc.make' included from here
| doc/reference/Makefile.am:147: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
| autoreconf: automake failed with exit status: 1
| FATAL: autoreconf execution failed.
NOTE: Task failed: /home/chris/oe/micro-dev/work/i686-oe-linux/gnutls-2.8.5-r0/temp/log.do_configure.14113
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb do_configure failed
ERROR: Task 652 (/home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb, do_configure) failed
NOTE: Tasks Summary: Attempted 865 tasks of which 0 didn't need to be rerun and 1 failed.
ERROR: '/home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb' failed
I havn't seen anyone else report this, so I'm hoping someone can help
me to fix this as presumably others have this working. I'm building
this on Ubuntu 9.04, git tree is up to date. I've just tried
removing the ~/oe/$DISTRO-dev/ folder, which I understand should
result in everything being recompiled again. gnutls still failed with
the error above.
Any help would be appreciated.
Thanks,
Chris Bennett
cgb
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: gnutls_2.8.5.bb: FATAL: autoreconf execution failed.
2010-03-14 8:31 gnutls_2.8.5.bb Chris Bennett
@ 2010-03-14 13:01 ` Paul Menzel
2010-03-17 11:54 ` [PATCH] Make gnutls depend on gtk-doc Antonio Ospite
1 sibling, 0 replies; 8+ messages in thread
From: Paul Menzel @ 2010-03-14 13:01 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1101 bytes --]
Dear Chris,
Am Sonntag, den 14.03.2010, 19:01 +1030 schrieb Chris Bennett:
[…]
> My log of the error according to bitbake is:
>
> [..]
> | automake: unknown warning category `cross'
> | doc/Makefile.am:27: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> | gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
> | doc/reference/Makefile.am:135: `gtk-doc.make' included from here
> | gtk-doc.make:50: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> | doc/reference/Makefile.am:135: `gtk-doc.make' included from here
> | gtk-doc.make:173: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> | doc/reference/Makefile.am:135: `gtk-doc.make' included from here
> | doc/reference/Makefile.am:147: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> | autoreconf: automake failed with exit status: 1
> | FATAL: autoreconf execution failed.
> NOTE: Task failed: /home/chris/oe/micro-dev/work/i686-oe-linux/gnutls-2.8.5-r0/temp/log.do_configure.14113
You have to look into this mentioned log file to find out what failed.
[…]
Thanks,
Paul
[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] Make gnutls depend on gtk-doc.
2010-03-14 8:31 gnutls_2.8.5.bb Chris Bennett
2010-03-14 13:01 ` gnutls_2.8.5.bb: FATAL: autoreconf execution failed Paul Menzel
@ 2010-03-17 11:54 ` Antonio Ospite
2010-03-18 20:31 ` [PATCH v2] gnutls: fix do_configure by depending " Antonio Ospite
1 sibling, 1 reply; 8+ messages in thread
From: Antonio Ospite @ 2010-03-17 11:54 UTC (permalink / raw)
To: openembedded-devel
building gnutls_2.8.5.bb fails in do_configure with these messages:
[..]
| automake: unknown warning category `cross'
| doc/Makefile.am:27: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
| gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
| doc/reference/Makefile.am:135: `gtk-doc.make' included from here
| gtk-doc.make:50: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
| doc/reference/Makefile.am:135: `gtk-doc.make' included from here
| gtk-doc.make:173: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
| doc/reference/Makefile.am:135: `gtk-doc.make' included from here
| doc/reference/Makefile.am:147: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
| autoreconf: automake failed with exit status: 1
| FATAL: autoreconf execution failed.
NOTE: Task failed: /home/chris/oe/micro-dev/work/i686-oe-linux/gnutls-2.8.5-r0/temp/log.do_configure.14113
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb do_configure failed
ERROR: Task 652 (/home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb, do_configure) failed
NOTE: Tasks Summary: Attempted 865 tasks of which 0 didn't need to be rerun and 1 failed.
ERROR: '/home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb' failed
Depending on gtk-doc fixes this and makes the recipe build fine.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
---
Please tell me if I need to increase recipe versions when making changes to
.inc files.
Thanks,
Antonio Ospite
http://ao2.it
recipes/gnutls/gnutls.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes/gnutls/gnutls.inc b/recipes/gnutls/gnutls.inc
index 60f7d33..ac56bfa 100644
--- a/recipes/gnutls/gnutls.inc
+++ b/recipes/gnutls/gnutls.inc
@@ -1,6 +1,6 @@
DESCRIPTION = "GNU Transport Layer Security Library"
HOMEPAGE = "http://www.gnu.org/software/gnutls/"
-DEPENDS = "zlib libgcrypt lzo guile-native gettext"
+DEPENDS = "zlib libgcrypt lzo guile-native gettext gtk-doc"
LICENSE = "LGPL"
SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2;name=gnutls"
--
1.7.0
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH v2] gnutls: fix do_configure by depending on gtk-doc
2010-03-17 11:54 ` [PATCH] Make gnutls depend on gtk-doc Antonio Ospite
@ 2010-03-18 20:31 ` Antonio Ospite
2010-03-22 7:16 ` Holger Hans Peter Freyther
0 siblings, 1 reply; 8+ messages in thread
From: Antonio Ospite @ 2010-03-18 20:31 UTC (permalink / raw)
To: openembedded-devel
building gnutls_2.8.5.bb fails in do_configure with these messages:
[..]
| automake: unknown warning category `cross'
| doc/Makefile.am:27: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
| gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
| doc/reference/Makefile.am:135: `gtk-doc.make' included from here
| gtk-doc.make:50: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
| doc/reference/Makefile.am:135: `gtk-doc.make' included from here
| gtk-doc.make:173: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
| doc/reference/Makefile.am:135: `gtk-doc.make' included from here
| doc/reference/Makefile.am:147: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
| autoreconf: automake failed with exit status: 1
| FATAL: autoreconf execution failed.
NOTE: Task failed: /home/chris/oe/micro-dev/work/i686-oe-linux/gnutls-2.8.5-r0/temp/log.do_configure.14113
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb do_configure failed
ERROR: Task 652 (/home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb, do_configure) failed
NOTE: Tasks Summary: Attempted 865 tasks of which 0 didn't need to be rerun and 1 failed.
ERROR: '/home/chris/oe/openembedded.org/recipes/gnutls/gnutls_2.8.5.bb' failed
Depending on gtk-doc fixes this.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
---
Changes since v1:
* better short commit message
* increased INC_PR
Thanks,
Antonio Ospite
http://ao2.it
recipes/gnutls/gnutls.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes/gnutls/gnutls.inc b/recipes/gnutls/gnutls.inc
index 60f7d33..ccf6f69 100644
--- a/recipes/gnutls/gnutls.inc
+++ b/recipes/gnutls/gnutls.inc
@@ -1,13 +1,13 @@
DESCRIPTION = "GNU Transport Layer Security Library"
HOMEPAGE = "http://www.gnu.org/software/gnutls/"
-DEPENDS = "zlib libgcrypt lzo guile-native gettext"
+DEPENDS = "zlib libgcrypt lzo guile-native gettext gtk-doc"
LICENSE = "LGPL"
SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2;name=gnutls"
inherit autotools binconfig pkgconfig
-INC_PR = "r8"
+INC_PR = "r9"
EXTRA_OECONF = "--with-included-opencdk --with-included-libtasn1"
--
1.7.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-03-27 11:58 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-14 8:31 gnutls_2.8.5.bb Chris Bennett
2010-03-14 13:01 ` gnutls_2.8.5.bb: FATAL: autoreconf execution failed Paul Menzel
2010-03-17 11:54 ` [PATCH] Make gnutls depend on gtk-doc Antonio Ospite
2010-03-18 20:31 ` [PATCH v2] gnutls: fix do_configure by depending " Antonio Ospite
2010-03-22 7:16 ` Holger Hans Peter Freyther
2010-03-26 11:52 ` Antonio Ospite
2010-03-26 11:56 ` Holger Hans Peter Freyther
2010-03-27 11:55 ` Stefan Schmidt
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.