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 01:15:10
Message-Id: 1C41B58A4BFDF94D89711390731555AB01B53814@RWMC-MAIL-C.RWMC.ORG
In Reply to: Re: [gentoo-catalyst] blocked packages com_err ss e2fsprogs during stage3 by Andrew Gaffney
1 >> [ebuild N ] sys-libs/e2fsprogs-libs-1.41.2
2 >> [blocks B ] sys-libs/ss (is blocking
3 sys-libs/e2fsprogs-libs-1.41.2)
4 >> [blocks B ] <sys-fs/e2fsprogs-1.41 (is blocking
5 >> sys-libs/e2fsprogs-libs-1.41
6 >> .2)
7 >> [blocks B ] sys-libs/com_err (is blocking
8 >> sys-libs/e2fsprogs-libs-1.41.2)
9 >> * Error: The above package list contains packages which cannot be
10 >> * installed at the same time on the same system..
11 >
12 >If you're encountering blockers, then you did not build your seed
13 stage2 (or
14 >stage1) correctly. The initial stage1 you built should have already had
15
16 >e2fsprogs-libs and the new e2fsprogs from the start. The fact that
17 you're
18 >hitting the blocker tells me that your stage 1 or 2 was still using the
19 2008.0
20 >snapshot instead of the one you're trying to build the stage3 with.
21 >
22 >You need to make sure you build *everything* with the same snapshot to
23 prevent
24 >issues like this.
25
26 Thank you for your response, in an effort to make sure that everything
27 is using the same snapshot, I have done everything over again and have
28 the same issue, and included the spec files I used.
29
30 I had wanted to purge everything catalyst has produced so far, however
31 when I ran catalyst --purge, I get the following error:
32 !!! catalyst: please specify one of either -f or -C
33 When I specify both --purge and -f (some spec file) it attempts to build
34 the stage instead of purge. Should I open a bug for this?
35
36 Here's what I did:
37 emerge --sync
38 catalyst -s rwmc.001
39 catalyst -f rwmc-stage1.spec
40 catalyst -f rwmc-stage2.spec
41 catalyst -f rwmc-stage3.spec
42
43 rwmc-stage1.spec contains:
44 subarch: x86
45 target: stage1
46 version_stamp: rwmc.001
47 rel_type: default
48 profile: default/linux/x86/2008.0
49 snapshot: rwmc.001
50 source_subpath: default/stage3-i686-2008.0
51 chost: i686-pc-linux-gnu
52
53 rwmc-stage2.spec contains:
54 subarch: i686
55 target: stage2
56 version_stamp: rwmc.001
57 rel_type: default
58 profile: default/linux/x86/2008.0
59 snapshot: rwmc.001
60 source_subpath: default/stage1-x86-rwmc.001
61 chost: i686-pc-linux-gnu
62
63 rwmc-stage3.spec contains:
64 subarch: i686
65 target: stage3
66 version_stamp: rwmc.001
67 rel_type: default
68 profile: default/linux/x86/2008.0
69 snapshot: rwmc.001
70 source_subpath: default/stage2-i686-rwmc.001

Replies