On Thu, Feb 20, 2014 at 2:20 AM, Roelof Wobben <[email protected]> wrote: > Hello, > > I try to update Cinnamon. > But I see this output : > > ebuild cinnamon-2.0.14.ebuild manifest > * ERROR: gnome-extra/cinnamon-2.0.14::sabayon failed (depend phase): > * autotools.eclass could not be found by inherit() > * > * Call stack: > * ebuild.sh, line 545: Called source > '/usr/local/portage/gnome-extra/cinnamon/cinnamon-2.0.14.ebuild' > * cinnamon-2.0.14.ebuild, line 11: Called inherit 'autotools' 'eutils' > 'gnome2' 'multilib' 'pax-utils' 'python-single-r1' > * 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 > '=gnome-extra/cinnamon-2.0.14::sabayon'`, > * the complete build log and the output of `emerge -pqv > '=gnome-extra/cinnamon-2.0.14::sabayon'`. > * Working directory: '/usr/lib64/portage/pym' > * S: '/var/tmp/portage/gnome-extra/cinnamon-2.0.14/work/cinnamon-2.0.14' > > > I have setup my local repo at /usr/local/portage. >
You need to set up a layout.conf file in you local repository. This will instruct portage to use gentoo's eclasses for the ebuilds in your repo. http://wiki.gentoo.org/wiki/Repository_format/metadata/layout.conf
