Gentoo Archives: gentoo-releng-autobuilds

From: catalyst@××××××××××××××××××××.org
To: releng@g.o, gentoo-releng-autobuilds@l.g.o
Subject: [gentoo-releng-autobuilds] [hppa-auto] Catalyst fatal build error - hppa1.1/stage1.spec
Date: Sat, 29 Aug 2015 08:23:37
Message-Id: 20150829082334.51023E08BD@pigeon.gentoo.org
1 * Make sure you run 'hash -r' in your active shells.
2 * You should also re-source your shell settings for LS_COLORS
3 * changes, such as: source /etc/profile
4
5 * Messages for package sys-libs/pam-1.2.1:
6
7 * Some software with pre-loaded PAM libraries might experience
8 * warnings or failures related to missing symbols and/or versions
9 * after any update. While unfortunate this is a limit of the
10 * implementation of PAM and the software, and it requires you to
11 * restart the software manually after the update.
12 *
13 * You can get a list of such software running a command like
14 * lsof / | egrep -i 'del.*libpam\.so'
15 *
16 * Alternatively, simply reboot your system.
17
18 * Messages for package sys-apps/busybox-1.23.1-r1:
19
20 * Could not locate user configfile, so we will save a default one
21 * You cannot have USE='static pam'. Assuming static is more important.
22 * Your configuration for sys-apps/busybox-1.23.1-r1 has been saved in
23 * /etc/portage/savedconfig/sys-apps/busybox-1.23.1-r1 for your editing pleasure.
24 * You can edit these files by hand and remerge this package with
25 * USE=savedconfig to customise the configuration.
26 * You can rename this file/directory to one of the following for
27 * its configuration to apply to multiple versions:
28 * ${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/
29 * [${CTARGET}|${CHOST}|""]/${CATEGORY}/[${PF}|${P}|${PN}]
30
31 * Messages for package sys-libs/glibc-2.19-r1:
32
33 * Defaulting /etc/host.conf:multi to on
34 * Generating all locales; edit /etc/locale.gen to save time/space
35
36 * Messages for package sys-apps/util-linux-2.25.2-r2:
37
38 * The mesg/wall/write tools have been disabled due to USE=-tty-helpers.
39
40 * Messages for package sys-apps/less-478:
41
42 * lesspipe offers colorization options. Run 'lesspipe -h' for info.
43
44 * Messages for package sys-apps/openrc-0.17:
45
46 * Auto-adding 'binfmt' service to your boot runlevel
47 * Setting the console font does not work on all HPPA consoles.
48 * You can still enable it by running:
49 * # rc-update add consolefont boot
50 * In this version of OpenRC, the loopback interface no longer
51 * satisfies the net virtual.
52 * If you have services now which do not start because of this,
53 * They can be fixed by adding rc_need="!net"
54 * to the /etc/conf.d/<servicename> file.
55 * You should also file a bug against the service asking that
56 * need net be dropped from the dependencies.
57 * The bug you file should block the following tracker:
58 * https://bugs.gentoo.org/show_bug.cgi?id=439092
59 *
60 * Bug https://bugs.gentoo.org/show_bug.cgi?id=427996 was not
61 * fixed correctly in earlier versions of OpenRC.
62 * The correct fix is implemented in this version, but that
63 * means netmount needs to be added to the default runlevel if
64 * you are using nfs file systems.
65 *
66 * You should now update all files in /etc, using etc-update
67 * or equivalent before restarting any services or this host.
68
69 * Messages for package sys-devel/gcc-4.8.4:
70
71 * Failed to set XATTR_PAX markings -re /var/tmp/portage/sys-devel/gcc-4.8.4/image//usr/libexec/gcc/hppa1.1-unknown-linux-gnu/4.8.4/cc1.
72 * Failed to set XATTR_PAX markings -re /var/tmp/portage/sys-devel/gcc-4.8.4/image//usr/libexec/gcc/hppa1.1-unknown-linux-gnu/4.8.4/cc1plus.
73 * If you have issues with packages unable to locate libstdc++.la,
74 * then try running 'fix_libtool_files.sh' on the old gcc versions.
75 * You might want to review the GCC upgrade guide when moving between
76 * major versions (like 4.2 to 4.3):
77 * http://www.gentoo.org/doc/en/gcc-upgrading.xml
78
79 * Messages for package dev-lang/python-2.7.9-r1:
80
81 * Failed to set XATTR_PAX markings -me python.
82
83 * Messages for package dev-lang/python-3.4.1:
84
85 * Failed to set XATTR_PAX markings -me python.
86
87 * Messages for package net-misc/openssh-6.9_p1-r2:
88
89 * Remember to merge your config files in /etc/ssh/ and then
90 * reload sshd: '/etc/init.d/sshd reload'.
91 * Note: openssh-6.7 versions no longer support USE=tcpd as upstream has
92 * dropped it. Make sure to update any configs that you might have.
93
94 * Messages for package sys-apps/iproute2-3.19.0:
95
96 * The ebuild phase 'compile' has exited unexpectedly. This type of
97 * behavior is known to be triggered by things such as failed variable
98 * assignments (bug #190128) or bad substitution errors (bug #200313).
99 * Normally, before exiting, bash should have displayed an error message
100 * above. If bash did not produce an error message above, it's possible
101 * that the ebuild has called `exit` when it should have called `die`
102 * instead. This behavior may also be triggered by a corrupt bash binary or
103 * a hardware problem such as memory or cpu malfunction. If the problem is
104 * not reproducible or it appears to occur randomly, then it is likely to
105 * be triggered by a hardware problem. If you suspect a hardware problem
106 * then you should try some basic hardware diagnostics such as memtest.
107 * Please do not report this as a bug unless it is consistently
108 * reproducible and you are sure that your bash binary and hardware are
109 * functioning properly.
110 Traceback (most recent call last):
111 File "/usr/lib/python-exec/python2.7/emerge", line 50, in <module>
112 retval = emerge_main()
113 File "/usr/lib/python2.7/site-packages/_emerge/main.py", line 1154, in emerge_main
114 return run_action(emerge_config)
115 File "/usr/lib/python2.7/site-packages/_emerge/actions.py", line 3191, in run_action
116 emerge_config.args, spinner)
117 File "/usr/lib/python2.7/site-packages/_emerge/actions.py", line 498, in action_build
118 retval = mergetask.merge()
119 File "/usr/lib/python2.7/site-packages/_emerge/Scheduler.py", line 1028, in merge
120 rval = self._merge()
121 File "/usr/lib/python2.7/site-packages/_emerge/Scheduler.py", line 1430, in _merge
122 self._main_loop()
123 File "/usr/lib/python2.7/site-packages/_emerge/Scheduler.py", line 1401, in _main_loop
124 self._event_loop.iteration()
125 File "/usr/lib/python2.7/site-packages/portage/util/_eventloop/EventLoop.py", line 204, in iteration
126 if self._run_timeouts():
127 File "/usr/lib/python2.7/site-packages/portage/util/_eventloop/EventLoop.py", line 468, in _run_timeouts
128 if self._run_idle_callbacks():
129 File "/usr/lib/python2.7/site-packages/portage/util/_eventloop/EventLoop.py", line 430, in _run_idle_callbacks
130 if not x.callback(*x.args):
131 File "/usr/lib/python2.7/site-packages/_emerge/AsynchronousTask.py", line 74, in _async_wait_cb
132 self.wait()
133 File "/usr/lib/python2.7/site-packages/_emerge/AsynchronousTask.py", line 57, in wait
134 self._wait_hook()
135 File "/usr/lib/python2.7/site-packages/_emerge/AsynchronousTask.py", line 175, in _wait_hook
136 self._exit_listener_stack.pop()(self)
137 File "/usr/lib/python2.7/site-packages/_emerge/EbuildPhase.py", line 345, in _die_hooks_exit
138 self.wait()
139 File "/usr/lib/python2.7/site-packages/_emerge/AsynchronousTask.py", line 57, in wait
140 self._wait_hook()
141 File "/usr/lib/python2.7/site-packages/_emerge/AsynchronousTask.py", line 175, in _wait_hook
142 self._exit_listener_stack.pop()(self)
143 File "/usr/lib/python2.7/site-packages/_emerge/TaskSequence.py", line 47, in _task_exit_handler
144 self.wait()
145 File "/usr/lib/python2.7/site-packages/_emerge/AsynchronousTask.py", line 57, in wait
146 self._wait_hook()
147 File "/usr/lib/python2.7/site-packages/_emerge/AsynchronousTask.py", line 175, in _wait_hook
148 self._exit_listener_stack.pop()(self)
149 File "/usr/lib/python2.7/site-packages/_emerge/CompositeTask.py", line 134, in _default_final_exit
150 return self.wait()
151 File "/usr/lib/python2.7/site-packages/_emerge/AsynchronousTask.py", line 57, in wait
152 self._wait_hook()
153 File "/usr/lib/python2.7/site-packages/_emerge/AsynchronousTask.py", line 175, in _wait_hook
154 self._exit_listener_stack.pop()(self)
155 File "/usr/lib/python2.7/site-packages/_emerge/EbuildBuild.py", line 298, in _build_exit
156 self._unlock_builddir()
157 File "/usr/lib/python2.7/site-packages/_emerge/EbuildBuild.py", line 294, in _unlock_builddir
158 self._build_dir.unlock()
159 File "/usr/lib/python2.7/site-packages/_emerge/EbuildBuildDir.py", line 96, in unlock
160 catdir_lock.start()
161 File "/usr/lib/python2.7/site-packages/_emerge/AsynchronousTask.py", line 30, in start
162 self._start()
163 File "/usr/lib/python2.7/site-packages/_emerge/AsynchronousLock.py", line 47, in _start
164 wantnewlockfile=True, flags=os.O_NONBLOCK)
165 File "/usr/lib/python2.7/site-packages/portage/locks.py", line 102, in lockfile
166 raise DirectoryNotFound(os.path.dirname(mypath))
167 DirectoryNotFound: /var/tmp/portage
168 umount: /usr/local/catalyst/tmp/default/stage1-hppa1.1-20150828/tmp/stage1root/proc: mountpoint not found
169
170 !!! catalyst: run script failed.
171
172 !!! catalyst: First attempt to unmount: /usr/local/catalyst/tmp/default/stage1-hppa1.1-20150828//tmp/stage1root/proc failed.
173 !!! catalyst: Killing any pids still running in the chroot
174 Checking for processes running in chroot and killing them.
175 umount: /usr/local/catalyst/tmp/default/stage1-hppa1.1-20150828//tmp/stage1root/proc: mountpoint not found
176 !!! catalyst: Couldn't umount bind mount: /usr/local/catalyst/tmp/default/stage1-hppa1.1-20150828//tmp/stage1root/proc
177
178 Traceback (most recent call last):
179 File "modules/generic_stage_target.py", line 1244, in run_local
180 "run script failed.",env=self.env)
181 File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
182 raise CatalystError,myexc
183 CatalystError
184 None
185
186 !!! catalyst: Couldn't umount one or more bind-mounts; aborting for safety.
187
188 Traceback (most recent call last):
189 File "/usr/lib/catalyst/catalyst", line 218, in build_target
190 mytarget.run()
191 File "modules/generic_stage_target.py", line 1304, in run
192 apply(getattr(self,x))
193 File "modules/generic_stage_target.py", line 1248, in run_local
194 self.unbind()
195 File "modules/generic_stage_target.py", line 981, in unbind
196 "Couldn't umount one or more bind-mounts; aborting for safety."
197 CatalystError
198 !!! catalyst: Error encountered during run of target stage1
199 Catalyst aborting....
200 lockfile does not exist '/usr/local/catalyst/tmp/default/stage1-hppa1.1-20150828/.catalyst_lock'
201
202
203
204 Full build log at /tmp/catalyst-auto.seEKYL/log/hppa1.1_stage1.log