Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 859454 - dev-util/muon-0_pre20220714 fails to compile: ImportError: cannot import name CLoader from yaml (unknown location)
Summary: dev-util/muon-0_pre20220714 fails to compile: ImportError: cannot import name...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Arsen Arsenović
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-07-20 07:05 UTC by Agostino Sarubbo
Modified: 2022-07-20 19:10 UTC (History)
2 users (show)

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


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

Issue: dev-util/muon-0_pre20220714 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-07-20 07:05:05 UTC
Created attachment 792470 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-07-20 07:05:06 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: subprojects/meson-docs/meson-reference.3 
ImportError: cannot import name 'CLoader' from 'yaml' (unknown location)
Run-time dependency bestline found: NO (tried pkgconfig and cmake)
Comment 3 Larry the Git Cow gentoo-dev 2022-07-20 19:10:44 UTC
The bug has been closed via the following commit(s):

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

commit a135f786f9666522f270bb989600d3e4f41eacbb
Author:     Arsen Arsenović <arsen@aarsen.me>
AuthorDate: 2022-07-20 11:16:57 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-20 19:10:09 +0000

    dev-util/muon: add pyyaml build-time dependency
    
    pyyaml (and it's CLoader) is required by genrefman when building the
    Meson reference
    
    Closes: https://bugs.gentoo.org/859454
    Closes: https://bugs.gentoo.org/859457
    Signed-off-by: Arsen Arsenović <arsen@aarsen.me>
    Closes: https://github.com/gentoo/gentoo/pull/26494
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/muon/muon-0_pre20220714.ebuild | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)