Gentoo Archives: gentoo-catalyst

From: John Covici <covici@××××××××××.com>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] broken catalyst 3.0_rc1
Date: Wed, 12 Oct 2016 06:49:21
Message-Id: m3lgxuysd1.wl-covici@ccs.covici.com
In Reply to: Re: [gentoo-catalyst] broken catalyst 3.0_rc1 by Brian Dolbec
1 OK, so that particular error was fixed, but I am running into somekind
2 of problem and I can't even see what is happening. I have some
3 packages which need to be emerged after the kernel is compiled, but I
4 get a terse statement that call back failed, even setting --loglevel=5
5 in the genkernel argument does not help. So, how can I see what is
6 happening inside the callback? I even put verbose on the emerge but
7 the output disappears.
8
9 Thanks in advance for any suggestions.
10
11 p.s. Looks like there are some python problems also, see below
12
13 * BUSYBOX_CONFIG not set.
14 * INSTALL defaulted to "yes".
15 * DEBUGCLEANUP defaulted to "yes".
16 * KERNEL_ARCH=x86
17 *
18 * ERROR: --callback failed!
19 *
20 * -- End log... --
21 *
22 * Please consult /var/log/genkernel.log for more information and any
23 * errors that were reported above.
24 *
25 * Report any genkernel bugs to bugs.gentoo.org and
26 * assign your bug to genkernel@g.o. Please include
27 * as much information as you can in your bug report; attaching
28 * /var/log/genkernel.log so that your issue can be dealt with
29 * effectively.
30 *
31 * Please do *not* report compilation failures as genkernel bugs!
32 *
33 12 Oct 2016 01:47:09 EDT: ERROR : CatalystError:
34 cmd(['/usr/share/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh',
35 'kernel', 'gentoo']) exited 1
36 12 Oct 2016 01:47:09 EDT: ERROR : CatalystError: build aborting due
37 to kernel build error.
38 Traceback (most recent call last):
39 File
40 "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py",
41 line 1512, in build_kernel
42 self._build_kernel(kname=kname)
43 File
44 "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py",
45 line 1548, in _build_kernel
46 env=self.env)
47 File
48 "/usr/lib64/python3.4/site-packages/catalyst/support.py",
49 line 54, in cmd
50 print_traceback=False)
51 catalyst.support.CatalystError:
52 cmd(['/usr/share/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh',
53 'kernel', 'gentoo']) exited 1
54 12 Oct 2016 01:47:09 EDT: ERROR : Exception
55 running action sequence build_kernel
56 Traceback (most recent call last):
57 File
58 "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py",
59 line 1512, in build_kernel
60 self._build_kernel(kname=kname)
61 File
62 "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py",
63 line 1548, in _build_kernel
64 env=self.env)
65 File
66 "/usr/lib64/python3.4/site-packages/catalyst/support.py",
67 line 54, in cmd
68 print_traceback=False)
69 catalyst.support.CatalystError:
70 cmd(['/usr/share/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh',
71 'kernel', 'gentoo']) exited 1
72
73 During handling of the above exception, another exception occurred:
74
75 Traceback (most recent call last):
76 File
77 "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py",
78 line 1395, in run
79 getattr(self, x)()
80 File
81 "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py",
82 line 1518, in build_kernel
83 print_traceback=True)
84 catalyst.support.CatalystError: build aborting due to kernel
85 build error.
86 12 Oct 2016 01:47:09 EDT: NOTICE : Cleaning up... Running unbind()
87
88 On Tue, 11 Oct 2016 15:59:33 -0400,
89 Brian Dolbec wrote:
90 >
91 > On Tue, 11 Oct 2016 15:35:07 -0400
92 > John Covici <covici@××××××××××.com> wrote:
93 >
94 > > Hi. I am getting the error none type is not iterable when starting a
95 > > stage2-minimal and I saw someone had this bug in March of this year.
96 > > Any fix? Should I try the 9999 version instead, although he said he
97 > > tried git with no joy?
98 > >
99 > > Thanks in advance for any suggestions.
100 > >
101 >
102 > Yeah, 9999 should be good. I really need to get another release out.
103 >
104 > If you still have the issue please let me know.
105 >
106 > --
107 > Brian Dolbec <dolsen>
108 >
109 >
110
111 --
112 Your life is like a penny. You're going to lose it. The question is:
113 How do
114 you spend it?
115
116 John Covici
117 covici@××××××××××.com

Replies

Subject Author
Re: [gentoo-catalyst] broken catalyst 3.0_rc1 Brian Dolbec <dolsen@g.o>