Nikos Chantziaras <realnc <at> arcor.de> writes:
> With the new layman version, everything moved from
> /usr/portage/local/layman to /usr/local/portage/layman. You will need
> to either mv the directory or reconfigure to use the old location.
OK,
so I copied the old dir (cp -Rp) to:
/usr/local/porgage/laymen
and edited the /etc/make.conf to to this:
source /usr/local/portage/layman/make.conf
Then emerged layman to version 1.2.3
Last I can this file /usr/local/portage/layman/make.conf to:
PORTDIR_OVERLAY="
/usr/local/portage/layman/sunrise
$PORTDIR_OVERLAY
"
I still get the original error message about repo_name
However, adding to the package.keywords:
net-wireless/bluez
and then this
USE="consolekit" emerge -1 sys-auth/pambase
I was able to upgrade world.
However not when I issue:
update-eix, I get tons of errors about sunrise:
<snip>
Ebuild failed with status 1
Reading 94%
Could not properly execute
/usr/local/portage/layman/sunrise/x11-misc/sselp/sselp-9999.ebuild
Reading 94%/usr/lib64/portage/bin/ebuild.sh: line 1818:
/usr/local/portage/layman/sunrise/x11-misc/swarp/swarp-9999.ebuild: Permission
denied
*
* ERROR: x11-misc/swarp-9999 failed.
* Call stack:
* ebuild.sh, line 1879: Called _source_ebuild
* ebuild.sh, line 1818: Called die
* The specific snippet of code:
* source "${EBUILD}" || die "error sourcing ebuild"
* The die message:
* error sourcing ebuild
*
* If you need support, post the topmost build error, and the call stack if
relevant.
* This ebuild is from an overlay: '/usr/local/portage/layman/sunrise/'
further suggestions?
James