* Yocto 1.7 building alsa-lib do_package fails
@ 2014-10-31 10:14 Sven Ebenfeld
2014-10-31 15:06 ` Iorga, Cristian
0 siblings, 1 reply; 4+ messages in thread
From: Sven Ebenfeld @ 2014-10-31 10:14 UTC (permalink / raw)
To: openembedded-devel
Hi,
When I try to build alsa-lib on master branch of oe-core I get the
following error:
ERROR: Function failed: opkg-build execution failed
ERROR: Logfile of failure stored in:
/media/bitbakeTmp/angstrom-dizzy/build/tmp-angstrom_v2014_12-glibc/work/-angstrom-linux-gnueabi/alsa-lib/1.0.28-r0/temp/log.do_package_write_ipk.29979
Log data follows:
| DEBUG: Executing python function sstate_task_prefunc
| DEBUG: Python function sstate_task_prefunc finished
| DEBUG: Executing python function do_package_write_ipk
| DEBUG: Executing python function read_subpackage_metadata
| DEBUG: Python function read_subpackage_metadata finished
| DEBUG: Executing python function do_package_ipk
| *** Error: CONTROL/control is missing field Architecture
|
| opkg-build: Please fix the above errors and try again.
| DEBUG: Python function do_package_ipk finished
| DEBUG: Python function do_package_write_ipk finished
| ERROR: Function failed: opkg-build execution failed
ERROR: Task 1625
(/media/bitbakeTmp/angstrom-dizzy/sources/openembedded-core/meta/recipes-multimedia/alsa/alsa-lib_1.0.28.bb,
do_package_write_ipk) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2214 tasks of which 15 didn't need to
be rerun and 1 failed.
I'm using Angstrom setup-scripts on branch angstrom-v2014.12-yocto1.7
Can anybody give me an advice where to look for the source of the problem?
Regards,
Sven
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Yocto 1.7 building alsa-lib do_package fails
2014-10-31 10:14 Yocto 1.7 building alsa-lib do_package fails Sven Ebenfeld
@ 2014-10-31 15:06 ` Iorga, Cristian
2014-10-31 15:51 ` Sven Ebenfeld
0 siblings, 1 reply; 4+ messages in thread
From: Iorga, Cristian @ 2014-10-31 15:06 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
Hi,
There might be something wrong with the target machine/processor architecture in your setup..
tmp-angstrom_v2014_12-glibc/work/-angstrom-linux-gnueabi/alsa-lib/1.0.28-r0/ looks strange;
A common root cause will trigger the ipk/opkg error.
Please provide the necessary steps to reproduce the issue.
Regards,
Cristian Iorga
Yocto Project
Intel Corporation
-----Original Message-----
From: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of Sven Ebenfeld
Sent: Friday, October 31, 2014 12:14 PM
To: openembedded-devel@lists.openembedded.org
Subject: [oe] Yocto 1.7 building alsa-lib do_package fails
Hi,
When I try to build alsa-lib on master branch of oe-core I get the following error:
ERROR: Function failed: opkg-build execution failed
ERROR: Logfile of failure stored in:
/media/bitbakeTmp/angstrom-dizzy/build/tmp-angstrom_v2014_12-glibc/work/-angstrom-linux-gnueabi/alsa-lib/1.0.28-r0/temp/log.do_package_write_ipk.29979
Log data follows:
| DEBUG: Executing python function sstate_task_prefunc
| DEBUG: Python function sstate_task_prefunc finished
| DEBUG: Executing python function do_package_write_ipk
| DEBUG: Executing python function read_subpackage_metadata
| DEBUG: Python function read_subpackage_metadata finished
| DEBUG: Executing python function do_package_ipk
| *** Error: CONTROL/control is missing field Architecture
|
| opkg-build: Please fix the above errors and try again.
| DEBUG: Python function do_package_ipk finished
| DEBUG: Python function do_package_write_ipk finished
| ERROR: Function failed: opkg-build execution failed
ERROR: Task 1625
(/media/bitbakeTmp/angstrom-dizzy/sources/openembedded-core/meta/recipes-multimedia/alsa/alsa-lib_1.0.28.bb,
do_package_write_ipk) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2214 tasks of which 15 didn't need to be rerun and 1 failed.
I'm using Angstrom setup-scripts on branch angstrom-v2014.12-yocto1.7
Can anybody give me an advice where to look for the source of the problem?
Regards,
Sven
--
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Yocto 1.7 building alsa-lib do_package fails
2014-10-31 15:06 ` Iorga, Cristian
@ 2014-10-31 15:51 ` Sven Ebenfeld
2014-11-03 10:29 ` Sven Ebenfeld
0 siblings, 1 reply; 4+ messages in thread
From: Sven Ebenfeld @ 2014-10-31 15:51 UTC (permalink / raw)
To: openembedded-devel
Am 31.10.2014 16:06, schrieb Iorga, Cristian:
> Hi,
>
> There might be something wrong with the target machine/processor architecture in your setup..
>
> tmp-angstrom_v2014_12-glibc/work/-angstrom-linux-gnueabi/alsa-lib/1.0.28-r0/ looks strange;
> A common root cause will trigger the ipk/opkg error.
>
You're right I didn't see that. This looks very strange.
> Please provide the necessary steps to reproduce the issue.
I wrote my own machine-configuration based on the wandboard-solo
configuration. I will try to find a way to reproduce this issue using a
standard machine configuration. This might even exclude errors in my own
configuration.
>
> Regards,
> Cristian Iorga
> Yocto Project
> Intel Corporation
>
>
> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of Sven Ebenfeld
> Sent: Friday, October 31, 2014 12:14 PM
> To: openembedded-devel@lists.openembedded.org
> Subject: [oe] Yocto 1.7 building alsa-lib do_package fails
>
> Hi,
>
> When I try to build alsa-lib on master branch of oe-core I get the following error:
>
> ERROR: Function failed: opkg-build execution failed
> ERROR: Logfile of failure stored in:
> /media/bitbakeTmp/angstrom-dizzy/build/tmp-angstrom_v2014_12-glibc/work/-angstrom-linux-gnueabi/alsa-lib/1.0.28-r0/temp/log.do_package_write_ipk.29979
> Log data follows:
> | DEBUG: Executing python function sstate_task_prefunc
> | DEBUG: Python function sstate_task_prefunc finished
> | DEBUG: Executing python function do_package_write_ipk
> | DEBUG: Executing python function read_subpackage_metadata
> | DEBUG: Python function read_subpackage_metadata finished
> | DEBUG: Executing python function do_package_ipk
> | *** Error: CONTROL/control is missing field Architecture
> |
> | opkg-build: Please fix the above errors and try again.
> | DEBUG: Python function do_package_ipk finished
> | DEBUG: Python function do_package_write_ipk finished
> | ERROR: Function failed: opkg-build execution failed
> ERROR: Task 1625
> (/media/bitbakeTmp/angstrom-dizzy/sources/openembedded-core/meta/recipes-multimedia/alsa/alsa-lib_1.0.28.bb,
> do_package_write_ipk) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 2214 tasks of which 15 didn't need to be rerun and 1 failed.
>
>
> I'm using Angstrom setup-scripts on branch angstrom-v2014.12-yocto1.7
>
> Can anybody give me an advice where to look for the source of the problem?
>
> Regards,
> Sven
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Yocto 1.7 building alsa-lib do_package fails
2014-10-31 15:51 ` Sven Ebenfeld
@ 2014-11-03 10:29 ` Sven Ebenfeld
0 siblings, 0 replies; 4+ messages in thread
From: Sven Ebenfeld @ 2014-11-03 10:29 UTC (permalink / raw)
To: openembedded-devel
Just for information: I found my mistake. After switching from dora to
dizzy I didn't see the disappearance of mx6s SOC_TYPE.
After changing it to mx6dl everything works fine.
2014-10-31 16:51 GMT+01:00 Sven Ebenfeld <sven.ebenfeld@gmail.com>:
> Am 31.10.2014 16:06, schrieb Iorga, Cristian:
>> Hi,
>>
>> There might be something wrong with the target machine/processor architecture in your setup..
>>
>> tmp-angstrom_v2014_12-glibc/work/-angstrom-linux-gnueabi/alsa-lib/1.0.28-r0/ looks strange;
>> A common root cause will trigger the ipk/opkg error.
>>
>
> You're right I didn't see that. This looks very strange.
>
>> Please provide the necessary steps to reproduce the issue.
>
> I wrote my own machine-configuration based on the wandboard-solo
> configuration. I will try to find a way to reproduce this issue using a
> standard machine configuration. This might even exclude errors in my own
> configuration.
>
>>
>> Regards,
>> Cristian Iorga
>> Yocto Project
>> Intel Corporation
>>
>>
>> -----Original Message-----
>> From: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of Sven Ebenfeld
>> Sent: Friday, October 31, 2014 12:14 PM
>> To: openembedded-devel@lists.openembedded.org
>> Subject: [oe] Yocto 1.7 building alsa-lib do_package fails
>>
>> Hi,
>>
>> When I try to build alsa-lib on master branch of oe-core I get the following error:
>>
>> ERROR: Function failed: opkg-build execution failed
>> ERROR: Logfile of failure stored in:
>> /media/bitbakeTmp/angstrom-dizzy/build/tmp-angstrom_v2014_12-glibc/work/-angstrom-linux-gnueabi/alsa-lib/1.0.28-r0/temp/log.do_package_write_ipk.29979
>> Log data follows:
>> | DEBUG: Executing python function sstate_task_prefunc
>> | DEBUG: Python function sstate_task_prefunc finished
>> | DEBUG: Executing python function do_package_write_ipk
>> | DEBUG: Executing python function read_subpackage_metadata
>> | DEBUG: Python function read_subpackage_metadata finished
>> | DEBUG: Executing python function do_package_ipk
>> | *** Error: CONTROL/control is missing field Architecture
>> |
>> | opkg-build: Please fix the above errors and try again.
>> | DEBUG: Python function do_package_ipk finished
>> | DEBUG: Python function do_package_write_ipk finished
>> | ERROR: Function failed: opkg-build execution failed
>> ERROR: Task 1625
>> (/media/bitbakeTmp/angstrom-dizzy/sources/openembedded-core/meta/recipes-multimedia/alsa/alsa-lib_1.0.28.bb,
>> do_package_write_ipk) failed with exit code '1'
>> NOTE: Tasks Summary: Attempted 2214 tasks of which 15 didn't need to be rerun and 1 failed.
>>
>>
>> I'm using Angstrom setup-scripts on branch angstrom-v2014.12-yocto1.7
>>
>> Can anybody give me an advice where to look for the source of the problem?
>>
>> Regards,
>> Sven
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-11-03 10:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 10:14 Yocto 1.7 building alsa-lib do_package fails Sven Ebenfeld
2014-10-31 15:06 ` Iorga, Cristian
2014-10-31 15:51 ` Sven Ebenfeld
2014-11-03 10:29 ` Sven Ebenfeld
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.