Overlay icon indicating copy to clipboard operation
Overlay copied to clipboard

media-gfx/afdko - No supported implementation in PYTHON_COMPAT

Open dymn opened this issue 1 year ago • 0 comments

With eix-update i got error:

[1] «FireBurn» /var/db/repos/FireBurn (cache: parse|ebuild*3.0.24#metadata-md5#metadata-flat#assign)
     Category reading 104|177 ( 58): media-gfx… * ERROR: media-gfx/afdko-3.5.1::FireBurn failed (depend phase):
 *   No supported implementation in PYTHON_COMPAT.
 * 
 * Call stack:
 *                 ebuild.sh, line 628:  Called source '/var/db/repos/FireBurn/media-gfx/afdko/afdko-3.5.1.ebuild'
 *        afdko-3.5.1.ebuild, line   8:  Called inherit 'python-single-r1'
 *                 ebuild.sh, line 308:  Called __qa_source '/var/db/repos/gentoo/eclass/python-single-r1.eclass'
 *                 ebuild.sh, line 123:  Called source '/var/db/repos/gentoo/eclass/python-single-r1.eclass'
 *   python-single-r1.eclass, line 248:  Called _python_single_set_globals
 *   python-single-r1.eclass, line 193:  Called _python_set_impls
 *    python-utils-r1.eclass, line 178:  Called die
 * The specific snippet of code:
 *   		die "No supported implementation in PYTHON_COMPAT."
 * 
 * If you need support, post the output of `emerge --info '=media-gfx/afdko-3.5.1::FireBurn'`,
 * the complete build log and the output of `emerge -pqv '=media-gfx/afdko-3.5.1::FireBurn'`.
 * Working directory: '/usr/lib/python3.11/site-packages'
 * S: '/afdko-3.5.1'
 *

I think it's because of outdated python versions: $ cat /var/db/repos/FireBurn/media-gfx/afdko/afdko-3.5.1.ebuild | grep -i compat: PYTHON_COMPAT=( python3_{7,8,9} )

dymn avatar Aug 31 '23 17:08 dymn