Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 663432 - media-fonts/terminus-font-4.46: python dependency missing
Summary: media-fonts/terminus-font-4.46: python dependency missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-08-12 09:17 UTC by Nuno Silva
Modified: 2019-10-23 13:20 UTC (History)
2 users (show)

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


Attachments
patch for terminus-font-4.46.ebuild (terminus-font-4.46.patch,376 bytes, patch)
2018-08-12 09:17 UTC, Nuno Silva
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nuno Silva 2018-08-12 09:17:06 UTC
Created attachment 543190 [details, diff]
patch for terminus-font-4.46.ebuild

media-fonts/terminus-font-4.46 requires python3 to build, but the ebuild does not have the proper dependencies and emerging fails with "No supported Python implementation installed." instead of pulling such a python implementation.

Adding ${PYTHON_DEPS} to DEPEND (and removing ${PYTHON_DEPEND}) fixes this, patch attached.
Comment 1 Dominique Michel 2019-01-07 05:59:58 UTC
Same issue with 4.47

It was also necessary to change PYTHON_COMPAT=( python3_{4,5,6,7} ) into
PYTHON_COMPAT=( python3_{5,6,7} )
Comment 2 Nuno Silva 2019-10-23 13:20:54 UTC
This has been fixed by mgorny in commit f3c04f38e8120d280d4e1fa3596314b532a649ca for versions 4.46, 4.47 and 4.48.