Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934969 - dev-util/roctracer-6.1.1 fails to compile: ModuleNotFoundError: No module named CppHeaderParser
Summary: dev-util/roctracer-6.1.1 fails to compile: ModuleNotFoundError: No module nam...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-06-26 12:09 UTC by Agostino Sarubbo
Modified: 2024-06-27 01:25 UTC (History)
5 users (show)

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


Attachments
build.log (build.log,61.16 KB, text/plain)
2024-06-26 12:09 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 2024-06-26 12:09:25 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/roctracer-6.1.1 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-06-26 12:09:27 UTC
Created attachment 896454 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-06-26 12:10:06 UTC
FTR: -native-symlink build
Comment 3 Paul Zander 2024-06-26 13:16:00 UTC
peculiar: 

- https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-util/roctracer/roctracer-6.1.1.ebuild#n30 

- dev-python/CppHeaderParser-2.7.4-r1:0 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12

- -- Found Python3: /usr/bin/python3.13 (found version "3.13.0") found components: Interpreter
Comment 4 Larry the Git Cow gentoo-dev 2024-06-27 01:25:52 UTC
The bug has been closed via the following commit(s):

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

commit 8c5386403a9a166230b29924b19568d5140ca9be
Author:     Sv. Lockal <lockalsash@gmail.com>
AuthorDate: 2024-06-26 13:09:22 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-06-27 01:24:13 +0000

    dev-util/roctracer: bugfixes for 6.1.1
    
    * specify python executable for cmake, otherwise it uses latest
    * remove -Werror from hardcoded flags
    * enable py3.13
    
    Closes: https://bugs.gentoo.org/934969
    Closes: https://bugs.gentoo.org/892732
    Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/37310
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/roctracer/roctracer-6.1.1.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)