Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 774789 - dev-python/loky-2.9.0 fails tests
Summary: dev-python/loky-2.9.0 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-08 08:55 UTC by Agostino Sarubbo
Modified: 2021-03-08 12:35 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,29.06 KB, text/plain)
2021-03-08 08:55 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-03-08 08:55:37 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/loky-2.9.0 fails tests.
Discovered on: amd64 (internal ref: tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2021-03-08 08:55:39 UTC
Created attachment 689919 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-03-08 08:55:41 UTC
Possible context of error(s):

E   FileNotFoundError: [Errno 2] No such file or directory: b'liblibc.a'
E   FileNotFoundError: [Errno 2] No such file or directory: b'liblibc.a'
E   FileNotFoundError: [Errno 2] No such file or directory: b'liblibc.a'
E   FileNotFoundError: [Errno 2] No such file or directory: b'liblibc.a'
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-03-08 09:24:47 UTC
That's new.  I can reproduce.  Maybe a regression (or bugfix?) in dev-lang/python?
Comment 4 Larry the Git Cow gentoo-dev 2021-03-08 12:35:06 UTC
The bug has been closed via the following commit(s):

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

commit c1e7cd7d73a20d21e665797ac0531c7748128dad
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2021-03-08 10:08:17 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2021-03-08 12:35:00 +0000

    dev-python/loky: Fix tests with newer CPython
    
    Fix test failure with newer versions of CPython due to incorrect loading
    of libc via ctypes.
    
    Closes: https://bugs.gentoo.org/774789
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/loky/files/loky-2.9.0-libc.patch | 28 ++++++++++++++++++++++++++++
 dev-python/loky/loky-2.9.0.ebuild           |  6 +++++-
 2 files changed, 33 insertions(+), 1 deletion(-)