Gentoo Archives: gentoo-alt

From: Matthias Gerstner <mgerstner@××××.de>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] bootstrap-prefix.sh / bootstrap-rap.sh failing on OpenSUSE Leap
Date: Wed, 16 Nov 2016 15:23:36
Message-Id: 20161116152326.GB4770@f195.suse.de
In Reply to: Re: [gentoo-alt] bootstrap-prefix.sh / bootstrap-rap.sh failing on OpenSUSE Leap by Matthias Gerstner
1 I think I found the cause of the trouble:
2
3 The group id used comes a long way ... in
4
5 ${EPREFIX}/usr/lib64/python3.4/site-packages/portage/data.py function _init(settings)
6
7 a global variable '_portage_grpname' is initialized from a settings
8 variable 'PORTAGE_GRPNAME' which is setup in
9
10 ${EPREFIX}/usr/lib64/python3.4/site-packages/portage/package/ebuild/config.py function config._init(...)
11
12 where basically an os.stat() is made on 'eroot_or_parent' which in this
13 case is ${EPREFIX}.
14
15 And in my case the ${EPREFIX} was group-owned by root. Doing a
16
17 chown "${EPREFIX}" <my-group>
18
19 fixed the situation. The stage3 went through now.
20
21 Thank you for your help
22
23 Matthias

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies