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 - hppa2.0/stage1.spec
Date: Fri, 04 Jul 2014 07:57:17
Message-Id: 20140704075715.38F06E083E@pigeon.gentoo.org
1 Catalyst, version 2.0.17
2 Copyright 2003-2008 Gentoo Foundation
3 Copyright 2008-2012 various authors
4 Distributed under the GNU General Public License version 2.1
5
6 Using command line specified Catalyst configuration file, /etc/catalyst/catalyst.conf
7 Setting sharedir to config file value "/usr/lib/catalyst"
8 Setting snapshot_cache to config file value "/usr/local/catalyst/snapshot_cache"
9 Setting hash_function to config file value "crc32"
10 Setting storedir to config file value "/usr/local/catalyst"
11 Setting portdir to config file value "/usr/portage"
12 Setting distdir to config file value "/usr/portage/distfiles"
13 Setting options to config file value "autoresume bindist pkgcache seedcache snapcache"
14 Autoresuming support enabled.
15 Binary redistribution enabled
16 Package cache support enabled.
17 Seed cache support enabled.
18 Snapshot cache support enabled.
19 Envscript support enabled.
20 Using target: stage1
21 Building natively for hppa
22 stage1 root path is /tmp/stage1root
23 Source path set to /usr/local/catalyst/builds/default/stage3-hppa2.0-latest.tar.bz2
24 Caching snapshot to /usr/local/catalyst/snapshot_cache/20140704/
25 The autoresume path is /usr/local/catalyst/tmp/default/.autoresume-stage1-hppa2.0-20140704/
26 stage1 stage path is /usr/local/catalyst/tmp/default/stage1-hppa2.0-20140704/tmp/stage1root
27 Location of the package cache is /usr/local/catalyst/packages/default/stage1-hppa2.0-20140704/
28 Checking for processes running in chroot and killing them.
29 Removing AutoResume Points: ...
30 Emptying directory /usr/local/catalyst/tmp/default/.autoresume-stage1-hppa2.0-20140704/
31 >>> Waiting 10 seconds before starting...
32 >>> (Control-C to abort)...
33 Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
34 clearing autoresume ...
35 Removing AutoResume Points: ...
36 Emptying directory /usr/local/catalyst/tmp/default/.autoresume-stage1-hppa2.0-20140704/
37 clearing chroot ...
38 Emptying directory /usr/local/catalyst/tmp/default/stage1-hppa2.0-20140704/
39 clearing package cache ...
40 purging the pkgcache ...
41 clearing kerncache ...
42 --- Running action sequence: unpack
43 Referenced SEEDCACHE does not appear to be a directory, trying to untar...
44 No Valid Resume point detected, cleaning up...
45 Removing AutoResume Points: ...
46 Emptying directory /usr/local/catalyst/tmp/default/.autoresume-stage1-hppa2.0-20140704/
47 Emptying directory /usr/local/catalyst/tmp/default/stage1-hppa2.0-20140704/
48
49 Starting tar extract from /usr/local/catalyst/builds/default/stage3-hppa2.0-latest.tar.bz2
50 to /usr/local/catalyst/tmp/default/stage1-hppa2.0-20140704/ (This may take some time) ...
51
52 --- Running action sequence: unpack_snapshot
53 Valid snapshot cache, skipping unpack of portage tree...
54 --- Running action sequence: setup_confdir
55 --- Running action sequence: portage_overlay
56 --- Running action sequence: base_dirs
57 --- Running action sequence: bind
58 --- Running action sequence: chroot_setup
59 Setting up chroot...
60
61 Warning!!!!
62 Overriding certain env variables may cause catastrophic failure.
63 If your build fails look here first as the possible problem.
64 Catalyst assumes you know what you are doing when setting
65 these variables.
66 Catalyst Maintainers use VERY minimal envscripts if used at all
67 You have been warned
68
69 --- Running action sequence: setup_environment
70 --- Running action sequence: run_local
71 copying make.conf to /usr/local/catalyst/tmp/default/stage1-hppa2.0-20140704///tmp/stage1root/etc/portage
72 Copying stage1-chroot.sh to /tmp
73 copying stage1-chroot.sh to /usr/local/catalyst/tmp/default/stage1-hppa2.0-20140704//tmp
74 copying chroot-functions.sh to /usr/local/catalyst/tmp/default/stage1-hppa2.0-20140704//tmp
75 Ensure the file has the executable bit set
76 Running stage1-chroot.sh in chroot /usr/local/catalyst/tmp/default/stage1-hppa2.0-20140704/
77 >>> Regenerating /etc/ld.so.cache...
78 emerge --quiet --oneshot --nodeps --update sys-apps/portage
79
80 Performing Global Updates
81 (Could take a couple of minutes if you have a lot of binary packages.)
82
83
84 >>> Verifying ebuild manifests
85 >>> Emerging (1 of 1) sys-apps/portage-2.2.8-r1
86 >>> Installing (1 of 1) sys-apps/portage-2.2.8-r1
87 Updating seed stage...
88 emerge --quiet --update --deep --newuse --complete-graph --rebuild-if-new-ver gcc
89
90 !!! The ebuild selected to satisfy "sys-devel/gettext" has unmet requirements.
91 - sys-devel/gettext-0.18.3.2::gentoo USE="acl cxx ncurses nls openmp -cvs -doc -emacs -git (-java) -static-libs"
92
93 The following REQUIRED_USE flag constraints are unsatisfied:
94 any-of ( abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 )
95
96 (dependency required by "sys-devel/gcc-4.7.3-r1[nls]" [ebuild])
97 (dependency required by "gcc" [argument])
98
99 !!! catalyst: run script failed.
100
101
102 Traceback (most recent call last):
103 File "modules/generic_stage_target.py", line 1244, in run_local
104 "run script failed.",env=self.env)
105 File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
106 raise CatalystError,myexc
107 CatalystError
108 None
109
110 !!! catalyst: Stage build aborting due to error.
111
112 Traceback (most recent call last):
113 File "/usr/lib/catalyst/catalyst", line 218, in build_target
114 mytarget.run()
115 File "modules/generic_stage_target.py", line 1304, in run
116 apply(getattr(self,x))
117 File "modules/generic_stage_target.py", line 1249, in run_local
118 raise CatalystError,"Stage build aborting due to error."
119 CatalystError
120 !!! catalyst: Error encountered during run of target stage1
121 Catalyst aborting....
122
123
124
125 Full build log at /tmp/catalyst-auto.25415/log/hppa2.0_stage1.log