Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 309877 - x11 overlay: xorg-2.eclass could not be found by inherit()
Summary: x11 overlay: xorg-2.eclass could not be found by inherit()
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-16 23:55 UTC by Martin Mokrejš
Modified: 2010-03-23 21:58 UTC (History)
0 users

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 Martin Mokrejš 2010-03-16 23:55:59 UTC
I just added an x11 overlay through "layman -a x11" and this started to give me weird errors when emerge is used.


# emerge -s xorg-server
Searching...   / * ERROR: x11-base/xorg-server-9999 failed:
 *   xorg-2.eclass could not be found by inherit()
 * 
 * Call stack:
 *                 ebuild.sh, line 1876:  Called source '/usr/local/portage/layman/x11/x11-base/xorg-server/xorg-server-9999.ebuild'
 *   xorg-server-9999.ebuild, line    6:  Called inherit 'xorg-2' 'multilib' 'versionator'
 *                 ebuild.sh, line 1292:  Called die
 * The specific snippet of code:
 *              [ ! -e "$location" ] && die "${1}.eclass could not be found by inherit()"
 * 
 * If you need support, post the output of 'emerge --info =x11-base/xorg-server-9999',
 * the complete build log and the output of 'emerge -pqv =x11-base/xorg-server-9999'.
 * This ebuild is from an overlay: '/usr/local/portage/layman/x11/'
 * S: '/var/tmp/portage/x11-base/xorg-server-9999/work/xorg-server-9999'                                                                                                                                                              
[ Results for search key : xorg-server ]
[ Applications found : 1 ]

*  x11-base/xorg-server
      Latest version available: 1.7.5
      Latest version installed: 1.7.5
      Size of files: 4,811 kB
      Homepage:      http://xorg.freedesktop.org/
      Description:   X.Org X servers
      License:       MIT

#
Comment 1 Chí-Thanh Christopher Nguyễn gentoo-dev 2010-03-23 21:58:46 UTC
The xorg-2 eclass is in portage since 2010-03-14. Run emerge --sync again.