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 265B0138330 for ; Wed, 12 Oct 2016 16:58:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75901E0C9B; Wed, 12 Oct 2016 16:58:05 +0000 (UTC) Received: from mail0205.smtp25.com (mail0205.smtp25.com [174.37.170.205]) (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 52EF4E0C9B for ; Wed, 12 Oct 2016 16:58:05 +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 u9CGw2sk021495 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 12 Oct 2016 12:58:02 -0400 Received: (from covici@localhost) by ccs.covici.com (8.14.9/8.13.7/Submit) id u9CGw2tv021494; Wed, 12 Oct 2016 12:58:02 -0400 Date: Wed, 12 Oct 2016 12:58:02 -0400 Message-ID: From: John Covici To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] broken catalyst 3.0_rc1 In-Reply-To: <20161012095414.425733ab.dolsen@gentoo.org> References: <20161011125933.7c169f74.dolsen@gentoo.org> <20161012095414.425733ab.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: s-out-001.smtp25.com-u9CGw3IB006573 X-Archives-Salt: 1f7ff390-e4d0-4725-9d7e-22d055dd9b18 X-Archives-Hash: 880fc641578175ef82f8bf8fa5e7eab7 So my main question is how can I see inside the callback, clearly the emerge is failing, but I need to see it in order to fix it. On Wed, 12 Oct 2016 12:54:14 -0400, Brian Dolbec wrote: > > On Wed, 12 Oct 2016 02:49:14 -0400 > John Covici wrote: > > > 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 > > No, those are normal errors caused by the genkernel failure. Otherwise > catalyst might hide the some facts of the failure. It helps when we > are making code changes to catalyst in case of a catalyst bug. But > this time it is not catalyst, but a genkernel/kernel build problem. > > Sorry, but I'm not a kernel guru, perhaps some of the others here will > know what the problem is. > > > > > * 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 > > > > > > > > > > > > -- > 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