Gentoo Archives: gentoo-releng-autobuilds

From: catalyst@×××××××××××××××××××.name
To: jmbsvicetto@×××××.com, gentoo-releng-autobuilds@l.g.o
Subject: [gentoo-releng-autobuilds] [x86-auto] Catalyst non-fatal build error - hardened/admincd-stage1.spec
Date: Wed, 13 Aug 2014 13:23:54
Message-Id: 20140813132350.033DB95723@lantean.jmbsvicetto.name
1 * Unable to calculate Linux Kernel version for build, attempting to use running version
2 * Please see the example for configuring a LUKS mountpoint
3 * in /etc/conf.d/dmcrypt
4 *
5 * If you are using baselayout-2 then please do:
6 * rc-update add dmcrypt boot
7 * This version introduces a command line arguement 'key_timeout'.
8 * If you want the search for the removable key device to timeout
9 * after 10 seconds add the following to your bootloader config:
10 * key_timeout=10
11 * A timeout of 0 will mean it will wait indefinitely.
12 *
13 * Users using cryptsetup-1.0.x (dm-crypt plain) volumes must use
14 * a compatibility mode when using cryptsetup-1.1.x. This can be
15 * done by specifying the cipher (-c), key size (-s) and hash (-h).
16 * For more info, see http://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions#6._Issues_with_Specific_Versions_of_cryptsetup
17 * Messages for package sys-fs/dmraid-1.0.0_rc16-r3:
18 * Unable to find kernel sources at /usr/src/linux
19 * Unable to calculate Linux Kernel version for build, attempting to use running version
20 * For booting Gentoo from Device-Mapper RAID you can use a Genkernel initramfs.
21 *
22 * Genkernel will generate the kernel and the initramfs with a statically
23 * linked dmraid binary (its own version which may not be the same as this version):
24 * emerge -av sys-kernel/genkernel
25 * genkernel --dmraid all
26 *
27 * A pre-patched distfile of this version of DMRAID has been installed at
28 * /usr/share/dmraid/dmraid-1.0.0.rc16-3-prepatched.tar.bz2 , to support using it within a
29 * Genkernel initramfs.
30 *
31 * If you would rather use this version of DMRAID with Genkernel, update the following
32 * in /etc/genkernel.conf:
33 * DMRAID_VER="1.0.0.rc16-3"
34 * DMRAID_SRCTAR="/usr/share/dmraid/dmraid-1.0.0.rc16-3-prepatched.tar.bz2"
35 *
36 * Messages for package sys-fs/multipath-tools-0.5.0-r1:
37 * If you need multipath on your system, you must
38 * add 'multipath' into your boot runlevel!
39 * Messages for package dev-libs/glib-2.40.0-r1:
40 * Unable to find kernel sources at /usr/src/linux
41 * Unable to calculate Linux Kernel version for build, attempting to use running version
42 * Messages for package app-admin/syslog-ng-3.4.8:
43 * For detailed documentation please see the upstream website:
44 * http://www.balabit.com/sites/default/files/documents/syslog-ng-ose-3.4-guides/en/syslog-ng-ose-v3.4-guide-admin/html/index.html
45 * It is highly recommended that app-admin/logrotate be emerged to
46 * manage the log files. syslog-ng installs a file in /etc/logrotate.d
47 * for logrotate to use.
48 * Messages for package sys-apps/dbus-1.8.6:
49 * Unable to find kernel sources at /usr/src/linux
50 * Unable to calculate Linux Kernel version for build, attempting to use running version
51 * To start the D-Bus system-wide messagebus by default
52 * you should add it to the default runlevel :
53 * `rc-update add dbus default`
54 *
55 * Some applications require a session bus in addition to the system
56 * bus. Please see `man dbus-launch` for more information.
57 *
58 * Messages for package app-emulation/xen-tools-4.2.4-r6:
59 * ERROR: app-emulation/xen-tools-4.2.4-r6::gentoo failed (compile phase):
60 * emake failed
61 *
62 * If you need support, post the output of `emerge --info '=app-emulation/xen-tools-4.2.4-r6::gentoo'`,
63 * the complete build log and the output of `emerge -pqv '=app-emulation/xen-tools-4.2.4-r6::gentoo'`.
64 * The complete build log is located at '/var/tmp/portage/app-emulation/xen-tools-4.2.4-r6/temp/build.log'.
65 * The ebuild environment file is located at '/var/tmp/portage/app-emulation/xen-tools-4.2.4-r6/temp/environment'.
66 * Working directory: '/var/tmp/portage/app-emulation/xen-tools-4.2.4-r6/work/xen-4.2.4'
67 * S: '/var/tmp/portage/app-emulation/xen-tools-4.2.4-r6/work/xen-4.2.4'
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177 !!! catalyst: Error in attempt to build packages
178
179
180 Traceback (most recent call last):
181 File "modules/generic_stage_target.py", line 1403, in build_packages
182 "Error in attempt to build packages",env=self.env)
183 File "/usr/lib64/catalyst//modules/catalyst_support.py", line 541, in cmd
184 raise CatalystError,myexc
185 CatalystError
186 None
187
188 !!! catalyst: livecdbuild aborting due to error.
189
190 Traceback (most recent call last):
191 File "/usr/lib64/catalyst/catalyst", line 218, in build_target
192 mytarget.run()
193 File "modules/generic_stage_target.py", line 1304, in run
194 apply(getattr(self,x))
195 File "modules/generic_stage_target.py", line 1408, in build_packages
196 "build aborting due to error."
197 CatalystError
198 !!! catalyst: Error encountered during run of target livecd-stage1
199 Catalyst aborting....
200 lockfile does not exist '/home/release/buildroot/x86-dev/tmp/hardened/livecd-stage1-x86-20140813/.catalyst_lock'
201
202
203
204 Full build log at /home/release/tmp/run/catalyst-auto.32083/log/hardened_admincd-stage1.log