* no package provides python3-gdbm ???
@ 2015-06-01 17:08 Neuer User
2015-06-02 6:50 ` [python3][bug] " Neuer User
0 siblings, 1 reply; 3+ messages in thread
From: Neuer User @ 2015-06-01 17:08 UTC (permalink / raw)
To: openembedded-devel
Got a new error during do_rootfs on fido:
ERROR: Unable to install packages. Command
'/home/ubuntu/yocto1.8/build/tmp/sysroots/i686-linux/usr/bin/smart
--quiet
--data-dir=/home/ubuntu/yocto1.8/build/tmp/work/cubox_i-poky-linux-gnueabi/image-omnisonix/1.0-r0/rootfs/var/lib/smart
install -y packagegroup-omnisonix-graphics@all
psplash@cortexa9hf_vfp_neon run-postinsts@all
packagegroup-omnisonix-core@all packagegroup-core-ssh-openssh@all
packagegroup-omnisonix-apps@all packagegroup-omnisonix-audio@all
packagegroup-base-extended@cubox_i packagegroup-core-boot@cubox_i
locale-base-en-us@cortexa9hf_vfp_neon
locale-base-en-gb@cortexa9hf_vfp_neon' returned 1:
error: Can't install python3-modules-3.3.3-r1.0@cortexa9hf_vfp_neon: no
package provides python3-gdbm
ERROR: Function failed: do_rootfs
Haven't had that on daisy. Has anything changed? A new dependency of
python3 (python3-gdbm)? Or a missing package?
Thanks for any ideas.
Michael
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [python3][bug] no package provides python3-gdbm ???
2015-06-01 17:08 no package provides python3-gdbm ??? Neuer User
@ 2015-06-02 6:50 ` Neuer User
2015-06-02 8:15 ` Neuer User
0 siblings, 1 reply; 3+ messages in thread
From: Neuer User @ 2015-06-02 6:50 UTC (permalink / raw)
To: openembedded-devel
It seems there is a bug in fido, It does not provide python3-gdbm. I
just checked my old daisy install and that does indeed provide python3-gdbm.
Is there a bug tracker somewhere? Is this an OE issue or a yocto distro
issue?
Last not least, how can I solve this?
Regards
Michael
Am 01.06.2015 um 19:08 schrieb Neuer User:
> Got a new error during do_rootfs on fido:
>
> ERROR: Unable to install packages. Command
> '/home/ubuntu/yocto1.8/build/tmp/sysroots/i686-linux/usr/bin/smart
> --quiet
> --data-dir=/home/ubuntu/yocto1.8/build/tmp/work/cubox_i-poky-linux-gnueabi/image-omnisonix/1.0-r0/rootfs/var/lib/smart
> install -y packagegroup-omnisonix-graphics@all
> psplash@cortexa9hf_vfp_neon run-postinsts@all
> packagegroup-omnisonix-core@all packagegroup-core-ssh-openssh@all
> packagegroup-omnisonix-apps@all packagegroup-omnisonix-audio@all
> packagegroup-base-extended@cubox_i packagegroup-core-boot@cubox_i
> locale-base-en-us@cortexa9hf_vfp_neon
> locale-base-en-gb@cortexa9hf_vfp_neon' returned 1:
> error: Can't install python3-modules-3.3.3-r1.0@cortexa9hf_vfp_neon: no
> package provides python3-gdbm
>
>
> ERROR: Function failed: do_rootfs
>
>
> Haven't had that on daisy. Has anything changed? A new dependency of
> python3 (python3-gdbm)? Or a missing package?
>
> Thanks for any ideas.
>
> Michael
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [python3][bug] no package provides python3-gdbm ???
2015-06-02 6:50 ` [python3][bug] " Neuer User
@ 2015-06-02 8:15 ` Neuer User
0 siblings, 0 replies; 3+ messages in thread
From: Neuer User @ 2015-06-02 8:15 UTC (permalink / raw)
To: openembedded-devel
Ok, I have found the bug and fix and backported it to fido.
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=63a409ae683236591f19e3c553e11c35aff84128
Am 02.06.2015 um 08:50 schrieb Neuer User:
> It seems there is a bug in fido, It does not provide python3-gdbm. I
> just checked my old daisy install and that does indeed provide python3-gdbm.
>
> Is there a bug tracker somewhere? Is this an OE issue or a yocto distro
> issue?
>
> Last not least, how can I solve this?
>
> Regards
>
> Michael
>
> Am 01.06.2015 um 19:08 schrieb Neuer User:
>> Got a new error during do_rootfs on fido:
>>
>> ERROR: Unable to install packages. Command
>> '/home/ubuntu/yocto1.8/build/tmp/sysroots/i686-linux/usr/bin/smart
>> --quiet
>> --data-dir=/home/ubuntu/yocto1.8/build/tmp/work/cubox_i-poky-linux-gnueabi/image-omnisonix/1.0-r0/rootfs/var/lib/smart
>> install -y packagegroup-omnisonix-graphics@all
>> psplash@cortexa9hf_vfp_neon run-postinsts@all
>> packagegroup-omnisonix-core@all packagegroup-core-ssh-openssh@all
>> packagegroup-omnisonix-apps@all packagegroup-omnisonix-audio@all
>> packagegroup-base-extended@cubox_i packagegroup-core-boot@cubox_i
>> locale-base-en-us@cortexa9hf_vfp_neon
>> locale-base-en-gb@cortexa9hf_vfp_neon' returned 1:
>> error: Can't install python3-modules-3.3.3-r1.0@cortexa9hf_vfp_neon: no
>> package provides python3-gdbm
>>
>>
>> ERROR: Function failed: do_rootfs
>>
>>
>> Haven't had that on daisy. Has anything changed? A new dependency of
>> python3 (python3-gdbm)? Or a missing package?
>>
>> Thanks for any ideas.
>>
>> Michael
>>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-06-02 8:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-01 17:08 no package provides python3-gdbm ??? Neuer User
2015-06-02 6:50 ` [python3][bug] " Neuer User
2015-06-02 8:15 ` Neuer User
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.