From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4959A138330 for ; Wed, 12 Oct 2016 06:49:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0911BE0BCF; Wed, 12 Oct 2016 06:49:18 +0000 (UTC) Received: from mail01.smtp25.com (mail01.smtp25.com [67.228.8.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5385E0BCF for ; Wed, 12 Oct 2016 06:49:17 +0000 (UTC) Received: from ccs.covici.com (localhost [127.0.0.1]) by ccs.covici.com (8.14.9/8.14.8) with ESMTP id u9C6nFVo001424 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 12 Oct 2016 02:49:15 -0400 Received: (from covici@localhost) by ccs.covici.com (8.14.9/8.13.7/Submit) id u9C6nE6N001404; Wed, 12 Oct 2016 02:49:14 -0400 Date: Wed, 12 Oct 2016 02:49:14 -0400 Message-ID: From: John Covici To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] broken catalyst 3.0_rc1 In-Reply-To: <20161011125933.7c169f74.dolsen@gentoo.org> References: <20161011125933.7c169f74.dolsen@gentoo.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/25.1.50 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) Organization: Covici Computer Systems Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SpamH-OriginatingIP: 70.109.53.110 X-SpamH-Filter: d-out-001.smtp25.com-u9C6nFwv018066 X-Archives-Salt: d638621d-6bcc-41f4-9c1a-e37ae00354fd X-Archives-Hash: e358d5341a16fe13fa78316a5ad95fc6 OK, so that particular error was fixed, but I am running into somekind of problem and I can't even see what is happening. I have some packages which need to be emerged after the kernel is compiled, but I get a terse statement that call back failed, even setting --loglevel=5 in the genkernel argument does not help. So, how can I see what is happening inside the callback? I even put verbose on the emerge but the output disappears. Thanks in advance for any suggestions. p.s. Looks like there are some python problems also, see below * BUSYBOX_CONFIG not set. * INSTALL defaulted to "yes". * DEBUGCLEANUP defaulted to "yes". * KERNEL_ARCH=x86 * * ERROR: --callback failed! * * -- End log... -- * * Please consult /var/log/genkernel.log for more information and any * errors that were reported above. * * Report any genkernel bugs to bugs.gentoo.org and * assign your bug to genkernel@gentoo.org. Please include * as much information as you can in your bug report; attaching * /var/log/genkernel.log so that your issue can be dealt with * effectively. * * Please do *not* report compilation failures as genkernel bugs! * 12 Oct 2016 01:47:09 EDT: ERROR : CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh', 'kernel', 'gentoo']) exited 1 12 Oct 2016 01:47:09 EDT: ERROR : CatalystError: build aborting due to kernel build error. Traceback (most recent call last): File "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py", line 1512, in build_kernel self._build_kernel(kname=kname) File "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py", line 1548, in _build_kernel env=self.env) File "/usr/lib64/python3.4/site-packages/catalyst/support.py", line 54, in cmd print_traceback=False) catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh', 'kernel', 'gentoo']) exited 1 12 Oct 2016 01:47:09 EDT: ERROR : Exception running action sequence build_kernel Traceback (most recent call last): File "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py", line 1512, in build_kernel self._build_kernel(kname=kname) File "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py", line 1548, in _build_kernel env=self.env) File "/usr/lib64/python3.4/site-packages/catalyst/support.py", line 54, in cmd print_traceback=False) catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh', 'kernel', 'gentoo']) exited 1 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py", line 1395, in run getattr(self, x)() File "/usr/lib64/python3.4/site-packages/catalyst/base/stagebase.py", line 1518, in build_kernel print_traceback=True) catalyst.support.CatalystError: build aborting due to kernel build error. 12 Oct 2016 01:47:09 EDT: NOTICE : Cleaning up... Running unbind() On Tue, 11 Oct 2016 15:59:33 -0400, Brian Dolbec wrote: > > On Tue, 11 Oct 2016 15:35:07 -0400 > John Covici wrote: > > > Hi. I am getting the error none type is not iterable when starting a > > stage2-minimal and I saw someone had this bug in March of this year. > > Any fix? Should I try the 9999 version instead, although he said he > > tried git with no joy? > > > > Thanks in advance for any suggestions. > > > > Yeah, 9999 should be good. I really need to get another release out. > > If you still have the issue please let me know. > > -- > Brian Dolbec > > -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici covici@ccs.covici.com