Gentoo Archives: gentoo-embedded

From: aeriksson@××××××××.fm
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] python 2.3.4 probs
Date: Sun, 15 Aug 2004 16:54:06
Message-Id: 20040815164844.C62CF3F03@latitude.mynet.no-ip.org
1 Seems some uclibc stuff got lost in the latest python ebuild. The IUSE
2 entry's gone and the one usage in the build too. Not 100% sure it's
3 related, but I get this when building system:
4
5 3 ACCEPT_KEYWORDS="~x86" USE="-* build bootstrap uclibc" emerge system
6 Calculating system dependencies ...done!
7 >>> emerge (1 of 31) dev-lang/python-2.3.4 to /
8 >>> md5 src_uri ;-) Python-2.3.4.tar.bz2
9 >>> Unpacking source...
10 >>> Unpacking Python-2.3.4.tar.bz2 to /var/tmp/portage/python-2.3.4/work
11 * Applying python-2.3-add_portage_search_path_take_2.patch... [ ok ]
12 * Applying python-2.3-gentoo_py_dontcompile.patch... [ ok ]
13 * Applying python-2.3.2-disable_modules_and_ssl.patch... [ ok ]
14 * Applying python-2.3-mimetypes_apache.patch... [ ok ]
15 * Applying python-2.3-db4.2.patch... [ ok ]
16 >>> Source unpacked.
17 build
18 bootstrap
19 build
20 configure: WARNING: If you wanted to set the --build type, don't use --host.
21 If a cross compiler is detected then cross compile mode will be used.
22 checking MACHDEP... linux2
23 checking EXTRAPLATDIR...
24 checking for --without-gcc... no
25 checking for --with-cxx=<compiler>... no
26 checking for i386-pc-linux-uclibc-gcc... gcc
27 checking for C compiler default output... a.out
28 checking whether the C compiler works... yes
29 checking whether we are cross compiling... no
30 checking for suffix of executables...
31 checking for suffix of object files... o
32 checking whether we are using the GNU C compiler... yes
33 checking whether gcc accepts -g... yes
34 checking for gcc option to accept ANSI C... none needed
35 checking how to run the C preprocessor... gcc -E
36 checking for egrep... grep -E
37 checking for AIX... no
38 checking for ANSI C header files... yes
39 checking for sys/types.h... yes
40 checking for sys/stat.h... yes
41 checking for stdlib.h... yes
42 checking for string.h... yes
43 checking for memory.h... yes
44 checking for strings.h... yes
45 checking for inttypes.h... yes
46 checking for stdint.h... yes
47 checking for unistd.h... yes
48 checking minix/config.h usability... no
49 checking minix/config.h presence... no
50 checking for minix/config.h... no
51 checking for --with-suffix...
52 checking for case-insensitive build directory... no
53 checking LIBRARY... libpython$(VERSION).a
54 checking LINKCC... $(PURIFY) $(CC)
55 checking for --enable-shared... yes
56 checking LDLIBRARY... libpython$(VERSION).so
57 checking for i386-pc-linux-uclibc-ranlib... no
58 checking for ranlib... ranlib
59 checking for ar... ar
60 checking for a BSD-compatible install... /bin/install -c
61 checking for --with-pydebug... no
62 checking whether gcc accepts -fno-strict-aliasing... yes
63 checking whether gcc accepts -OPT:Olimit=0... no
64 checking whether gcc accepts -Olimit 1500... no
65 checking whether pthreads are available without options... no
66 checking whether gcc accepts -Kpthread... no
67 checking whether gcc accepts -Kthread... no
68 checking whether gcc accepts -pthread... yes
69 no
70 checking for ANSI C header files... (cached) yes
71 checking dlfcn.h usability... yes
72 checking dlfcn.h presence... yes
73 checking for dlfcn.h... yes
74 checking fcntl.h usability... yes
75 checking fcntl.h presence... yes
76 checking for fcntl.h... yes
77 checking grp.h usability... yes
78 checking grp.h presence... yes
79 checking for grp.h... yes
80 checking limits.h usability... yes
81 checking limits.h presence... yes
82 checking for limits.h... yes
83 checking langinfo.h usability... yes
84 checking langinfo.h presence... yes
85 checking for langinfo.h... yes
86 checking libintl.h usability... no
87 checking libintl.h presence... no
88 checking for libintl.h... no
89 checking locale.h usability... yes
90 checking locale.h presence... yes
91 checking for locale.h... yes
92 checking ncurses.h usability... yes
93 checking ncurses.h presence... yes
94 checking for ncurses.h... yes
95 checking poll.h usability... yes
96 checking poll.h presence... yes
97 checking for poll.h... yes
98 checking pthread.h usability... yes
99 checking pthread.h presence... yes
100 checking for pthread.h... yes
101 checking signal.h usability... yes
102 checking signal.h presence... yes
103 checking for signal.h... yes
104 checking stdarg.h usability... yes
105 checking stdarg.h presence... yes
106 checking for stdarg.h... yes
107 checking stddef.h usability... yes
108 checking stddef.h presence... yes
109 checking for stddef.h... yes
110 checking for stdlib.h... (cached) yes
111 checking stropts.h usability... no
112 checking stropts.h presence... no
113 checking for stropts.h... no
114 checking termios.h usability... yes
115 checking termios.h presence... yes
116 checking for termios.h... yes
117 checking thread.h usability... no
118 checking thread.h presence... no
119 checking for thread.h... no
120 checking for unistd.h... (cached) yes
121 checking utime.h usability... yes
122 checking utime.h presence... yes
123 checking for utime.h... yes
124 checking sys/audioio.h usability... no
125 checking sys/audioio.h presence... no
126 checking for sys/audioio.h... no
127 checking sys/bsdtty.h usability... no
128 checking sys/bsdtty.h presence... no
129 checking for sys/bsdtty.h... no
130 checking sys/file.h usability... yes
131 checking sys/file.h presence... yes
132 checking for sys/file.h... yes
133 checking sys/lock.h usability... no
134 checking sys/lock.h presence... no
135 checking for sys/lock.h... no
136 checking sys/mkdev.h usability... no
137 checking sys/mkdev.h presence... no
138 checking for sys/mkdev.h... no
139 checking sys/modem.h usability... no
140 checking sys/modem.h presence... no
141 checking for sys/modem.h... no
142 checking sys/param.h usability... yes
143 checking sys/param.h presence... yes
144 checking for sys/param.h... yes
145 checking sys/poll.h usability... yes
146 checking sys/poll.h presence... yes
147 checking for sys/poll.h... yes
148 checking sys/select.h usability... yes
149 checking sys/select.h presence... yes
150 checking for sys/select.h... yes
151 checking sys/socket.h usability... yes
152 checking sys/socket.h presence... yes
153 checking for sys/socket.h... yes
154 checking sys/time.h usability... yes
155 checking sys/time.h presence... yes
156 checking for sys/time.h... yes
157 checking sys/times.h usability... yes
158 checking sys/times.h presence... yes
159 checking for sys/times.h... yes
160 checking sys/un.h usability... yes
161 checking sys/un.h presence... yes
162 checking for sys/un.h... yes
163 checking sys/utsname.h usability... yes
164 checking sys/utsname.h presence... yes
165 checking for sys/utsname.h... yes
166 checking sys/wait.h usability... yes
167 checking sys/wait.h presence... yes
168 checking for sys/wait.h... yes
169 checking pty.h usability... yes
170 checking pty.h presence... yes
171 checking for pty.h... yes
172 checking term.h usability... yes
173 checking term.h presence... yes
174 checking for term.h... yes
175 checking libutil.h usability... no
176 checking libutil.h presence... no
177 checking for libutil.h... no
178 checking sys/resource.h usability... yes
179 checking sys/resource.h presence... yes
180 checking for sys/resource.h... yes
181 checking netpacket/packet.h usability... yes
182 checking netpacket/packet.h presence... yes
183 checking for netpacket/packet.h... yes
184 checking sysexits.h usability... yes
185 checking sysexits.h presence... yes
186 checking for sysexits.h... yes
187 checking for dirent.h that defines DIR... yes
188 checking for library containing opendir... none required
189 checking whether sys/types.h defines makedev... yes
190 checking for clock_t in time.h... yes
191 checking for makedev... yes
192 checking Solaris LFS bug... no
193 checking for mode_t... yes
194 checking for off_t... yes
195 checking for pid_t... yes
196 checking return type of signal handlers... void
197 checking for size_t... yes
198 checking for uid_t in sys/types.h... yes
199 checking for int... yes
200 checking size of int... 4
201 checking for long... yes
202 checking size of long... 4
203 checking for void *... yes
204 checking size of void *... 4
205 checking for char... yes
206 checking size of char... 1
207 checking for short... yes
208 checking size of short... 2
209 checking for float... yes
210 checking size of float... 4
211 checking for double... yes
212 checking size of double... 8
213 checking for fpos_t... yes
214 checking size of fpos_t... 20
215 checking for long long support... yes
216 checking for long long... yes
217 checking size of long long... 8
218 checking for uintptr_t support... no
219 checking size of off_t... 8
220 checking whether to enable large file support... yes
221 checking size of time_t... 4
222 checking for pthread_t... yes
223 checking size of pthread_t... 4
224 checking for --enable-toolbox-glue... no
225 checking for --enable-framework... no
226 checking for dyld... no
227 checking SO... .so
228 checking LDSHARED... $(CC) -shared
229 checking CCSHARED... -fPIC
230 checking LINKFORSHARED... -Xlinker -export-dynamic
231 checking CFLAGSFORSHARED... $(CCSHARED)
232 checking SHLIBS... $(LIBS)
233 checking for dlopen in -ldl... yes
234 checking for shl_load in -ldld... no
235 checking for library containing sem_init... -lpthread
236 checking for textdomain in -lintl... no
237 checking for t_open in -lnsl... no
238 checking for socket in -lsocket... no
239 checking for --with-libs... no
240 checking for --with-signal-module... yes
241 checking for --with-dec-threads... no
242 checking for --with-threads... yes
243 checking if PTHREAD_SCOPE_SYSTEM is supported... yes
244 checking for pthread_sigmask... yes
245 checking if --enable-ipv6 is specified... no
246 checking for --with-universal-newlines... yes
247 checking for --with-doc-strings... yes
248 checking for --with-pymalloc... yes
249 checking for --with-wctype-functions... no
250 checking for --with-sgi-dl... no
251 checking for --with-dl-dld... no
252 checking for dlopen... yes
253 checking DYNLOADFILE... dynload_shlib.o
254 checking MACHDEP_OBJS... MACHDEP_OBJS
255 checking for alarm... yes
256 checking for chown... yes
257 checking for clock... yes
258 checking for confstr... yes
259 checking for ctermid... yes
260 checking for execv... yes
261 checking for fork... yes
262 checking for fpathconf... yes
263 checking for ftime... yes
264 checking for ftruncate... yes
265 checking for gai_strerror... yes
266 checking for getgroups... yes
267 checking for getlogin... yes
268 checking for getloadavg... no
269 checking for getpeername... yes
270 checking for getpgid... yes
271 checking for getpid... yes
272 checking for getpriority... yes
273 checking for getpwent... yes
274 checking for getwd... no
275 checking for kill... yes
276 checking for killpg... yes
277 checking for lchown... yes
278 checking for lstat... yes
279 checking for mkfifo... yes
280 checking for mknod... yes
281 checking for mktime... yes
282 checking for mremap... yes
283 checking for nice... yes
284 checking for pathconf... yes
285 checking for pause... yes
286 checking for plock... no
287 checking for poll... yes
288 checking for pthread_init... no
289 checking for putenv... yes
290 checking for readlink... yes
291 checking for realpath... yes
292 checking for select... yes
293 checking for setegid... yes
294 checking for seteuid... yes
295 checking for setgid... yes
296 checking for setlocale... yes
297 checking for setregid... yes
298 checking for setreuid... yes
299 checking for setsid... yes
300 checking for setpgid... yes
301 checking for setpgrp... yes
302 checking for setuid... yes
303 checking for setvbuf... yes
304 checking for snprintf... yes
305 checking for sigaction... yes
306 checking for siginterrupt... yes
307 checking for sigrelse... yes
308 checking for strftime... yes
309 checking for strptime... yes
310 checking for sysconf... yes
311 checking for tcgetpgrp... yes
312 checking for tcsetpgrp... yes
313 checking for tempnam... yes
314 checking for timegm... yes
315 checking for times... yes
316 checking for tmpfile... yes
317 checking for tmpnam... yes
318 checking for tmpnam_r... yes
319 checking for truncate... yes
320 checking for uname... yes
321 checking for unsetenv... yes
322 checking for utimes... yes
323 checking for waitpid... yes
324 checking for wcscoll... yes
325 checking for _getpty... no
326 checking for chroot... yes
327 checking for link... yes
328 checking for symlink... yes
329 checking for fchdir... yes
330 checking for fsync... yes
331 checking for fdatasync... yes
332 checking for ctermid_r... no
333 checking for flock... yes
334 checking for getpagesize... yes
335 checking for true... true
336 checking for inet_aton in -lc... yes
337 checking for hstrerror... yes
338 checking for inet_aton... yes
339 checking for inet_pton... yes
340 checking for setgroups... yes
341 checking for openpty... no
342 checking for openpty in -lutil... yes
343 checking for forkpty... yes
344 checking for fseek64... no
345 checking for fseeko... yes
346 checking for fstatvfs... yes
347 checking for ftell64... no
348 checking for ftello... yes
349 checking for statvfs... yes
350 checking for dup2... yes
351 checking for getcwd... yes
352 checking for strdup... yes
353 checking for strerror... yes
354 checking for memmove... yes
355 checking for getpgrp... yes
356 checking for setpgrp... (cached) yes
357 checking for gettimeofday... yes
358 checking for major... yes
359 checking for getaddrinfo... yes
360 checking getaddrinfo bug... buggy
361 checking for getnameinfo... yes
362 checking whether time.h and sys/time.h may both be included... yes
363 checking whether struct tm is in sys/time.h or time.h... time.h
364 checking for struct tm.tm_zone... yes
365 checking for struct stat.st_rdev... yes
366 checking for struct stat.st_blksize... yes
367 checking for struct stat.st_blocks... yes
368 checking for time.h that defines altzone... no
369 checking whether sys/select.h and sys/time.h may both be included... yes
370 checking for addrinfo... yes
371 checking for sockaddr_storage... yes
372 checking whether char is unsigned... no
373 checking for an ANSI C-conforming const... yes
374 checking for working volatile... yes
375 checking for working signed char... yes
376 checking for prototypes... yes
377 checking for variable length prototypes and stdarg.h... yes
378 checking for bad exec* prototypes... no
379 checking if sockaddr has sa_len member... no
380 checking whether va_list is an array... no
381 checking for gethostbyname_r... yes
382 checking gethostbyname_r with 6 args... yes
383 checking for __fpu_control... no
384 checking for __fpu_control in -lieee... no
385 checking for --with-fpectl... yes
386 checking for --with-libm=STRING... default LIBM="-lm"
387 checking for --with-libc=STRING... default LIBC="uclibc"
388 checking for hypot... yes
389 checking wchar.h usability... yes
390 checking wchar.h presence... yes
391 checking for wchar.h... yes
392 checking for wchar_t... yes
393 checking size of wchar_t... 4
394 checking for UCS-4 tcl... no
395 checking what type to use for unicode... wchar_t
396 checking whether byte ordering is bigendian... no
397 checking whether right shift extends the sign bit... yes
398 checking for getc_unlocked() and friends... yes
399 checking for rl_pre_input_hook in -lreadline... no
400 checking for rl_completion_matches in -lreadline... no
401 checking for broken nice()... yes
402 checking for broken poll()... no
403 checking for working tzset()... yes
404 checking for tv_nsec in struct stat... no
405 checking whether mvwdelch is an expression... yes
406 checking whether WINDOW has _flags... yes
407 checking for /dev/ptmx... yes
408 checking for /dev/ptc... no
409 checking for socklen_t... yes
410 checking for build directories... done
411 configure: creating ./config.status
412 config.status: creating Makefile.pre
413 config.status: creating Modules/Setup.config
414 config.status: creating pyconfig.h
415 creating Setup
416 creating Setup.local
417 creating Makefile
418 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Modules/python.o Modules/python.c
419 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
420 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
421 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
422 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
423 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
424 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
425 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
426 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
427 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
428 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c
429 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c
430 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
431 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
432 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
433 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
434 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c
435 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
436 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
437 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c
438 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
439 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
440 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
441 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
442 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
443 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
444 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
445 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c
446 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
447 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
448 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
449 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
450 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
451 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
452 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
453 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
454 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
455 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
456 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c
457 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
458 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
459 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
460 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
461 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
462 Objects/unicodeobject.c: In function `PyUnicodeUCS4_DecodeLatin1':
463 Objects/unicodeobject.c:2207: warning: comparison is always true due to limited range of data type
464 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
465 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
466 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/exceptions.o Python/exceptions.c
467 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
468 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
469 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c
470 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c
471 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c
472 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
473 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
474 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
475 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
476 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/future.o Python/future.c
477 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
478 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
479 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
480 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/getmtime.o Python/getmtime.c
481 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -DPLATFORM='"linux2"' -o Python/getplatform.o ./Python/getplatform.c
482 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
483 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/import.o Python/import.c
484 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
485 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
486 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
487 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
488 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
489 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
490 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
491 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
492 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c
493 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
494 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
495 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/dynload_shlib.o Python/dynload_shlib.c
496 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
497 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
498 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -DPYTHONPATH='":plat-linux2:lib-tk"' \
499 -DPREFIX='"/usr"' \
500 -DEXEC_PREFIX='"/usr"' \
501 -DVERSION='"2.3"' \
502 -DVPATH='""' \
503 -o Modules/getpath.o ./Modules/getpath.c
504 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
505 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
506 gcc -pthread -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/threadmodule.c -o Modules/threadmodule.o
507 gcc -pthread -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o
508 gcc -pthread -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o
509 gcc -pthread -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/errnomodule.c -o Modules/errnomodule.o
510 gcc -pthread -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_sre.c -o Modules/_sre.o
511 In file included from Modules/_sre.c:379:
512 Modules/_sre.c: In function `sre_at':
513 Modules/_sre.c:462: warning: comparison is always true due to limited range of data type
514 Modules/_sre.c:464: warning: comparison is always true due to limited range of data type
515 Modules/_sre.c:471: warning: comparison is always true due to limited range of data type
516 Modules/_sre.c:473: warning: comparison is always true due to limited range of data type
517 gcc -pthread -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
518 gcc -pthread -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/zipimport.c -o Modules/zipimport.o
519 gcc -pthread -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o
520 gcc -pthread -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o
521 gcc -pthread -DNDEBUG -Os -pipe Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Objects/obmalloc.o Python/mysnprintf.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/pgenmain.o -lpthread -ldl -lutil -o Parser/pgen
522 Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
523 Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
524 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
525 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
526 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c
527 if test -f buildno; then \
528 expr `cat buildno` + 1 >buildno1; \
529 mv -f buildno1 buildno; \
530 else echo 1 >buildno; fi
531 gcc -pthread -c -fno-strict-aliasing -DNDEBUG -Os -pipe -I. -I./Include -fPIC -DPy_BUILD_CORE -DBUILD=`cat buildno` -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
532 rm -f libpython2.3.a
533 if test libpython2.3.so.1.0 != libpython2.3.so; then \
534 gcc -pthread -shared -Wl,-soname=libpython2.3.so.1.0 -o libpython2.3.so.1.0 Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicode
535 ctype.o Python/bltinmodule.o Python/exceptions.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/pyfpe.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/dynload_shlib.o Python/thread.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o -lpthread -ldl -lutil uclibc -lm; \
536 ln -f libpython2.3.so.1.0 libpython2.3.so; \
537 else\
538 gcc -pthread -shared -o libpython2.3.so Modules/getbuildinfo.o Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o Python/bltinmodule.o Python/
539 exceptions.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/pyfpe.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/dynload_shlib.o Python/thread.o Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o Modules/threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o -lpthread -ldl -lutil uclibc -lm; \
540 fi
541 ar cr libpython2.3.a Modules/getbuildinfo.o
542 gcc: uclibc: No such file or directory
543 accessing `libpython2.3.so.1.0': No such file or directory
544 make: *** [libpython2.3.so] Error 1
545 make: *** Waiting for unfinished jobs....
546 ar cr libpython2.3.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/tokenizer.o
547 make: *** Waiting for unfinished jobs....
548 ar cr libpython2.3.a Objects/abstract.o Objects/boolobject.o Objects/bufferobject.o Objects/cellobject.o Objects/classobject.o Objects/cobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/intobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/rangeobject.o Objects/sliceobject.o Objects/stringobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/weakrefobject.o Objects/unicodeobject.o Objects/unicodectype.o
549 make: *** Waiting for unfinished jobs....
550 ar cr libpython2.3.a Python/bltinmodule.o Python/exceptions.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getmtime.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/pyfpe.o Python/pystate.o Python/pythonrun.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/dynload_shlib.o Python/thread.o
551 make: *** Waiting for unfinished jobs....
552 ar cr libpython2.3.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o
553 make: *** Waiting for unfinished jobs....
554 ar cr libpython2.3.a Modules/threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/zipimport.o Modules/symtablemodule.o Modules/xxsubtype.o
555 make: *** Waiting for unfinished jobs....
556 ranlib libpython2.3.a
557 make: *** Waiting for unfinished jobs....
558
559 !!! ERROR: dev-lang/python-2.3.4 failed.
560 !!! Function src_compile, Line 118, Exitcode 2
561 !!! Parallel make failed
562
563
564
565
566 --
567 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] python 2.3.4 probs Mike Frysinger <vapier@g.o>