generic-poky/meta/recipes-connectivity/telepathy
Robert Yang c68888f762 telepathy-mission-control: do_compile failed (race issue)
There might be an error when parallel build:

[snip]
Traceback (most recent call last):
  File "/path/to/tools/glib-gtypes-generator.py", line 304, in <module>
    GTypesGenerator(dom, argv[1], argv[2])()
  File "/path/to/tools/glib-gtypes-generator.py", line 295, in __call__
    file_set_contents(self.output + '.h', ''.join(self.header))
  File "/path/to/tools/libtpcodegen.py", line 42, in file_set_contents
    os.rename(filename + '.tmp', filename)
OSError: [Errno 2] No such file or directory
[snip]

This is a race issue, the _gen/gtypes.h and _gen/gtypes-body.h may
write(remove/rename) _gen/gtypes.tmp at the same time, then there would
be the error.

There was a similar bug in telepathy-glib which was already fixed, we use the
similar patch to fix it here.

[YOCTO #5184]

(From OE-Core rev: b0f81f460cf96798d79d72da7a3246c321caf654)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-24 17:24:12 +01:00
..
libtelepathy recipes: add Upstream-Status for multiple recipes 2011-05-13 10:28:59 +01:00
telepathy-idle-0.1.16 telepathy-idle: upgrade to v0.1.16 2013-08-06 12:39:54 +01:00
telepathy-mission-control telepathy-mission-control: do_compile failed (race issue) 2013-09-24 17:24:12 +01:00
telepathy-python-0.15.19 telepathy-python: fix build with automake 1.12 2012-07-17 10:54:05 +01:00
libtelepathy_0.3.3.bb (lib)telepathy*: add missing dependency on libxslt-native 2013-07-10 09:41:57 +01:00
telepathy-glib_0.20.4.bb telepathy-glib: upgrade to v0.20.4 2013-08-06 12:39:58 +01:00
telepathy-idle_0.1.16.bb telepathy-idle: upgrade to v0.1.16 2013-08-06 12:39:54 +01:00
telepathy-mission-control_5.15.0.bb telepathy-mission-control: do_compile failed (race issue) 2013-09-24 17:24:12 +01:00
telepathy-python_0.15.19.bb (lib)telepathy*: add missing dependency on libxslt-native 2013-07-10 09:41:57 +01:00