From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QeWQR-00086X-7d for garchives@archives.gentoo.org; Wed, 06 Jul 2011 18:02:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACE4121C035 for ; Wed, 6 Jul 2011 18:02:14 +0000 (UTC) Received: from mail-qy0-f174.google.com (mail-qy0-f174.google.com [209.85.216.174]) by pigeon.gentoo.org (Postfix) with ESMTP id 3384221C12A for ; Wed, 6 Jul 2011 17:28:57 +0000 (UTC) Received: by qyk29 with SMTP id 29so2206200qyk.19 for ; Wed, 06 Jul 2011 10:28:57 -0700 (PDT) Received: by 10.224.202.132 with SMTP id fe4mr6434482qab.249.1309973337492; Wed, 06 Jul 2011 10:28:57 -0700 (PDT) Received: from [192.168.42.1] (cpe-74-76-197-33.nycap.res.rr.com [74.76.197.33]) by mx.google.com with ESMTPS id e18sm6541044qcs.41.2011.07.06.10.28.56 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 06 Jul 2011 10:28:56 -0700 (PDT) From: Zachary Bedell Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: [gentoo-catalyst] Missing /usr/src in installcd-stage3-minimal Date: Wed, 6 Jul 2011 13:28:53 -0400 Message-Id: <17D2B903-84BD-4846-AA79-2FE4238DE8AA@thebedells.org> To: gentoo-catalyst@lists.gentoo.org 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 (Apple Message framework v1244.3) X-Mailer: Apple Mail (2.1244.3) X-Archives-Salt: X-Archives-Hash: 07054ee8d28558effcc4c8955ab4823c Greetings all, I'm just beginning to play with Catalyst to create custom installcd = images. I've started with the Gentoo releng spec files from = svn://anonsvn.gentoo.org/releng/trunk/releases/weekly/specs/amd64. I = managed to get through stage1-3 and installcd-stage1 without any = trouble. =20 Running installcd-stage2-minimal dies when trying to run Genkernel with = "ln: failed to create symbolic link `/usr/src/linux': No such file or = directory". I hacked the kmerge.sh script to drop to a shell right = after that happened and found that there was no /usr/src directory in = the chroot. Doing a `mkdir -p /usr/src` right before the ln call, and = everything seems to work out after that. I'm assuming something probably went wrong in an earlier stage, but I = don't know enough about Catalyst yet to know quite where to look. I can post spec files if they'd help, but I'm using stock from SVN with = just some version number's changed around. Does anyone have a guess = where I might look, or is there any chance this might be a bug in the = kmerge.sh script? I'm using catalyst-2.0.6.916 at this point, but I may = just give the -9999 build a try to see if that fixed the issue. Any pointers would be appreciated. Best regards, Zac Bedell