Ticket #4881: log

File log, 53.5 KB (added by speisert@…, 19 years ago)

build log

Line 
1DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate_dports/lang/python24
2DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate_dports/lang/python24
3DEBUG: Requested variant powerpc is not provided by port python24.
4DEBUG: Requested variant darwin is not provided by port python24.
5DEBUG: Requested variant macosx is not provided by port python24.
6DEBUG: Executing com.apple.main (python24)
7--->  Fetching python24
8DEBUG: Executing com.apple.fetch (python24)
9--->  Verifying checksum(s) for python24
10DEBUG: Executing com.apple.checksum (python24)
11--->  Checksumming Python-2.4.1.tar.bz2
12DEBUG: Correct (md5) checksum for Python-2.4.1.tar.bz2
13DEBUG: setting option extract.cmd to /usr/bin/bzip2
14--->  Extracting python24
15DEBUG: Executing com.apple.extract (python24)
16--->  Extracting Python-2.4.1.tar.bz2
17DEBUG: setting option extract.args to /opt/local/var/db/dports/distfiles/python24/Python-2.4.1.tar.bz2
18DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_python24/work" && /usr/bin/bzip2 -dc /opt/local/var/db/dports/distfiles/python24/Python-2.4.1.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf -'
19DEBUG: Executing com.apple.patch (python24)
20--->  Applying patches to python24
21--->  Applying /opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate_dports/lang/python24/files/patch-Makefile.pre.in
22DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_python24/work/Python-2.4.1" && patch -p0'
23patching file Makefile.pre.in
24--->  Applying /opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate_dports/lang/python24/files/patch-configure
25DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_python24/work/Python-2.4.1" && patch -p0'
26patching file configure
27--->  Applying /opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate_dports/lang/python24/files/patch-Lib-site.py
28DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_python24/work/Python-2.4.1" && patch -p0'
29patching file Lib/site.py
30--->  Applying /opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate_dports/lang/python24/files/patch-Mac-OSX-Makefile
31DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_python24/work/Python-2.4.1" && patch -p0'
32patching file Mac/OSX/Makefile
33--->  Applying /opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate_dports/lang/python24/files/patch-setup.py
34DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_python24/work/Python-2.4.1" && patch -p0'
35patching file setup.py
36--->  Applying /opt/local/var/db/dports/sources/rsync.rsync.opendarwin.org_dpupdate_dports/lang/python24/files/patch-Include-pyport.h
37DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_python24/work/Python-2.4.1" && patch -p0'
38patching file Include/pyport.h
39DEBUG: Executing proc-post-com.apple.patch-patch-0
40--->  Configuring python24
41DEBUG: Executing com.apple.configure (python24)
42DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_python24/work/Python-2.4.1" && ./configure --prefix=/opt/local --enable-shared --mandir=/opt/local/share/man --bindir=/opt/local/bin --libdir=/opt/local/lib --without-readline --enable-framework=/opt/local/Library/Frameworks --enable-ipv6 --disable-tk'
43checking MACHDEP... darwin
44checking EXTRAPLATDIR... $(PLATMACDIRS)
45checking for --without-gcc... no
46checking for --with-cxx=<compiler>... no
47checking for c++... c++
48checking for C++ compiler default output file name... a.out
49checking whether the C++ compiler works... yes
50checking whether we are cross compiling... no
51checking for suffix of executables...
52checking for gcc... gcc
53checking for C compiler default output file name... a.out
54checking whether the C compiler works... yes
55checking whether we are cross compiling... no
56checking for suffix of executables...
57checking for suffix of object files... o
58checking whether we are using the GNU C compiler... yes
59checking whether gcc accepts -g... yes
60checking for gcc option to accept ANSI C... none needed
61checking how to run the C preprocessor... gcc -E
62checking for egrep... grep -E
63checking for AIX... no
64checking for --with-suffix...
65checking for case-insensitive build directory... yes
66checking LIBRARY... libpython$(VERSION).a
67checking LINKCC... $(PURIFY) $(CC)
68checking for --enable-shared... yes
69checking for --enable-profiling...
70checking LDLIBRARY... $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
71checking for ranlib... ranlib
72checking for ar... ar
73checking for a BSD-compatible install... /usr/bin/install -c
74checking for --with-pydebug... no
75checking whether gcc accepts -fno-strict-aliasing... yes
76checking whether gcc accepts -OPT:Olimit=0... no
77checking whether gcc accepts -Olimit 1500... no
78checking whether pthreads are available without options... yes
79checking whether c++ also accepts flags for thread support... no
80checking for ANSI C header files... yes
81checking for sys/types.h... yes
82checking for sys/stat.h... yes
83checking for stdlib.h... yes
84checking for string.h... yes
85checking for memory.h... yes
86checking for strings.h... yes
87checking for inttypes.h... yes
88checking for stdint.h... yes
89checking for unistd.h... yes
90checking curses.h usability... yes
91checking curses.h presence... yes
92checking for curses.h... yes
93checking dlfcn.h usability... yes
94checking dlfcn.h presence... yes
95checking for dlfcn.h... yes
96checking fcntl.h usability... yes
97checking fcntl.h presence... yes
98checking for fcntl.h... yes
99checking grp.h usability... yes
100checking grp.h presence... yes
101checking for grp.h... yes
102checking langinfo.h usability... yes
103checking langinfo.h presence... yes
104checking for langinfo.h... yes
105checking libintl.h usability... no
106checking libintl.h presence... no
107checking for libintl.h... no
108checking ncurses.h usability... yes
109checking ncurses.h presence... yes
110checking for ncurses.h... yes
111checking poll.h usability... yes
112checking poll.h presence... yes
113checking for poll.h... yes
114checking pthread.h usability... yes
115checking pthread.h presence... yes
116checking for pthread.h... yes
117checking stropts.h usability... no
118checking stropts.h presence... no
119checking for stropts.h... no
120checking termios.h usability... yes
121checking termios.h presence... yes
122checking for termios.h... yes
123checking thread.h usability... no
124checking thread.h presence... no
125checking for thread.h... no
126checking for unistd.h... (cached) yes
127checking utime.h usability... yes
128checking utime.h presence... yes
129checking for utime.h... yes
130checking sys/audioio.h usability... no
131checking sys/audioio.h presence... no
132checking for sys/audioio.h... no
133checking sys/bsdtty.h usability... no
134checking sys/bsdtty.h presence... no
135checking for sys/bsdtty.h... no
136checking sys/file.h usability... yes
137checking sys/file.h presence... yes
138checking for sys/file.h... yes
139checking sys/loadavg.h usability... no
140checking sys/loadavg.h presence... no
141checking for sys/loadavg.h... no
142checking sys/lock.h usability... yes
143checking sys/lock.h presence... yes
144checking for sys/lock.h... yes
145checking sys/mkdev.h usability... no
146checking sys/mkdev.h presence... no
147checking for sys/mkdev.h... no
148checking sys/modem.h usability... no
149checking sys/modem.h presence... no
150checking for sys/modem.h... no
151checking sys/param.h usability... yes
152checking sys/param.h presence... yes
153checking for sys/param.h... yes
154checking sys/poll.h usability... yes
155checking sys/poll.h presence... yes
156checking for sys/poll.h... yes
157checking sys/select.h usability... yes
158checking sys/select.h presence... yes
159checking for sys/select.h... yes
160checking sys/socket.h usability... yes
161checking sys/socket.h presence... yes
162checking for sys/socket.h... yes
163checking sys/time.h usability... yes
164checking sys/time.h presence... yes
165checking for sys/time.h... yes
166checking sys/times.h usability... yes
167checking sys/times.h presence... yes
168checking for sys/times.h... yes
169checking sys/un.h usability... yes
170checking sys/un.h presence... yes
171checking for sys/un.h... yes
172checking sys/utsname.h usability... yes
173checking sys/utsname.h presence... yes
174checking for sys/utsname.h... yes
175checking sys/wait.h usability... yes
176checking sys/wait.h presence... yes
177checking for sys/wait.h... yes
178checking pty.h usability... no
179checking pty.h presence... no
180checking for pty.h... no
181checking libutil.h usability... no
182checking libutil.h presence... no
183checking for libutil.h... no
184checking sys/resource.h usability... yes
185checking sys/resource.h presence... yes
186checking for sys/resource.h... yes
187checking netpacket/packet.h usability... no
188checking netpacket/packet.h presence... no
189checking for netpacket/packet.h... no
190checking sysexits.h usability... yes
191checking sysexits.h presence... yes
192checking for sysexits.h... yes
193checking bluetooth.h usability... no
194checking bluetooth.h presence... no
195checking for bluetooth.h... no
196checking bluetooth/bluetooth.h usability... no
197checking bluetooth/bluetooth.h presence... no
198checking for bluetooth/bluetooth.h... no
199checking for dirent.h that defines DIR... yes
200checking for library containing opendir... none required
201checking whether sys/types.h defines makedev... yes
202checking for term.h... yes
203checking for clock_t in time.h... yes
204checking for makedev... yes
205checking Solaris LFS bug... no
206checking for mode_t... yes
207checking for off_t... yes
208checking for pid_t... yes
209checking return type of signal handlers... void
210checking for size_t... yes
211checking for uid_t in sys/types.h... yes
212checking for int... yes
213checking size of int... 4
214checking for long... yes
215checking size of long... 4
216checking for void *... yes
217checking size of void *... 4
218checking for short... yes
219checking size of short... 2
220checking for float... yes
221checking size of float... 4
222checking for double... yes
223checking size of double... 8
224checking for fpos_t... yes
225checking size of fpos_t... 8
226checking for long long support... yes
227checking for long long... yes
228checking size of long long... 8
229checking for uintptr_t support... no
230checking size of off_t... 8
231checking whether to enable large file support... yes
232checking size of time_t... 4
233checking for pthread_t... yes
234checking size of pthread_t... 4
235checking for --enable-toolbox-glue... yes
236checking for --enable-framework... yes
237checking for dyld... always on for Darwin
238checking SO... .so
239checking LDSHARED... $(CC) $(LDFLAGS) -bundle -undefined dynamic_lookup
240checking CCSHARED...
241checking LINKFORSHARED... -u _PyMac_Error $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
242checking CFLAGSFORSHARED... $(CCSHARED)
243checking SHLIBS... $(LIBS)
244checking for dlopen in -ldl... yes
245checking for shl_load in -ldld... no
246checking for library containing sem_init... none required
247checking for textdomain in -lintl... no
248checking for t_open in -lnsl... no
249checking for socket in -lsocket... no
250checking for --with-libs... no
251checking for --with-signal-module... yes
252checking for --with-dec-threads... no
253checking for --with-threads... yes
254checking if PTHREAD_SCOPE_SYSTEM is supported... yes
255checking for pthread_sigmask... yes
256checking if --enable-ipv6 is specified... yes
257checking ipv6 stack type... kame
258using libc
259checking for --with-doc-strings... yes
260checking for --with-tsc... no
261checking for --with-pymalloc... yes
262checking for --with-wctype-functions... no
263checking for dlopen... yes
264checking DYNLOADFILE... dynload_next.o
265checking MACHDEP_OBJS... MACHDEP_OBJS
266checking for alarm... yes
267checking for bind_textdomain_codeset... no
268checking for chown... yes
269checking for clock... yes
270checking for confstr... yes
271checking for ctermid... yes
272checking for execv... yes
273checking for fork... yes
274checking for fpathconf... yes
275checking for ftime... yes
276checking for ftruncate... yes
277checking for gai_strerror... yes
278checking for getgroups... yes
279checking for getlogin... yes
280checking for getloadavg... yes
281checking for getpeername... yes
282checking for getpgid... yes
283checking for getpid... yes
284checking for getpriority... yes
285checking for getpwent... yes
286checking for getsid... yes
287checking for getwd... yes
288checking for kill... yes
289checking for killpg... yes
290checking for lchown... yes
291checking for lstat... yes
292checking for mkfifo... yes
293checking for mknod... yes
294checking for mktime... yes
295checking for mremap... no
296checking for nice... yes
297checking for pathconf... yes
298checking for pause... yes
299checking for plock... no
300checking for poll... yes
301checking for pthread_init... no
302checking for putenv... yes
303checking for readlink... yes
304checking for realpath... yes
305checking for select... yes
306checking for setegid... yes
307checking for seteuid... yes
308checking for setgid... yes
309checking for setlocale... yes
310checking for setregid... yes
311checking for setreuid... yes
312checking for setsid... yes
313checking for setpgid... yes
314checking for setpgrp... yes
315checking for setuid... yes
316checking for setvbuf... yes
317checking for snprintf... yes
318checking for sigaction... yes
319checking for siginterrupt... yes
320checking for sigrelse... yes
321checking for strftime... yes
322checking for sysconf... yes
323checking for tcgetpgrp... yes
324checking for tcsetpgrp... yes
325checking for tempnam... yes
326checking for timegm... yes
327checking for times... yes
328checking for tmpfile... yes
329checking for tmpnam... yes
330checking for tmpnam_r... no
331checking for truncate... yes
332checking for uname... yes
333checking for unsetenv... yes
334checking for utimes... yes
335checking for waitpid... yes
336checking for wcscoll... yes
337checking for _getpty... no
338checking for chroot... yes
339checking for link... yes
340checking for symlink... yes
341checking for fchdir... yes
342checking for fsync... yes
343checking for fdatasync... no
344checking for ctermid_r... yes
345checking for flock... yes
346checking for getpagesize... yes
347checking for true... true
348checking for inet_aton in -lc... yes
349checking for hstrerror... yes
350checking for inet_aton... yes
351checking for inet_pton... yes
352checking for setgroups... yes
353checking for openpty... yes
354checking for forkpty... yes
355checking for fseek64... no
356checking for fseeko... yes
357checking for fstatvfs... yes
358checking for ftell64... no
359checking for ftello... yes
360checking for statvfs... yes
361checking for dup2... yes
362checking for getcwd... yes
363checking for strdup... yes
364checking for strerror... yes
365checking for memmove... yes
366checking for getpgrp... yes
367checking for setpgrp... (cached) yes
368checking for gettimeofday... yes
369checking for major... yes
370checking for getaddrinfo... yes
371checking getaddrinfo bug... good
372checking for getnameinfo... yes
373checking whether time.h and sys/time.h may both be included... yes
374checking whether struct tm is in sys/time.h or time.h... time.h
375checking for struct tm.tm_zone... yes
376checking for struct stat.st_rdev... yes
377checking for struct stat.st_blksize... yes
378checking for struct stat.st_blocks... yes
379checking for time.h that defines altzone... no
380checking whether sys/select.h and sys/time.h may both be included... yes
381checking for addrinfo... yes
382checking for sockaddr_storage... yes
383checking whether char is unsigned... no
384checking for an ANSI C-conforming const... yes
385checking for working volatile... yes
386checking for working signed char... yes
387checking for prototypes... yes
388checking for variable length prototypes and stdarg.h... yes
389checking for socketpair... yes
390checking if sockaddr has sa_len member... yes
391checking whether va_list is an array... no
392checking for gethostbyname_r... no
393checking for gethostbyname... yes
394checking for __fpu_control... no
395checking for __fpu_control in -lieee... no
396checking for --with-fpectl... no
397checking for --with-libm=STRING... default LIBM=""
398checking for --with-libc=STRING... default LIBC=""
399checking for hypot... yes
400checking wchar.h usability... yes
401checking wchar.h presence... yes
402checking for wchar.h... yes
403checking for wchar_t... yes
404checking size of wchar_t... 4
405checking for UCS-4 tcl... no
406checking whether wchar_t is signed... no
407checking what type to use for unicode... unsigned short
408checking whether byte ordering is bigendian... yes
409checking whether right shift extends the sign bit... yes
410checking for getc_unlocked() and friends... yes
411checking for rl_callback_handler_install in -lreadline... yes
412checking for rl_pre_input_hook in -lreadline... yes
413checking for rl_completion_matches in -lreadline... no
414checking for broken nice()... yes
415checking for broken poll()... no
416checking for struct tm.tm_zone... (cached) yes
417checking for working tzset()... yes
418checking for tv_nsec in struct stat... no
419checking whether mvwdelch is an expression... yes
420checking whether WINDOW has _flags... yes
421checking for /dev/ptmx... no
422checking for /dev/ptc... no
423checking for socklen_t... yes
424checking for build directories... done
425configure: creating ./config.status
426config.status: creating Makefile.pre
427config.status: creating Modules/Setup.config
428config.status: creating pyconfig.h
429creating Setup
430creating Setup.local
431creating Makefile
432DEBUG: Executing proc-post-com.apple.configure-configure-0
433--->  Building python24 with target all libpython.2.4.1.dylib
434DEBUG: Executing com.apple.build (python24)
435DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_python24/work/Python-2.4.1" && make all libpython.2.4.1.dylib'
436gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Modules/python.o Modules/python.c
437gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
438gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
439gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
440gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
441gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
442gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
443gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
444gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
445gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
446gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c
447gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c
448gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
449gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
450gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
451gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
452gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/bufferobject.o Objects/bufferobject.c
453gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
454gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
455gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/cobject.o Objects/cobject.c
456gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
457gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
458gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
459gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
460gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
461gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
462gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
463gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
464gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/intobject.o Objects/intobject.c
465gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
466gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
467gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
468Objects/longobject.c: In function 'PyLong_AsDouble':
469Objects/longobject.c:654: warning: 'e' may be used uninitialized in this function
470Objects/longobject.c: In function 'long_true_divide':
471Objects/longobject.c:2262: warning: 'aexp' may be used uninitialized in this function
472Objects/longobject.c:2262: warning: 'bexp' may be used uninitialized in this function
473gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
474gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
475gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
476gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
477gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
478gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
479gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
480gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
481gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/stringobject.o Objects/stringobject.c
482gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
483gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
484gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
485gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
486gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
487gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
488gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
489gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/exceptions.o Python/exceptions.c
490gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
491Python/ceval.c: In function 'PyEval_EvalFrame':
492Python/ceval.c:718: warning: pointer targets in assignment differ in signedness
493gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
494gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c
495gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c
496gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c
497gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes   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 -ldl  -o Parser/pgen
498Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
499gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
500Python/compile.c: In function 'optimize_code':
501Python/compile.c:512: warning: pointer targets in assignment differ in signedness
502gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
503gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
504gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
505gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
506gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/future.o Python/future.c
507gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
508gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
509gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
510gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/getmtime.o Python/getmtime.c
511gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -DPLATFORM='"darwin"' -o Python/getplatform.o ./Python/getplatform.c
512gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
513gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c
514gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/import.o Python/import.c
515gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
516gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
517Python/marshal.c: In function 'PyMarshal_ReadShortFromFile':
518Python/marshal.c:342: warning: 'rf.end' is used uninitialized in this function
519Python/marshal.c:342: warning: 'rf.ptr' is used uninitialized in this function
520gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
521gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
522gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
523gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
524gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
525gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
526gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
527gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/sysmodule.o Python/sysmodule.c
528gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
529gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
530gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
531gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/dynload_next.o Python/dynload_next.c
532gcc -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include  -DPy_BUILD_CORE -o Python/mactoolboxglue.o Python/mactoolboxglue.c
533In file included from Python/mactoolboxglue.c:27:
534./Include/pymactoolbox.h:11:33: error: QuickTime/QuickTime.h: No such file or directory
535In file included from Python/mactoolboxglue.c:27:
536./Include/pymactoolbox.h:137: warning: parameter names (without types) in function declaration
537./Include/pymactoolbox.h:138: error: parse error before 'Track'
538./Include/pymactoolbox.h:138: warning: function declaration isn't a prototype
539./Include/pymactoolbox.h:139: warning: parameter names (without types) in function declaration
540./Include/pymactoolbox.h:140: error: parse error before 'Movie'
541./Include/pymactoolbox.h:140: warning: function declaration isn't a prototype
542./Include/pymactoolbox.h:141: warning: parameter names (without types) in function declaration
543./Include/pymactoolbox.h:142: error: parse error before 'MovieController'
544./Include/pymactoolbox.h:142: warning: function declaration isn't a prototype
545./Include/pymactoolbox.h:145: warning: parameter names (without types) in function declaration
546./Include/pymactoolbox.h:146: error: parse error before 'UserData'
547./Include/pymactoolbox.h:146: warning: function declaration isn't a prototype
548./Include/pymactoolbox.h:147: warning: parameter names (without types) in function declaration
549./Include/pymactoolbox.h:148: error: parse error before 'Media'
550./Include/pymactoolbox.h:148: warning: function declaration isn't a prototype
551Python/mactoolboxglue.c: In function 'PyMac_GetFSSpec':
552Python/mactoolboxglue.c:376: warning: return makes integer from pointer without a cast
553Python/mactoolboxglue.c:376: warning: return makes integer from pointer without a cast
554Python/mactoolboxglue.c: In function 'PyMac_GetFSRef':
555Python/mactoolboxglue.c:378: warning: return makes integer from pointer without a cast
556Python/mactoolboxglue.c:378: warning: return makes integer from pointer without a cast
557Python/mactoolboxglue.c: In function 'AEDesc_Convert':
558Python/mactoolboxglue.c:382: warning: return makes integer from pointer without a cast
559Python/mactoolboxglue.c:382: warning: return makes integer from pointer without a cast
560Python/mactoolboxglue.c: In function 'CmpObj_Convert':
561Python/mactoolboxglue.c:385: warning: return makes integer from pointer without a cast
562Python/mactoolboxglue.c:385: warning: return makes integer from pointer without a cast
563Python/mactoolboxglue.c: In function 'CmpInstObj_Convert':
564Python/mactoolboxglue.c:387: warning: return makes integer from pointer without a cast
565Python/mactoolboxglue.c:387: warning: return makes integer from pointer without a cast
566Python/mactoolboxglue.c: In function 'CtlObj_Convert':
567Python/mactoolboxglue.c:390: warning: return makes integer from pointer without a cast
568Python/mactoolboxglue.c:390: warning: return makes integer from pointer without a cast
569Python/mactoolboxglue.c: In function 'DlgObj_Convert':
570Python/mactoolboxglue.c:393: warning: return makes integer from pointer without a cast
571Python/mactoolboxglue.c:393: warning: return makes integer from pointer without a cast
572Python/mactoolboxglue.c: In function 'DragObj_Convert':
573Python/mactoolboxglue.c:397: warning: return makes integer from pointer without a cast
574Python/mactoolboxglue.c:397: warning: return makes integer from pointer without a cast
575Python/mactoolboxglue.c: In function 'ListObj_Convert':
576Python/mactoolboxglue.c:400: warning: return makes integer from pointer without a cast
577Python/mactoolboxglue.c:400: warning: return makes integer from pointer without a cast
578Python/mactoolboxglue.c: In function 'MenuObj_Convert':
579Python/mactoolboxglue.c:403: warning: return makes integer from pointer without a cast
580Python/mactoolboxglue.c:403: warning: return makes integer from pointer without a cast
581Python/mactoolboxglue.c: In function 'GrafObj_Convert':
582Python/mactoolboxglue.c:406: warning: return makes integer from pointer without a cast
583Python/mactoolboxglue.c:406: warning: return makes integer from pointer without a cast
584Python/mactoolboxglue.c: In function 'BMObj_Convert':
585Python/mactoolboxglue.c:408: warning: return makes integer from pointer without a cast
586Python/mactoolboxglue.c:408: warning: return makes integer from pointer without a cast
587Python/mactoolboxglue.c: In function 'QdRGB_Convert':
588Python/mactoolboxglue.c:410: warning: return makes integer from pointer without a cast
589Python/mactoolboxglue.c:410: warning: return makes integer from pointer without a cast
590Python/mactoolboxglue.c: In function 'GWorldObj_Convert':
591Python/mactoolboxglue.c:413: warning: return makes integer from pointer without a cast
592Python/mactoolboxglue.c:413: warning: return makes integer from pointer without a cast
593Python/mactoolboxglue.c: At top level:
594Python/mactoolboxglue.c:415: warning: parameter names (without types) in function declaration
595Python/mactoolboxglue.c:415: error: parse error before 'cobj'
596Python/mactoolboxglue.c:415: warning: function declaration isn't a prototype
597Python/mactoolboxglue.c: In function 'TrackObj_New':
598Python/mactoolboxglue.c:415: error: 'cobj' undeclared (first use in this function)
599Python/mactoolboxglue.c:415: error: (Each undeclared identifier is reported only once
600Python/mactoolboxglue.c:415: error: for each function it appears in.)
601Python/mactoolboxglue.c: At top level:
602Python/mactoolboxglue.c:416: error: parse error before 'Track'
603Python/mactoolboxglue.c:416: warning: function declaration isn't a prototype
604Python/mactoolboxglue.c:416: error: parse error before 'Track'
605Python/mactoolboxglue.c:416: warning: function declaration isn't a prototype
606Python/mactoolboxglue.c: In function 'TrackObj_Convert':
607Python/mactoolboxglue.c:416: warning: return makes integer from pointer without a cast
608Python/mactoolboxglue.c:416: warning: return makes integer from pointer without a cast
609Python/mactoolboxglue.c:416: error: 'pyobj' undeclared (first use in this function)
610Python/mactoolboxglue.c:416: error: 'cobj' undeclared (first use in this function)
611Python/mactoolboxglue.c: At top level:
612Python/mactoolboxglue.c:417: warning: parameter names (without types) in function declaration
613Python/mactoolboxglue.c:417: error: parse error before 'cobj'
614Python/mactoolboxglue.c:417: warning: function declaration isn't a prototype
615Python/mactoolboxglue.c: In function 'MovieObj_New':
616Python/mactoolboxglue.c:417: error: 'cobj' undeclared (first use in this function)
617Python/mactoolboxglue.c: At top level:
618Python/mactoolboxglue.c:418: error: parse error before 'Movie'
619Python/mactoolboxglue.c:418: warning: function declaration isn't a prototype
620Python/mactoolboxglue.c:418: error: parse error before 'Movie'
621Python/mactoolboxglue.c:418: warning: function declaration isn't a prototype
622Python/mactoolboxglue.c: In function 'MovieObj_Convert':
623Python/mactoolboxglue.c:418: warning: return makes integer from pointer without a cast
624Python/mactoolboxglue.c:418: warning: return makes integer from pointer without a cast
625Python/mactoolboxglue.c:418: error: 'pyobj' undeclared (first use in this function)
626Python/mactoolboxglue.c:418: error: 'cobj' undeclared (first use in this function)
627Python/mactoolboxglue.c: At top level:
628Python/mactoolboxglue.c:419: warning: parameter names (without types) in function declaration
629Python/mactoolboxglue.c:419: error: parse error before 'cobj'
630Python/mactoolboxglue.c:419: warning: function declaration isn't a prototype
631Python/mactoolboxglue.c: In function 'MovieCtlObj_New':
632Python/mactoolboxglue.c:419: error: 'cobj' undeclared (first use in this function)
633Python/mactoolboxglue.c: At top level:
634Python/mactoolboxglue.c:420: error: parse error before 'MovieController'
635Python/mactoolboxglue.c:420: warning: function declaration isn't a prototype
636Python/mactoolboxglue.c:420: error: parse error before 'MovieController'
637Python/mactoolboxglue.c:420: warning: function declaration isn't a prototype
638Python/mactoolboxglue.c: In function 'MovieCtlObj_Convert':
639Python/mactoolboxglue.c:420: warning: return makes integer from pointer without a cast
640Python/mactoolboxglue.c:420: warning: return makes integer from pointer without a cast
641Python/mactoolboxglue.c:420: error: 'pyobj' undeclared (first use in this function)
642Python/mactoolboxglue.c:420: error: 'cobj' undeclared (first use in this function)
643Python/mactoolboxglue.c: In function 'TimeBaseObj_Convert':
644Python/mactoolboxglue.c:422: warning: return makes integer from pointer without a cast
645Python/mactoolboxglue.c:422: warning: return makes integer from pointer without a cast
646Python/mactoolboxglue.c: At top level:
647Python/mactoolboxglue.c:423: warning: parameter names (without types) in function declaration
648Python/mactoolboxglue.c:423: error: parse error before 'cobj'
649Python/mactoolboxglue.c:423: warning: function declaration isn't a prototype
650Python/mactoolboxglue.c: In function 'UserDataObj_New':
651Python/mactoolboxglue.c:423: error: 'cobj' undeclared (first use in this function)
652Python/mactoolboxglue.c: At top level:
653Python/mactoolboxglue.c:424: error: parse error before 'UserData'
654Python/mactoolboxglue.c:424: warning: function declaration isn't a prototype
655Python/mactoolboxglue.c:424: error: parse error before 'UserData'
656Python/mactoolboxglue.c:424: warning: function declaration isn't a prototype
657Python/mactoolboxglue.c: In function 'UserDataObj_Convert':
658Python/mactoolboxglue.c:424: warning: return makes integer from pointer without a cast
659Python/mactoolboxglue.c:424: warning: return makes integer from pointer without a cast
660Python/mactoolboxglue.c:424: error: 'pyobj' undeclared (first use in this function)
661Python/mactoolboxglue.c:424: error: 'cobj' undeclared (first use in this function)
662Python/mactoolboxglue.c: At top level:
663Python/mactoolboxglue.c:425: warning: parameter names (without types) in function declaration
664Python/mactoolboxglue.c:425: error: parse error before 'cobj'
665Python/mactoolboxglue.c:425: warning: function declaration isn't a prototype
666Python/mactoolboxglue.c: In function 'MediaObj_New':
667Python/mactoolboxglue.c:425: error: 'cobj' undeclared (first use in this function)
668Python/mactoolboxglue.c: At top level:
669Python/mactoolboxglue.c:426: error: parse error before 'Media'
670Python/mactoolboxglue.c:426: warning: function declaration isn't a prototype
671Python/mactoolboxglue.c:426: error: parse error before 'Media'
672Python/mactoolboxglue.c:426: warning: function declaration isn't a prototype
673Python/mactoolboxglue.c: In function 'MediaObj_Convert':
674Python/mactoolboxglue.c:426: warning: return makes integer from pointer without a cast
675Python/mactoolboxglue.c:426: warning: return makes integer from pointer without a cast
676Python/mactoolboxglue.c:426: error: 'pyobj' undeclared (first use in this function)
677Python/mactoolboxglue.c:426: error: 'cobj' undeclared (first use in this function)
678Python/mactoolboxglue.c: In function 'ResObj_Convert':
679Python/mactoolboxglue.c:429: warning: return makes integer from pointer without a cast
680Python/mactoolboxglue.c:429: warning: return makes integer from pointer without a cast
681Python/mactoolboxglue.c: In function 'OptResObj_Convert':
682Python/mactoolboxglue.c:431: warning: return makes integer from pointer without a cast
683Python/mactoolboxglue.c:431: warning: return makes integer from pointer without a cast
684Python/mactoolboxglue.c: In function 'TEObj_Convert':
685Python/mactoolboxglue.c:434: warning: return makes integer from pointer without a cast
686Python/mactoolboxglue.c:434: warning: return makes integer from pointer without a cast
687Python/mactoolboxglue.c: In function 'WinObj_Convert':
688Python/mactoolboxglue.c:437: warning: return makes integer from pointer without a cast
689Python/mactoolboxglue.c:437: warning: return makes integer from pointer without a cast
690Python/mactoolboxglue.c: In function 'CFObj_Convert':
691Python/mactoolboxglue.c:440: warning: return makes integer from pointer without a cast
692Python/mactoolboxglue.c:440: warning: return makes integer from pointer without a cast
693Python/mactoolboxglue.c: In function 'CFTypeRefObj_Convert':
694Python/mactoolboxglue.c:443: warning: return makes integer from pointer without a cast
695Python/mactoolboxglue.c:443: warning: return makes integer from pointer without a cast
696Python/mactoolboxglue.c: In function 'CFStringRefObj_Convert':
697Python/mactoolboxglue.c:446: warning: return makes integer from pointer without a cast
698Python/mactoolboxglue.c:446: warning: return makes integer from pointer without a cast
699Python/mactoolboxglue.c: In function 'CFMutableStringRefObj_Convert':
700Python/mactoolboxglue.c:448: warning: return makes integer from pointer without a cast
701Python/mactoolboxglue.c:448: warning: return makes integer from pointer without a cast
702Python/mactoolboxglue.c: In function 'CFArrayRefObj_Convert':
703Python/mactoolboxglue.c:451: warning: return makes integer from pointer without a cast
704Python/mactoolboxglue.c:451: warning: return makes integer from pointer without a cast
705Python/mactoolboxglue.c: In function 'CFMutableArrayRefObj_Convert':
706Python/mactoolboxglue.c:453: warning: return makes integer from pointer without a cast
707Python/mactoolboxglue.c:453: warning: return makes integer from pointer without a cast
708Python/mactoolboxglue.c: In function 'CFDictionaryRefObj_Convert':
709Python/mactoolboxglue.c:456: warning: return makes integer from pointer without a cast
710Python/mactoolboxglue.c:456: warning: return makes integer from pointer without a cast
711Python/mactoolboxglue.c: In function 'CFMutableDictionaryRefObj_Convert':
712Python/mactoolboxglue.c:458: warning: return makes integer from pointer without a cast
713Python/mactoolboxglue.c:458: warning: return makes integer from pointer without a cast
714Python/mactoolboxglue.c: In function 'CFURLRefObj_Convert':
715Python/mactoolboxglue.c:461: warning: return makes integer from pointer without a cast
716Python/mactoolboxglue.c:461: warning: return makes integer from pointer without a cast
717Python/mactoolboxglue.c: In function 'OptionalCFURLRefObj_Convert':
718Python/mactoolboxglue.c:462: warning: return makes integer from pointer without a cast
719Python/mactoolboxglue.c:462: warning: return makes integer from pointer without a cast
720make: *** [Python/mactoolboxglue.o] Error 1
721Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_lang_python24/work/Python-2.4.1" && make all libpython.2.4.1.dylib" returned error 2
722Command output: Python/mactoolboxglue.c:440: warning: return makes integer from pointer without a cast
723Python/mactoolboxglue.c:440: warning: return makes integer from pointer without a cast
724Python/mactoolboxglue.c: In function 'CFTypeRefObj_Convert':
725Python/mactoolboxglue.c:443: warning: return makes integer from pointer without a cast
726Python/mactoolboxglue.c:443: warning: return makes integer from pointer without a cast
727Python/mactoolboxglue.c: In function 'CFStringRefObj_Convert':
728Python/mactoolboxglue.c:446: warning: return makes integer from pointer without a cast
729Python/mactoolboxglue.c:446: warning: return makes integer from pointer without a cast
730Python/mactoolboxglue.c: In function 'CFMutableStringRefObj_Convert':
731Python/mactoolboxglue.c:448: warning: return makes integer from pointer without a cast
732Python/mactoolboxglue.c:448: warning: return makes integer from pointer without a cast
733Python/mactoolboxglue.c: In function 'CFArrayRefObj_Convert':
734Python/mactoolboxglue.c:451: warning: return makes integer from pointer without a cast
735Python/mactoolboxglue.c:451: warning: return makes integer from pointer without a cast
736Python/mactoolboxglue.c: In function 'CFMutableArrayRefObj_Convert':
737Python/mactoolboxglue.c:453: warning: return makes integer from pointer without a cast
738Python/mactoolboxglue.c:453: warning: return makes integer from pointer without a cast
739Python/mactoolboxglue.c: In function 'CFDictionaryRefObj_Convert':
740Python/mactoolboxglue.c:456: warning: return makes integer from pointer without a cast
741Python/mactoolboxglue.c:456: warning: return makes integer from pointer without a cast
742Python/mactoolboxglue.c: In function 'CFMutableDictionaryRefObj_Convert':
743Python/mactoolboxglue.c:458: warning: return makes integer from pointer without a cast
744Python/mactoolboxglue.c:458: warning: return makes integer from pointer without a cast
745Python/mactoolboxglue.c: In function 'CFURLRefObj_Convert':
746Python/mactoolboxglue.c:461: warning: return makes integer from pointer without a cast
747Python/mactoolboxglue.c:461: warning: return makes integer from pointer without a cast
748Python/mactoolboxglue.c: In function 'OptionalCFURLRefObj_Convert':
749Python/mactoolboxglue.c:462: warning: return makes integer from pointer without a cast
750Python/mactoolboxglue.c:462: warning: return makes integer from pointer without a cast
751make: *** [Python/mactoolboxglue.o] Error 1
752
753Warning: the following items did not execute (for python24): com.apple.build