Gentoo Archives: gentoo-releng-autobuilds

From: catalyst@×××××××××××××××××××××××××.org
To: releng@g.o, gentoo-releng-autobuilds@l.g.o
Subject: [gentoo-releng-autobuilds] [x86-auto] Catalyst fatal build error - hardened/stage3.spec
Date: Wed, 11 May 2011 00:32:49
Message-Id: 20110511003245.D6A10143629@poseidon.amd64.dev.gentoo.org
1 >>> Installing (113 of 135) sys-devel/automake-1.11.1
2 >>> Emerging (114 of 135) sys-apps/groff-1.21
3 >>> Installing (114 of 135) sys-apps/groff-1.21
4 >>> Emerging (115 of 135) sys-apps/man-1.6f-r4
5 >>> Failed to emerge sys-apps/man-1.6f-r4, Log file:
6 >>> '/var/tmp/portage/sys-apps/man-1.6f-r4/temp/build.log'
7 * Package: sys-apps/man-1.6f-r4
8 * Repository: gentoo
9 * Maintainer: base-system@g.o
10 * USE: elibc_glibc kernel_linux nls userland_GNU x86
11 * FEATURES: sandbox
12 * Adding group 'man' to your system ...
13 * - Groupid: 15
14 /usr/portage/eclass/eutils.eclass: line 860: groupadd: command not found
15 * ERROR: sys-apps/man-1.6f-r4 failed (setup phase):
16 * enewgroup failed
17 *
18 * Call stack:
19 * ebuild.sh, line 56: Called pkg_setup
20 * man-1.6f-r4.ebuild, line 24: Called enewgroup 'man' '15'
21 * eutils.eclass, line 860: Called die
22 * The specific snippet of code:
23 * groupadd -r ${opts} ${egroup} || die "enewgroup failed"
24 *
25 * If you need support, post the output of 'emerge --info =sys-apps/man-1.6f-r4',
26 * the complete build log and the output of 'emerge -pqv =sys-apps/man-1.6f-r4'.
27 * The complete build log is located at '/var/tmp/portage/sys-apps/man-1.6f-r4/temp/build.log'.
28 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/man-1.6f-r4/temp/die.env'.
29 * S: '/var/tmp/portage/sys-apps/man-1.6f-r4/work/man-1.6f'
30
31 * Messages for package sys-libs/timezone-data-2011e:
32
33 * You do not have TIMEZONE set in /etc/timezone.
34 * Skipping auto-update of /etc/localtime.
35
36 * Messages for package app-portage/portage-utils-0.3.1:
37
38 * /etc/portage/postsync.d/q-reinitialize has been installed for convenience
39 * If you wish for it to be automatically run at the end of every --sync:
40 * # chmod +x /etc/portage/postsync.d/q-reinitialize
41 * Normally this should only take a few seconds to run but file systems
42 * such as ext3 can take a lot longer. To disable, simply do:
43 * # chmod -x /etc/portage/postsync.d/q-reinitialize
44
45 * Messages for package sys-libs/glibc-2.11.3:
46 * Generating all locales; edit /etc/locale.gen to save time/space
47
48
49 * Messages for package sys-libs/gdbm-1.8.3-r4:
50 * 32bit systems might have to rebuild all gdbm databases due to
51 * LFS changes in the gdbm format. You can either delete the db
52 * and regenerate it from scratch, or use the converter:
53 * http://bugs.gentoo.org/attachment.cgi?id=215326
54 *
55 * See this comment for information on how to use it:
56 * http://bugs.gentoo.org/299390#c15
57 *
58 * You should be able to locate most gdbm db's on your system with:
59 * find /etc /var -type f -exec file {} + | grep 'GNU dbm 1.x or ndbm database'
60 *
61 * You could also try using this helper script:
62 * http://bugs.gentoo.org/attachment.cgi?id=222581
63
64
65 * Messages for package sys-fs/udev-151-r4:
66 * Unable to find kernel sources at /usr/src/linux
67 * Unable to calculate Linux Kernel version for build, attempting to use running version
68 * CONFIG_SYSFS_DEPRECATED: should not be set. But it is.
69 * CONFIG_SYSFS_DEPRECATED_V2: should not be set. But it is.
70 * Please check to make sure these options are set correctly.
71 * Failure to do so may cause unexpected problems.
72 *
73 * udev-151 does not support Linux kernel before version 2.6.25!
74 * For a reliable udev, use at least kernel 2.6.27
75 *
76 * You need to add the udev init script to the runlevel sysinit,
77 * else your system will not be able to boot
78 * after updating to >=openrc-0.4.0
79 * Run this to enable udev for >=openrc-0.4.0:
80 * rc-update add udev sysinit
81 *
82
83 * Auto-adding 'udev-postmount' service to your default runlevel
84 *
85 * If after the udev update removable devices or CD/DVD drives
86 * stop working, try re-emerging HAL before filling a bug report
87 *
88 * persistent-net does assigning fixed names to network devices.
89 * If you have problems with the persistent-net rules,
90 * just delete the rules file
91 * rm /etc/udev/rules.d/70-persistent-net.rules
92 * and then reboot.
93 *
94 * This may however number your devices in a different way than they are now.
95 *
96 * If you build an initramfs including udev, then please
97 * make sure that the /sbin/udevadm binary gets included,
98 * and your scripts changed to use it,as it replaces the
99 * old helper apps udevinfo, udevtrigger, ...
100 *
101 * mount options for directory /dev are no longer
102 * set in /etc/udev/udev.conf, but in /etc/fstab
103 * as for other directories.
104 *
105 * This version of udev no longer has devfs-compat enabled
106 * If you use /dev/md/*, /dev/loop/* or /dev/rd/*,
107 * then please migrate over to using the device names
108 * /dev/md*, /dev/loop* and /dev/ram*.
109 * The devfs-compat rules will be removed on the next udev update.
110 * For reference see Bug #269359.
111 *
112 * This version of udev no longer has use flag old-hd-rules enabled
113 * So all special rules for /dev/hd* devices are missing
114 * Please migrate to the new libata if you need these rules.
115 * They will be completely removed on the next udev update.
116 *
117 * For more information on udev on Gentoo, writing udev rules, and
118 * fixing known issues visit:
119 * http://www.gentoo.org/doc/en/udev-guide.xml
120
121 * Messages for package sys-apps/portage-2.1.9.42:
122 * If you are an ebuild developer and you plan to commit ebuilds
123 * with this system then please install dev-python/pycrypto or
124 * enable the ssl USE flag for >=dev-lang/python-2.6 in order
125 * to enable RMD160 hash support.
126 * See bug #198398 for more information.
127
128
129 * Messages for package app-misc/ca-certificates-20090709:
130 * You should run update-ca-certificates manually after etc-update
131
132
133 * Messages for package dev-vcs/git-1.7.3.4-r1:
134
135 * These additional scripts need some dependencies:
136 * git-quiltimport : dev-util/quilt
137 * git-instaweb : || ( www-servers/lighttpd www-servers/apache )
138
139 * Messages for package sys-apps/coreutils-8.7:
140 * Make sure you run 'hash -r' in your active shells.
141 * You should also re-source your shell settings for LS_COLORS
142 * changes, such as: source /etc/profile
143
144
145 * Messages for package net-misc/wget-1.12-r3:
146 * The /etc/wget/wgetrc file has been relocated to /etc/wgetrc
147
148
149 * Messages for package sys-fs/e2fsprogs-1.41.12:
150 * No /etc/mtab file, creating one temporarily
151
152
153 * Messages for package sys-apps/man-1.6f-r4:
154 * ERROR: sys-apps/man-1.6f-r4 failed (setup phase):
155 * enewgroup failed
156 *
157 * Call stack:
158 * ebuild.sh, line 56: Called pkg_setup
159 * man-1.6f-r4.ebuild, line 24: Called enewgroup 'man' '15'
160 * eutils.eclass, line 860: Called die
161 * The specific snippet of code:
162 * groupadd -r ${opts} ${egroup} || die "enewgroup failed"
163 *
164 * If you need support, post the output of 'emerge --info =sys-apps/man-1.6f-r4',
165 * the complete build log and the output of 'emerge -pqv =sys-apps/man-1.6f-r4'.
166 * The complete build log is located at '/var/tmp/portage/sys-apps/man-1.6f-r4/temp/build.log'.
167 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/man-1.6f-r4/temp/die.env'.
168 * S: '/var/tmp/portage/sys-apps/man-1.6f-r4/work/man-1.6f'
169
170 * Regenerating GNU info directory index...
171 * Processed 74 info files.
172
173 * IMPORTANT: 2 news items need reading for repository 'gentoo'.
174 * Use eselect news to read news items.
175
176
177 !!! catalyst: run script failed.
178
179
180 Traceback (most recent call last):
181 File "modules/generic_stage_target.py", line 1207, in run_local
182 "run script failed.",env=self.env)
183 File "/usr/lib64/catalyst/modules/catalyst_support.py", line 542, in cmd
184 raise CatalystError,myexc
185 CatalystError
186 None
187
188 !!! catalyst: Stage build aborting due to error.
189
190 Traceback (most recent call last):
191 File "/usr/lib64/catalyst/catalyst", line 209, in build_target
192 mytarget.run()
193 File "modules/generic_stage_target.py", line 1263, in run
194 apply(getattr(self,x))
195 File "modules/generic_stage_target.py", line 1212, in run_local
196 raise CatalystError,"Stage build aborting due to error."
197 CatalystError
198 !!! catalyst: Error encountered during run of target stage3
199 Catalyst aborting....
200 lockfile does not exist '/release/buildroot/x86-dev/tmp/hardened/stage3-i686-hardened-20110510/.catalyst_lock'
201
202
203
204 Full build log at /tmp/catalyst-auto.4221/log/hardened_stage3.log