Gentoo Archives: gentoo-user-br

From: "Júlio Cesar Bueno Cotta" <juliocbcotta@×××××.com>
To: gentoo-user-br@l.g.o
Subject: [gentoo-user-br] emerge blas-atlas falha
Date: Wed, 14 Feb 2007 18:32:31
Message-Id: b1f9a4e00702141031j15bd4b94q870c241910509269@mail.gmail.com
1 pois entao galera
2
3 eu mandei dar um emerge scilab na maquina aqui deu erro
4 mandou eu dar um " interactive=1 emerge blas-atlas "
5
6 mas ai eu tenho que entrar com ums dados ...mas esta dando erro
7
8
9 a maquian eh um pentium D 930
10
11 o instalador me faz umas perguntas vou postar aqui
12
13 160
14 159
15 158
16 157
17 156
18 155
19 154
20 153
21 152
22 151
23 150
24 149
25 148
26 147
27 146
28 145
29 144
30 143
31 142
32 141
33 140
34 139
35 138
36 137
37 136
38 135
39 134
40 133
41 132
42 131
43 130
44 129
45 128
46 127
47 126
48 125
49 124
50 123
51 122
52 121
53 120
54 119
55 118
56 117
57 116
58 115
59 114
60 113
61 112
62 111
63 110
64 109
65 108
66 107
67 106
68 105
69 104
70 103
71 102
72 101
73 100
74 099
75 098
76 097
77 096
78 095
79 094
80 093
81 092
82 091
83 090
84 089
85 088
86 087
87 086
88 085
89 084
90 083
91 082
92 081
93 080
94 079
95 078
96 077
97 076
98 075
99 074
100 073
101 072
102 071
103 070
104 069
105 068
106 067
107 066
108 065
109 064
110 063
111 062
112 061
113 060
114 059
115 058
116 057
117 056
118 055
119 054
120 053
121 052
122 051
123 050
124 049
125 048
126 047
127 046
128 045
129 044
130 043
131 042
132 041
133 040
134 039
135 038
136 037
137 036
138 035
139 034
140 033
141 032
142 031
143 030
144 029
145 028
146 027
147 026
148 025
149 024
150 023
151 022
152 021
153 020
154 019
155 018
156 017
157 016
158 015
159 014
160 013
161 012
162 011
163 010
164 009
165 008
166 007
167 006
168 005
169 004
170 003
171 002
172 001
173 Enter number at top left of screen [0]: 160
174
175 ===============================================================================
176 IMPORTANT
177 ===============================================================================
178 Before going any further, check
179 http://math-atlas.sourceforge.net/errata.html
180 This is the ATLAS errata file, which keeps a running count of all known
181 ATLAS bugs and system problems, with associated workarounds or fixes.
182 IF YOU DO NOT CHECK THIS FILE, YOU MAY BE COMPILING A LIBRARY WITH KNOWN
183 BUGS.
184
185 Have you scoped the errata file? [y]: y
186
187 Configure will ask a series of questions, in one of two forms. The first
188 form
189 of question is a menu of choices. One option in almost all menus is
190 'Other/UNKNOWN'. If you are unsure of the answer, always choose this
191 option.
192 The second form of question is a single line, with a default answer shown in
193 square braces. If you hit return without typing anything, this default
194 answer
195 will be used. Again, if you are unsure of the answer, simply accept the
196 default.
197
198 ATLAS can detect almost everything it needs to know, so choosing the default
199 or 'Other/UNKNOWN' will at worst simply extend the install time (if you tell
200 config the answer to something ATLAS can skip some tests).
201
202 Configure makes no changes to the state of things until all questions have
203 been asked and answered. Therefore, if you get confused and want to start
204 over, feel free to break out of this program (CTRL-C, CTRL-BREAK, etc)
205 and start again. Alternatively, if you make a mistake you can finish the
206 configure process, and then edit the created make include file by hand to
207 fix
208 the mistake manually (the name and location of this file will be printed
209 out at the end of configure).
210
211 If you have problems during configure or installation, consult the file
212 'ATLAS/doc/TroubleShoot.txt'.
213
214 Are you ready to continue? [y]: y
215 Probing to make operating system determination:
216 Operating system configured as Linux
217
218 archinfo_x86.c: In function 'PrintUsage':
219 archinfo_x86.c:106: warning: incompatible implicit declaration of built-in
220 function 'exit'
221 archinfo_x86.c: In function 'main':
222 archinfo_x86.c:211: warning: incompatible implicit declaration of built-in
223 function 'exit'
224 make[2]: *** [atlas_run] Error 11
225 make[1]: *** [IRunx8664] Error 2
226 Probing for architecture:
227 make[2]: *** [atlas_run] Error 11
228 make[1]: *** [IRunx86Info] Error 2
229 Enter your machine type:
230 1. Other/UNKNOWN
231 2. AMD Athlon
232 3. 32 bit AMD Hammer
233 4. 64 bit AMD Hammer
234 5. Pentium PRO
235 6. Pentium II
236 7. Pentium III
237 8. Pentium 4
238 9. Pentium 4E (prescott)
239 10. Transmeta Efficeon
240 Enter machine number [1]: 9
241 Architecture is set to P4E
242
243
244 Probing for supported ISA extensions:
245 AltiVec: NO.
246 AltiVec: NO.
247 SSE3: DETECTED!
248
249 ATLAS can provide SMP support for the Level 3 BLAS via Posix threads.
250 If you choose to build a threaded library, ATLAS will compile all
251 aspects of the library (including the serial components) with the
252 threaded compiler/link flags. Most machines can use the serial
253 library even when it is compiled with threaded options, but this
254 is not guaranteed to work, so if you want a true serial library,
255 answer no to threading below.
256 enable Posix threads support? [y]: y
257 Number of CPUs: 2
258
259 Looking for compilers (this may take a while):
260 /usr/bin/gcc : v4.1.1
261 F77 = /usr/i686-pc-linux-gnu/gcc-bin/4.1.1/gfortran -O
262 CC = /usr/bin/gcc -fomit-frame-pointer -O3 -funroll-all-loops
263 MCC = /usr/bin/gcc -fomit-frame-pointer -O
264
265 FINDING tar, gzip, AND gunzip
266 tar : /bin/tar
267 gzip : /bin/gzip
268 gunzip : /bin/gunzip
269
270
271 ATLAS has default parameters for OS='Linux' and system='P4E'.
272 If you want to just trust these default values, you can use express setup,
273 drastically reducing the amount of questions you are required to answer
274
275 use express setup? [y]: y
276
277
278
279
280 You need to choose a name which represents this architecture (eg.
281 UltraSparc,
282 Dec21164, etc). Do not use a generic name (eg. solaris, linux), which might
283 apply to different hardware. This architecture name will be appended to
284 the
285 name of the created make include file, and appear in all subdirectories, so
286 don't make it longer than you like to type. The name should follow the
287 rules
288 for file names (so don't use punctuation and spaces, for instance).
289
290 Enter Architecture name (ARCH) [Linux_P4ESSE3_2]:
291 <arch> set to 'Linux_P4ESSE3_2'
292
293
294
295 This next value is the size, in kilobytes, that ATLAS must read/write in
296 order
297 to completely flush your largest cache. ATLAS will flush this much memory
298 between timing calls, in order to ensure timings are not inflated by
299 cache preloading. A safe maximum is usually twice the size of your actual
300 largest cache size. If you do not know the size of your largest cache,
301 a maximum value is fine. The only drawback to making this value large
302 is that it requires more memory to do timings, and may slow down
303 the install process (if you have only a small amount of memory, it can also
304 invalidate the timings by causing the timers to swap). The default given
305 below is ATLAS's idea of either the maximum cache your system could have, or
306 the maximum ATLAS believes it is safe to flush. If you are certain that
307 your largest cache is smaller than the default given below, expedite the
308 install by changing it. If you are certain you have enough memory to
309 support the necessary memory demands without swapping, and the value
310 is not twice the size of your largest cache, increase it. Otherwise, just
311 hit enter to continue.
312
313 Enter Maximum cache size (KB) [1024]:y
314
315 The ATLAS install process is heavily file-based, and this can cause major
316 reliability problems when interacting with an overloaded or malfunctioning
317 remotely mounted filesystem. ATLAS therefore has a mechanism in place to
318 allow for a delay before a file is declared to not be there, so that
319 slow NFS (i.e., waiting for amd timout) problems can be overcome, or for
320 handling slightly differing clocks between server/client. This problem is
321 magnified if doing cross-compilation. In the question below, we ask how
322 much of a delay, in seconds, ATLAS should tolerate between file creation
323 and appearance. If you are installing on a local filesystem (eg. /tmp) or
324 a smooth-running NFS system, answer 0; for a moderately loaded NFS server,
325 you
326 may want a value in the 10 second range, and for cross-compiling systems or
327 NFS servers experiencing errors, you may want to go as high as a couple
328 of minutes (120).
329 Enter File creation delay in seconds [0]:0
330
331
332 I'm going to ask you for information about your Fortran 77 compiler. ATLAS
333 does not need Fortran77 to build, so if you don't have a Fortran compiler,
334 the install can still be completed successfully. However, ATLAS built
335 without
336 a Fortran compiler will not be callable from Fortran (i.e., the user should
337 use the C interface), and we will not be able to do full testing, since some
338 of
339 the tester code is written in Fortran77.
340
341 F77 & FLAGS: /usr/i686-pc-linux-gnu/gcc-bin/4.1.1/gfortran -O
342 FLINKER & FLAGS: $(F77) $(F77FLAGS)
343
344 CC & FLAGS: /usr/bin/gcc -fomit-frame-pointer -O3 -funroll-all-loops
345 MCC & FLAGS: /usr/bin/gcc -fomit-frame-pointer -O
346 CLINKER & FLAGS: $(CC) $(CCFLAGS)
347
348
349 Finding F77 to C calling conventions (this may take a while):
350
351 Calculated F77/C interoperation conventions:
352 Suffix F77 names with _
353 F77 INTEGER -> C int
354 F77 strings handled via standard sun style
355
356
357 The ATLAS team has provided a default install for your architecture. If you
358 want, these default values can be used, and ATLAS can skip most of the
359 search
360 for your machine. This will greatly decrease the amount of time required
361 for
362 the install, allow you to take advantage of any special features found by
363 the
364 ATLAS team, and provide protection against install miscues caused by
365 unreliable
366 timing results, assuming you really have the machine ATLAS thinks you have.
367 If
368 your machine is non-standard in some way, or you just want to see the ATLAS
369 search for yourself, you should answer no to the following question.
370 Otherwise,
371 it is highly recommended to accept the default of yes.
372
373 Use supplied default values for install? [y]:y
374
375
376
377 --
378 julio Cesar Bueno Cotta
379 Graduando em ciência da computação
380 Universidade Federal de Viçosa

Replies

Subject Author
Re: [gentoo-user-br] emerge blas-atlas falha Thiago <milesimatentativa@×××××.com>