* do_rootfs fails
@ 2012-07-31 10:37 Andreas Müller
2012-07-31 10:42 ` Martin Jansa
0 siblings, 1 reply; 5+ messages in thread
From: Andreas Müller @ 2012-07-31 10:37 UTC (permalink / raw)
To: openembedded-core
Hi,
after long journey mending recipes I now get with latest updates:
| * opkg_install_cmd: Cannot install package gnome-icon-theme-locale-fr.
| * opkg_install_cmd: Cannot install package gnome-icon-theme-locale-en-gb.
| * opkg_install_cmd: Cannot install package gnome-icon-theme-locale-de.
| * satisfy_dependencies_for: Cannot satisfy the following
dependencies for gcc-runtime-locale-fr:
| * gcc-runtime *
| * opkg_install_cmd: Cannot install package gcc-runtime-locale-fr.
| * satisfy_dependencies_for: Cannot satisfy the following
dependencies for gcc-runtime-locale-de:
| * gcc-runtime *
| * opkg_install_cmd: Cannot install package gcc-runtime-locale-de.
I checked:
* gnome-icon-theme-locale-* are empty
* gcc-runtime is not there
Any suggestion what causes this?
Andreas
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: do_rootfs fails
2012-07-31 10:37 do_rootfs fails Andreas Müller
@ 2012-07-31 10:42 ` Martin Jansa
2012-07-31 11:01 ` Andreas Müller
0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2012-07-31 10:42 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1057 bytes --]
On Tue, Jul 31, 2012 at 12:37:52PM +0200, Andreas Müller wrote:
> Hi,
>
> after long journey mending recipes I now get with latest updates:
>
> | * opkg_install_cmd: Cannot install package gnome-icon-theme-locale-fr.
> | * opkg_install_cmd: Cannot install package gnome-icon-theme-locale-en-gb.
> | * opkg_install_cmd: Cannot install package gnome-icon-theme-locale-de.
> | * satisfy_dependencies_for: Cannot satisfy the following
> dependencies for gcc-runtime-locale-fr:
> | * gcc-runtime *
> | * opkg_install_cmd: Cannot install package gcc-runtime-locale-fr.
> | * satisfy_dependencies_for: Cannot satisfy the following
> dependencies for gcc-runtime-locale-de:
> | * gcc-runtime *
> | * opkg_install_cmd: Cannot install package gcc-runtime-locale-de.
>
> I checked:
>
> * gnome-icon-theme-locale-* are empty
> * gcc-runtime is not there
>
> Any suggestion what causes this?
yup, test this:
http://patchwork.openembedded.org/patch/33273/
Cheers,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: do_rootfs fails
2012-07-31 10:42 ` Martin Jansa
@ 2012-07-31 11:01 ` Andreas Müller
2012-07-31 11:21 ` Paul Eggleton
0 siblings, 1 reply; 5+ messages in thread
From: Andreas Müller @ 2012-07-31 11:01 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Tue, Jul 31, 2012 at 12:42 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Tue, Jul 31, 2012 at 12:37:52PM +0200, Andreas Müller wrote:
>> Hi,
>>
>> after long journey mending recipes I now get with latest updates:
>>
>> | * opkg_install_cmd: Cannot install package gnome-icon-theme-locale-fr.
>> | * opkg_install_cmd: Cannot install package gnome-icon-theme-locale-en-gb.
>> | * opkg_install_cmd: Cannot install package gnome-icon-theme-locale-de.
>> | * satisfy_dependencies_for: Cannot satisfy the following
>> dependencies for gcc-runtime-locale-fr:
>> | * gcc-runtime *
>> | * opkg_install_cmd: Cannot install package gcc-runtime-locale-fr.
>> | * satisfy_dependencies_for: Cannot satisfy the following
>> dependencies for gcc-runtime-locale-de:
>> | * gcc-runtime *
>> | * opkg_install_cmd: Cannot install package gcc-runtime-locale-de.
>>
>> I checked:
>>
>> * gnome-icon-theme-locale-* are empty
>> * gcc-runtime is not there
>>
>> Any suggestion what causes this?
>
> yup, test this:
> http://patchwork.openembedded.org/patch/33273/
>
Thanks that fixes first part but I still get
| * satisfy_dependencies_for: Cannot satisfy the following
dependencies for gcc-runtime-locale-fr:
| * gcc-runtime *
| * opkg_install_cmd: Cannot install package gcc-runtime-locale-fr.
| * satisfy_dependencies_for: Cannot satisfy the following
dependencies for gcc-runtime-locale-de:
| * gcc-runtime *
| * opkg_install_cmd: Cannot install package gcc-runtime-locale-de.
| ERROR: Function failed: do_rootfs (see
/home/andreas/tmp/oe-core-eglibc/work/overo-angstrom-linux-gnueabi/xfce-full-image-1.0-r0/temp/log.do_rootfs.18542
for further informatio
since I don't have gcc-runtime package
Andreas
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: do_rootfs fails
2012-07-31 11:01 ` Andreas Müller
@ 2012-07-31 11:21 ` Paul Eggleton
2012-07-31 11:34 ` Paul Eggleton
0 siblings, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2012-07-31 11:21 UTC (permalink / raw)
To: Andreas Müller; +Cc: openembedded-core
On Tuesday 31 July 2012 13:01:26 Andreas Müller wrote:
> Thanks that fixes first part but I still get
>
> | * satisfy_dependencies_for: Cannot satisfy the following
>
> dependencies for gcc-runtime-locale-fr:
> | * gcc-runtime *
> | * opkg_install_cmd: Cannot install package gcc-runtime-locale-fr.
> | * satisfy_dependencies_for: Cannot satisfy the following
>
> dependencies for gcc-runtime-locale-de:
> | * gcc-runtime *
> | * opkg_install_cmd: Cannot install package gcc-runtime-locale-de.
> |
> | ERROR: Function failed: do_rootfs (see
>
> /home/andreas/tmp/oe-core-eglibc/work/overo-angstrom-linux-gnueabi/xfce-full
> -image-1.0-r0/temp/log.do_rootfs.18542 for further informatio
>
> since I don't have gcc-runtime package
Unfortunately we have exposed a weakness - package.bbclass does not currently
handle when ${PN} is removed from PACKAGES and locale packages are still split
out - the (invalid) RDEPENDS on ${PN} still gets added.
I am testing a fix at the moment.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: do_rootfs fails
2012-07-31 11:21 ` Paul Eggleton
@ 2012-07-31 11:34 ` Paul Eggleton
0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggleton @ 2012-07-31 11:34 UTC (permalink / raw)
To: Andreas Müller; +Cc: openembedded-core
On Tuesday 31 July 2012 12:21:21 Paul Eggleton wrote:
> On Tuesday 31 July 2012 13:01:26 Andreas Müller wrote:
> > Thanks that fixes first part but I still get
> >
> > | * satisfy_dependencies_for: Cannot satisfy the following
> >
> > dependencies for gcc-runtime-locale-fr:
> > | * gcc-runtime *
> > | * opkg_install_cmd: Cannot install package gcc-runtime-locale-fr.
> > | * satisfy_dependencies_for: Cannot satisfy the following
> >
> > dependencies for gcc-runtime-locale-de:
> > | * gcc-runtime *
> > | * opkg_install_cmd: Cannot install package gcc-runtime-locale-de.
> > |
> > | ERROR: Function failed: do_rootfs (see
> >
> > /home/andreas/tmp/oe-core-eglibc/work/overo-angstrom-linux-gnueabi/xfce-fu
> > ll -image-1.0-r0/temp/log.do_rootfs.18542 for further informatio
> >
> > since I don't have gcc-runtime package
>
> Unfortunately we have exposed a weakness - package.bbclass does not
> currently handle when ${PN} is removed from PACKAGES and locale packages
> are still split out - the (invalid) RDEPENDS on ${PN} still gets added.
>
> I am testing a fix at the moment.
Fix worked for gcc-runtime and did not produce any changes with buildhistory
in other locale-producing packages, so I have just posted it.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-07-31 11:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31 10:37 do_rootfs fails Andreas Müller
2012-07-31 10:42 ` Martin Jansa
2012-07-31 11:01 ` Andreas Müller
2012-07-31 11:21 ` Paul Eggleton
2012-07-31 11:34 ` Paul Eggleton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox