Gentoo Archives: gentoo-catalyst

From: "Robert Šmol" <smol.robert@×××××.com>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] no stage1 created
Date: Thu, 04 Oct 2007 17:01:34
Message-Id: 79342c4a0710040951v19e76143la8212629bbf57435@mail.gmail.com
1 Hello,
2 I'm trying to follow the guide at
3 http://gentoo-wiki.com/HOWTO_build_a_LiveCD_with_Catalyst_for_newbies , I
4 created snapshot, downloaded stage3, edited spec file and run:
5 catalyst -v -f livecd-stage1_template.spec
6
7 it was compiling stuff and exited ok
8
9 ...
10 * Messages for package app-editors/vim-7.1.042:
11
12 *
13 * Note that the English word lists are no longer installed by
14 * default.
15 * To install a GUI version of vim, use the app-editors/gvim
16 * package.
17 * Vim 7 includes an integrated spell checker. You need to install
18 * word list files before you can use it. There are ebuilds for
19 * some of these named app-vim/vim-spell-*. If your language of
20 * choice is not included, please consult vim-spell.eclass for
21 * instructions on how to make a package.
22 * To see what's new in this release, use :help version7.txt
23 * Regenerating GNU info directory index...
24 * Processed 80 info files.
25 removing /var/tmp/catalyst/tmp/default/livecd-stage1-i686-2007.1/tmp/chroot-
26 functions.sh from the chroot
27 --- Running action sequence: unbind
28 --- Running action sequence: clean
29 Cleaning chroot: /etc/resolv.conf...
30 Cleaning chroot: /var/tmp/*...
31 Cleaning chroot: /tmp/*...
32 Cleaning chroot: /root/*...
33 Cleaning chroot: /usr/portage...
34 --- Running action sequence: clear_autoresume
35 Removing AutoResume Points: ...
36 Emptying directory /var/tmp/catalyst/tmp/default/.autoresume-
37 livecd-stage1-i686-2007.1/
38 lockfile does not exist '/var/tmp/catalyst/tmp/default/livecd-
39 stage1-i686-2007.1/.catalyst_lock'
40 lockfile does not exist '/var/tmp/catalyst/tmp/default/livecd-
41 stage1-i686-2007.1/.catalyst_lock'
42
43 However no livecd-stage1 was created.
44
45 localhost catalyst # ll /var/tmp/catalyst/builds/
46 total 105424
47 rw-r--r-- 1 root root 107951479 Apr 20 02:21 stage3-x86-2007.0.tar.bz2
48
49 This is my spec file.
50
51 localhost catalyst # cat /etc/catalyst/livecd-stage1_template.spec |grep -v
52 "#"
53 subarch: i686
54 version_stamp: 2007.1
55 target: livecd-stage1
56 rel_type: default
57 profile: default-linux/x86/2007.0
58 snapshot: virge_snapshot
59 source_subpath: stage3-x86-2007.0
60 portage_confdir: /etc/portage
61 pkgcache_path: /tmp/packages
62 livecd/use: -* ipv6 socks5 livecd fbcon ncurses readline ssl branding
63 livecd/packages: livecd-tools dhcpcd acpid apmd syslog-ng parted dosfstools
64 nfs-utils jfsutils xfsprogs e2fsprogs reiserfsprogs ntfsprogs pwgen screen
65 iputils hwsetup lvm2 evms vim mdadm ethtool
66
67
68 Do I miss anything obvious (I have 2.0.5_pre3 installed)?
69
70 Thank you
71
72 Robert Smol

Replies

Subject Author
Re: [gentoo-catalyst] no stage1 created Andrew Gaffney <agaffney@g.o>