* Hob still can not launch in build-appliance with 1.4.3 rc4
@ 2014-03-20 6:10 Yi Zhao
2014-03-20 9:57 ` Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Yi Zhao @ 2014-03-20 6:10 UTC (permalink / raw)
To: Yocto discussion list; +Cc: Eggleton, Paul, Wold, Saul
Hi all,
With 1.4.3 rc4 build, the hob still can not launch in build-appliance.
Looks it still miss python module. I already reopened bug 5941 .
Here is the error message:
** (process:672): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
** (process:672): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
** (process:672): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
Traceback (most recent call last):
File "/home/builder/poky/bitbake/bin/bitbake", line 352, in <module>
ret = main()
File "/home/builder/poky/bitbake/bin/bitbake", line 301, in main
server = start_server(servermodule, configParams, configuration)
File "/home/builder/poky/bitbake/bin/bitbake", line 213, in start_server
server.initServer()
File "/home/builder/poky/bitbake/lib/bb/server/process.py", line 221, in initServer
self.serverImpl = ProcessServer(self.server_channel, self.event_queue, None)
File "/home/builder/poky/bitbake/lib/bb/server/process.py", line 91, in __init__
self.event_handle = multiprocessing.Value("i")
File "/usr/lib/python2.7/multiprocessing/__init__.py", line 252, in Value
from multiprocessing.sharedctypes import Value
File "/usr/lib/python2.7/multiprocessing/sharedctypes.py", line 39, in <module>
from multiprocessing import heap, RLock
File "/usr/lib/python2.7/multiprocessing/heap.py", line 36, in <module>
import mmap
ImportError: No module named mmap
DEBUG: Removed the following variables from the environment: USERNAME, SUDO_COMMAND, SUDO_GID, TZ, BUILDDIR, PSEUDO_LOCALSTATEDIR, SHLVL, SUDO_UID, PSEUDO_PREFIX, PSEUDO_LIBDIR, MAIL, SUDO_USER, DISPLAY, _
Yi
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Hob still can not launch in build-appliance with 1.4.3 rc4
2014-03-20 6:10 Hob still can not launch in build-appliance with 1.4.3 rc4 Yi Zhao
@ 2014-03-20 9:57 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2014-03-20 9:57 UTC (permalink / raw)
To: Yi Zhao; +Cc: Yocto discussion list, Wold, Saul
On Thursday 20 March 2014 14:10:27 Yi Zhao wrote:
> With 1.4.3 rc4 build, the hob still can not launch in build-appliance.
> Looks it still miss python module. I already reopened bug 5941 .
> Here is the error message:
>
> ** (process:672): WARNING **: Trying to register gtype 'GMountMountFlags' as
> enum when in fact it is of type 'GFlags'
>
> ** (process:672): WARNING **: Trying to register gtype 'GDriveStartFlags' as
> enum when in fact it is of type 'GFlags'
>
> ** (process:672): WARNING **: Trying to register gtype 'GSocketMsgFlags' as
> enum when in fact it is of type 'GFlags' Traceback (most recent call last):
> File "/home/builder/poky/bitbake/bin/bitbake", line 352, in <module>
> ret = main()
> File "/home/builder/poky/bitbake/bin/bitbake", line 301, in main
> server = start_server(servermodule, configParams, configuration)
> File "/home/builder/poky/bitbake/bin/bitbake", line 213, in start_server
> server.initServer()
> File "/home/builder/poky/bitbake/lib/bb/server/process.py", line 221, in
> initServer self.serverImpl = ProcessServer(self.server_channel,
> self.event_queue, None) File
> "/home/builder/poky/bitbake/lib/bb/server/process.py", line 91, in __init__
> self.event_handle = multiprocessing.Value("i")
> File "/usr/lib/python2.7/multiprocessing/__init__.py", line 252, in Value
> from multiprocessing.sharedctypes import Value
> File "/usr/lib/python2.7/multiprocessing/sharedctypes.py", line 39, in
> <module> from multiprocessing import heap, RLock
> File "/usr/lib/python2.7/multiprocessing/heap.py", line 36, in <module>
> import mmap
> ImportError: No module named mmap
:(
I'd love to know what changed such that this worked in 1.4.2 and earlier and
not in 1.4.3, but at the moment I can't see it. I can certainly see where
python-mmap was added in dora and master, so I can backport that fix.
(FWIW I did try to test build this before handing it back to you guys, but my
machine ran out of disk space trying to build the build appliance.)
Cheers,
Paul
---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-20 9:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-20 6:10 Hob still can not launch in build-appliance with 1.4.3 rc4 Yi Zhao
2014-03-20 9:57 ` Paul Eggleton
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.