Gentoo Archives: gentoo-releng-autobuilds

From: catalyst@××××××××××××××××××××××××.org
To: releng@g.o, gentoo-releng-autobuilds@l.g.o
Subject: [gentoo-releng-autobuilds] [ppc-auto] Catalyst fatal build error - stage3.spec
Date: Sun, 15 May 2011 15:15:09
Message-Id: 20110515151508.352171C035@pigeon.gentoo.org
1 >>> Emerging (115 of 137) sys-apps/groff-1.21
2 >>> Installing (115 of 137) sys-apps/groff-1.21
3 >>> Emerging (116 of 137) sys-fs/hfsplusutils-1.0.4-r1
4 >>> Installing (116 of 137) sys-fs/hfsplusutils-1.0.4-r1
5 >>> Emerging (117 of 137) sys-apps/man-1.6f-r4
6 >>> Failed to emerge sys-apps/man-1.6f-r4, Log file:
7 >>> '/var/tmp/portage/sys-apps/man-1.6f-r4/temp/build.log'
8 * Package: sys-apps/man-1.6f-r4
9 * Repository: gentoo
10 * Maintainer: base-system@g.o
11 * USE: elibc_glibc kernel_linux nls ppc userland_GNU
12 * FEATURES: sandbox
13 * Adding group 'man' to your system ...
14 * - Groupid: 15
15 /usr/portage/eclass/eutils.eclass: line 860: groupadd: command not found
16 * ERROR: sys-apps/man-1.6f-r4 failed (setup phase):
17 * enewgroup failed
18 *
19 * Call stack:
20 * ebuild.sh, line 56: Called pkg_setup
21 * man-1.6f-r4.ebuild, line 24: Called enewgroup 'man' '15'
22 * eutils.eclass, line 860: Called die
23 * The specific snippet of code:
24 * groupadd -r ${opts} ${egroup} || die "enewgroup failed"
25 *
26 * If you need support, post the output of 'emerge --info =sys-apps/man-1.6f-r4',
27 * the complete build log and the output of 'emerge -pqv =sys-apps/man-1.6f-r4'.
28 * The complete build log is located at '/var/tmp/portage/sys-apps/man-1.6f-r4/temp/build.log'.
29 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/man-1.6f-r4/temp/die.env'.
30 * S: '/var/tmp/portage/sys-apps/man-1.6f-r4/work/man-1.6f'
31
32 * Messages for package sys-libs/timezone-data-2011e:
33
34 * You do not have TIMEZONE set in /etc/timezone.
35 * Skipping auto-update of /etc/localtime.
36
37 * Messages for package app-portage/portage-utils-0.3.1:
38
39 * /etc/portage/postsync.d/q-reinitialize has been installed for convenience
40 * If you wish for it to be automatically run at the end of every --sync:
41 * # chmod +x /etc/portage/postsync.d/q-reinitialize
42 * Normally this should only take a few seconds to run but file systems
43 * such as ext3 can take a lot longer. To disable, simply do:
44 * # chmod -x /etc/portage/postsync.d/q-reinitialize
45
46 * Messages for package sys-libs/glibc-2.11.3:
47 * Generating all locales; edit /etc/locale.gen to save time/space
48
49
50 * Messages for package sys-libs/gdbm-1.8.3-r4:
51 * 32bit systems might have to rebuild all gdbm databases due to
52 * LFS changes in the gdbm format. You can either delete the db
53 * and regenerate it from scratch, or use the converter:
54 * http://bugs.gentoo.org/attachment.cgi?id=215326
55 *
56 * See this comment for information on how to use it:
57 * http://bugs.gentoo.org/299390#c15
58 *
59 * You should be able to locate most gdbm db's on your system with:
60 * find /etc /var -type f -exec file {} + | grep 'GNU dbm 1.x or ndbm database'
61 *
62 * You could also try using this helper script:
63 * http://bugs.gentoo.org/attachment.cgi?id=222581
64
65
66 * Messages for package sys-fs/udev-151-r4:
67 * Unable to find kernel sources at /usr/src/linux
68 * Unable to calculate Linux Kernel version for build, attempting to use running version
69 * CONFIG_IDE: 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/lib/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/lib/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 '/var/tmp/catalyst/tmp/default/stage3-ppc-20110515/.catalyst_lock'
201
202
203
204 Full build log at /tmp/catalyst-auto.4487/log/stage3.log