Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 802258 - pax-utils.eclass: add EAPI=8 support
Summary: pax-utils.eclass: add EAPI=8 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: The Gentoo Linux Hardened Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-15 09:33 UTC by Sergei Trofimovich (RETIRED)
Modified: 2021-07-17 07:56 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 Sergei Trofimovich (RETIRED) gentoo-dev 2021-07-15 09:33:07 UTC
Noticed when tried to extend the toochain.eclass to EAPI=8:

 * ERROR: sys-devel/gcc-12.0.0_pre9999::gentoo failed (depend phase):
 *   pax-utils: EAPI 8 not supported
 *
 * Call stack:
 *                   ebuild.sh, line 645:  Called source '/home/slyfox/portage/gentoo/sys-devel/gcc/gcc-12.0.0_pre9999.ebuild'
 *   gcc-12.0.0_pre9999.ebuild, line   9:  Called inherit 'toolchain'
 *                   ebuild.sh, line 329:  Called __qa_source '/home/slyfox/portage/gentoo/eclass/toolchain.eclass'
 *                   ebuild.sh, line 114:  Called source '/home/slyfox/portage/gentoo/eclass/toolchain.eclass'
 *            toolchain.eclass, line  12:  Called inherit 'flag-o-matic' 'gnuconfig' 'libtool' 'multilib' 'pax-utils' 'toolchain-funcs' 'prefix'
 *                   ebuild.sh, line 329:  Called __qa_source '/home/slyfox/portage/gentoo/eclass/pax-utils.eclass'
 *                   ebuild.sh, line 114:  Called source '/home/slyfox/portage/gentoo/eclass/pax-utils.eclass'
 *            pax-utils.eclass, line  26:  Called die
 * The specific snippet of code:
 *      *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2021-07-15 17:29:52 UTC
Sent https://archives.gentoo.org/gentoo-dev/message/028020852f5106aace2c69d3df42ae4c for review.
Comment 2 Larry the Git Cow gentoo-dev 2021-07-17 07:56:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b43bac4e545999e00c768bbcc908652eaf5502

commit 84b43bac4e545999e00c768bbcc908652eaf5502
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2021-07-15 09:56:43 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2021-07-17 07:56:02 +0000

    pax-utils.eclass: allow EAPI=8
    
    CC: hardened@gentoo.org
    Closes: https://bugs.gentoo.org/802258
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 eclass/pax-utils.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)