Perlovka / portage-overlay

Misc packages, not included into gentoo main tree
GNU General Public License v2.0
2 stars 1 forks source link

media-sound/apulse-9999::perlovka: EAPI=6 is not supported; cmake-multilib.eclass:45 #2

Closed triffid closed 3 years ago

triffid commented 3 years ago

No idea why this is suddenly showing up after today's sync when tons of packages in gentoo's tree are also EAPI=6, yet here we are..

Full portage output:

# emerge -avtDUu @world

These are the packages that would be merged, in reverse order:

Calculating dependencies                             * ERROR: media-sound/apulse-9999::perlovka failed (depend phase):
*   EAPI=6 is not supported
*
* Call stack:
*               ebuild.sh, line 609:  Called source '/var/db/repos/perlovka/media-sound/apulse/apulse-9999.ebuild'
*      apulse-9999.ebuild, line   6:  Called inherit 'multilib' 'cmake-multilib'
*               ebuild.sh, line 314:  Called __qa_source '/var/db/repos/gentoo/eclass/cmake-multilib.eclass'
*               ebuild.sh, line 112:  Called source '/var/db/repos/gentoo/eclass/cmake-multilib.eclass'
*   cmake-multilib.eclass, line  45:  Called die
* The specific snippet of code:
*      *) die "EAPI=${EAPI} is not supported" ;;
*
* If you need support, post the output of `emerge --info '=media-sound/apulse-9999::perlovka'`,
* the complete build log and the output of `emerge -pqv '=media-sound/apulse-9999::perlovka'`.
* Working directory: '/usr/lib/python3.8/site-packages'
* S: '/var/tmp/portage/media-sound/apulse-9999/work/apulse-9999'   

It seems like cmake-multilib.eclass has dropped support for EAPIs <7 I guess?

Perlovka commented 3 years ago

Oops, sorry @triffid I've completely missed this issue :| I'm not using this package anymore (moved to pipewire) and will drop it in the future. Let me know if you still need this to be fixed )

Perlovka commented 3 years ago

Fixed by https://github.com/Perlovka/portage-overlay/commit/e1a23884e6dc5d0f83bbfced408f3d96a39c3b42 We have recent version in gentoo tree.