Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 826350 - sys-libs/basu-0.2.0 fails to compile with dev-lang/python-exec[-native-symlinks]
Summary: sys-libs/basu-0.2.0 fails to compile with dev-lang/python-exec[-native-symlinks]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Arsen Arsenović
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 762406
  Show dependency tree
 
Reported: 2021-11-22 10:37 UTC by Agostino Sarubbo
Modified: 2021-11-23 14:38 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,108.85 KB, text/plain)
2021-11-22 10:37 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-11-22 10:37:48 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-libs/basu-0.2.0 fails to compile with 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 2021-11-22 10:37:51 UTC
Created attachment 755030 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-11-22 10:37:53 UTC
Error(s) that match a know pattern:


/usr/bin/env: ‘python3’: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-11-23 14:38:49 UTC
The bug has been closed via the following commit(s):

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

commit 21d47176912c8ac3e9d3605445592109ebaaf948
Author:     Arsen Arsenović <arsen@aarsen.me>
AuthorDate: 2021-11-22 12:05:33 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-11-23 14:38:39 +0000

    sys-libs/basu: fix builds with -native-symlinks
    
    A script in-tree relied on dev-lang/python-exec[native-symlinks], when
    this was not present, the script would fail to run
    
    Closes: https://bugs.gentoo.org/826350
    Signed-off-by: Arsen Arsenović <arsen@aarsen.me>
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-libs/basu/basu-0.2.0.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)