Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 288191 - dev-python/telepathy-python-0.15.12 fails to emerge (parallelism issue)
Summary: dev-python/telepathy-python-0.15.12 fails to emerge (parallelism issue)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Piotr Jaroszyński (RETIRED)
URL: https://bugs.freedesktop.org/show_bug...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-08 11:49 UTC by 404 Error
Modified: 2010-07-31 11:27 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,3.98 KB, text/plain)
2009-10-08 11:50 UTC, 404 Error
Details
Force MAKEOPTS to include -j1 (dont-make-in-parallel.patch,334 bytes, patch)
2009-11-15 07:50 UTC, Kobboi
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description 404 Error 2009-10-08 11:49:43 UTC
When emerged with -j9 (should also happen for other values as well) :

/bin/sh: _generated/__init__.py: No such file or directory
make[1]: *** [_generated/__init__.py] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/dev-python/telepathy-python-0.15.12/work/telepathy-python-0.15.12/src'
make: *** [all-recursive] Error 1



Reproducible: Always

Steps to Reproduce:




MAKEOPTS="-j1" solves the issue.
Comment 1 404 Error 2009-10-08 11:50:34 UTC
Created attachment 206431 [details]
build.log
Comment 2 Kobboi 2009-11-15 07:25:49 UTC
I can confirm issue and solution.
Comment 3 Kobboi 2009-11-15 07:50:15 UTC
Created attachment 210302 [details, diff]
Force MAKEOPTS to include -j1
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-12-13 13:31:50 UTC
-j1 is no solution, but yes this should be worked around or fixed (I might as well just fix it, seems trivial enough, but given I have no idea how upstream is compared to us… :/).
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-12-13 14:05:32 UTC
I'll add -j1 for the current in-tree version since autotools rebuild would probably take more than the parallel make will solve.

On the other hand the next version will probably be fixed so I'll leave the bug open to avoid forgetting that.
Comment 6 Pacho Ramos gentoo-dev 2010-07-31 11:27:19 UTC
Fixed since 0.15.13