Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 768315 - x11-misc/albert-0.17.2-r1 fails to compile with dev-lang/python-exec[-native-symlinks]
Summary: x11-misc/albert-0.17.2-r1 fails to compile with dev-lang/python-exec[-native-...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Quentin Retornaz
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: 762406
  Show dependency tree
 
Reported: 2021-02-02 07:30 UTC by Agostino Sarubbo
Modified: 2024-01-08 19:38 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,11.78 KB, text/plain)
2021-02-02 07:30 UTC, Agostino Sarubbo
Details
1-CMakeOutput.log (1-CMakeOutput.log,42.20 KB, text/plain)
2021-02-02 07:30 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-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".