* testing release-2011.03 failure
@ 2011-02-14 23:33 Gary Thomas
2011-02-15 16:53 ` Tom Rini
0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2011-02-14 23:33 UTC (permalink / raw)
To: openembedded-devel
MACHINE = beagleboard
DISTRO = angstrom-2010.x
PARALLEL_MAKE ?= "-j4"
BB_NUMBER_THREADS ?= "4"
target = angstrom-gnome-image
bitbake = 1.11.0
host = Fedora 13/x86
openembedded/recipes/gnome/system-tools-backends_2.10.1.bb failed
Log at http://pastebin.com/rL0BnD8w
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: testing release-2011.03 failure
2011-02-14 23:33 testing release-2011.03 failure Gary Thomas
@ 2011-02-15 16:53 ` Tom Rini
2011-02-15 17:25 ` Gary Thomas
0 siblings, 1 reply; 5+ messages in thread
From: Tom Rini @ 2011-02-15 16:53 UTC (permalink / raw)
To: openembedded-devel
On 02/14/2011 04:33 PM, Gary Thomas wrote:
> MACHINE = beagleboard
> DISTRO = angstrom-2010.x
> PARALLEL_MAKE ?= "-j4"
> BB_NUMBER_THREADS ?= "4"
> target = angstrom-gnome-image
> bitbake = 1.11.0
> host = Fedora 13/x86
>
> openembedded/recipes/gnome/system-tools-backends_2.10.1.bb failed
>
> Log at http://pastebin.com/rL0BnD8w
Can you try adding PARALLEL_MAKE = "" to the offending recipe?
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: testing release-2011.03 failure
2011-02-15 16:53 ` Tom Rini
@ 2011-02-15 17:25 ` Gary Thomas
2011-02-15 17:40 ` Tom Rini
0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2011-02-15 17:25 UTC (permalink / raw)
To: openembedded-devel
On 02/15/2011 09:53 AM, Tom Rini wrote:
> On 02/14/2011 04:33 PM, Gary Thomas wrote:
>> MACHINE = beagleboard
>> DISTRO = angstrom-2010.x
>> PARALLEL_MAKE ?= "-j4"
>> BB_NUMBER_THREADS ?= "4"
>> target = angstrom-gnome-image
>> bitbake = 1.11.0
>> host = Fedora 13/x86
>>
>> openembedded/recipes/gnome/system-tools-backends_2.10.1.bb failed
>>
>> Log at http://pastebin.com/rL0BnD8w
>
> Can you try adding PARALLEL_MAKE = "" to the offending recipe?
Still errors, but maybe more readable:
| Making all in services
| make[2]: Entering directory `/work/local/Angstrom_BeagleBoard/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r1/system-tools-backends-2.10.1/services'
| cd .. && \
| /bin/sh /work/local/Angstrom_BeagleBoard/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r1/system-tools-backends-2.10.1/missing --run automake-1.7
--gnu services/Makefile
| configure.in:8: version mismatch. This is Automake 1.7.9,
| configure.in:8: but the definition used by this AM_INIT_AUTOMAKE
| configure.in:8: comes from Automake 1.11.1. You should recreate
| configure.in:8: aclocal.m4 with aclocal and run automake again.
| make[2]: *** [Makefile.in] Error 1
| make[2]: Leaving directory `/work/local/Angstrom_BeagleBoard/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r1/system-tools-backends-2.10.1/services'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/work/local/Angstrom_BeagleBoard/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r1/system-tools-backends-2.10.1'
| make: *** [all] Error 2
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: testing release-2011.03 failure
2011-02-15 17:25 ` Gary Thomas
@ 2011-02-15 17:40 ` Tom Rini
2011-02-15 17:46 ` Koen Kooi
0 siblings, 1 reply; 5+ messages in thread
From: Tom Rini @ 2011-02-15 17:40 UTC (permalink / raw)
To: Gary Thomas; +Cc: Koen Kooi, openembedded-devel
On 02/15/2011 10:25 AM, Gary Thomas wrote:
> On 02/15/2011 09:53 AM, Tom Rini wrote:
>> On 02/14/2011 04:33 PM, Gary Thomas wrote:
>>> MACHINE = beagleboard
>>> DISTRO = angstrom-2010.x
>>> PARALLEL_MAKE ?= "-j4"
>>> BB_NUMBER_THREADS ?= "4"
>>> target = angstrom-gnome-image
>>> bitbake = 1.11.0
>>> host = Fedora 13/x86
>>>
>>> openembedded/recipes/gnome/system-tools-backends_2.10.1.bb failed
>>>
>>> Log at http://pastebin.com/rL0BnD8w
>>
>> Can you try adding PARALLEL_MAKE = "" to the offending recipe?
>
> Still errors, but maybe more readable:
>
> | Making all in services
> | make[2]: Entering directory
> `/work/local/Angstrom_BeagleBoard/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r1/system-tools-backends-2.10.1/services'
>
> | cd .. && \
> | /bin/sh
> /work/local/Angstrom_BeagleBoard/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r1/system-tools-backends-2.10.1/missing
> --run automake-1.7 --gnu services/Makefile
> | configure.in:8: version mismatch. This is Automake 1.7.9,
> | configure.in:8: but the definition used by this AM_INIT_AUTOMAKE
> | configure.in:8: comes from Automake 1.11.1. You should recreate
> | configure.in:8: aclocal.m4 with aclocal and run automake again.
> | make[2]: *** [Makefile.in] Error 1
> | make[2]: Leaving directory
> `/work/local/Angstrom_BeagleBoard/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r1/system-tools-backends-2.10.1/services'
>
> | make[1]: *** [all-recursive] Error 1
> | make[1]: Leaving directory
> `/work/local/Angstrom_BeagleBoard/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r1/system-tools-backends-2.10.1'
>
> | make: *** [all] Error 2
OK, digging into the history on this recipe, it looks like
29dc4e1f8452bba3af0ff91811d93bdb9f4f4f23 is when we switched from
"pre-mangle configure.in, etc, then normal autotools.bbclass
do_configure" to "less mangle, call out gnu-config, oe_runconf, etc by
hand". Koen, do you recall why? And what heart burn we would run into
if we wanted to both not re-break policykit support and fix this build
issue by getting a more complete autotools.bbclass:do_configure type
do_configure run here?
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: testing release-2011.03 failure
2011-02-15 17:40 ` Tom Rini
@ 2011-02-15 17:46 ` Koen Kooi
0 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2011-02-15 17:46 UTC (permalink / raw)
To: Tom Rini; +Cc: openembedded-devel
2011/2/15 Tom Rini <tom_rini@mentor.com>
> On 02/15/2011 10:25 AM, Gary Thomas wrote:
>
>> On 02/15/2011 09:53 AM, Tom Rini wrote:
>>
>>> On 02/14/2011 04:33 PM, Gary Thomas wrote:
>>>
>>>> MACHINE = beagleboard
>>>> DISTRO = angstrom-2010.x
>>>> PARALLEL_MAKE ?= "-j4"
>>>> BB_NUMBER_THREADS ?= "4"
>>>> target = angstrom-gnome-image
>>>> bitbake = 1.11.0
>>>> host = Fedora 13/x86
>>>>
>>>> openembedded/recipes/gnome/system-tools-backends_2.10.1.bb failed
>>>>
>>>> Log at http://pastebin.com/rL0BnD8w
>>>>
>>>
>>> Can you try adding PARALLEL_MAKE = "" to the offending recipe?
>>>
>>
>> Still errors, but maybe more readable:
>>
>> | Making all in services
>> | make[2]: Entering directory
>>
>> `/work/local/Angstrom_BeagleBoard/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r1/system-tools-backends-2.10.1/services'
>>
>> | cd .. && \
>> | /bin/sh
>>
>> /work/local/Angstrom_BeagleBoard/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r1/system-tools-backends-2.10.1/missing
>> --run automake-1.7 --gnu services/Makefile
>> | configure.in:8: version mismatch. This is Automake 1.7.9,
>> | configure.in:8: but the definition used by this AM_INIT_AUTOMAKE
>> | configure.in:8: comes from Automake 1.11.1. You should recreate
>> | configure.in:8: aclocal.m4 with aclocal and run automake again.
>> | make[2]: *** [Makefile.in] Error 1
>> | make[2]: Leaving directory
>>
>> `/work/local/Angstrom_BeagleBoard/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r1/system-tools-backends-2.10.1/services'
>>
>> | make[1]: *** [all-recursive] Error 1
>> | make[1]: Leaving directory
>>
>> `/work/local/Angstrom_BeagleBoard/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r1/system-tools-backends-2.10.1'
>>
>> | make: *** [all] Error 2
>>
>
> OK, digging into the history on this recipe, it looks like
> 29dc4e1f8452bba3af0ff91811d93bdb9f4f4f23 is when we switched from
> "pre-mangle configure.in, etc, then normal autotools.bbclass do_configure"
> to "less mangle, call out gnu-config, oe_runconf, etc by hand". Koen, do
> you recall why? And what heart burn we would run into if we wanted to both
> not re-break policykit support and fix this build issue by getting a more
> complete autotools.bbclass:do_configure type do_configure run here?
>
Save sysroot ipkg and target ipk, make change, rebuilt, compare ipks, easy
enought to do :) Any volunteers?
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-02-15 17:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-14 23:33 testing release-2011.03 failure Gary Thomas
2011-02-15 16:53 ` Tom Rini
2011-02-15 17:25 ` Gary Thomas
2011-02-15 17:40 ` Tom Rini
2011-02-15 17:46 ` Koen Kooi
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.