Gentoo Archives: gentoo-user

From: Ian Zimmerman <itz@××××××××××××.org>
To: Gentoo User Mailinglist <gentoo-user@l.g.o>
Subject: [gentoo-user] Testing ebuilds
Date: Wed, 18 Mar 2020 22:59:36
Message-Id: 20200318225916.3gp4bbro46wueval@matica
1 After a hiatus I am trying to create my own ebuild repository again. I
2 need a way to test the separate steps (fetch, prepare, comiple, install
3 etc.) and I would like to do all of them as a regular user (not root,
4 not portage). I tried what I thought was the most natural attempt - run
5 the ebuild program under fakeroot, but it still breaks trying to change
6 permissions of things in PORTAGE_TMPDIR (of course override the value of
7 this variable). I don't understand this - it looks just like what
8 fakeroot was intended to help with? Anyway, I'm not married to fakeroot,
9 just looking for a way to do these test runs.
10
11 I remember that I could do this the first time, a couple of years ago.
12 But I don't remember how :-(
13
14 --
15 Ian

Replies

Subject Author
Re: [gentoo-user] Testing ebuilds Jack <ostroffjh@×××××××××××××××××.net>