Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 507882 - app-portage/g-octave-0.4.1-r4 - g-octave.eclass could not be found by inherit()
Summary: app-portage/g-octave-0.4.1-r4 - g-octave.eclass could not be found by inherit()
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-17 08:24 UTC by Juergen Rose
Modified: 2020-12-21 09:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2014-04-17 08:24:28 UTC
'g-octave -v optiminterp' fails with:
...
oot@caiman:/home/rose/Txt/projects/VirenIdentifikation_WalterStoecklein/src(185)# 
root@caiman:/home/rose/Txt/projects/VirenIdentifikation_WalterStoecklein/src(185)# g-octave -v optiminterp
 * Creating ebuild: g-octave/optiminterp-0.3.3.ebuild
 * ERROR: g-octave/optiminterp-0.3.3::g-octave failed (depend phase):
 *   g-octave.eclass could not be found by inherit()
 * 
 * Call stack:
 *                  ebuild.sh, line 545:  Called source '/var/lib/g-octave/g-octave/optiminterp/optiminterp-0.3.3.ebuild'
 *   optiminterp-0.3.3.ebuild, line   9:  Called inherit 'g-octave'
 *                  ebuild.sh, line 257:  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 '=g-octave/optiminterp-0.3.3::g-octave'`,
 * the complete build log and the output of `emerge -pqv '=g-octave/optiminterp-0.3.3::g-octave'`.
 * Working directory: '/usr/lib64/portage/pym'
 * S: '/var/tmp/portage/g-octave/optiminterp-0.3.3/work/optiminterp-0.3.3'
 * Failed to create: g-octave/optiminterp-0.3.3.ebuild
 * Ebuild class error - Failed to create Manifest file!



root@caiman:/home/rose/Txt/projects/VirenIdentifikation_WalterStoecklein/src(187)# emerge --info '=g-octave/optiminterp-0.3.3::g-octave'

!!! 'g-octave/optiminterp' has a category that is not listed in /etc/portage/categories

!!! 'g-octave/optiminterp' has a category that is not listed in /etc/portage/categories

emerge: there are no ebuilds to satisfy "=g-octave/optiminterp-0.3.3::g-octave".

emerge: searching for similar names... nothing similar found.

root@caiman:/home/rose/Txt/projects/VirenIdentifikation_WalterStoecklein/src(189)# ll /var/lib/g-octave/g-octave/optiminterp/
total 8
-rw-r--r-- 1 root root 323 Apr 17 10:15 metadata.xml
-rw-r--r-- 1 root root 432 Apr 17 10:15 optiminterp-0.3.3.ebuild


root@caiman:/home/rose/Txt/projects/VirenIdentifikation_WalterStoecklein/src(190)# emerge -pvD octave

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

Calculating dependencies... done!
[ebuild   R    ] sci-mathematics/octave-3.8.1-r1:0/3.8.1  USE="X curl doc fftw glpk gnuplot hdf5 imagemagick java opengl postscript qhull qrupdate readline sparse zlib -gui -jit -static-libs" 0 kB



Reproducible: Always
Comment 1 Juergen Rose 2014-04-17 08:36:27 UTC
'g-octave -v control' fails with the same error.