Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913544 - sys-devel/kgcc64-11.3.0: eutils: EAPI 7 not supported
Summary: sys-devel/kgcc64-11.3.0: eutils: EAPI 7 not supported
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-03 08:35 UTC by Fabian Groffen
Modified: 2023-09-03 19:18 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Groffen gentoo-dev 2023-09-03 08:35:54 UTC
ecachegen barks:

 * ERROR: sys-devel/kgcc64-11.3.0::gentoo_prefix failed (depend phase):
 *   eutils: EAPI 7 not supported
 *
 * Call stack:
 *              ebuild.sh, line 628:  Called source
'/export/gentoo-rsync/master-rsync-tree/sys-devel/kgcc64/kgcc64-11.3.0.ebuild'
 *   kgcc64-11.3.0.ebuild, line  20:  Called inherit 'toolchain'
 *              ebuild.sh, line 308:  Called __qa_source
'/export/gentoo-rsync/master-rsync-tree/eclass/toolchain.eclass'
 *              ebuild.sh, line 123:  Called source
'/export/gentoo-rsync/master-rsync-tree/eclass/toolchain.eclass'
 *       toolchain.eclass, line  11:  Called inherit 'eutils'
 *              ebuild.sh, line 308:  Called __qa_source
'/export/gentoo-rsync/master-rsync-tree/eclass/eutils.eclass'
 *              ebuild.sh, line 123:  Called source
'/export/gentoo-rsync/master-rsync-tree/eclass/eutils.eclass'
 *          eutils.eclass, line  18:  Called die
 * The specific snippet of code:
 *      *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
 *
 * If you need support, post the output of `emerge --info
'=sys-devel/kgcc64-11.3.0::gentoo_prefix'`,
 * the complete build log and the output of `emerge -pqv
'=sys-devel/kgcc64-11.3.0::gentoo_prefix'`.
 * Working directory: '/usr/lib/python3.11/site-packages'
 * S: '/var/tmp/portage/sys-devel/kgcc64-11.3.0/work/kgcc64-11.3.0'
Error processing sys-devel/kgcc64-11.3.0, continuing...

I guess the ebuild needs removal or fixing to EAPI-8 or something.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-09-03 16:35:00 UTC
Are you sure this isn't caused by the toolchain.eclass in ::prefix?
Comment 2 Fabian Groffen gentoo-dev 2023-09-03 19:18:40 UTC
probably, the eclass caters for EAPI=7, closing, sorry for the noise