All of lore.kernel.org
 help / color / mirror / Atom feed
* enna: do_configure failed: automake: unknown warning category `cross'
@ 2010-03-27 22:54 Paul Menzel
  2010-03-28  6:40 ` Thomas Zimmermann
  2010-03-28  8:55 ` Koen Kooi
  0 siblings, 2 replies; 13+ messages in thread
From: Paul Menzel @ 2010-03-27 22:54 UTC (permalink / raw)
  To: openembedded-devel


[-- 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 --]

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

end of thread, other threads:[~2010-04-09 14:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-27 22:54 enna: do_configure failed: automake: unknown warning category `cross' Paul Menzel
2010-03-28  6:40 ` 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

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.