Gentoo Archives: gentoo-catalyst

From: "Dio
To: gentoo-catalyst@l.g.o
Subject: RE: [gentoo-catalyst] blocked packages com_err ss e2fsprogs during stage3
Date: Mon, 24 Nov 2008 13:42:43
Message-Id: 1C41B58A4BFDF94D89711390731555AB01B53815@RWMC-MAIL-C.RWMC.ORG
In Reply to: Re: [gentoo-catalyst] blocked packages com_err ss e2fsprogs during stage3 by Andrew Gaffney
1 > I had wanted to purge everything catalyst has produced so far, however
2 > when I ran catalyst --purge, I get the following error:
3 > !!! catalyst: please specify one of either -f or -C
4 > When I specify both --purge and -f (some spec file) it attempts to
5 build
6 > the stage instead of purge. Should I open a bug for this?
7 >
8 >No, that's how it's supposed to work. The purge isn't an operation all
9 by
10 >itself. It's just an additional step that's performed before a build.
11
12
13 I see! I have done all of this over again using the -p flag and it has
14 built successfully this time... I guess something stuck around in the
15 cache causing these blocks to remain...
16
17 catalyst -p -f rwmc-stage1.spec && catalyst -p -f rwmc-stage2.spec &&
18 catalyst -p -f rwmc-stage3.spec
19
20
21 > Here's what I did:
22 > emerge --sync
23 > catalyst -s rwmc.001
24 > catalyst -f rwmc-stage1.spec
25 > catalyst -f rwmc-stage2.spec
26 > catalyst -f rwmc-stage3.spec
27 >
28 > rwmc-stage1.spec contains:
29 > subarch: x86
30 > target: stage1
31 > version_stamp: rwmc.001
32 > rel_type: default
33 > profile: default/linux/x86/2008.0
34 > snapshot: rwmc.001
35 > source_subpath: default/stage3-i686-2008.0
36 > chost: i686-pc-linux-gnu
37 >
38 > rwmc-stage2.spec contains:
39 > subarch: i686
40 > target: stage2
41 > version_stamp: rwmc.001
42 > rel_type: default
43 > profile: default/linux/x86/2008.0
44 > snapshot: rwmc.001
45 > source_subpath: default/stage1-x86-rwmc.001
46 > chost: i686-pc-linux-gnu
47 >
48 > rwmc-stage3.spec contains:
49 > subarch: i686
50 > target: stage3
51 > version_stamp: rwmc.001
52 > rel_type: default
53 > profile: default/linux/x86/2008.0
54 > snapshot: rwmc.001
55 > source_subpath: default/stage2-i686-rwmc.001
56 >
57 >At first glance, everything here looks fine. I'm not sure what to tell
58 you.