Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938582 - app-i18n/opencc-1.1.7-r1 fails to compile with dev-lang/python-exec[-native-symlinks]
Summary: app-i18n/opencc-1.1.7-r1 fails to compile with dev-lang/python-exec[-native-s...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 762406 938578
  Show dependency tree
 
Reported: 2024-08-28 06:38 UTC by Agostino Sarubbo
Modified: 2024-09-16 11:30 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,58.81 KB, text/plain)
2024-08-28 06:38 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-08-28 06:38:29 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-i18n/opencc-1.1.7-r1 fails to compile with dev-lang/python-exec[-native-symlinks].
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0035
Comment 1 Agostino Sarubbo gentoo-dev 2024-08-28 06:38:30 UTC
CC'ing also the author of the commit (bd95d15e5a523b74cdc900b1ef66d1559b601fea)
Comment 2 Agostino Sarubbo gentoo-dev 2024-08-28 06:38:32 UTC
Created attachment 901402 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2024-08-28 06:38:34 UTC
Error(s) that match a know pattern:


  Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
Comment 4 Blacktea Hamburger 2024-08-28 10:17:04 UTC
This is caused by python-any-r1_pkg_setup not called with -python, however, it cannot be called because python-any-r1.eclass cannot be inherited along with python-single-r1.eclass (inherited by distutils-r1, which is required by python use flag), and conditional inherit is illegal.
Comment 5 Blacktea Hamburger 2024-09-16 11:30:10 UTC
We should have to allow inheriting python-any-r1.eclass and python-single-r1.eclass at the same time (at least with some settings) to fix this.