Gentoo Archives: gentoo-catalyst

From: Sebastian Pipping <sping@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] Missing /usr/src in installcd-stage3-minimal
Date: Wed, 06 Jul 2011 19:03:32
Message-Id: 4E14A5FF.4020109@gentoo.org
In Reply to: [gentoo-catalyst] Missing /usr/src in installcd-stage3-minimal by Zachary Bedell
1 On 07/06/2011 07:28 PM, Zachary Bedell wrote:
2 > Greetings all,
3 >
4 > I'm just beginning to play with Catalyst to create custom installcd
5 > images. I've started with the Gentoo releng spec files from
6 > svn://anonsvn.gentoo.org/releng/trunk/releases/weekly/specs/amd64. I
7 > managed to get through stage1-3 and installcd-stage1 without any
8 > trouble.
9 >
10 > Running installcd-stage2-minimal dies when trying to run Genkernel
11 > with "ln: failed to create symbolic link `/usr/src/linux': No such
12 > file or directory". I hacked the kmerge.sh script to drop to a shell
13 > right after that happened and found that there was no /usr/src
14 > directory in the chroot. Doing a `mkdir -p /usr/src` right before
15 > the ln call, and everything seems to work out after that.
16 >
17 > I'm assuming something probably went wrong in an earlier stage, but I
18 > don't know enough about Catalyst yet to know quite where to look.
19 >
20 > I can post spec files if they'd help, but I'm using stock from SVN
21 > with just some version number's changed around. Does anyone have a
22 > guess where I might look, or is there any chance this might be a bug
23 > in the kmerge.sh script? I'm using catalyst-2.0.6.916 at this point,
24 > but I may just give the -9999 build a try to see if that fixed the
25 > issue.
26
27 Afaik the code in 9999 differs by more than just bugfixes. Let me quote
28 from the -9999 ebuild:
29
30 "The git master branch (what you get with this -9999 ebuild) for
31 catalyst now contains the work-in-progress code for catalyst-3.x.
32 Be aware that it's very likely that it will not be in a working
33 state at any given point."
34
35 Also, please be aware that I have brought up the question of deleting
36 the 3.x altogether. That means: In case you start using -9999 we really
37 need to know, so we don't pull the chair that you just sat down on.
38
39
40 On the /usr/src issue I would like to ask you to file a bug for it.
41 Copy-pasting from your original mail should be fine. Thanks for
42 bringing it up.
43
44 Best,
45
46
47
48 Sebastian

Replies

Subject Author
Re: [gentoo-catalyst] Missing /usr/src in installcd-stage3-minimal Zachary Bedell <zac@××××××××××.org>