Gentoo Archives: gentoo-catalyst

From: Charles Duffy <cduffy@×××××××.net>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] catalyst-2's pre-kmerge.sh trying to create files in /usr/share/genkernel/amd64
Date: Wed, 06 Jun 2007 13:32:30
Message-Id: f466ao$15t$1@sea.gmane.org
1 Howdy. I'm trying to build a netboot2 target (using catalyst-2.0.4)
2 targeting amd64.
3
4 pre-kmerge.sh is trying to create files in
5 /usr/share/genkernel/${clst_hostarch}; for amd64, that directory does
6 not exist, and attempts to write (and thus the pre-kmerge.sh script)
7 fail. /usr/share/genkernel/x86_64, on the other hand, *does* exist.
8
9 Should pre-kmerge.sh include a mkdir -p in it? Should the x86_64
10 directory actually be named amd64 (since that's the valid subarch name)?
11 Or is there another solution I'm missing here?
12
13 Thanks!
14
15 ----
16
17 /tmp/pre-kmerge.sh: line 37: /usr/share/genkernel/amd64/linuxrc: No such
18 file or directory
19 >>> Copying support files to / ...
20 >>> Copying busybox config ...
21 cp: cannot create regular file `/usr/share/genkernel/amd64/busy-config':
22 No such file or directory
23
24 !!! catalyst: Runscript pre-kmerge failed
25
26
27 Traceback (most recent call last):
28 File "modules/generic_stage_target.py", line 1204, in build_kernel
29 "Runscript pre-kmerge failed",env=self.env)
30 File "/usr/lib/catalyst/modules/catalyst_support.py", line 485, in cmd
31 raise CatalystError,myexc
32 CatalystError: <unprintable instance object>
33 None
34
35 !!! catalyst: build aborting due to kernel build error.
36
37
38 Catalyst aborting....
39
40 --
41 gentoo-catalyst@g.o mailing list

Replies