Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 768315

Summary: x11-misc/albert-0.17.2-r1 fails to compile with dev-lang/python-exec[-native-symlinks]
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Quentin Retornaz <gentoo>
Status: RESOLVED OBSOLETE    
Severity: normal CC: proxy-maint
Priority: Normal Keywords: PMASKED
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 762406    
Attachments: build.log
1-CMakeOutput.log

Description Agostino Sarubbo gentoo-dev 2021-02-02 07:30:02 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: x11-misc/albert-0.17.2 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-02-02 07:30:04 UTC
Created attachment 685497 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-02-02 07:30:05 UTC
Created attachment 685500 [details]
1-CMakeOutput.log

1-CMakeOutput.log
Comment 3 Agostino Sarubbo gentoo-dev 2021-02-02 07:30:08 UTC
Possible context of error(s):

  Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
Comment 4 Agostino Sarubbo gentoo-dev 2022-04-14 11:27:36 UTC
ci has reproduced this issue with version 0.17.2-r1 - Updating summary.
Comment 5 Quentin Retornaz 2022-04-14 13:35:03 UTC
Should I make the package depend on native symlinks?
Comment 6 Joonas Niilola gentoo-dev 2022-04-14 13:57:41 UTC
I imagine it's related to what I said in the PR, you may need to use some python eclass to build it. And take a look at what upstreams expects for finding python, i.e., it could be just as easy as defining PYTHON_EXECUTABLE with USE="+python".