java-overlay icon indicating copy to clipboard operation
java-overlay copied to clipboard

sys-apps/baselayout-java-9999::java failed (depend phase) --> fdo-mime.eclass not found

Open thinrope opened this issue 5 years ago • 1 comments

This (old) ebuild refers to non-existent (since a few weeks(?) eclass... Should be removed if not needed, or fixed.

$ emerge -Datuvq --keep-going y @world
 * ERROR: sys-apps/baselayout-java-9999::java failed (depend phase):
 *   fdo-mime.eclass could not be found by inherit()
 * 
 * Call stack:
 *                     ebuild.sh, line 609:  Called source '/var/db/repos/java-overlay/sys-apps/baselayout-java/baselayout-java-9999.ebuild'
 *   baselayout-java-9999.ebuild, line   7:  Called inherit 'autotools' 'subversion' 'fdo-mime' 'gnome2-utils'
 *                     ebuild.sh, line 290:  Called die
 * The specific snippet of code:
 *   		[[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
 * 
 * If you need support, post the output of `emerge --info '=sys-apps/baselayout-java-9999::java'`,
 * the complete build log and the output of `emerge -pqv '=sys-apps/baselayout-java-9999::java'`.
 * Working directory: '/usr/lib/python3.7/site-packages'
 * S: '/tmp/portage/sys-apps/baselayout-java-9999/work/baselayout-java-9999'

thinrope avatar Dec 24 '20 16:12 thinrope

fixed with https://github.com/gentoo/java-overlay/commit/f86680ac4918e2ef986ba518d5b78028153a3907

jospezial avatar Feb 05 '21 04:02 jospezial