Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Constantin Musca <constantinx.musca@intel.com>
Cc: openembedded-core@lists.openembedded.org,
	openembedded-devel@lists.openembedded.org,
	openembedded-commits@lists.openembedded.org
Subject: Re: autoreconf: automake failed with exit status: 1 Was: [oe-commits] Constantin Musca : automake: upgrade to 1.12.3
Date: Thu, 6 Sep 2012 15:14:06 +0200	[thread overview]
Message-ID: <20120906131406.GA3487@jama.jama.net> (raw)
In-Reply-To: <504872CD.7040407@intel.com>

[-- Attachment #1: Type: text/plain, Size: 3387 bytes --]

On Thu, Sep 06, 2012 at 12:54:21PM +0300, Constantin Musca wrote:
> On 09/05/2012 05:05 PM, Martin Jansa wrote:
> > On Tue, Sep 04, 2012 at 11:51:04AM +0000, git@git.openembedded.org wrote:
> >> Module: openembedded-core.git
> >> Branch: master
> >> Commit: 1110da87a2395e1d516f092553e6ed542bb34805
> >> URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1110da87a2395e1d516f092553e6ed542bb34805
> >>
> >> Author: Constantin Musca <constantinx.musca@intel.com>
> >> Date:   Mon Sep  3 10:06:42 2012 +0300
> >>
> >> automake: upgrade to 1.12.3
> >>
> >> Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
> >> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> >>
> >> ---
> >>
> >>   .../{automake_1.12.1.bb => automake_1.12.3.bb}     |    6 +++---
> >>   1 files changed, 3 insertions(+), 3 deletions(-)
> >>
> >> diff --git a/meta/recipes-devtools/automake/automake_1.12.1.bb b/meta/recipes-devtools/automake/automake_1.12.3.bb
> >> similarity index 92%
> >> rename from meta/recipes-devtools/automake/automake_1.12.1.bb
> >> rename to meta/recipes-devtools/automake/automake_1.12.3.bb
> >> index 700592c..25069d7 100644
> > Has anyone seen errors like this?
> >
> > | autoreconf: running: automake --foreign --add-missing --copy --force-missing --warnings=cross
> > | automake: warning: unknown warning category 'cross'
> > | automake: warnings are treated as errors
> > | automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
> > | autoreconf: automake failed with exit status: 1
> > | ERROR: autoreconf execution failed.
> > | ERROR: Function failed: do_configure (see /OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/foxtrotgps-1.1.0-r1/temp/log.do_configure.32412 for further information)
> > NOTE: recipe foxtrotgps-1.1.0-r1: task do_configure: Failed
> > ERROR: Task 886 (/OE/shr-core/meta-openembedded/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.0.bb, do_configure) failed with exit code '1'
> >
> > Failed like this for first time today.. so I suspect it's caused by automake upgrade.
> >
> > Cheers,
> >
> >> --- a/meta/recipes-devtools/automake/automake_1.12.1.bb
> >> +++ b/meta/recipes-devtools/automake/automake_1.12.3.bb
> >> @@ -39,10 +39,10 @@ SRC_URI += "${PATHFIXPATCH} \
> >>   	    file://python-libdir.patch \
> >>               file://py-compile-compile-only-optimized-byte-code.patch"
> >>   
> >> -SRC_URI[md5sum] = "ec25c1855cacf47e4bdee76a776b96ba"
> >> -SRC_URI[sha256sum] = "24bf1640679ba4a9cbe2d36422f39a81eced7f556b576a7a2ccfc70ca85a1e2f"
> >> +SRC_URI[md5sum] = "d2af8484de94cdee16d89c50aaa1c729"
> >> +SRC_URI[sha256sum] = "095ffaa3ac887d1eb3511bf13d7f1fc9ec0503c6a06aeae05c93730cdda9a5a0"
> >>   
> >> -PR = "r1"
> >> +PR = "r0"
> >>   
> >>   do_install () {
> >>       oe_runmake 'DESTDIR=${D}' install
> >>
> >>
> >> _______________________________________________
> >> Openembedded-commits mailing list
> >> Openembedded-commits@lists.openembedded.org
> >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits
> I have sent a patch ([PATCH] automake 1.12.3: fix warnings) that 
> eliminates the warnings.

FWIW: Yesterday I've sent patch to fix foxtrotgps
http://patchwork.openembedded.org/patch/35989/

Cheers,
-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  reply	other threads:[~2012-09-06 13:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20120904115104.46A5A10383@opal>
2012-09-05 14:05 ` autoreconf: automake failed with exit status: 1 Was: [oe-commits] Constantin Musca : automake: upgrade to 1.12.3 Martin Jansa
2012-09-06  9:54   ` Constantin Musca
2012-09-06  9:54   ` Constantin Musca
2012-09-06 13:14     ` Martin Jansa [this message]
2012-09-06  9:59   ` Constantin Musca

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=20120906131406.GA3487@jama.jama.net \
    --to=martin.jansa@gmail.com \
    --cc=constantinx.musca@intel.com \
    --cc=openembedded-commits@lists.openembedded.org \
    --cc=openembedded-core@lists.openembedded.org \
    --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