Gentoo Archives: gentoo-sparc

From: Aaron Mavrinac <mavrinac@×××××.com>
To: gentoo-sparc@l.g.o
Subject: Re: [gentoo-sparc] emerging of silo fails
Date: Thu, 20 Sep 2007 17:01:41
Message-Id: 97a7f0880709200953p371efa45j80b5bef99ea0225a@mail.gmail.com
In Reply to: [gentoo-sparc] emerging of silo fails by Aggelos
1 I ran into this problem some time ago on my Ultra 10 running a 2.4
2 kernel/profile. I didn't keep any notes, so I'm not 100% sure about
3 this, but if I recall I came to the conclusion that the 2.4 headers
4 were the problem and there was just no mask in the 2.4 profile to
5 prevent the newer, incompatible silo version from emerging. Since the
6 old one worked fine I just masked all newer versions manually and let
7 it be.
8
9 On 9/17/07, Aggelos <marmango@××××××××.gr> wrote:
10 > poseidon ~ # ls -l /etc/make.profile
11 > lrwxrwxrwx 1 root root 62 Sep 12 15:02 /etc/make.profile ->
12 > ../usr/portage/profiles/default-linux/sparc/sparc32/2006.1/2.4
13 > poseidon ~ #
14 >
15 > poseidon ~ # cat /proc/cpuinfo
16 > cpu : Fujitsu MB86904
17 > fpu : Lsi Logic/Meiko L64804 or compatible
18 > promlib : Version 3 Revision 2
19 > prom : 2.15
20 > type : sun4m
21 > ncpus probed : 1
22 > ncpus active : 1
23 > BogoMips : 109.36
24 > MMU type : Fujitsu Swift
25 > contexts : 256
26 > nocache total : 1048576
27 > nocache used : 176640
28 > poseidon ~ #
29 > poseidon ~ # gcc -v
30 > Reading specs from /usr/lib/gcc/sparc-unknown-linux-gnu/3.4.6/specs
31 > Configured with:
32 > /var/tmp/portage/sys-devel/gcc-3.4.6-r2/work/gcc-3.4.6/configure
33 > --prefix=/usr --bindir=/usr/sparc-unknown-linux-gnu/gcc-bin/3.4.6
34 > --includedir=/usr/lib/gcc/sparc-unknown-linux-gnu/3.4.6/include
35 > --datadir=/usr/share/gcc-data/sparc-unknown-linux-gnu/3.4.6
36 > --mandir=/usr/share/gcc-data/sparc-unknown-linux-gnu/3.4.6/man
37 > --infodir=/usr/share/gcc-data/sparc-unknown-linux-gnu/3.4.6/info
38 > --with-gxx-include-dir=/usr/lib/gcc/sparc-unknown-linux-gnu/3.4.6/include/g++-v3
39 > --host=sparc-unknown-linux-gnu --build=sparc-unknown-linux-gnu
40 > --disable-altivec --enable-nls --without-included-gettext
41 > --with-system-zlib --disable-checking --disable-werror
42 > --enable-secureplt --disable-libunwind-exceptions --disable-multilib
43 > --disable-libgcj --enable-languages=c,c++,f77 --enable-shared
44 > --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
45 > Thread model: posix
46 > gcc version 3.4.6 (Gentoo 3.4.6-r2 p1.5, ssp-3.4.6-1.0, pie-8.7.10)
47 > poseidon ~ #
48 >
49 > Here is the log:
50 >
51 > Emerging (1 of 55) sys-boot/silo-1.4.13-r1 to /
52 > * silo-1.4.13-r1.tar.bz2 RMD160 ;-)
53 > ...
54 > [ ok ]
55 > * silo-1.4.13-r1.tar.bz2 SHA1 ;-)
56 > ...
57 > [ ok ]
58 > * silo-1.4.13-r1.tar.bz2 SHA256 ;-)
59 > ...
60 > [ ok ]
61 > * silo-1.4.13-r1.tar.bz2 size ;-)
62 > ...
63 > [ ok ]
64 > * checking ebuild checksums ;-)
65 > ...
66 > [ ok ]
67 > * checking auxfile checksums ;-)
68 > ...
69 > [ ok ]
70 > * checking miscfile checksums ;-)
71 > ...
72 > [ ok ]
73 > * checking silo-1.4.13-r1.tar.bz2 ;-)
74 > ...
75 > [ ok ]
76 > >>> Unpacking source...
77 > >>> Unpacking silo-1.4.13-r1.tar.bz2 to
78 > /var/tmp/portage/sys-boot/silo-1.4.13-r1/work
79 > * Applying silo-1.4.x-noglibc_time.patch
80 > ...
81 > [ ok ]
82 > >>> Source unpacked.
83 > >>> Compiling source in
84 > /var/tmp/portage/sys-boot/silo-1.4.13-r1/work/silo-1.4.13 ...
85 > make[1]: Entering directory
86 > `/var/tmp/portage/sys-boot/silo-1.4.13-r1/work/silo-1.4.13/common'
87 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
88 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
89 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c sdiv.S
90 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
91 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
92 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c rem.S
93 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
94 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
95 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c udiv.S
96 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
97 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
98 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c urem.S
99 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
100 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
101 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c jmp.S
102 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
103 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
104 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c printf.c
105 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
106 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
107 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c console.c
108 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
109 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
110 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c -Wa,-Av9 -o prom.o prom.c
111 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
112 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
113 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c tree.c
114 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
115 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
116 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c stringops2.c
117 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
118 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
119 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c stringops1.c
120 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
121 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
122 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c ffs.c
123 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
124 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
125 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c divdi3.S
126 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
127 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
128 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c udivdi3.S
129 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
130 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
131 > -DLARGE_RELOC=0x380000 -fno-stack-protector bin2h.c -o bin2h
132 > make[1]: Leaving directory
133 > `/var/tmp/portage/sys-boot/silo-1.4.13-r1/work/silo-1.4.13/common'
134 > make[1]: Entering directory
135 > `/var/tmp/portage/sys-boot/silo-1.4.13-r1/work/silo-1.4.13/first'
136 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
137 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
138 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c first.S -o first.o
139 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
140 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
141 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c -Wa,-Av9a ultra.S
142 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
143 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
144 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c -Wa,-Av9a generic.S
145 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
146 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
147 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c -Wa,-Av9a fd.S
148 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
149 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
150 > -DLARGE_RELOC=0x380000 -fno-stack-protector -DIMGVERSION='"SILO0.99"' -c
151 > ieee32.S
152 > ld -m elf32_sparc -N -Ttext 0x4000 -o first first.o
153 > nm first | grep -v '*ABS*' | sort > first.map
154 > strip first
155 > ld -m elf32_sparc -N -Ttext 0x4000 -o ultra ultra.o
156 > ld -m elf32_sparc -N -Ttext 0x4000 -o generic generic.o
157 > nm generic | grep -v '*ABS*' | sort > generic.map
158 > nm ultra | grep -v '*ABS*' | sort > ultra.map
159 > strip generic
160 > strip ultra
161 > ld -m elf32_sparc -N -Ttext 0x4000 -o fd fd.o
162 > ld -m elf32_sparc -N -Ttext 0x4000 -o ieee32.b ieee32.o
163 > nm fd | grep -v '*ABS*' | sort > fd.map
164 > nm ieee32.b | grep -v '*ABS*' | sort > ieee32.map
165 > strip fd
166 > strip ieee32.b
167 > elftoaout -o first.b first
168 > chmod 644 ieee32.b
169 > PT 0 Entry: Loadable to 0x4000[0x1d8] from 0x74[0x1d8] align 0x4
170 > PT 1 Entry: unknown
171 > printf 'SILO'0.99 | dd of=first.b bs=8 conv=notrunc seek=3 count=1
172 > sed -n 's/^\(000000000000\|0000\)4\([0-9a-f][0-9a-f][0-9a-f]\)
173 > .*digit_here.*$/#define DIGIT_OFFSET_TMP 0x\2/p' < first.map > first.h
174 > sed -n 's/^\(000000000000\|0000\)4\([0-9a-f][0-9a-f][0-9a-f]\)
175 > .*letter_here.*$/#define LETTER_OFFSET_TMP 0x\2/p' < first.map >> first.h
176 > 1+0 records in
177 > 1+0 records out
178 > 8 bytes (8 B) copied, 0.001262 s, 6.3 kB/s
179 > dd if=/dev/zero of=first.b bs=4 count=1 seek=127
180 > sed -n 's/^\(000000000000\|0000\)4\([0-9a-f][0-9a-f][0-9a-f]\)
181 > .*number_here.*$/#define NUMBER_OFFSET_TMP 0x\2/p' < first.map >> first.h
182 > 1+0 records in
183 > 1+0 records out
184 > 4 bytes (4 B) copied, 0.001248 s, 3.2 kB/s
185 > elftoaout -o ultra.b ultra
186 > sed -n 's/^\(000000000000\|0000\)4\([0-9a-f][0-9a-f][0-9a-f]\)
187 > .*letter_here.*$/#define ULTRA_LETTER_OFFSET_TMP 0x\2/p' < ultra.map >
188 > ultra.h
189 > PT 0 Entry: Loadable to 0x4000[0x1d4] from 0x74[0x1d4] align 0x4
190 > PT 1 Entry: unknown
191 > printf 'SILO'0.99 | dd of=ultra.b bs=8 conv=notrunc seek=3 count=1
192 > sed -n 's/^\(000000000000\|0000\)4\([0-9a-f][0-9a-f][0-9a-f]\)
193 > .*number_here.*$/#define ULTRA_NUMBER_OFFSET_TMP 0x\2/p' < ultra.map >>
194 > ultra.h
195 > 1+0 records in
196 > 1+0 records out
197 > 8 bytes (8 B) copied, 0.001249 s, 6.4 kB/s
198 > printf '\340' | dd of=ultra.b bs=1 count=1 seek=7 conv=notrunc
199 > elftoaout -o generic.b generic
200 > 1+0 records in
201 > 1+0 records out
202 > 1 byte (1 B) copied, 0.001257 s, 0.8 kB/s
203 > dd if=/dev/zero of=ultra.b bs=4 count=1 seek=127
204 > PT 0 Entry: Loadable to 0x4000[0x400] from 0x200[0x400] align 0x200
205 > PT 1 Entry: unknown
206 > printf 'SILO'0.99 | dd of=generic.b bs=8 conv=notrunc seek=3 count=1
207 > 1+0 records in
208 > 1+0 records out
209 > 4 bytes (4 B) copied, 0.001247 s, 3.2 kB/s
210 > sed -n 's/^\(000000000000\|0000\)4\([0-9a-f][0-9a-f][0-9a-f]\)
211 > .*digit_here.*$/#define GENERIC_DIGIT_OFFSET_TMP 0x\2/p' < generic.map >
212 > generic.h
213 > 1+0 records in
214 > 1+0 records out
215 > 8 bytes (8 B) copied, 0.001284 s, 6.2 kB/s
216 > printf '\340' | dd of=generic.b bs=1 count=1 seek=7 conv=notrunc
217 > sed -n 's/^\(000000000000\|0000\)4\([0-9a-f][0-9a-f][0-9a-f]\)
218 > .*letter_here.*$/#define GENERIC_LETTER_OFFSET_TMP 0x\2/p' < generic.map
219 > >> generic.h
220 > 1+0 records in
221 > 1+0 records out
222 > 1 byte (1 B) copied, 0.001252 s, 0.8 kB/s
223 > dd if=/dev/zero of=generic.b bs=4 count=1 seek=255
224 > sed -n 's/^\(000000000000\|0000\)4\([0-9a-f][0-9a-f][0-9a-f]\)
225 > .*number_here.*$/#define GENERIC_NUMBER_OFFSET_TMP 0x\2/p' < generic.map
226 > >> generic.h
227 > 1+0 records in
228 > 1+0 records out
229 > 4 bytes (4 B) copied, 0.001243 s, 3.2 kB/s
230 > elftoaout -o fd.b fd
231 > PT 0 Entry: Loadable to 0x4000[0x400] from 0x200[0x400] align 0x200
232 > PT 1 Entry: unknown
233 > printf 'SILO'0.99 | dd of=fd.b bs=8 conv=notrunc seek=3 count=1
234 > 1+0 records in
235 > 1+0 records out
236 > 8 bytes (8 B) copied, 0.001248 s, 6.4 kB/s
237 > printf '\340' | dd of=fd.b bs=1 count=1 seek=7 conv=notrunc
238 > 1+0 records in
239 > 1+0 records out
240 > 1 byte (1 B) copied, 0.001245 s, 0.8 kB/s
241 > dd if=/dev/zero of=fd.b bs=4 count=1 seek=255
242 > 1+0 records in
243 > 1+0 records out
244 > 4 bytes (4 B) copied, 0.001241 s, 3.2 kB/s
245 > make[1]: Leaving directory
246 > `/var/tmp/portage/sys-boot/silo-1.4.13-r1/work/silo-1.4.13/first'
247 > make[1]: Entering directory
248 > `/var/tmp/portage/sys-boot/silo-1.4.13-r1/work/silo-1.4.13/second'
249 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
250 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
251 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c -Wa,-Av9
252 > -DIMGVERSION='"SILO0.99"' crt0.S
253 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
254 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
255 > -DLARGE_RELOC=0x380000 -fno-stack-protector -DVERSION='"1.4.13"' -c decomp.c
256 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
257 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
258 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c -o malloc.o
259 > ../common/malloc.c
260 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
261 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
262 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c bmark.S -o bmark.o
263 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
264 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
265 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c main.c -o main.o
266 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
267 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
268 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c cmdline.c -o cmdline.o
269 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
270 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
271 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c disk.c -o disk.o
272 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
273 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
274 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c file.c -o file.o
275 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
276 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
277 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c misc.c -o misc.o
278 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
279 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
280 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c cfg.c -o cfg.o
281 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
282 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
283 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c strtol.c -o strtol.o
284 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
285 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
286 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c ranges.c -o ranges.o
287 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
288 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
289 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c -Wa,-Av9a timer.c
290 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
291 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
292 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c -Wa,-Av9 memory.c
293 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
294 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
295 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c fs/iom.c -o fs/iom.o
296 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
297 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
298 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c fs/ext2.c -o fs/ext2.o
299 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
300 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
301 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c fs/isofs.c -o fs/isofs.o
302 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
303 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
304 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c fs/romfs.c -o fs/romfs.o
305 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
306 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
307 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c fs/ufs.c -o fs/ufs.o
308 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
309 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
310 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c mul.S -o mul.o
311 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
312 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
313 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c umul.S -o umul.o
314 > sparc-unknown-linux-gnu-gcc -Os -Wall -I. -I../include
315 > -fomit-frame-pointer -fno-strict-aliasing -DSMALL_RELOC=0x280000
316 > -DLARGE_RELOC=0x380000 -fno-stack-protector -c ls.c -o ls.o
317 > In file included from /usr/include/asm/bitops.h:14,
318 > from /usr/include/linux/fs.h:26,
319 > from ../include/ufs/ufs_fs.h:36,
320 > from fs/ufs.c:36:
321 > /usr/include/asm/system.h:25: error: redeclaration of enumerator `sun4'
322 > ../include/promlib.h:12: error: previous definition of 'sun4' was here
323 > /usr/include/asm/system.h:26: error: redeclaration of enumerator `sun4c'
324 > ../include/promlib.h:12: error: previous definition of 'sun4c' was here
325 > /usr/include/asm/system.h:27: error: redeclaration of enumerator `sun4m'
326 > ../include/promlib.h:12: error: previous definition of 'sun4m' was here
327 > /usr/include/asm/system.h:28: error: redeclaration of enumerator `sun4d'
328 > ../include/promlib.h:12: error: previous definition of 'sun4d' was here
329 > /usr/include/asm/system.h:29: error: redeclaration of enumerator `sun4e'
330 > ../include/promlib.h:12: error: previous definition of 'sun4e' was here
331 > /usr/include/asm/system.h:30: error: redeclaration of enumerator `sun4u'
332 > ../include/promlib.h:12: error: previous definition of 'sun4u' was here
333 > make[1]: *** [fs/ufs.o] Error 1
334 > make[1]: *** Waiting for unfinished jobs....
335 > make[1]: Leaving directory
336 > `/var/tmp/portage/sys-boot/silo-1.4.13-r1/work/silo-1.4.13/second'
337 > make: *** [all] Error 1
338 > *
339 > * ERROR: sys-boot/silo-1.4.13-r1 failed.
340 > * Call stack:
341 > * ebuild.sh, line 1654: Called dyn_compile
342 > * ebuild.sh, line 990: Called qa_call 'src_compile'
343 > * ebuild.sh, line 44: Called src_compile
344 > * silo-1.4.13-r1.ebuild, line 36: Called die
345 > *
346 > * (no error message)
347 > * If you need support, post the topmost build error, and the call stack
348 > if relevant.
349 > * A complete build log is located at
350 > '/var/tmp/portage/sys-boot/silo-1.4.13-r1/temp/build.log'.
351 > *
352 >
353 > * Messages for package sys-boot/silo-1.4.13-r1:
354 >
355 > *
356 > * ERROR: sys-boot/silo-1.4.13-r1 failed.
357 > * Call stack:
358 > * ebuild.sh, line 1654: Called dyn_compile
359 > * ebuild.sh, line 990: Called qa_call 'src_compile'
360 > * ebuild.sh, line 44: Called src_compile
361 > * silo-1.4.13-r1.ebuild, line 36: Called die
362 > *
363 > * (no error message)
364 > * If you need support, post the topmost build error, and the call stack
365 > if relevant.
366 > * A complete build log is located at
367 > '/var/tmp/portage/sys-boot/silo-1.4.13-r1/temp/build.log'.
368 > *
369 > poseidon ~ #
370 >
371 > --
372 > gentoo-sparc@g.o mailing list
373 >
374 >
375
376 --
377 Aaron Mavrinac
378 www.mavrinac.com
379
380 PGP Public Key: http://www.mavrinac.com/pgp.asc
381 --
382 gentoo-sparc@g.o mailing list

Replies

Subject Author
Re: [gentoo-sparc] emerging of silo fails Aggelos <marmango@××××××××.gr>