* Edison 1.1.1 Status
@ 2011-12-22 19:02 Saul Wold
2011-12-22 19:34 ` Joshua Lock
0 siblings, 1 reply; 4+ messages in thread
From: Saul Wold @ 2011-12-22 19:02 UTC (permalink / raw)
To: poky@yoctoproject.org
Folks,
Just a quick update on where we are with 1.1.1, last night we built
1.1.1 on the autobuilder to see where things where we found the
following failures. While it looks pretty bad at first, it's not that
bad. There are 4 related to dependency and ordering issues, an ICE on
beagleboard qt4, and the meta-toolchain-gmae NATIVESDK failure.
Also Autobuild itself reported wrong branch on waterfall page, but built
josh/edison correctly - Beth will address this issue.
qemupcc (LSB) - coreutils dependency on libcap
- disable libcap (and ls --color)
OR
- add libcap to DEPENDS for coreutils
qemux86-64 (LSB) - "which" build fails libiberty dependency
- Richard has a patch for this one to disable libiberty
qemuarm - libzypp dependecny on binutils' ansidecl.h
Routerstation Pro - Kernel dependency on binutils' bfd.h
- Both of these need to ensure bintuils is completely installed in
sysroot before being build not sure if that should be by DEPENDS or
some other mechanism (possibly due to sstate ordering).
Beageboard
qt4-x11-free - ICE
painting/qdrawhelper.cpp:1229:1: error: insn does not satisfy its
constraints:
| (insn 2860 2859 951 57 (set (mem/c:V4SI (plus:SI (reg:SI 12 ip)
| (const_int -140 [0xffffffffffffff74])) [66 %sfp+-16424
S16 A64])
| (reg:V4SI 0 r0))
/srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-arm/build/build/tmp/sysroots/x86_64-linux/usr/lib/armv7a-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.6.2/include/arm_neon.h:5346
746 {*neon_movv4si}
| (nil))
| painting/qdrawhelper.cpp:1229:1: internal compiler error: in
reload_cse_simplify_operands, at postreload.c:403
| Please submit a full bug report,
| with preprocessed source if appropriate.
Maybe fixed by the following commit, need to here from Khem or Nitin:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=7022a8f8045bdf82b9209b8cd62fb09c4a7a24f8
ALL - meta-toolchain-gmae
| Manifest:
/srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-ppc/build/build/tmp/work/ppc603e-poky-linux/meta-toolchain-gmae-1.0-r6/sdk/image/install/install.manifest
| mv: cannot stat
`/srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-ppc/build/build/tmp/work/ppc603e-poky-linux/meta-toolchain-gmae-1.0-r6/sdk/image/var/lib/rpm/*':
No such file or directory
NOTE: package meta-toolchain-gmae-1.0-r6: task do_populate_sdk: Failed
--
Sau!
Saul Wold
Yocto Component Wrangler @ Intel
Yocto Project / Poky Build System
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Edison 1.1.1 Status
2011-12-22 19:02 Edison 1.1.1 Status Saul Wold
@ 2011-12-22 19:34 ` Joshua Lock
2011-12-23 5:41 ` Joshua Lock
0 siblings, 1 reply; 4+ messages in thread
From: Joshua Lock @ 2011-12-22 19:34 UTC (permalink / raw)
To: poky
Bug numbers and assignee information below. I've taken everything which
doesn't already have an assignee, volunteers welcome :-)
On 22/12/11 11:02, Saul Wold wrote:
>
> Folks,
>
> Just a quick update on where we are with 1.1.1, last night we built
> 1.1.1 on the autobuilder to see where things where we found the
> following failures. While it looks pretty bad at first, it's not that
> bad. There are 4 related to dependency and ordering issues, an ICE on
> beagleboard qt4, and the meta-toolchain-gmae NATIVESDK failure.
>
> Also Autobuild itself reported wrong branch on waterfall page, but built
> josh/edison correctly - Beth will address this issue.
>
> qemupcc (LSB) - coreutils dependency on libcap
> - disable libcap (and ls --color)
> OR
> - add libcap to DEPENDS for coreutils
http://bugzilla.pokylinux.org/show_bug.cgi?id=1860
Assigned to Saul
>
> qemux86-64 (LSB) - "which" build fails libiberty dependency
> - Richard has a patch for this one to disable libiberty
http://bugzilla.pokylinux.org/show_bug.cgi?id=1861
Patch on ML, assigned to RP
>
> qemuarm - libzypp dependecny on binutils' ansidecl.h
http://bugzilla.pokylinux.org/show_bug.cgi?id=1862
Assigned to Joshua
> Routerstation Pro - Kernel dependency on binutils' bfd.h
> - Both of these need to ensure bintuils is completely installed in
> sysroot before being build not sure if that should be by DEPENDS or
> some other mechanism (possibly due to sstate ordering).
http://bugzilla.pokylinux.org/show_bug.cgi?id=1865
Assigned to Joshua
>
> Beageboard
> qt4-x11-free - ICE
> painting/qdrawhelper.cpp:1229:1: error: insn does not satisfy its
> constraints:
> | (insn 2860 2859 951 57 (set (mem/c:V4SI (plus:SI (reg:SI 12 ip)
> | (const_int -140 [0xffffffffffffff74])) [66 %sfp+-16424
> S16 A64])
> | (reg:V4SI 0 r0))
> /srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-arm/build/build/tmp/sysroots/x86_64-linux/usr/lib/armv7a-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.6.2/include/arm_neon.h:5346
> 746 {*neon_movv4si}
> | (nil))
> | painting/qdrawhelper.cpp:1229:1: internal compiler error: in
> reload_cse_simplify_operands, at postreload.c:403
> | Please submit a full bug report,
> | with preprocessed source if appropriate.
>
> Maybe fixed by the following commit, need to here from Khem or Nitin:
>
> http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=7022a8f8045bdf82b9209b8cd62fb09c4a7a24f8
http://bugzilla.pokylinux.org/show_bug.cgi?id=1863
Assigned to Nitin
>
>
> ALL - meta-toolchain-gmae
> | Manifest:
> /srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-ppc/build/build/tmp/work/ppc603e-poky-linux/meta-toolchain-gmae-1.0-r6/sdk/image/install/install.manifest
>
> | mv: cannot stat
> `/srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-ppc/build/build/tmp/work/ppc603e-poky-linux/meta-toolchain-gmae-1.0-r6/sdk/image/var/lib/rpm/*':
> No such file or directory
> NOTE: package meta-toolchain-gmae-1.0-r6: task do_populate_sdk: Failed
http://bugzilla.pokylinux.org/show_bug.cgi?id=1864
Assigned to Joshua
Cheers,
Joshua
--
Joshua Lock
Yocto Project "Johannes factotum"
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Edison 1.1.1 Status
2011-12-22 19:34 ` Joshua Lock
@ 2011-12-23 5:41 ` Joshua Lock
2011-12-24 2:18 ` Joshua Lock
0 siblings, 1 reply; 4+ messages in thread
From: Joshua Lock @ 2011-12-23 5:41 UTC (permalink / raw)
To: poky
Another update:
On 22/12/11 11:34, Joshua Lock wrote:
>> qemupcc (LSB) - coreutils dependency on libcap
>> - disable libcap (and ls --color)
>> OR
>> - add libcap to DEPENDS for coreutils
>
> http://bugzilla.pokylinux.org/show_bug.cgi?id=1860
> Assigned to Saul
Saul has proposed a patch for this issue. I'll cherry-pick the fix once
it hits master.
>> qemux86-64 (LSB) - "which" build fails libiberty dependency
>> - Richard has a patch for this one to disable libiberty
>
> http://bugzilla.pokylinux.org/show_bug.cgi?id=1861
> Patch on ML, assigned to RP
I'll cherry-pick the fix once it hits master.
>> qemuarm - libzypp dependecny on binutils' ansidecl.h
>
> http://bugzilla.pokylinux.org/show_bug.cgi?id=1862
> Assigned to Joshua
>
>> Routerstation Pro - Kernel dependency on binutils' bfd.h
>> - Both of these need to ensure bintuils is completely installed in
>> sysroot before being build not sure if that should be by DEPENDS or
>> some other mechanism (possibly due to sstate ordering).
>
> http://bugzilla.pokylinux.org/show_bug.cgi?id=1865
> Assigned to Joshua
I'm not sure about the above two. I can't reproduce them on my build
machine so I suspect a race of some sort.
I've made a comment in the bug report for 1862 to this effect.
>> Beageboard
>> qt4-x11-free - ICE
>> painting/qdrawhelper.cpp:1229:1: error: insn does not satisfy its
>> constraints:
>> | (insn 2860 2859 951 57 (set (mem/c:V4SI (plus:SI (reg:SI 12 ip)
>> | (const_int -140 [0xffffffffffffff74])) [66 %sfp+-16424
>> S16 A64])
>> | (reg:V4SI 0 r0))
>> /srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-arm/build/build/tmp/sysroots/x86_64-linux/usr/lib/armv7a-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.6.2/include/arm_neon.h:5346
>> 746 {*neon_movv4si}
>> | (nil))
>> | painting/qdrawhelper.cpp:1229:1: internal compiler error: in
>> reload_cse_simplify_operands, at postreload.c:403
>> | Please submit a full bug report,
>> | with preprocessed source if appropriate.
>>
>> Maybe fixed by the following commit, need to here from Khem or Nitin:
>>
>> http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=7022a8f8045bdf82b9209b8cd62fb09c4a7a24f8
>
> http://bugzilla.pokylinux.org/show_bug.cgi?id=1863
> Assigned to Nitin
I'm testing a build here with the suggested patch merged.
>> ALL - meta-toolchain-gmae
>> | Manifest:
>> /srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-ppc/build/build/tmp/work/ppc603e-poky-linux/meta-toolchain-gmae-1.0-r6/sdk/image/install/install.manifest
>>
>> | mv: cannot stat
>> `/srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-ppc/build/build/tmp/work/ppc603e-poky-linux/meta-toolchain-gmae-1.0-r6/sdk/image/var/lib/rpm/*':
>> No such file or directory
>> NOTE: package meta-toolchain-gmae-1.0-r6: task do_populate_sdk: Failed
>
> http://bugzilla.pokylinux.org/show_bug.cgi?id=1864
> Assigned to Joshua
I've cherry-picked a couple of patches against populate_sdk_*.bbclass
which seem to fix this issue.
Cheers,
Joshua
--
Joshua Lock
Yocto Project "Johannes factotum"
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Edison 1.1.1 Status
2011-12-23 5:41 ` Joshua Lock
@ 2011-12-24 2:18 ` Joshua Lock
0 siblings, 0 replies; 4+ messages in thread
From: Joshua Lock @ 2011-12-24 2:18 UTC (permalink / raw)
To: poky
I have a branch on poky-contrib, josh/edison_test[1], that contains
several fixes for issues below. They are not in the josh/edsion branch
as they are patches which are pending, or have not been submitted, to
master.
More details inline below.
On 22/12/11 21:41, Joshua Lock wrote:
> Another update:
>
> On 22/12/11 11:34, Joshua Lock wrote:
>>> qemupcc (LSB) - coreutils dependency on libcap
>>> - disable libcap (and ls --color)
>>> OR
>>> - add libcap to DEPENDS for coreutils
>>
>> http://bugzilla.pokylinux.org/show_bug.cgi?id=1860
>> Assigned to Saul
>
> Saul has proposed a patch for this issue. I'll cherry-pick the fix once
> it hits master.
Patch applied in josh/edison_test
>>> qemux86-64 (LSB) - "which" build fails libiberty dependency
>>> - Richard has a patch for this one to disable libiberty
>>
>> http://bugzilla.pokylinux.org/show_bug.cgi?id=1861
>> Patch on ML, assigned to RP
>
> I'll cherry-pick the fix once it hits master.
Patch applied in josh/edison_test
>>> qemuarm - libzypp dependecny on binutils' ansidecl.h
>>
>> http://bugzilla.pokylinux.org/show_bug.cgi?id=1862
>> Assigned to Joshua
I guess it's a race/determinism issue but don't have a patch for it yet.
>>> Routerstation Pro - Kernel dependency on binutils' bfd.h
>>> - Both of these need to ensure bintuils is completely installed in
>>> sysroot before being build not sure if that should be by DEPENDS or
>>> some other mechanism (possibly due to sstate ordering).
>>
>> http://bugzilla.pokylinux.org/show_bug.cgi?id=1865
>> Assigned to Joshua
I've added binutils as a dependency of the perf build in
linux-tools.inc, this patch has yet to be submitted against master until
I've had chance to test it more. Patch in josh/edison_test
>>> Beageboard
>>> qt4-x11-free - ICE
>>> painting/qdrawhelper.cpp:1229:1: error: insn does not satisfy its
>>> constraints:
>>> | (insn 2860 2859 951 57 (set (mem/c:V4SI (plus:SI (reg:SI 12 ip)
>>> | (const_int -140 [0xffffffffffffff74])) [66 %sfp+-16424
>>> S16 A64])
>>> | (reg:V4SI 0 r0))
>>> /srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-arm/build/build/tmp/sysroots/x86_64-linux/usr/lib/armv7a-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.6.2/include/arm_neon.h:5346
>>> 746 {*neon_movv4si}
>>> | (nil))
>>> | painting/qdrawhelper.cpp:1229:1: internal compiler error: in
>>> reload_cse_simplify_operands, at postreload.c:403
>>> | Please submit a full bug report,
>>> | with preprocessed source if appropriate.
>>>
>>> Maybe fixed by the following commit, need to here from Khem or Nitin:
>>>
>>> http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=7022a8f8045bdf82b9209b8cd62fb09c4a7a24f8
>>
>> http://bugzilla.pokylinux.org/show_bug.cgi?id=1863
>> Assigned to Nitin
>
> I'm testing a build here with the suggested patch merged.
Patch merged to josh/edison_test
>>> ALL - meta-toolchain-gmae
>>> | Manifest:
>>> /srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-ppc/build/build/tmp/work/ppc603e-poky-linux/meta-toolchain-gmae-1.0-r6/sdk/image/install/install.manifest
>>>
>>> | mv: cannot stat
>>> `/srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-ppc/build/build/tmp/work/ppc603e-poky-linux/meta-toolchain-gmae-1.0-r6/sdk/image/var/lib/rpm/*':
>>> No such file or directory
>>> NOTE: package meta-toolchain-gmae-1.0-r6: task do_populate_sdk: Failed
>>
>> http://bugzilla.pokylinux.org/show_bug.cgi?id=1864
>> Assigned to Joshua
>
> I've cherry-picked a couple of patches against populate_sdk_*.bbclass
> which seem to fix this issue.
The cherry-picked fixes seem to resolve the issue.
Cheers,
Joshua
--
Joshua Lock
Yocto Project "Johannes factotum"
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-12-24 2:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-22 19:02 Edison 1.1.1 Status Saul Wold
2011-12-22 19:34 ` Joshua Lock
2011-12-23 5:41 ` Joshua Lock
2011-12-24 2:18 ` Joshua Lock
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.