Openembedded Core Discussions
 help / color / mirror / Atom feed
* autoreconf: automake failed with exit status: 1 Was: [oe-commits] Constantin Musca : automake: upgrade to 1.12.3
       [not found] <20120904115104.46A5A10383@opal>
@ 2012-09-05 14:05 ` Martin Jansa
  2012-09-06  9:54   ` Constantin Musca
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Martin Jansa @ 2012-09-05 14:05 UTC (permalink / raw)
  To: Constantin Musca
  Cc: openembedded-core, openembedded-devel, openembedded-commits

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

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

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

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

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

* Re: autoreconf: automake failed with exit status: 1 Was: [oe-commits] Constantin Musca : automake: upgrade to 1.12.3
  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  9:59   ` Constantin Musca
  2 siblings, 0 replies; 5+ messages in thread
From: Constantin Musca @ 2012-09-06  9:54 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core, openembedded-devel, openembedded-commits

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.

Cheers,
Constantin Musca



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

* Re: autoreconf: automake failed with exit status: 1 Was: [oe-commits] Constantin Musca : automake: upgrade to 1.12.3
  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
  2012-09-06  9:59   ` Constantin Musca
  2 siblings, 1 reply; 5+ messages in thread
From: Constantin Musca @ 2012-09-06  9:54 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core, openembedded-devel, openembedded-commits

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.

Cheers,
Constantin Musca



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

* Re: autoreconf: automake failed with exit status: 1 Was: [oe-commits] Constantin Musca : automake: upgrade to 1.12.3
  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  9:59   ` Constantin Musca
  2 siblings, 0 replies; 5+ messages in thread
From: Constantin Musca @ 2012-09-06  9:59 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core, openembedded-devel, openembedded-commits

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 resolves 
the problem.

Cheers,
Constantin Musca



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

* Re: autoreconf: automake failed with exit status: 1 Was: [oe-commits] Constantin Musca : automake: upgrade to 1.12.3
  2012-09-06  9:54   ` Constantin Musca
@ 2012-09-06 13:14     ` Martin Jansa
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2012-09-06 13:14 UTC (permalink / raw)
  To: Constantin Musca
  Cc: openembedded-core, openembedded-devel, openembedded-commits

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

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

end of thread, other threads:[~2012-09-06 13:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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
2012-09-06  9:59   ` Constantin Musca

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox