* HOB: which host packages are needed
@ 2011-12-26 4:23 Liu Ting-B28495
2011-12-26 6:25 ` Xu, Dongxiao
2011-12-26 14:43 ` Wang, Shane
0 siblings, 2 replies; 4+ messages in thread
From: Liu Ting-B28495 @ 2011-12-26 4:23 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org; +Cc: Zang Roy-R61911
[-- Attachment #1: Type: text/plain, Size: 1347 bytes --]
Hi all,
We try to use poky in FC9. When trying to use HOB, the following ImportError appeared:
NOTE: Running setscene task 18 of 18 (/home/roy/CVS/poky/meta/recipes-devtools/quilt/quilt-native_0.48.bbo_populate_sysroot_setscene)
NOTE: package quilt-native-0.48-r0: task do_populate_sysroot_setscene: Started
NOTE: package quilt-native-0.48-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 126 tasks of which 126 didn't need to be rerun and 0 failed.
Traceback (most recent call last):
File "/home/roy/CVS/poky/bitbake/bin/bitbake", line 238, in <module>
ret = main()
File "/home/roy/CVS/poky/bitbake/bin/bitbake", line 173, in main
ui_main = get_ui(configuration)
File "/home/roy/CVS/poky/bitbake/bin/bitbake", line 68, in get_ui
module = __import__("bb.ui", fromlist = [interface])
File "/home/roy/CVS/poky/bitbake/lib/bb/ui/hob.py", line 21, in <module>
import glib
ImportError: No module named glib
We installed python 2.6 from the source since the version 2.5 was shipped with FC9.
My question is:
(1) Besides the glib module, what else is needed?
(2) Is there a list of distro that hob was tested on, or which host packages are needed to run "hob"?
Any help will be appreciated. Thanks.
Best Regards,
Ting
[-- Attachment #2: Type: text/html, Size: 12211 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: HOB: which host packages are needed
2011-12-26 4:23 HOB: which host packages are needed Liu Ting-B28495
@ 2011-12-26 6:25 ` Xu, Dongxiao
2011-12-26 14:43 ` Wang, Shane
1 sibling, 0 replies; 4+ messages in thread
From: Xu, Dongxiao @ 2011-12-26 6:25 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Zang Roy-R61911
[-- Attachment #1: Type: text/plain, Size: 1790 bytes --]
Could you install the following packages in your host and have a try again?
python
python-pygobject
pygtk
Thanks,
Dongxiao
From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Liu Ting-B28495
Sent: Monday, December 26, 2011 12:23 PM
To: openembedded-core@lists.openembedded.org
Cc: Zang Roy-R61911
Subject: [OE-core] HOB: which host packages are needed
Hi all,
We try to use poky in FC9. When trying to use HOB, the following ImportError appeared:
NOTE: Running setscene task 18 of 18 (/home/roy/CVS/poky/meta/recipes-devtools/quilt/quilt-native_0.48.bbo_populate_sysroot_setscene)
NOTE: package quilt-native-0.48-r0: task do_populate_sysroot_setscene: Started
NOTE: package quilt-native-0.48-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 126 tasks of which 126 didn't need to be rerun and 0 failed.
Traceback (most recent call last):
File "/home/roy/CVS/poky/bitbake/bin/bitbake", line 238, in <module>
ret = main()
File "/home/roy/CVS/poky/bitbake/bin/bitbake", line 173, in main
ui_main = get_ui(configuration)
File "/home/roy/CVS/poky/bitbake/bin/bitbake", line 68, in get_ui
module = __import__("bb.ui", fromlist = [interface])
File "/home/roy/CVS/poky/bitbake/lib/bb/ui/hob.py", line 21, in <module>
import glib
ImportError: No module named glib
We installed python 2.6 from the source since the version 2.5 was shipped with FC9.
My question is:
(1) Besides the glib module, what else is needed?
(2) Is there a list of distro that hob was tested on, or which host packages are needed to run "hob"?
Any help will be appreciated. Thanks.
Best Regards,
Ting
[-- Attachment #2: Type: text/html, Size: 13578 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: HOB: which host packages are needed
2011-12-26 4:23 HOB: which host packages are needed Liu Ting-B28495
2011-12-26 6:25 ` Xu, Dongxiao
@ 2011-12-26 14:43 ` Wang, Shane
2011-12-28 19:53 ` Joshua Lock
1 sibling, 1 reply; 4+ messages in thread
From: Wang, Shane @ 2011-12-26 14:43 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Zang Roy-R61911
[-- Attachment #1: Type: text/plain, Size: 1832 bytes --]
(1) Is there a list of distro that hob was tested on, or which host packages are needed to run "hob"?
HOB has been tested on Ubuntu 11.04 and opensuse 11.4.
--
Shane
From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Liu Ting-B28495
Sent: Monday, December 26, 2011 12:23 PM
To: openembedded-core@lists.openembedded.org
Cc: Zang Roy-R61911
Subject: [OE-core] HOB: which host packages are needed
Hi all,
We try to use poky in FC9. When trying to use HOB, the following ImportError appeared:
NOTE: Running setscene task 18 of 18 (/home/roy/CVS/poky/meta/recipes-devtools/quilt/quilt-native_0.48.bbo_populate_sysroot_setscene)
NOTE: package quilt-native-0.48-r0: task do_populate_sysroot_setscene: Started
NOTE: package quilt-native-0.48-r0: task do_populate_sysroot_setscene: Succeeded
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 126 tasks of which 126 didn't need to be rerun and 0 failed.
Traceback (most recent call last):
File "/home/roy/CVS/poky/bitbake/bin/bitbake", line 238, in <module>
ret = main()
File "/home/roy/CVS/poky/bitbake/bin/bitbake", line 173, in main
ui_main = get_ui(configuration)
File "/home/roy/CVS/poky/bitbake/bin/bitbake", line 68, in get_ui
module = __import__("bb.ui", fromlist = [interface])
File "/home/roy/CVS/poky/bitbake/lib/bb/ui/hob.py", line 21, in <module>
import glib
ImportError: No module named glib
We installed python 2.6 from the source since the version 2.5 was shipped with FC9.
My question is:
(2) Besides the glib module, what else is needed?
(3) Is there a list of distro that hob was tested on, or which host packages are needed to run "hob"?
Any help will be appreciated. Thanks.
Best Regards,
Ting
[-- Attachment #2: Type: text/html, Size: 16137 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: HOB: which host packages are needed
2011-12-26 14:43 ` Wang, Shane
@ 2011-12-28 19:53 ` Joshua Lock
0 siblings, 0 replies; 4+ messages in thread
From: Joshua Lock @ 2011-12-28 19:53 UTC (permalink / raw)
To: openembedded-core
On 26/12/11 06:43, Wang, Shane wrote:
> (1)Is there a list of distro that hob was tested on, or which host
> packages are needed to run “hob”?
>
> HOB has been tested on Ubuntu 11.04 and opensuse 11.4.
And Fedora 15 and 16.
QA tests current and current-1 versions of Fedora, Ubuntu and OpenSUSE.
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-28 20:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-26 4:23 HOB: which host packages are needed Liu Ting-B28495
2011-12-26 6:25 ` Xu, Dongxiao
2011-12-26 14:43 ` Wang, Shane
2011-12-28 19:53 ` Joshua Lock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox