You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
hsudbrock
added a commit
to hsudbrock/java-overlay
that referenced
this issue
Jan 6, 2021
… ebuild
The ebuild for baselayout-java in the main tree has received some patches,
including the migration from the no longer available fdo-mime eclass to
the xdg-utils eclass. Moreover, the source repository for baselayout-java
was migrated from SVN to GIT.
This commit, hence, switches the source ebuild in the Java overlay from
the SVN to the GIT repository, and applies the patches from the ebuild
in the main tree to the source ebuild in the Java overlay.
Closes: gentoo#48
Closes: https://bugs.gentoo.org/760474
Signed-off-by: Henning Sudbrock <[email protected]>
hsudbrock
added a commit
to hsudbrock/java-overlay
that referenced
this issue
Jan 6, 2021
… ebuild
The ebuild for baselayout-java in the main tree has received some patches,
including the migration from the no longer available fdo-mime eclass to
the xdg-utils eclass. Moreover, the source repository for baselayout-java
was migrated from SVN to GIT.
This commit, hence, switches the source ebuild in the Java overlay from
the SVN to the GIT repository, and applies the patches from the ebuild
in the main tree to the source ebuild in the Java overlay.
Closes: gentoo#48
Closes: https://bugs.gentoo.org/760474
Signed-off-by: Henning Sudbrock <[email protected]>
This (old) ebuild refers to non-existent (since a few weeks(?) eclass... Should be removed if not needed, or fixed.
The text was updated successfully, but these errors were encountered: