Gentoo Archives: gentoo-releng-autobuilds

From: catalyst@×××××××××××××××××××.name
To: jmbsvicetto@×××××.com, gentoo-releng-autobuilds@l.g.o
Subject: [gentoo-releng-autobuilds] [amd64-auto] Catalyst non-fatal build error - hardened/admincd-stage1.spec
Date: Mon, 07 Jul 2014 17:34:33
Message-Id: 20140707173431.3081437C3C@lantean.jmbsvicetto.name
1 * eselect bashcomp list
2 *
3 * If you use non-login shells you still need to source
4 * /etc/profile.d/bash-completion.sh in your ~/.bashrc.
5 * If you are interested in using the provided bash completion functions with
6 * zsh, valuable tips on the effective use of bashcompinit are available:
7 * http://www.zsh.org/mla/workers/2003/msg00046.html
8 *
9 * Messages for package app-shells/gentoo-bashcomp-20121024:
10 * To enable command-line completion for gentoo-bashcomp, run:
11 *
12 * eselect bashcomp enable gentoo
13 *
14 * to install locally, or
15 *
16 * eselect bashcomp enable --global gentoo
17 *
18 * to install system-wide. (and/or repoman instead of gentoo if you use
19 * repoman frequently)
20 * Messages for package app-emacs/ebuild-mode-1.26:
21 * Some optional features may require installation of additional
22 * packages, like app-portage/gentoolkit-dev for echangelog.
23 *
24 * (Note: Above message is only printed the first time package is
25 * installed. Please look at /usr/share/doc/ebuild-mode-1.26/README.gentoo*
26 * for future reference)
27 * Messages for package app-portage/gentoolkit-0.3.0.8-r2:
28 * Could not find a UTF-8 locale. This may trigger build failures in
29 * some python packages. Please ensure that a UTF-8 locale is listed in
30 * /etc/locale.gen and run locale-gen.
31 *
32 * For further information on gentoolkit, please read the gentoolkit
33 * guide: http://www.gentoo.org/doc/en/gentoolkit.xml
34 *
35 * Another alternative to equery is app-portage/portage-utils
36 *
37 * Additional tools that may be of interest:
38 *
39 * app-admin/eclean-kernel
40 * app-portage/diffmask
41 * app-portage/flaggie
42 * app-portage/install-mask
43 * app-portage/portpeek
44 * app-portage/smart-live-rebuild
45 * Messages for package net-wireless/wpa_supplicant-2.0-r2:
46 * If this is a clean installation of wpa_supplicant, you
47 * have to create a configuration file named
48 * /etc/wpa_supplicant/wpa_supplicant.conf
49 *
50 * An example configuration file is available for reference in
51 * /usr/share/doc/wpa_supplicant-2.0-r2/
52 * Messages for package app-editors/vim-7.4.273:
53 * To install a GUI version of vim, use the app-editors/gvim
54 * package.
55 * Vim 7 includes an integrated spell checker. You need to install
56 * word list files before you can use it. There are ebuilds for
57 * some of these named app-vim/vim-spell-*. If your language of
58 * choice is not included, please consult vim-spell.eclass for
59 * instructions on how to make a package.
60 * Note that the English word lists are no longer installed by
61 * default.
62 * Messages for package app-vim/gentoo-syntax-20130619:
63 * Note for developers and anyone else who edits ebuilds:
64 * This release of gentoo-syntax now contains filetype rules to set
65 * fileencoding for ebuilds and ChangeLogs to utf-8 as per GLEP 31.
66 * If you find this feature breaks things, please submit a bug and
67 * assign it to vim@g.o. You can use the 'ignore-glep31' USE
68 * flag to remove these rules.
69 * Messages for package sys-apps/util-linux-2.24.1-r2:
70 * The mesg/wall/write tools have been disabled due to USE=-tty-helpers.
71 * Messages for package sys-block/open-iscsi-2.0.872-r2:
72 * Unable to find kernel sources at /usr/src/linux
73 * Unable to calculate Linux Kernel version for build, attempting to use running version
74 * ISCSI_TCP needs to be built as module (builtin doesn't work)
75 * Messages for package sys-fs/mdadm-3.2.6-r1:
76 * If you're not relying on kernel auto-detect of your RAID
77 * devices, you need to add 'mdraid' to your 'boot' runlevel:
78 * rc-update add mdraid boot
79 * Messages for package dev-libs/newt-0.52.12:
80 * ERROR: dev-libs/newt-0.52.12::gentoo failed (compile phase):
81 * emake failed
82 *
83 * Call stack:
84 * ebuild.sh, line 93: Called src_compile
85 * environment, line 4537: Called die
86 * The specific snippet of code:
87 * emake PYTHONVERS="$(PYTHON)" || die "emake failed"
88 *
89 * If you need support, post the output of `emerge --info '=dev-libs/newt-0.52.12::gentoo'`,
90 * the complete build log and the output of `emerge -pqv '=dev-libs/newt-0.52.12::gentoo'`.
91 * The complete build log is located at '/var/log/portage/dev-libs:newt-0.52.12:20140707-173424.log'.
92 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-libs/newt-0.52.12/temp/build.log'.
93 * The ebuild environment file is located at '/var/tmp/portage/dev-libs/newt-0.52.12/temp/environment'.
94 * Working directory: '/var/tmp/portage/dev-libs/newt-0.52.12/work/newt-0.52.12'
95 * S: '/var/tmp/portage/dev-libs/newt-0.52.12/work/newt-0.52.12'
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/amd64-dev/tmp/hardened/livecd-stage1-amd64-20140707/.catalyst_lock'
201
202
203
204 Full build log at /home/release/tmp/run/catalyst-auto.27368/log/hardened_admincd-stage1.log