Jannis234 / jm-overlay

A portage overlay for gentoo users
14 stars 7 forks source link

`eclean distfiles` is reporting an error with app-pda/sachesi #22

Closed steeznson closed 3 years ago

steeznson commented 3 years ago

I believe this command verifies all packages in the overlay, even if they are not installed. eclean distfiles exits with an error:

 * Building file list for distfiles cleaning...
 * ERROR: app-pda/sachesi-2.0.4::jm-overlay failed (depend phase):
 *   EAPI=6 is not supported
 *
 * Call stack:
 *              ebuild.sh, line 609:  Called source '/var/db/repos/jm-overlay/app-pda/sachesi/sachesi-2.0.4.ebuild'
 *   sachesi-2.0.4.ebuild, line   6:  Called inherit 'qmake-utils' 'desktop'
 *              ebuild.sh, line 314:  Called __qa_source '/usr/portage/eclass/qmake-utils.eclass'
 *              ebuild.sh, line 112:  Called source '/usr/portage/eclass/qmake-utils.eclass'
 *     qmake-utils.eclass, line  22:  Called die
 * The specific snippet of code:
 *      *) die "EAPI=${EAPI:-0} is not supported" ;;
 *
 * If you need support, post the output of `emerge --info '=app-pda/sachesi-2.0.4::jm-overlay'`,
 * the complete build log and the output of `emerge -pqv '=app-pda/sachesi-2.0.4::jm-overlay'`.
 * Working directory: '/usr/lib/python3.8/site-packages'
 * S: '/var/tmp/portage/app-pda/sachesi-2.0.4/work/sachesi-2.0.4'
 * ERROR: app-pda/sachesi-2.0.3::jm-overlay failed (depend phase):
 *   EAPI=6 is not supported
 *
 * Call stack:
 *              ebuild.sh, line 609:  Called source '/var/db/repos/jm-overlay/app-pda/sachesi/sachesi-2.0.3.ebuild'
 *   sachesi-2.0.3.ebuild, line   6:  Called inherit 'qmake-utils' 'desktop'
 *              ebuild.sh, line 314:  Called __qa_source '/usr/portage/eclass/qmake-utils.eclass'
 *              ebuild.sh, line 112:  Called source '/usr/portage/eclass/qmake-utils.eclass'
 *     qmake-utils.eclass, line  22:  Called die
 * The specific snippet of code:
 *      *) die "EAPI=${EAPI:-0} is not supported" ;;
 *
 * If you need support, post the output of `emerge --info '=app-pda/sachesi-2.0.3::jm-overlay'`,
 * the complete build log and the output of `emerge -pqv '=app-pda/sachesi-2.0.3::jm-overlay'`.
 * Working directory: '/usr/lib/python3.8/site-packages'
 * S: '/var/tmp/portage/app-pda/sachesi-2.0.3/work/sachesi-2.0.3'
 * Your distfiles directory was already clean.
steeznson commented 3 years ago

In case it's relevant, I'm using sys-apps/portage-3.0.9 with profile [9] default/linux/amd64/17.1/desktop/plasma/systemd

Jannis234 commented 3 years ago

Looks like it was broken by a change in the upstream portage repository, should be fixed now.