Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832220 - app-benchmarks/bootchart2-0.14.9 calls python directly (dev-lang/python-exec[-native-symlinks])
Summary: app-benchmarks/bootchart2-0.14.9 calls python directly (dev-lang/python-exec[...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 762406 832219
  Show dependency tree
 
Reported: 2022-01-28 15:52 UTC by Agostino Sarubbo
Modified: 2022-01-30 16:17 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,45.82 KB, text/plain)
2022-01-28 15:52 UTC, Agostino Sarubbo
Details
Rewritten with python-single-r1.eclass (bootchart2-0.14.9-r1.patch,2.42 KB, patch)
2022-01-29 21:27 UTC, Carlos
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-01-28 15:52:22 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-benchmarks/bootchart2-0.14.9 calls python directly (dev-lang/python-exec[-native-symlinks]).
Discovered on: amd64 (internal ref: ci)

NOTE:
Please take a look at the tracker bug for more info.
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-28 15:52:24 UTC
CC'ing also the author of the commit (8e37caa8b775fb233fdfb540f605bec6dc7b7534)
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-28 15:52:26 UTC
Created attachment 763828 [details]
build.log

build log and emerge --info
Comment 3 Carlos 2022-01-29 21:27:17 UTC
Created attachment 763918 [details, diff]
Rewritten with python-single-r1.eclass

This replaces the original Makefile's install script with one made from python-utils.eclass functions, which should work on systems without a python3 symlink.
Comment 4 Larry the Git Cow gentoo-dev 2022-01-30 16:17:30 UTC
The bug has been closed via the following commit(s):

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

commit df7e76bc57a1389c1fb23211157973e26aa24627
Author:     Florian Schmaus <flow@gentoo.org>
AuthorDate: 2022-01-30 16:13:29 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2022-01-30 16:17:04 +0000

    app-benchmarks/bootchart2: add 0.14.9-r1
    
    Bump to EAPI 8 and do not call python3 directly. Based on a patch by
    Carlos "capozotte" [1].
    
    1: https://bugs.gentoo.org/832220#c3
    
    Closes: https://bugs.gentoo.org/832220
    Closes: https://bugs.gentoo.org/832219
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 ...2-0.14.9.ebuild => bootchart2-0.14.9-r1.ebuild} | 37 +++++++++++++++-------
 1 file changed, 25 insertions(+), 12 deletions(-)