Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 702976 - dev-python/PyQt5-5.13.2 : FileNotFoundError: [Errno 2] No such file or directory: '/tmp/portage/dev-python/PyQt5-5.13.2/image/PyQt5_tmp_root/usr/lib64/python3.6/site-packages/PyQt5/QtWebKitWidgets.pyi'
Summary: dev-python/PyQt5-5.13.2 : FileNotFoundError: [Errno 2] No such file or direct...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: 703284
  Show dependency tree
 
Reported: 2019-12-15 08:06 UTC by Mihai Moldovan
Modified: 2020-04-29 20:04 UTC (History)
1 user (show)

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


Attachments
build.log (1576392348-install-dev-python_PyQt5-5.13.2:0::gentoo.out.xz,44.11 KB, application/x-xz)
2019-12-15 08:06 UTC, Mihai Moldovan
Details
Add missing targets to race condition workaround. (PyQt5.patch,1010 bytes, patch)
2019-12-15 08:49 UTC, Mihai Moldovan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mihai Moldovan 2019-12-15 08:06:26 UTC
Created attachment 599566 [details]
build.log

Summary amended for portage users.

Race condition. We basically have to backport the same fix from #684796.

Easy to do. Patch follows.
Comment 1 Mihai Moldovan 2019-12-15 08:49:06 UTC
Created attachment 599568 [details, diff]
Add missing targets to race condition workaround.

Note that this package does not generate pep484 type stubs for Python 2.x builds, so we have to make one target conditional.
Comment 2 Larry the Git Cow gentoo-dev 2019-12-23 01:50:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ebe2cd61f1b74f567fad206980baa81c68b837

commit 01ebe2cd61f1b74f567fad206980baa81c68b837
Author:     Mihai Moldovan <ionic@ionic.de>
AuthorDate: 2019-12-23 01:47:45 +0000
Commit:     Davide Pesavento <pesa@gentoo.org>
CommitDate: 2019-12-23 01:48:48 +0000

    dev-python/PyQt5: more complete fix for parallel install failure
    
    Closes: https://bugs.gentoo.org/702976
    Package-Manager: Portage-2.3.82, Repoman-2.3.20
    Signed-off-by: Davide Pesavento <pesa@gentoo.org>

 dev-python/PyQt5/PyQt5-5.13.2.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)