public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] Adding app-arch/xz-utils to stage1
@ 2013-07-26  4:01 Matt Turner
  2013-07-26 13:59 ` Rick "Zero_Chaos" Farina
  2013-07-27  7:01 ` [gentoo-catalyst] " Matt Turner
  0 siblings, 2 replies; 5+ messages in thread
From: Matt Turner @ 2013-07-26  4:01 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 811 bytes --]

xz-utils is part of system and enough distfiles are xz-compressed that
we should have it in stage1 to avoid stage2 dying because someone forgot
to add it to DEPEND.

Please test this patch by applying it your snapshot cache and building a
stage1 and stage2 and confirming that xz-utils is built during stage1.

Index: default/linux/packages.build
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v
retrieving revision 1.10
diff -u -B -r1.10 packages.build
--- default/linux/packages.build	24 Nov 2012 21:15:48 -0000	1.10
+++ default/linux/packages.build	26 Jul 2013 03:56:45 -0000
@@ -10,6 +10,7 @@
 
 app-arch/bzip2
 app-arch/gzip
+app-arch/xz-utils
 app-arch/tar
 app-shells/bash
 net-misc/rsync

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-catalyst] Adding app-arch/xz-utils to stage1
  2013-07-26  4:01 [gentoo-catalyst] Adding app-arch/xz-utils to stage1 Matt Turner
@ 2013-07-26 13:59 ` Rick "Zero_Chaos" Farina
  2013-07-26 18:11   ` Matt Turner
  2013-07-27  7:01 ` [gentoo-catalyst] " Matt Turner
  1 sibling, 1 reply; 5+ messages in thread
From: Rick "Zero_Chaos" Farina @ 2013-07-26 13:59 UTC (permalink / raw
  To: gentoo-catalyst

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 07/26/2013 12:01 AM, Matt Turner wrote:
> xz-utils is part of system and enough distfiles are xz-compressed that
> we should have it in stage1 to avoid stage2 dying because someone forgot
> to add it to DEPEND.
> 
> Please test this patch by applying it your snapshot cache and building a
> stage1 and stage2 and confirming that xz-utils is built during stage1.
> 
> Index: default/linux/packages.build
> ===================================================================
> RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v
> retrieving revision 1.10
> diff -u -B -r1.10 packages.build
> --- default/linux/packages.build	24 Nov 2012 21:15:48 -0000	1.10
> +++ default/linux/packages.build	26 Jul 2013 03:56:45 -0000
> @@ -10,6 +10,7 @@
>  
>  app-arch/bzip2
>  app-arch/gzip
> +app-arch/xz-utils
>  app-arch/tar
>  app-shells/bash
>  net-misc/rsync
> 

For things in @system it's not required to depend on them, so xz likely
won't ever have a depend.... so by all means we should add it to stage1.
 It's been a while since I've messed with this stuff, is packages.build
what makes up stage1?

(this is an ACK for the purposes of requiring an ACK)

- -Zero
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJR8oDYAAoJEKXdFCfdEflKhqIQAIF/uiEXy02+tVDyl4VnyqKN
r+2FZv8Sqgee+/yUd8/JNsE4sN4y2LkJ1sG8hpt2zru+LIsVAVatBqV058RRHcjH
tf9kj4MgNW8wfPaGgB3UFBHzMLt7pw6tKiIU/HjZnrjqymUwv3PQxjSKDaWSNuPn
vnIAZexoNdGD4lC8BidZCatJ1/NuTWOjuZ475pZtrKKxNuZGtPoAlj/0H32bYeje
3PE97NmW0kNNf2Ptk4FzY8wzj3sEuRXLdHUj35WtWW2/ZqxUdarXo8PGgtbupS4+
1mWRSeBp20aFYafbARdUzxCJZwbQjHup0P+PjIkveKqW2ileTP1UshWWN7aQsMDG
n9j3o7QY6+Ahxz+s0rLpQmV72ZWfUJbDjE9WGQHzO1H88mQ+bzV75uIXVMyrt7Bs
JwRHjkua0DQviC6atbALzCRWY4BPDHBbBqYBMtZd103jGuTGAqLyH+tzQB5Z+/PT
ZT5mcXKnVfKYA/UNwboB0DGag1+v4hy0qLAMtIYQ2lRo6UNBYc5GmRX6IGqyg5u9
0NHJtM+XvR8Lv07fyAAJXpNSWXxSIfvZYg3wDGXJPkeHKS1MbV9/6ZbrJXNTTdwH
jJubMJbAn/HUYOxNH/xfOjsqNKLRVOec/5B5P5jJvWtTut5rPol7vXpHTJ13S2GO
o9bX3S+HH4JkKGpo9eEY
=fLaH
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-catalyst] Adding app-arch/xz-utils to stage1
  2013-07-26 13:59 ` Rick "Zero_Chaos" Farina
@ 2013-07-26 18:11   ` Matt Turner
  2013-07-26 19:50     ` Rick "Zero_Chaos" Farina
  0 siblings, 1 reply; 5+ messages in thread
From: Matt Turner @ 2013-07-26 18:11 UTC (permalink / raw
  To: gentoo-catalyst

On Fri, Jul 26, 2013 at 6:59 AM, Rick "Zero_Chaos" Farina
<zerochaos@gentoo.org> wrote:
>  It's been a while since I've messed with this stuff, is packages.build
> what makes up stage1?

Yes, catalyst's targets/stage1/build.py reads it from your profile
tree to determine what's in stage1.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-catalyst] Adding app-arch/xz-utils to stage1
  2013-07-26 18:11   ` Matt Turner
@ 2013-07-26 19:50     ` Rick "Zero_Chaos" Farina
  0 siblings, 0 replies; 5+ messages in thread
From: Rick "Zero_Chaos" Farina @ 2013-07-26 19:50 UTC (permalink / raw
  To: gentoo-catalyst

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 07/26/2013 02:11 PM, Matt Turner wrote:
> On Fri, Jul 26, 2013 at 6:59 AM, Rick "Zero_Chaos" Farina
> <zerochaos@gentoo.org> wrote:
>>  It's been a while since I've messed with this stuff, is packages.build
>> what makes up stage1?
> 
> Yes, catalyst's targets/stage1/build.py reads it from your profile
> tree to determine what's in stage1.
> 
> 
Then just to reiterate, ACK

- -ZC
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJR8tMWAAoJEKXdFCfdEflKV6kP/iDnoxg9IB4cV3vBOiWA3MEo
1k3tpPfvzP7udO0vBJPRirWzgKycTDedR+bpwxfl7XKWsA5zEZpRZhys+STse2f8
tTcgS3PFqnoUPyazLpmSpIhR8+/2HeNeotuKxZtUcBQkPOKfHTXzNG2ix+zO/buK
mU4MA7Hrz1uZQ7TS9rFAGoTkXkapvdZRuYaoCGZiC36IGygr5cJg3OGs3jaU7Eox
rbWpO1Cf+tmmK5WnT5kz6fuAe4p/t8dg89RBV3NfdS6rornBFh0Pow1nSIvJ9ubI
udtWBfDdEa6Baq90hM7Vw+AYEL7vMG7HNmYQRcQtzI4cffS12aCtQ4PSlNmF0mE5
qwgj1CbhoDkIEK/Wzne3XMIFyj7uo0aEUB5CgMtIa1T0yxWFRT8t37W/U+AhmjDx
xHoOs5chAG6M6ZUbRDl6kLWK1tCtfeYOnJXExqPWMYRUJ6/yFQgrB4nnMQ9nmxHW
V203PYTsIphd8LkN+eE5xqq4zyvLl0AcerAgwTblRUDgVcWtP2St/taNYX2z0yiC
WgsOjFmm/ipNef+/DRCTuoA7C83MTBKud/kHCXb+DAyYEGPop65o1SZfT3AhKFgA
OvMTg/xqO/LTVrFoBJyWIvdN5wagPKkr3tqlD3BIfekER2QkpuXw1MYx+jCkGlwj
JW+yw6aGvSL4aNNggeRm
=Rd48
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-catalyst] Re: Adding app-arch/xz-utils to stage1
  2013-07-26  4:01 [gentoo-catalyst] Adding app-arch/xz-utils to stage1 Matt Turner
  2013-07-26 13:59 ` Rick "Zero_Chaos" Farina
@ 2013-07-27  7:01 ` Matt Turner
  1 sibling, 0 replies; 5+ messages in thread
From: Matt Turner @ 2013-07-27  7:01 UTC (permalink / raw
  To: gentoo-catalyst

On Thu, Jul 25, 2013 at 9:01 PM, Matt Turner <mattst88@gentoo.org> wrote:
> xz-utils is part of system and enough distfiles are xz-compressed that
> we should have it in stage1 to avoid stage2 dying because someone forgot
> to add it to DEPEND.
>
> Please test this patch by applying it your snapshot cache and building a
> stage1 and stage2 and confirming that xz-utils is built during stage1.
>
> Index: default/linux/packages.build
> ===================================================================
> RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v
> retrieving revision 1.10
> diff -u -B -r1.10 packages.build
> --- default/linux/packages.build        24 Nov 2012 21:15:48 -0000      1.10
> +++ default/linux/packages.build        26 Jul 2013 03:56:45 -0000
> @@ -10,6 +10,7 @@
>
>  app-arch/bzip2
>  app-arch/gzip
> +app-arch/xz-utils
>  app-arch/tar
>  app-shells/bash
>  net-misc/rsync

Committed.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-07-27  7:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-26  4:01 [gentoo-catalyst] Adding app-arch/xz-utils to stage1 Matt Turner
2013-07-26 13:59 ` Rick "Zero_Chaos" Farina
2013-07-26 18:11   ` Matt Turner
2013-07-26 19:50     ` Rick "Zero_Chaos" Farina
2013-07-27  7:01 ` [gentoo-catalyst] " Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox