From: Paul Menzel <paulepanter@users.sourceforge.net>
To: openembedded-devel@lists.openembedded.org
Subject: enna: do_configure failed: automake: unknown warning category `cross'
Date: Sat, 27 Mar 2010 23:54:59 +0100 [thread overview]
Message-ID: <1269730499.4033.176.camel@mattotaupa> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 1981 bytes --]
Dear OE folks,
I am trying to write the recipe for Enna [1].
$ more enna.inc
HOMEPAGE = "http://${PN}.geexbox.org/"
SECTION = "x11/multimedia"
LICENSE = "LGPLv2.1+"
DEPENDS = "curl dbus eet evas edje ecore edbus elementary emotion"
DEPENDS += "libmusicbrainz lightmediascanner libxml2 taglib libvalhalla libplayer"
INC_PR = "r1"
SRC_URI = "http://${PN}.geexbox.org/releases/${P}.tar.bz2;name=${PN}"
inherit autotools pkgconfig
Now I am getting the following error message during `configure`.
[…]
automake: unknown warning category `cross'
configure.ac:27: installing `./compile'
configure.ac:7: installing `./config.guess'
configure.ac:35: required file `./config.rpath' not found
configure.ac:7: installing `./config.sub'
configure.ac:11: installing `./install-sh'
configure.ac:11: installing `./missing'
src/bin/Makefile.am: installing `./depcomp'
autoreconf: automake failed with exit status: 1
FATAL: autoreconf execution failed.
I am using automake 1.10.3 and it looks like I need 1.11.1.
I found this commit [2], but this workaround
# Needs automake 1.11.x, which isn't safe to use yet in OE
do_configure() {
oe_runconf
}
did not work for me. The error was then that `./configure` was not
found. So `autogen.sh` needs to be run and I just found the following
hint.
do_configure_prepend() {
sh autogen.sh
}
But this fails with the error that C programs cannot be executed.
Any hint is appreciated.
Thanks,
Paul
PS: You need libvalhalla 2.0.0 for which I send a patch a moment ago (PV
= 1.0.0+hg).
[1] http://enna.geexbox.org/
[2] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=a353f4ee7229c686bfc61417cab979ffa1735d55
[-- Attachment #1.2: enna.inc --]
[-- Type: text/plain, Size: 602 bytes --]
DESCRIPTION = "Enna is a media center application based on EFL."
HOMEPAGE = "http://${PN}.geexbox.org/"
SECTION = "x11/multimedia"
LICENSE = "LGPLv2.1+"
DEPENDS = "curl dbus eet evas edje ecore edbus elementary emotion"
DEPENDS += "libmusicbrainz lightmediascanner libxml2 taglib libvalhalla libplayer automake-native-1.11.1"
INC_PR = "r1"
SRC_URI = "http://${PN}.geexbox.org/releases/${P}.tar.bz2;name=${PN}"
inherit autotools pkgconfig
#do_configure_prepend() {
# sh autogen.sh
#}
# Needs automake 1.11.x, which isn't safe to use yet in OE
#do_configure() {
# oe_runconf
#}
[-- Attachment #1.3: enna_hg.bb --]
[-- Type: text/plain, Size: 150 bytes --]
require enna.inc
PV = "0.4.0"
PR = "${INC_PR}.0"
PR_append = "+hgr${NOTQUITESRCREV}"
NOTQUITESRCREV = "ebf6faef0136"
S = "${WORKDIR}/${PN}"
[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next reply other threads:[~2010-03-27 22:58 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-27 22:54 Paul Menzel [this message]
2010-03-28 6:40 ` enna: do_configure failed: automake: unknown warning category `cross' Thomas Zimmermann
2010-03-28 7:46 ` Paul Menzel
2010-03-28 8:55 ` Koen Kooi
2010-03-28 17:31 ` Paul Menzel
2010-03-28 19:32 ` Koen Kooi
2010-03-30 11:50 ` [PATCH] autotool.bbclass: Remove `EXTRA_AUTORECONF = "--exclude=autopoint"` Paul Menzel
2010-03-30 12:38 ` Koen Kooi
2010-03-30 12:51 ` Phil Blundell
2010-03-30 18:15 ` Khem Raj
2010-03-31 13:31 ` Koen Kooi
2010-03-31 17:04 ` Khem Raj
2010-04-09 14:19 ` Enrico Scholz
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=1269730499.4033.176.camel@mattotaupa \
--to=paulepanter@users.sourceforge.net \
--cc=openembedded-devel@lists.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox