All of lore.kernel.org
 help / color / mirror / Atom feed
* sources/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb, do_compile) failed with exit code '1'
@ 2013-11-19 20:37 Joerg Boge
  2013-11-19 23:35 ` Otavio Salvador
  0 siblings, 1 reply; 7+ messages in thread
From: Joerg Boge @ 2013-11-19 20:37 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

Hello,
I just set-up a new yocto environment on Dora branch

bitbake stops with

"sources/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb, 
do_compile) failed with exit code '1'"

I have seen it changed from imx-test-3.5.7-1.0.0 to 3.10

are there any know problems?

regards

Joerg



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

* Re: sources/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb, do_compile) failed with exit code '1'
  2013-11-19 20:37 sources/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb, do_compile) failed with exit code '1' Joerg Boge
@ 2013-11-19 23:35 ` Otavio Salvador
  2013-11-19 23:45   ` Eric Nelson
  2013-11-20  6:32   ` Joerg boge
  0 siblings, 2 replies; 7+ messages in thread
From: Otavio Salvador @ 2013-11-19 23:35 UTC (permalink / raw)
  To: Joerg Boge; +Cc: meta-freescale@yoctoproject.org

On Tue, Nov 19, 2013 at 6:37 PM, Joerg Boge <joerg.boge@gmx.de> wrote:
> Hello,
> I just set-up a new yocto environment on Dora branch
>
> bitbake stops with
>
> "sources/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb,
> do_compile) failed with exit code '1'"
>
> I have seen it changed from imx-test-3.5.7-1.0.0 to 3.10
>
> are there any know problems?

This all depends on many things; please inform:

* machine you are building for
* try 'repo sync' and see if you are up to date (I reverted two
patches which might solve it)

Regards,

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: sources/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb, do_compile) failed with exit code '1'
  2013-11-19 23:35 ` Otavio Salvador
@ 2013-11-19 23:45   ` Eric Nelson
  2013-11-20  0:00     ` Otavio Salvador
  2013-11-20  0:06     ` Eric Nelson
  2013-11-20  6:32   ` Joerg boge
  1 sibling, 2 replies; 7+ messages in thread
From: Eric Nelson @ 2013-11-19 23:45 UTC (permalink / raw)
  To: Otavio Salvador, Joerg Boge; +Cc: meta-freescale@yoctoproject.org

On 11/19/2013 04:35 PM, Otavio Salvador wrote:
> On Tue, Nov 19, 2013 at 6:37 PM, Joerg Boge <joerg.boge@gmx.de> wrote:
>> Hello,
>> I just set-up a new yocto environment on Dora branch
>>
>> bitbake stops with
>>
>> "sources/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb,
>> do_compile) failed with exit code '1'"
>>
>> I have seen it changed from imx-test-3.5.7-1.0.0 to 3.10
>>
>> are there any know problems?
>
> This all depends on many things; please inform:
>
> * machine you are building for
> * try 'repo sync' and see if you are up to date (I reverted two
> patches which might solve it)
>
Thanks Otavio,

I just saw the same thing, and Joerg beat me to the list...

Notable bits from local.conf:
	MACHINE=nitrogen6x
	PREFERRED_PROVIDER_virtual/kernel = "linux-boundary"

Log is here.
	http://pastebin.com/FgRynMGA

I'm re-building now.

Regards,


Eric


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

* Re: sources/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb, do_compile) failed with exit code '1'
  2013-11-19 23:45   ` Eric Nelson
@ 2013-11-20  0:00     ` Otavio Salvador
  2013-11-20  0:44       ` Eric Nelson
  2013-11-20  0:06     ` Eric Nelson
  1 sibling, 1 reply; 7+ messages in thread
From: Otavio Salvador @ 2013-11-20  0:00 UTC (permalink / raw)
  To: Eric Nelson; +Cc: meta-freescale@yoctoproject.org, Joerg Boge

On Tue, Nov 19, 2013 at 9:45 PM, Eric Nelson
<eric.nelson@boundarydevices.com> wrote:
> On 11/19/2013 04:35 PM, Otavio Salvador wrote:
>>
>> On Tue, Nov 19, 2013 at 6:37 PM, Joerg Boge <joerg.boge@gmx.de> wrote:
>>>
>>> Hello,
>>> I just set-up a new yocto environment on Dora branch
>>>
>>> bitbake stops with
>>>
>>> "sources/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb,
>>> do_compile) failed with exit code '1'"
>>>
>>> I have seen it changed from imx-test-3.5.7-1.0.0 to 3.10
>>>
>>> are there any know problems?
>>
>>
>> This all depends on many things; please inform:
>>
>> * machine you are building for
>> * try 'repo sync' and see if you are up to date (I reverted two
>> patches which might solve it)
>>
> Thanks Otavio,
>
> I just saw the same thing, and Joerg beat me to the list...
>
> Notable bits from local.conf:
>         MACHINE=nitrogen6x
>         PREFERRED_PROVIDER_virtual/kernel = "linux-boundary"
>
> Log is here.
>         http://pastebin.com/FgRynMGA
>
> I'm re-building now.

This seems to be the regression I introduced in dora and fixed
reverting a cuple of fixes:

commit 5b3b6618426ad06e4fb6a3a77c4a53dfb47f0556
Author: Otavio Salvador <otavio@ossystems.com.br>
Date:   Mon Nov 18 13:44:22 2013 -0200

    Revert "linux-imx.inc: Drop extra sysroot staging"

    This reverts commit 539ea109ba19595781d2c1b43f24cecb64fd3821 as it
    depends on a change not include in Dora branch of OE-Core/Poky.

    Change-Id: Ifbedf51f51e7a78ab685311bce272c5d5d728f38
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

commit c8453dc440ff1d355df362e01816bc18f9de3d50
Author: Otavio Salvador <otavio@ossystems.com.br>
Date:   Mon Nov 18 13:43:23 2013 -0200

    Revert "linux-imx.inc: Remove imx-test specific hack"

    This reverts commit a698f335073dc0a68e3f8554aef08165c5dc69bc as it
    depends on a change not included in Dora branch of OE-Core/Poky.

    Change-Id: I3a2d56e50566dc90472c78f08899856ae19eb19b
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

Can you verify if those are included?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: sources/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb, do_compile) failed with exit code '1'
  2013-11-19 23:45   ` Eric Nelson
  2013-11-20  0:00     ` Otavio Salvador
@ 2013-11-20  0:06     ` Eric Nelson
  1 sibling, 0 replies; 7+ messages in thread
From: Eric Nelson @ 2013-11-20  0:06 UTC (permalink / raw)
  To: Otavio Salvador, Joerg Boge; +Cc: meta-freescale@yoctoproject.org

On 11/19/2013 04:45 PM, Eric Nelson wrote:
> On 11/19/2013 04:35 PM, Otavio Salvador wrote:
>> On Tue, Nov 19, 2013 at 6:37 PM, Joerg Boge <joerg.boge@gmx.de> wrote:
>>> Hello,
>>> I just set-up a new yocto environment on Dora branch
>>>
>>> bitbake stops with
>>>
>>> "sources/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb,
>>> do_compile) failed with exit code '1'"
>>>
>>> I have seen it changed from imx-test-3.5.7-1.0.0 to 3.10
>>>
>>> are there any know problems?
>>
>> This all depends on many things; please inform:
>>
>> * machine you are building for
>> * try 'repo sync' and see if you are up to date (I reverted two
>> patches which might solve it)
>>
> Thanks Otavio,
>
> I just saw the same thing, and Joerg beat me to the list...
>
> Notable bits from local.conf:
>      MACHINE=nitrogen6x
>      PREFERRED_PROVIDER_virtual/kernel = "linux-boundary"
>
> Log is here.
>      http://pastebin.com/FgRynMGA
>
> I'm re-building now.
>

It looks like imx-test completed, though internally there were some
failures.

It appears that both memtool and mxc_vpu_test failed to build,
but the Yocto build reported success:

make[1]: Leaving directory 
`/home/ericn/yocto/build-qt4-n6x/tmp/work/nitrogen6x-poky-linux-gnueabi/imx-test/1_3.10.9-1.0.0-r0/imx-test-3.10.9-1.0.0/test'
DEBUG: Shell function do_compile finished

Regards,


Eric



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

* Re: sources/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb, do_compile) failed with exit code '1'
  2013-11-20  0:00     ` Otavio Salvador
@ 2013-11-20  0:44       ` Eric Nelson
  0 siblings, 0 replies; 7+ messages in thread
From: Eric Nelson @ 2013-11-20  0:44 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org, Joerg Boge

On 11/19/2013 05:00 PM, Otavio Salvador wrote:
> On Tue, Nov 19, 2013 at 9:45 PM, Eric Nelson
> <eric.nelson@boundarydevices.com> wrote:
>> On 11/19/2013 04:35 PM, Otavio Salvador wrote:
>>>
>>> On Tue, Nov 19, 2013 at 6:37 PM, Joerg Boge <joerg.boge@gmx.de> wrote:
>>>>
>>>> Hello,
>>>> I just set-up a new yocto environment on Dora branch
>>>>
>>>> bitbake stops with
>>>>
>>>> "sources/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb,
>>>> do_compile) failed with exit code '1'"
>>>>
>>>> I have seen it changed from imx-test-3.5.7-1.0.0 to 3.10
>>>>
>>>> are there any know problems?
>>>
>>>
>>> This all depends on many things; please inform:
>>>
>>> * machine you are building for
>>> * try 'repo sync' and see if you are up to date (I reverted two
>>> patches which might solve it)
>>>
>> Thanks Otavio,
>>
>> I just saw the same thing, and Joerg beat me to the list...
>>
>> Notable bits from local.conf:
>>          MACHINE=nitrogen6x
>>          PREFERRED_PROVIDER_virtual/kernel = "linux-boundary"
>>
>> Log is here.
>>          http://pastebin.com/FgRynMGA
>>
>> I'm re-building now.
>
> This seems to be the regression I introduced in dora and fixed
> reverting a cuple of fixes:
>
> commit 5b3b6618426ad06e4fb6a3a77c4a53dfb47f0556
> Author: Otavio Salvador <otavio@ossystems.com.br>
> Date:   Mon Nov 18 13:44:22 2013 -0200
>
>      Revert "linux-imx.inc: Drop extra sysroot staging"
>
>      This reverts commit 539ea109ba19595781d2c1b43f24cecb64fd3821 as it
>      depends on a change not include in Dora branch of OE-Core/Poky.
>
>      Change-Id: Ifbedf51f51e7a78ab685311bce272c5d5d728f38
>      Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>
> commit c8453dc440ff1d355df362e01816bc18f9de3d50
> Author: Otavio Salvador <otavio@ossystems.com.br>
> Date:   Mon Nov 18 13:43:23 2013 -0200
>
>      Revert "linux-imx.inc: Remove imx-test specific hack"
>
>      This reverts commit a698f335073dc0a68e3f8554aef08165c5dc69bc as it
>      depends on a change not included in Dora branch of OE-Core/Poky.
>
>      Change-Id: I3a2d56e50566dc90472c78f08899856ae19eb19b
>      Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>
> Can you verify if those are included?
>

They are now, but they weren't previously (I last synced either
late on 2013-11-17 or early on 2013-11-18).

This build (with these two Revert patches) is completing successfully
(currently running do_rootfs).

Regards,


Eric


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

* Re: sources/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb, do_compile) failed with exit code '1'
  2013-11-19 23:35 ` Otavio Salvador
  2013-11-19 23:45   ` Eric Nelson
@ 2013-11-20  6:32   ` Joerg boge
  1 sibling, 0 replies; 7+ messages in thread
From: Joerg boge @ 2013-11-20  6:32 UTC (permalink / raw)
  To: Otavio Salvador, meta-freescale@yoctoproject.org

Am 20.11.2013 00:35, schrieb Otavio Salvador:
> On Tue, Nov 19, 2013 at 6:37 PM, Joerg Boge <joerg.boge@gmx.de> wrote:
>> Hello,
>> I just set-up a new yocto environment on Dora branch
>>
>> bitbake stops with
>>
>> "sources/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb,
>> do_compile) failed with exit code '1'"
>>
>> I have seen it changed from imx-test-3.5.7-1.0.0 to 3.10
>>
>> are there any know problems?
> This all depends on many things; please inform:
>
> * machine you are building for
> * try 'repo sync' and see if you are up to date (I reverted two
> patches which might solve it)
>
> Regards,
>
Thanks a lot for Your help, I fixed it with the help of Lucas.

regards

Joerg


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

end of thread, other threads:[~2013-11-20  6:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-19 20:37 sources/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb, do_compile) failed with exit code '1' Joerg Boge
2013-11-19 23:35 ` Otavio Salvador
2013-11-19 23:45   ` Eric Nelson
2013-11-20  0:00     ` Otavio Salvador
2013-11-20  0:44       ` Eric Nelson
2013-11-20  0:06     ` Eric Nelson
2013-11-20  6:32   ` Joerg boge

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.