* [question] "icecc: improve interaction with sstate"
@ 2013-03-16 5:37 Insop Song
2013-03-16 5:45 ` Burton, Ross
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Insop Song @ 2013-03-16 5:37 UTC (permalink / raw)
To: Yocto Project Discussion; +Cc: ichard.purdie
Hi,
I am using HEAD of master, and I have this error after I use commit
"
commit 1ceb13dda11645229053fc4840954333f8910ba4
Author: Martin Jansa <martin.jansa@gmail.com>
Date: Wed Mar 13 20:04:51 2013 +0100
"
Could anyone know about this?
- my config
Build Configuration:
BB_VERSION = "1.17.1"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-12.04"
TARGET_SYS = "i586-poky-linux"
MACHINE = "qemux86"
DISTRO = "poky"
DISTRO_VERSION = "1.3+snapshot-20130316"
TUNE_FEATURES = "m32 i586"
TARGET_FPU = ""
meta
meta-yocto = "master:1ceb13dda11645229053fc4840954333f8910ba4"
meta-realtime = "schedtool:a766d16a1cf4da3c2dd13b8c7e53f89775733187"
meta-yocto-bsp = "master:1ceb13dda11645229053fc4840954333f8910ba4"
- error output:
ERROR: Function failed: BUILDSPEC (see
/home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
for further information)
ERROR: Logfile of failure stored in:
/home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
- full output:
~/mybuilds/meta-realtime $ time bitbake core-image-realtime
Loading cache: 100%
|################################################################################################|
ETA: 00:00:00
Loaded 1121 entries from dependency cache.
Parsing recipes: 100%
|##############################################################################################|
Time: 00:00:00
Parsing of 813 .bb files complete (812 cached, 1 parsed). 1121
targets, 27 skipped, 0 masked, 0 errors.
Build Configuration:
BB_VERSION = "1.17.1"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-12.04"
TARGET_SYS = "i586-poky-linux"
MACHINE = "qemux86"
DISTRO = "poky"
DISTRO_VERSION = "1.3+snapshot-20130316"
TUNE_FEATURES = "m32 i586"
TARGET_FPU = ""
meta
meta-yocto = "master:1ceb13dda11645229053fc4840954333f8910ba4"
meta-realtime = "schedtool:a766d16a1cf4da3c2dd13b8c7e53f89775733187"
meta-yocto-bsp = "master:1ceb13dda11645229053fc4840954333f8910ba4"
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: Function failed: BUILDSPEC (see
/home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
for further information)
ERROR: Logfile of failure stored in:
/home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
Log data follows:
| DEBUG: Executing python function sstate_task_prefunc
| DEBUG: Python function sstate_task_prefunc finished
| DEBUG: Executing python function do_package_write_rpm
| DEBUG: Executing python function read_subpackage_metadata
| DEBUG: Python function read_subpackage_metadata finished
| DEBUG: Executing python function do_package_rpm
| DEBUG: Executing python function write_specfile
| NOTE: Not creating empty RPM package for neard-tests
| NOTE: Creating RPM package for neard-dbg
| NOTE: Not creating empty RPM package for neard-staticdev
| NOTE: Creating RPM package for neard-dev
| NOTE: Not creating empty RPM package for neard-doc
| NOTE: Not creating empty RPM package for neard-locale
| NOTE: Creating RPM package for neard
| NOTE: Creating RPM package for neard
| DEBUG: Python function write_specfile finished
| DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common',
'common-linux', 'common-glibc', 'i586-linux', 'common']
| DEBUG: Executing shell function BUILDSPEC
| error: line 152: Illegal char '-' in EVR: Suggests: neard =
0.9-git0+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1
| error: Package has no %description: neard-dbg.i586
| Building target platforms: i586-poky-linux
| DEBUG: Python function do_package_rpm finished
| DEBUG: Python function do_package_write_rpm finished
| ERROR: Function failed: BUILDSPEC (see
/home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
for further information)
ERROR: Task 1370
(/home/insop/poky/meta/recipes-connectivity/neard/neard_0.9.bb,
do_package_write_rpm) failed with exit code '1'
NOTE: Tasks Summary: Attempted 3322 tasks of which 3281 didn't need to
be rerun and 1 failed.
Waiting for 0 running tasks to finish:
Summary: 1 task failed:
/home/insop/poky/meta/recipes-connectivity/neard/neard_0.9.bb,
do_package_write_rpm
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
real 0m27.611s
user 0m30.158s
sys 0m4.900s
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [question] "icecc: improve interaction with sstate"
2013-03-16 5:37 [question] "icecc: improve interaction with sstate" Insop Song
@ 2013-03-16 5:45 ` Burton, Ross
2013-03-16 5:55 ` Insop Song
2013-03-16 5:46 ` Insop Song
2013-03-17 23:17 ` Martin Jansa
2 siblings, 1 reply; 10+ messages in thread
From: Burton, Ross @ 2013-03-16 5:45 UTC (permalink / raw)
To: Insop Song; +Cc: Yocto Project Discussion
On 15 March 2013 22:37, Insop Song <insop.song@gmail.com> wrote:
> I am using HEAD of master, and I have this error after I use commit
>
> "
> commit 1ceb13dda11645229053fc4840954333f8910ba4
> Author: Martin Jansa <martin.jansa@gmail.com>
> Date: Wed Mar 13 20:04:51 2013 +0100
> "
>
> Could anyone know about this?
Are you sure you're using head? This should have been fixed with this commit:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=4022
Ross
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [question] "icecc: improve interaction with sstate"
2013-03-16 5:37 [question] "icecc: improve interaction with sstate" Insop Song
2013-03-16 5:45 ` Burton, Ross
@ 2013-03-16 5:46 ` Insop Song
2013-03-17 23:17 ` Martin Jansa
2 siblings, 0 replies; 10+ messages in thread
From: Insop Song @ 2013-03-16 5:46 UTC (permalink / raw)
To: Yocto Project Discussion
Hi,
Sorry, I pressed "send" too quick.
Not the first commit, but after this commit I see the following error
in my first email.
Any one see this?
Author: Olivier Guiter <olivier.guiter@linux.intel.com> 2013-03-12 13:33:52
Committer: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-14 18:53:04
Parent: e609afe4d747059480b406602cab90b7c36a0572 (qemu-native:fix
do_compile failed on SLED 11.2)
Child: 31c134bc2c5be925edcb13804f35651a7b325acc (inputproto: upgrade to 2.3)
Branch: remotes/origin/master
Follows: 1.4_M4.final, 1.4_M4.rc1
Precedes:
-----
Regards,
Insop
On Fri, Mar 15, 2013 at 10:37 PM, Insop Song <insop.song@gmail.com> wrote:
> Hi,
>
> I am using HEAD of master, and I have this error after I use commit
>
> "
> commit 1ceb13dda11645229053fc4840954333f8910ba4
> Author: Martin Jansa <martin.jansa@gmail.com>
> Date: Wed Mar 13 20:04:51 2013 +0100
> "
>
> Could anyone know about this?
>
>
> - my config
>
> Build Configuration:
> BB_VERSION = "1.17.1"
> BUILD_SYS = "x86_64-linux"
> NATIVELSBSTRING = "Ubuntu-12.04"
> TARGET_SYS = "i586-poky-linux"
> MACHINE = "qemux86"
> DISTRO = "poky"
> DISTRO_VERSION = "1.3+snapshot-20130316"
> TUNE_FEATURES = "m32 i586"
> TARGET_FPU = ""
> meta
> meta-yocto = "master:1ceb13dda11645229053fc4840954333f8910ba4"
> meta-realtime = "schedtool:a766d16a1cf4da3c2dd13b8c7e53f89775733187"
> meta-yocto-bsp = "master:1ceb13dda11645229053fc4840954333f8910ba4"
>
>
> - error output:
> ERROR: Function failed: BUILDSPEC (see
> /home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
> for further information)
> ERROR: Logfile of failure stored in:
> /home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
>
>
>
> - full output:
>
> ~/mybuilds/meta-realtime $ time bitbake core-image-realtime
> Loading cache: 100%
> |################################################################################################|
> ETA: 00:00:00
> Loaded 1121 entries from dependency cache.
> Parsing recipes: 100%
> |##############################################################################################|
> Time: 00:00:00
> Parsing of 813 .bb files complete (812 cached, 1 parsed). 1121
> targets, 27 skipped, 0 masked, 0 errors.
>
> Build Configuration:
> BB_VERSION = "1.17.1"
> BUILD_SYS = "x86_64-linux"
> NATIVELSBSTRING = "Ubuntu-12.04"
> TARGET_SYS = "i586-poky-linux"
> MACHINE = "qemux86"
> DISTRO = "poky"
> DISTRO_VERSION = "1.3+snapshot-20130316"
> TUNE_FEATURES = "m32 i586"
> TARGET_FPU = ""
> meta
> meta-yocto = "master:1ceb13dda11645229053fc4840954333f8910ba4"
> meta-realtime = "schedtool:a766d16a1cf4da3c2dd13b8c7e53f89775733187"
> meta-yocto-bsp = "master:1ceb13dda11645229053fc4840954333f8910ba4"
>
> NOTE: Resolving any missing task queue dependencies
> NOTE: Preparing runqueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> ERROR: Function failed: BUILDSPEC (see
> /home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
> for further information)
> ERROR: Logfile of failure stored in:
> /home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
> Log data follows:
> | DEBUG: Executing python function sstate_task_prefunc
> | DEBUG: Python function sstate_task_prefunc finished
> | DEBUG: Executing python function do_package_write_rpm
> | DEBUG: Executing python function read_subpackage_metadata
> | DEBUG: Python function read_subpackage_metadata finished
> | DEBUG: Executing python function do_package_rpm
> | DEBUG: Executing python function write_specfile
> | NOTE: Not creating empty RPM package for neard-tests
> | NOTE: Creating RPM package for neard-dbg
> | NOTE: Not creating empty RPM package for neard-staticdev
> | NOTE: Creating RPM package for neard-dev
> | NOTE: Not creating empty RPM package for neard-doc
> | NOTE: Not creating empty RPM package for neard-locale
> | NOTE: Creating RPM package for neard
> | NOTE: Creating RPM package for neard
> | DEBUG: Python function write_specfile finished
> | DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common',
> 'common-linux', 'common-glibc', 'i586-linux', 'common']
> | DEBUG: Executing shell function BUILDSPEC
> | error: line 152: Illegal char '-' in EVR: Suggests: neard =
> 0.9-git0+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1
> | error: Package has no %description: neard-dbg.i586
> | Building target platforms: i586-poky-linux
> | DEBUG: Python function do_package_rpm finished
> | DEBUG: Python function do_package_write_rpm finished
> | ERROR: Function failed: BUILDSPEC (see
> /home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
> for further information)
> ERROR: Task 1370
> (/home/insop/poky/meta/recipes-connectivity/neard/neard_0.9.bb,
> do_package_write_rpm) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 3322 tasks of which 3281 didn't need to
> be rerun and 1 failed.
> Waiting for 0 running tasks to finish:
>
> Summary: 1 task failed:
> /home/insop/poky/meta/recipes-connectivity/neard/neard_0.9.bb,
> do_package_write_rpm
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>
> real 0m27.611s
> user 0m30.158s
> sys 0m4.900s
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [question] "icecc: improve interaction with sstate"
2013-03-16 5:45 ` Burton, Ross
@ 2013-03-16 5:55 ` Insop Song
2013-03-16 8:16 ` Insop Song
0 siblings, 1 reply; 10+ messages in thread
From: Insop Song @ 2013-03-16 5:55 UTC (permalink / raw)
To: Burton, Ross; +Cc: Yocto Project Discussion
On Fri, Mar 15, 2013 at 10:45 PM, Burton, Ross <ross.burton@intel.com> wrote:
> On 15 March 2013 22:37, Insop Song <insop.song@gmail.com> wrote:
>> I am using HEAD of master, and I have this error after I use commit
>>
>> "
>> commit 1ceb13dda11645229053fc4840954333f8910ba4
>> Author: Martin Jansa <martin.jansa@gmail.com>
>> Date: Wed Mar 13 20:04:51 2013 +0100
>> "
>>
>> Could anyone know about this?
>
> Are you sure you're using head? This should have been fixed with this commit:
>
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=4022
>
> Ross
Thank you for the information.
Yes, I am on master, see this from my log in previous email.
I have the fix for the bug (4022) in my master, but that don't fix it,
until I my my head to "e609afe4d747059480b406602cab90b7c36a0572"
> meta
> meta-yocto = "master:1ceb13dda11645229053fc4840954333f8910ba4"
> meta-realtime = "schedtool:a766d16a1cf4da3c2dd13b8c7e53f89775733187"
> meta-yocto-bsp = "master:1ceb13dda11645229053fc4840954333f8910ba4"
Thank you,
Insop
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [question] "icecc: improve interaction with sstate"
2013-03-16 5:55 ` Insop Song
@ 2013-03-16 8:16 ` Insop Song
2013-03-17 0:38 ` Burton, Ross
0 siblings, 1 reply; 10+ messages in thread
From: Insop Song @ 2013-03-16 8:16 UTC (permalink / raw)
To: Burton, Ross; +Cc: Yocto Project Discussion
Wither further more testing, even at
"e609afe4d747059480b406602cab90b7c36a0572", I still get the neard
error.
I suspect my sstate or working files, since this error comes at
package generation.
So I did "-c cleansstate" "-c cleanall" then run it with Richard fix
as my master head (7803f5f98cf4d12d59ac793d9eb0048b701cafb7)
It still gives me an error.
So at this point, I will wait to see if any one is seen this recently.
Thank you.
Insop
On Fri, Mar 15, 2013 at 10:55 PM, Insop Song <insop.song@gmail.com> wrote:
> On Fri, Mar 15, 2013 at 10:45 PM, Burton, Ross <ross.burton@intel.com> wrote:
>> On 15 March 2013 22:37, Insop Song <insop.song@gmail.com> wrote:
>>> I am using HEAD of master, and I have this error after I use commit
>>>
>>> "
>>> commit 1ceb13dda11645229053fc4840954333f8910ba4
>>> Author: Martin Jansa <martin.jansa@gmail.com>
>>> Date: Wed Mar 13 20:04:51 2013 +0100
>>> "
>>>
>>> Could anyone know about this?
>>
>> Are you sure you're using head? This should have been fixed with this commit:
>>
>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=4022
>>
>> Ross
>
> Thank you for the information.
> Yes, I am on master, see this from my log in previous email.
> I have the fix for the bug (4022) in my master, but that don't fix it,
> until I my my head to "e609afe4d747059480b406602cab90b7c36a0572"
>
>> meta
>> meta-yocto = "master:1ceb13dda11645229053fc4840954333f8910ba4"
>> meta-realtime = "schedtool:a766d16a1cf4da3c2dd13b8c7e53f89775733187"
>> meta-yocto-bsp = "master:1ceb13dda11645229053fc4840954333f8910ba4"
>
> Thank you,
>
> Insop
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [question] "icecc: improve interaction with sstate"
2013-03-16 8:16 ` Insop Song
@ 2013-03-17 0:38 ` Burton, Ross
2013-03-17 6:48 ` Insop Song
0 siblings, 1 reply; 10+ messages in thread
From: Burton, Ross @ 2013-03-17 0:38 UTC (permalink / raw)
To: Insop Song; +Cc: Yocto Project Discussion
On 16 March 2013 01:16, Insop Song <insop.song@gmail.com> wrote:
> So at this point, I will wait to see if any one is seen this recently.
The autobuilder appears to be hitting this still, but as several
oe-core maintainers are still travelling after a conference you may
have to wait until Monday.
(writing this from Seattle airport)
Ross
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [question] "icecc: improve interaction with sstate"
2013-03-17 0:38 ` Burton, Ross
@ 2013-03-17 6:48 ` Insop Song
0 siblings, 0 replies; 10+ messages in thread
From: Insop Song @ 2013-03-17 6:48 UTC (permalink / raw)
To: Burton, Ross; +Cc: Yocto Project Discussion
On Sat, Mar 16, 2013 at 5:38 PM, Burton, Ross <ross.burton@intel.com> wrote:
> On 16 March 2013 01:16, Insop Song <insop.song@gmail.com> wrote:
>> So at this point, I will wait to see if any one is seen this recently.
>
> The autobuilder appears to be hitting this still, but as several
> oe-core maintainers are still travelling after a conference you may
> have to wait until Monday.
Thank you for the update while you are on the road.
I pull the latest again
(http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=2381e46e77c8d33472f60861f66e44addd53af68)
And it is okay now.
Could be the Richard's this commit fixed it.
"package_rpm: Ensure PV manipulations are correct Richard Purdie"
(b5e5d25c25f30db1f9855e24afef9d8f0bb77d35)
Here is my output:
-------------------------------------------
~/mybuilds/meta-realtime $ time bitbake core-image-realtime
Loading cache: 100%
|######################################################################################|
ETA: 00:00:00
Loaded 1123 entries from dependency cache.
Build Configuration:
BB_VERSION = "1.17.1"
BUILD_SYS = "i686-linux"
NATIVELSBSTRING = "Ubuntu-12.10"
TARGET_SYS = "i586-poky-linux"
MACHINE = "qemux86"
DISTRO = "poky"
DISTRO_VERSION = "1.3+snapshot-20130316"
TUNE_FEATURES = "m32 i586"
TARGET_FPU = ""
meta
meta-yocto
meta-yocto-bsp = "master:2381e46e77c8d33472f60861f66e44addd53af68"
meta-realtime = "schedtool-sq:ed7886f649ab945625ccbfed0ecc74a500a7c22d"
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 3938 tasks of which 2355 didn't need to
be rerun and all succeeded.
real 122m1.472s
user 514m20.641s
sys 73m56.453s
------------------------------
regards,
Insop
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [question] "icecc: improve interaction with sstate"
2013-03-16 5:37 [question] "icecc: improve interaction with sstate" Insop Song
2013-03-16 5:45 ` Burton, Ross
2013-03-16 5:46 ` Insop Song
@ 2013-03-17 23:17 ` Martin Jansa
2013-03-18 0:05 ` Insop Song
2013-03-18 14:32 ` Trevor Woerner
2 siblings, 2 replies; 10+ messages in thread
From: Martin Jansa @ 2013-03-17 23:17 UTC (permalink / raw)
To: Insop Song; +Cc: Yocto Project Discussion
[-- Attachment #1: Type: text/plain, Size: 5574 bytes --]
On Fri, Mar 15, 2013 at 10:37:56PM -0700, Insop Song wrote:
> Hi,
>
> I am using HEAD of master, and I have this error after I use commit
Please use better Subject next time, I was wondering what could be
broken by my patch to icecc and your question is quite unrelated to that
commit.
Something like "neard failing to build with latest poky" would be
better.
>
> "
> commit 1ceb13dda11645229053fc4840954333f8910ba4
> Author: Martin Jansa <martin.jansa@gmail.com>
> Date: Wed Mar 13 20:04:51 2013 +0100
> "
>
> Could anyone know about this?
>
>
> - my config
>
> Build Configuration:
> BB_VERSION = "1.17.1"
> BUILD_SYS = "x86_64-linux"
> NATIVELSBSTRING = "Ubuntu-12.04"
> TARGET_SYS = "i586-poky-linux"
> MACHINE = "qemux86"
> DISTRO = "poky"
> DISTRO_VERSION = "1.3+snapshot-20130316"
> TUNE_FEATURES = "m32 i586"
> TARGET_FPU = ""
> meta
> meta-yocto = "master:1ceb13dda11645229053fc4840954333f8910ba4"
> meta-realtime = "schedtool:a766d16a1cf4da3c2dd13b8c7e53f89775733187"
> meta-yocto-bsp = "master:1ceb13dda11645229053fc4840954333f8910ba4"
>
>
> - error output:
> ERROR: Function failed: BUILDSPEC (see
> /home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
> for further information)
> ERROR: Logfile of failure stored in:
> /home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
>
>
>
> - full output:
>
> ~/mybuilds/meta-realtime $ time bitbake core-image-realtime
> Loading cache: 100%
> |################################################################################################|
> ETA: 00:00:00
> Loaded 1121 entries from dependency cache.
> Parsing recipes: 100%
> |##############################################################################################|
> Time: 00:00:00
> Parsing of 813 .bb files complete (812 cached, 1 parsed). 1121
> targets, 27 skipped, 0 masked, 0 errors.
>
> Build Configuration:
> BB_VERSION = "1.17.1"
> BUILD_SYS = "x86_64-linux"
> NATIVELSBSTRING = "Ubuntu-12.04"
> TARGET_SYS = "i586-poky-linux"
> MACHINE = "qemux86"
> DISTRO = "poky"
> DISTRO_VERSION = "1.3+snapshot-20130316"
> TUNE_FEATURES = "m32 i586"
> TARGET_FPU = ""
> meta
> meta-yocto = "master:1ceb13dda11645229053fc4840954333f8910ba4"
> meta-realtime = "schedtool:a766d16a1cf4da3c2dd13b8c7e53f89775733187"
> meta-yocto-bsp = "master:1ceb13dda11645229053fc4840954333f8910ba4"
>
> NOTE: Resolving any missing task queue dependencies
> NOTE: Preparing runqueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> ERROR: Function failed: BUILDSPEC (see
> /home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
> for further information)
> ERROR: Logfile of failure stored in:
> /home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
> Log data follows:
> | DEBUG: Executing python function sstate_task_prefunc
> | DEBUG: Python function sstate_task_prefunc finished
> | DEBUG: Executing python function do_package_write_rpm
> | DEBUG: Executing python function read_subpackage_metadata
> | DEBUG: Python function read_subpackage_metadata finished
> | DEBUG: Executing python function do_package_rpm
> | DEBUG: Executing python function write_specfile
> | NOTE: Not creating empty RPM package for neard-tests
> | NOTE: Creating RPM package for neard-dbg
> | NOTE: Not creating empty RPM package for neard-staticdev
> | NOTE: Creating RPM package for neard-dev
> | NOTE: Not creating empty RPM package for neard-doc
> | NOTE: Not creating empty RPM package for neard-locale
> | NOTE: Creating RPM package for neard
> | NOTE: Creating RPM package for neard
> | DEBUG: Python function write_specfile finished
> | DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common',
> 'common-linux', 'common-glibc', 'i586-linux', 'common']
> | DEBUG: Executing shell function BUILDSPEC
> | error: line 152: Illegal char '-' in EVR: Suggests: neard =
> 0.9-git0+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1
> | error: Package has no %description: neard-dbg.i586
> | Building target platforms: i586-poky-linux
> | DEBUG: Python function do_package_rpm finished
> | DEBUG: Python function do_package_write_rpm finished
> | ERROR: Function failed: BUILDSPEC (see
> /home/insop/mybuilds/meta-realtime/tmp/work/i586-poky-linux/neard/0.9-gitAUTOINC+1e20e396cb837017b7e5ef822bfdab6ce060d2cf-r1/temp/log.do_package_write_rpm.31563
> for further information)
> ERROR: Task 1370
> (/home/insop/poky/meta/recipes-connectivity/neard/neard_0.9.bb,
> do_package_write_rpm) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 3322 tasks of which 3281 didn't need to
> be rerun and 1 failed.
> Waiting for 0 running tasks to finish:
>
> Summary: 1 task failed:
> /home/insop/poky/meta/recipes-connectivity/neard/neard_0.9.bb,
> do_package_write_rpm
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>
> real 0m27.611s
> user 0m30.158s
> sys 0m4.900s
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [question] "icecc: improve interaction with sstate"
2013-03-17 23:17 ` Martin Jansa
@ 2013-03-18 0:05 ` Insop Song
2013-03-18 14:32 ` Trevor Woerner
1 sibling, 0 replies; 10+ messages in thread
From: Insop Song @ 2013-03-18 0:05 UTC (permalink / raw)
To: Martin Jansa; +Cc: Yocto Project Discussion
On Sun, Mar 17, 2013 at 4:17 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Fri, Mar 15, 2013 at 10:37:56PM -0700, Insop Song wrote:
>> Hi,
>>
>> I am using HEAD of master, and I have this error after I use commit
>
> Please use better Subject next time, I was wondering what could be
> broken by my patch to icecc and your question is quite unrelated to that
> commit.
>
> Something like "neard failing to build with latest poky" would be
> better.
Yes, agree and will do better next time.
Thank you.
Insop
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [question] "icecc: improve interaction with sstate"
2013-03-17 23:17 ` Martin Jansa
2013-03-18 0:05 ` Insop Song
@ 2013-03-18 14:32 ` Trevor Woerner
1 sibling, 0 replies; 10+ messages in thread
From: Trevor Woerner @ 2013-03-18 14:32 UTC (permalink / raw)
To: Yocto Project Discussion
On Sun, Mar 17, 2013 at 7:17 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> Please use better Subject next time, I was wondering what could be
> broken by my patch to icecc and your question is quite unrelated to that
> commit.
>
> Something like "neard failing to build with latest poky" would be
> better.
...which is why I wasn't aware of this thread when I sent my problem
report about neard :-D
I guess *technically* I should have been reading all the correspondence...
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2013-03-18 14:33 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-16 5:37 [question] "icecc: improve interaction with sstate" Insop Song
2013-03-16 5:45 ` Burton, Ross
2013-03-16 5:55 ` Insop Song
2013-03-16 8:16 ` Insop Song
2013-03-17 0:38 ` Burton, Ross
2013-03-17 6:48 ` Insop Song
2013-03-16 5:46 ` Insop Song
2013-03-17 23:17 ` Martin Jansa
2013-03-18 0:05 ` Insop Song
2013-03-18 14:32 ` Trevor Woerner
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.