From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Idmzk-0000HF-TS for garchives@archives.gentoo.org; Fri, 05 Oct 2007 13:13:33 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l95D3uEL004732; Fri, 5 Oct 2007 13:03:56 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l95D3tW4004726 for ; Fri, 5 Oct 2007 13:03:55 GMT Received: by nf-out-0910.google.com with SMTP id f5so445120nfh for ; Fri, 05 Oct 2007 06:03:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=YSk90Eqe5NDuPTSVmF7Hyv0xSVkPq0cLy4dlr3agMng=; b=MwTy0LTY64nApCaID16/Le+nvSjEia1I8dxLRVrnlc4Q/e4cxWHa00eUG99IhddJj7dgR0UDy8ln0sgF2tijyzfyuOyrTVLYUJiuoxTFIwOyZzkSAdeO6Rz8jhoQLhxE2cKpgwXTWXIZoMesClohQBzLntMy/RrIYMrP1mGZ7Zs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ZCr9IQUJJoMV9EKX6x1Mr21WfUesBym1Vnh5X9fqT7P6npkTbHafizfm5V4hofrd6WV5VX2v8TlbuRpZqTk7ZWGaBW0qyuitbwicXtAiTBtElXsV2leKcyt7yDAm7TeBjmMfSPUlrSLGQO0kYHpHmFlGI22J19sZiy3pw3Z3Mjw= Received: by 10.82.112.3 with SMTP id k3mr7248988buc.1191589434312; Fri, 05 Oct 2007 06:03:54 -0700 (PDT) Received: by 10.82.169.19 with HTTP; Fri, 5 Oct 2007 06:03:54 -0700 (PDT) Message-ID: <79342c4a0710050603o122286aby8a01887e7615a5b0@mail.gmail.com> Date: Fri, 5 Oct 2007 15:03:54 +0200 From: "=?UTF-8?Q?Robert_=C5=A0mol?=" To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] no stage1 created In-Reply-To: <20071004203517.vzjb2aru2og4ccsk@w13.mail.sapo.pt> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_31115_24999487.1191589434305" References: <79342c4a0710040951v19e76143la8212629bbf57435@mail.gmail.com> <47051B65.7090004@gentoo.org> <20071004201129.m0l0u4x0ysg8wg4s@w13.mail.sapo.pt> <79342c4a0710041229s239ffb2cm964609b91cdfa9f7@mail.gmail.com> <20071004203517.vzjb2aru2og4ccsk@w13.mail.sapo.pt> X-Archives-Salt: b8f99b15-d7db-45b7-8fcd-c9611c920021 X-Archives-Hash: 9a30ed0bc620b3e5862a087fedd0e95a ------=_Part_31115_24999487.1191589434305 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline OK, I was reading official docs yesterday and it seems there is only reference guide, but no high level view on how things works together. So first, thanks for the newbie guide. Is there any documentation about what exactly is catalyst trying to do at any specific moment? Anyway: At livecd-stage2_template.spec you refer to livecd1: source_subpath:default/livecd-stage1_example-2007.1 and form reference guide: source_subarch: "Location of seed stage, path relative to ${clst_sharedir}/builds" and I actually found it at: /var/tmp/catalyst/tmp/default/ So after I change stage2 config I got error with genkernel: * Linux Kernel 2.6.22-gentoo-r8 for x86... * kernel: >> Running mrproper... * config: Using config from /var/tmp/gentoo.config * Previous config backed up to .config.bak * >> Running oldconfig... * kernel: >> Cleaning... * kernel: >> Making dependencies... * >> Compiling 2.6.22-gentoo-r8 bzImage... * >> Compiling 2.6.22-gentoo-r8 modules... * Copying config for successful build to /etc/kernels/kernel- config-x86-2.6.22-gentoo-r8 * Creating kernel cache * module-init-tools: >> Configuring * >> Compiling... * >> Copying to cache... * busybox: >> Configuring... * busybox: >> Compiling... * busybox: >> Copying to cache... * initramfs: >> Initializing... * >> Appending base_layout cpio data... * >> Appending auxilary cpio data... * >> Appending busybox cpio data... * >> Appending lvm2 cpio data... * LVM2: Adding support (using local static binaries)... * >> Appending dmraid cpio data... * DMRAID: Adding support (compiling binaries)... * device-mapper: >> Compiling... * >> Copying to cache... * dmraid: >> Configuring... * dmraid: >> Compiling... * >> Copying to bincache... * >> Appending evms2 cpio data... * EVMS2: Adding support... * >> Appending insmod cpio data... * >> Appending modules cpio data... * Creating minimal kernel package cp: cannot stat `/var/tmp/genkernel/System.map-2.6.22-gentoo-r8': No such file or directory * ERROR: Could not copy System.map for the kernel package! I have sys-kernel/genkernel-3.4.8. Tyring to find System-map* anywhere on the disk is unsuccessful. Any hints? Thank you Robert ------=_Part_31115_24999487.1191589434305 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline OK, I was reading official docs yesterday and it seems there is only reference guide, but no high level view on how things works together. So first, thanks for the newbie guide. Is there any documentation about what exactly is catalyst trying to do at any specific moment?

Anyway:

At livecd-stage2_template.spec you refer to livecd1:

source_subpath:default/livecd-stage1_example-2007.1
and form reference guide:
source_subarch: "Location of seed stage, path relative to ${clst_sharedir}/builds"

and I actually found it at:

/var/tmp/catalyst/tmp/default/

So after I change stage2 config I got error with genkernel:

* Linux Kernel 2.6.22-gentoo-r8 for x86...
* kernel: >> Running mrproper...
* config: Using config from /var/tmp/gentoo.config
*         Previous config backed up to .config.bak
*         >> Running oldconfig...
* kernel: >> Cleaning...
* kernel: >> Making dependencies...
*         >> Compiling 2.6.22-gentoo-r8 bzImage...
*         >> Compiling 2.6.22-gentoo-r8 modules...
* Copying config for successful build to /etc/kernels/kernel-config-x86-2.6.22-gentoo-r8
* Creating kernel cache
* module-init-tools: >> Configuring
*                    >> Compiling...
*                    >> Copying to cache...
* busybox: >> Configuring...
* busybox: >> Compiling...
* busybox: >> Copying to cache...
* initramfs: >> Initializing...
*         >> Appending base_layout cpio data...
*         >> Appending auxilary cpio data...
*         >> Appending busybox cpio data...
*         >> Appending lvm2 cpio data...
*               LVM2: Adding support (using local static binaries)...
*         >> Appending dmraid cpio data...
* DMRAID: Adding support (compiling binaries)...
* device-mapper: >> Compiling...
*         >> Copying to cache...
* dmraid: >> Configuring...
* dmraid: >> Compiling...
*       >> Copying to bincache...
*         >> Appending evms2 cpio data...
*               EVMS2: Adding support...
*         >> Appending insmod cpio data...
*         >> Appending modules cpio data...
* Creating minimal kernel package
cp: cannot stat `/var/tmp/genkernel/System.map- 2.6.22-gentoo-r8': No such file or directory
* ERROR: Could not copy System.map for the kernel package!


I have sys-kernel/genkernel-3.4.8. Tyring to find System-map* anywhere on the disk is unsuccessful. Any hints?

Thank you

Robert

------=_Part_31115_24999487.1191589434305-- -- gentoo-catalyst@gentoo.org mailing list