Re: [gentoo-portage-dev] gentoolkit.git repository reorganized

2015-10-22 Thread Paul Varner
On 10/21/2015 11:48 PM, Mike Frysinger wrote: > On 22 Oct 2015 00:45, Mike Frysinger wrote: >> On 21 Oct 2015 16:35, Paul Varner wrote: >>> On 10/20/2015 03:34 AM, Alexander Berntsen wrote: On 15/10/15 19:42, Paul Varner wrote: > Over the last couple of days, I have done the following:

[gentoo-portage-dev] repos.conf, location, is it an absolute path ?

2015-10-22 Thread Joakim Tjernlund
in any repos.conf there is a location=/path/to/repo is this path absolute or does it follow ROOT or PORTAGE_CONFIG ? I tried to add location=${ROOT}/path/to/repo but emerge would only accept this for the master gentoo repo: [gentoo] location = ${ROOT}/usr/portage .. [tmv3-target-overlay]

Re: [gentoo-portage-dev] @sets and @profile does not work when ROOT=PORTAGE_CONFIGROOT=/my/new/root

2015-10-22 Thread Joakim Tjernlund
On Wed, 2015-10-21 at 21:35 -0700, Zac Medico wrote: > On 10/21/2015 09:47 AM, Joakim Tjernlund wrote: > > I have enabled @sets and @profile in my own profile and if I add > > some pkg to either my new set or @profile in ROOT=PORTAGE_CONFIGROOT=/ > > then emerge -aNDuv world notices this and pulls

[gentoo-portage-dev] cross emerge pulls in my hosts gentoo repo

2015-10-22 Thread Joakim Tjernlund
In my cross sysroot I have: [DEFAULT] main-repo = tm-cusfpv3 [tm-cusfpv3] location = /usr/local/portage/tm-cusfpv3/ masters = priority = 500 auto-sync = no Still "sudo powerpc-g2.20-linux-gnu-emerge -d -ep sys-libs/pam" pulls in my hosts gentoo repo:

Re: [gentoo-portage-dev] @sets and @profile does not work when ROOT=PORTAGE_CONFIGROOT=/my/new/root

2015-10-22 Thread Joakim Tjernlund
On Thu, 2015-10-22 at 08:54 -0700, Zac Medico wrote: > On 10/22/2015 12:05 AM, Joakim Tjernlund wrote: > > I don't use world_sets, I have in my > > profile(/my/new/root/usr/local/portage/tmv3-target-overlay): > > # > cat sets.conf > > [CUSFPv3 sets] > > class = portage.sets.files.StaticFileSet >

Re: [gentoo-portage-dev] @sets and @profile does not work when ROOT=PORTAGE_CONFIGROOT=/my/new/root

2015-10-22 Thread Zac Medico
On 10/22/2015 12:16 PM, Joakim Tjernlund wrote: > On Thu, 2015-10-22 at 11:54 -0700, Zac Medico wrote: >> On 10/22/2015 11:29 AM, Joakim Tjernlund wrote: >>> On Thu, 2015-10-22 at 08:54 -0700, Zac Medico wrote: On 10/22/2015 12:05 AM, Joakim Tjernlund wrote: > I don't use world_sets, I

[gentoo-portage-dev] Re: How to have several gentoo repos on one machine?

2015-10-22 Thread Duncan
Joakim Tjernlund posted on Thu, 22 Oct 2015 06:48:06 + as excerpted: > On Thu, 2015-10-22 at 02:29 +, Duncan wrote: >> Joakim Tjernlund posted on Wed, 21 Oct 2015 11:08:02 + as >> excerpted: >> >> > I need to more than one gentoo repo in my computer. >> > this did not work as

Re: [gentoo-portage-dev] Re: How to have several gentoo repos on one machine?

2015-10-22 Thread Joakim Tjernlund
On Thu, 2015-10-22 at 11:26 +, Duncan wrote: > Joakim Tjernlund posted on Thu, 22 Oct 2015 06:48:06 + as excerpted: > > > On Thu, 2015-10-22 at 02:29 +, Duncan wrote: > > > Joakim Tjernlund posted on Wed, 21 Oct 2015 11:08:02 + as > > > excerpted: > > > > > > > I need to more

Re: [gentoo-portage-dev] [PATCH] repoman: Finally deprecate base.eclass

2015-10-22 Thread Sergei Trofimovich
On Sun, 11 Oct 2015 09:23:20 +0200 Michał Górny wrote: > Contributors are repeatedly adding base.eclass uses, so we should > finally make the deprecation formal, even at the cost of adding warnings > for some frequently used eclasses. > > Signed-off-by: Michał Górny

Re: [gentoo-portage-dev] @sets and @profile does not work when ROOT=PORTAGE_CONFIGROOT=/my/new/root

2015-10-22 Thread Joakim Tjernlund
On Thu, 2015-10-22 at 12:25 -0700, Zac Medico wrote: > On 10/22/2015 12:16 PM, Joakim Tjernlund wrote: > > On Thu, 2015-10-22 at 11:54 -0700, Zac Medico wrote: > > > On 10/22/2015 11:29 AM, Joakim Tjernlund wrote: > > > > On Thu, 2015-10-22 at 08:54 -0700, Zac Medico wrote: > > > > > On 10/22/2015

Re: [gentoo-portage-dev] @sets and @profile does not work when ROOT=PORTAGE_CONFIGROOT=/my/new/root

2015-10-22 Thread Zac Medico
On 10/22/2015 01:54 PM, Joakim Tjernlund wrote: > On Thu, 2015-10-22 at 12:25 -0700, Zac Medico wrote: >> On 10/22/2015 12:16 PM, Joakim Tjernlund wrote: >>> On Thu, 2015-10-22 at 11:54 -0700, Zac Medico wrote: On 10/22/2015 11:29 AM, Joakim Tjernlund wrote: > On Thu, 2015-10-22 at 08:54

[gentoo-portage-dev] [PATCH] RepoConfigLoader: allow subsitution of variables like ROOT in repos.conf

2015-10-22 Thread Zac Medico
This makes it possible to sync repositories inside $ROOT. X-Gentoo-Bug: 563836 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=563836 --- pym/portage/repository/config.py | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pym/portage/repository/config.py

[gentoo-dev] Re: [PATCH] Recommend setting the bash compatibility level. (was: Re: utilizing BASH_COMPAT to smooth upgrades)

2015-10-22 Thread Ulrich Mueller
> On Thu, 22 Oct 2015, Mike Frysinger wrote: > On 21 Oct 2015 09:34, Ulrich Mueller wrote: >> "The interpreter is assumed to be GNU bash, version as listed in >> table xyz, or any later version. If possible, the package manager >> should set the shell's compatibility level to the exact

Re: [gentoo-dev] gcc-5 news item wrt C++ ABI

2015-10-22 Thread Mike Frysinger
i've pushed the news item now since there hasn't been any actionable feedback since. it can always be refined based on user feedback. -mike signature.asc Description: Digital signature

Re: [gentoo-portage-dev] cross emerge pulls in my hosts gentoo repo

2015-10-22 Thread Zac Medico
On 10/22/2015 12:24 AM, Joakim Tjernlund wrote: > In my cross sysroot I have: > [DEFAULT] > main-repo = tm-cusfpv3 > > [tm-cusfpv3] > location = /usr/local/portage/tm-cusfpv3/ > masters = > priority = 500 > auto-sync = no > > Still "sudo powerpc-g2.20-linux-gnu-emerge -d -ep sys-libs/pam"

[gentoo-portage-dev] Re: @sets and @profile does not work when ROOT=PORTAGE_CONFIGROOT=/my/new/root

2015-10-22 Thread Duncan
Zac Medico posted on Thu, 22 Oct 2015 11:54:39 -0700 as excerpted: > On 10/22/2015 11:29 AM, Joakim Tjernlund wrote: >> On Thu, 2015-10-22 at 08:54 -0700, Zac Medico wrote: >>> For example, the default set configuration located at >>> /usr/share/portage/config/sets/portage.conf does something

[gentoo-dev] Re: [PATCH] Recommend setting the bash compatibility level. (was: Re: utilizing BASH_COMPAT to smooth upgrades)

2015-10-22 Thread Mike Frysinger
On 21 Oct 2015 09:34, Ulrich Mueller wrote: > > On Tue, 20 Oct 2015, Mike Frysinger wrote: > > On 21 Oct 2015 00:03, Ulrich Mueller wrote: > >> Therefore I'd make it a recommendation at most. Something along the > >> lines of: "The interpreter is assumed to be GNU bash, version as > >> listed

[gentoo-dev] Re: [PATCH] Recommend setting the bash compatibility level. (was: Re: utilizing BASH_COMPAT to smooth upgrades)

2015-10-22 Thread Mike Frysinger
On 22 Oct 2015 17:00, Ulrich Mueller wrote: > > On Thu, 22 Oct 2015, Mike Frysinger wrote: > > On 21 Oct 2015 09:34, Ulrich Mueller wrote: > >> "The interpreter is assumed to be GNU bash, version as listed in > >> table xyz, or any later version. If possible, the package manager > >> should

Re: [gentoo-portage-dev] Re: How to have several gentoo repos on one machine?

2015-10-22 Thread Joakim Tjernlund
On Thu, 2015-10-22 at 02:29 +, Duncan wrote: > Joakim Tjernlund posted on Wed, 21 Oct 2015 11:08:02 + as excerpted: > > > I need to more than one gentoo repo in my computer. > > > > So I add to repos.conf: > > [tm-cusfpv3] > > auto-sync = yes > > sync-type = rsync > > sync-uri =