Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 702976

Summary: 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'
Product: Gentoo Linux Reporter: Mihai Moldovan <ionic>
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: normal CC: qt
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=720002
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 703284    
Attachments: build.log
Add missing targets to race condition workaround.

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(-)