Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thinrope opened this issue Dec 24, 2020 · 1 comment

Comments

@thinrope
Copy link

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'
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]>
@jospezial
Copy link

fixed with f86680a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants