Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834567 - dev-python/build-0.7.0 fails tests on MUSL
Summary: dev-python/build-0.7.0 fails tests on MUSL
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: 2022-03-04 08:49 UTC by Agostino Sarubbo
Modified: 2022-06-09 20:13 UTC (History)
0 users

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


Attachments
build.log (build.log,90.72 KB, text/plain)
2022-03-04 08:49 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 2022-03-04 08:49:48 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/build-0.7.0 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-03-04 08:49:51 UTC
Created attachment 766219 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-03-04 08:49:51 UTC
Error(s) that match a know pattern:


    TOMLDecodeError: Type[Exception]
    except ModuleNotFoundError:  # pragma: no cover
E       ModuleNotFoundError: No module named 'toml'
E       ModuleNotFoundError: import of tomli halted; None in sys.modules
Comment 3 Larry the Git Cow gentoo-dev 2022-06-09 20:13:02 UTC
The bug has been closed via the following commit(s):

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

commit cee57769a1eed4219aa95d01bf19f749ab0a0a25
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2022-06-09 19:57:06 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-06-09 20:12:59 +0000

    dev-python/build: Skip a test that requires dev-python/toml
    
    Closes: https://bugs.gentoo.org/834567
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/build/build-0.7.0-r1.ebuild | 3 +++
 dev-python/build/build-0.8.0.ebuild    | 3 +++
 2 files changed, 6 insertions(+)