Ticket #41287: libsdl2.leopard.main.log

File libsdl2.leopard.main.log, 21.0 KB (added by ryandesign (Ryan Carsten Schmidt), 11 years ago)
Line 
1version:1
2:debug:main libsdl2 has no conflicts
3:debug:main Executing org.macports.main (libsdl2)
4:debug:main changing euid/egid - current euid: 0 - current egid: 0
5:debug:main egid changed to: 500
6:debug:main euid changed to: 502
7:debug:archivefetch archivefetch phase started at Sat Nov  9 20:45:19 CST 2013
8:debug:archivefetch Executing org.macports.archivefetch (libsdl2)
9:debug:archivefetch Privilege de-escalation not attempted as not running as root.
10:debug:fetch fetch phase started at Sat Nov  9 20:45:19 CST 2013
11:notice:fetch --->  Fetching distfiles for libsdl2
12:debug:fetch Executing org.macports.fetch (libsdl2)
13:debug:fetch Privilege de-escalation not attempted as not running as root.
14:debug:checksum checksum phase started at Sat Nov  9 20:45:19 CST 2013
15:notice:checksum --->  Verifying checksums for libsdl2
16:debug:checksum Executing org.macports.checksum (libsdl2)
17:info:checksum --->  Checksumming SDL2-2.0.1.tar.gz
18:debug:checksum Correct (rmd160) checksum for SDL2-2.0.1.tar.gz
19:debug:checksum Correct (sha256) checksum for SDL2-2.0.1.tar.gz
20:debug:checksum Privilege de-escalation not attempted as not running as root.
21:debug:extract extract phase started at Sat Nov  9 20:45:19 CST 2013
22:notice:extract --->  Extracting libsdl2
23:debug:extract Executing org.macports.extract (libsdl2)
24:info:extract --->  Extracting SDL2-2.0.1.tar.gz
25:debug:extract setting option extract.args to '/opt/local/var/macports/distfiles/libsdl2/SDL2-2.0.1.tar.gz'
26:debug:extract Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.5'
27:debug:extract Assembled command: 'cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/libsdl2/SDL2-2.0.1.tar.gz' | /usr/bin/gnutar --no-same-owner -xf -'
28:debug:extract Executing command line:  cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/libsdl2/SDL2-2.0.1.tar.gz' | /usr/bin/gnutar --no-same-owner -xf -
29:debug:extract euid/egid changed to: 0/0
30:debug:extract chowned /opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work to macports
31:debug:extract euid/egid changed to: 502/500
32:debug:extract Privilege de-escalation not attempted as not running as root.
33:debug:patch patch phase started at Sat Nov  9 20:45:19 CST 2013
34:debug:patch Executing org.macports.patch (libsdl2)
35:debug:patch Privilege de-escalation not attempted as not running as root.
36:debug:configure configure phase started at Sat Nov  9 20:45:19 CST 2013
37:notice:configure --->  Configuring libsdl2
38:debug:configure Using compiler 'Xcode GCC 4.2'
39:debug:configure Executing org.macports.configure (libsdl2)
40:debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-pipe -Os -arch i386' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe -Os -arch i386' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.5' CXX='/usr/bin/g++-4.2' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work/.CC_PRINT_OPTIONS' F90FLAGS='-pipe -Os -m32' LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch i386' FCFLAGS='-pipe -Os -m32' OBJC='/usr/bin/gcc-4.2' OBJCXX='/usr/bin/g++-4.2' INSTALL='/usr/bin/install -c' OBJCFLAGS='-pipe -Os -arch i386' OBJCXXFLAGS='-pipe -Os -arch i386' FFLAGS='-pipe -Os -m32' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2'
41:debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work/SDL2-2.0.1" && ./configure --prefix=/opt/local --without-x'
42:debug:configure Executing command line:  cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work/SDL2-2.0.1" && ./configure --prefix=/opt/local --without-x
43:info:configure checking build system type... i386-apple-darwin9.8.0
44:info:configure checking host system type... i386-apple-darwin9.8.0
45:info:configure checking how to print strings... printf
46:info:configure checking for gcc... /usr/bin/gcc-4.2
47:info:configure checking whether the C compiler works... yes
48:info:configure checking for C compiler default output file name... a.out
49:info:configure checking for suffix of executables...
50:info:configure checking whether we are cross compiling... no
51:info:configure checking for suffix of object files... o
52:info:configure checking whether we are using the GNU C compiler... yes
53:info:configure checking whether /usr/bin/gcc-4.2 accepts -g... yes
54:info:configure checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
55:info:configure checking for a sed that does not truncate output... /opt/local/bin/gsed
56:info:configure checking for grep that handles long lines and -e... /usr/bin/grep
57:info:configure checking for egrep... /usr/bin/grep -E
58:info:configure checking for fgrep... /usr/bin/grep -F
59:info:configure checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin9/4.2.1/ld
60:info:configure checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.2.1/ld) is GNU ld... no
61:info:configure checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
62:info:configure checking the name lister (/usr/bin/nm -p) interface... BSD nm
63:info:configure checking whether ln -s works... yes
64:info:configure checking the maximum length of command line arguments... 196608
65:info:configure checking whether the shell understands some XSI constructs... yes
66:info:configure checking whether the shell understands "+="... yes
67:info:configure checking how to convert i386-apple-darwin9.8.0 file names to i386-apple-darwin9.8.0 format... func_convert_file_noop
68:info:configure checking how to convert i386-apple-darwin9.8.0 file names to toolchain format... func_convert_file_noop
69:info:configure checking for /usr/libexec/gcc/i686-apple-darwin9/4.2.1/ld option to reload object files... -r
70:info:configure checking for objdump... no
71:info:configure checking how to recognize dependent libraries... pass_all
72:info:configure checking for dlltool... no
73:info:configure checking how to associate runtime and link libraries... printf %s\n
74:info:configure checking for ar... ar
75:info:configure checking for archiver @FILE support... no
76:info:configure checking for strip... strip
77:info:configure checking for ranlib... ranlib
78:info:configure checking for gawk... gawk
79:info:configure checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.2 object... ok
80:info:configure checking for sysroot... no
81:info:configure checking for mt... no
82:info:configure checking if : is a manifest tool... no
83:info:configure checking for dsymutil... dsymutil
84:info:configure checking for nmedit... nmedit
85:info:configure checking for lipo... lipo
86:info:configure checking for otool... otool
87:info:configure checking for otool64... no
88:info:configure checking for -single_module linker flag... yes
89:info:configure checking for -exported_symbols_list linker flag... yes
90:info:configure checking for -force_load linker flag... ld: unknown option: -force_load
91:info:configure no
92:info:configure checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
93:info:configure checking for ANSI C header files... yes
94:info:configure checking for sys/types.h... yes
95:info:configure checking for sys/stat.h... yes
96:info:configure checking for stdlib.h... yes
97:info:configure checking for string.h... yes
98:info:configure checking for memory.h... yes
99:info:configure checking for strings.h... yes
100:info:configure checking for inttypes.h... yes
101:info:configure checking for stdint.h... yes
102:info:configure checking for unistd.h... yes
103:info:configure checking for dlfcn.h... yes
104:info:configure checking for objdir... .libs
105:info:configure checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... no
106:info:configure checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC
107:info:configure checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes
108:info:configure checking if /usr/bin/gcc-4.2 static flag -static works... no
109:info:configure checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes
110:info:configure checking if /usr/bin/gcc-4.2 supports -c -o file.o... (cached) yes
111:info:configure checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin9/4.2.1/ld) supports shared libraries... yes
112:info:configure checking dynamic linker characteristics... darwin9.8.0 dyld
113:info:configure checking how to hardcode library paths into programs... immediate
114:info:configure checking whether stripping libraries is possible... yes
115:info:configure checking if libtool supports shared libraries... yes
116:info:configure checking whether to build shared libraries... yes
117:info:configure checking whether to build static libraries... yes
118:info:configure checking for gcc... (cached) /usr/bin/gcc-4.2
119:info:configure checking whether we are using the GNU C compiler... (cached) yes
120:info:configure checking whether /usr/bin/gcc-4.2 accepts -g... (cached) yes
121:info:configure checking for /usr/bin/gcc-4.2 option to accept ISO C89... (cached) none needed
122:info:configure checking whether we are using the GNU C++ compiler... yes
123:info:configure checking whether /usr/bin/g++-4.2 accepts -g... yes
124:info:configure checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E
125:info:configure checking for ld used by /usr/bin/g++-4.2... /usr/libexec/gcc/i686-apple-darwin9/4.2.1/ld
126:info:configure checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.2.1/ld) is GNU ld... no
127:info:configure checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin9/4.2.1/ld) supports shared libraries... yes
128:info:configure checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common -DPIC
129:info:configure checking if /usr/bin/g++-4.2 PIC flag -fno-common -DPIC works... yes
130:info:configure checking if /usr/bin/g++-4.2 static flag -static works... no
131:info:configure checking if /usr/bin/g++-4.2 supports -c -o file.o... yes
132:info:configure checking if /usr/bin/g++-4.2 supports -c -o file.o... (cached) yes
133:info:configure checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin9/4.2.1/ld) supports shared libraries... yes
134:info:configure checking dynamic linker characteristics... darwin9.8.0 dyld
135:info:configure checking how to hardcode library paths into programs... immediate
136:info:configure checking for a BSD-compatible install... /usr/bin/install -c
137:info:configure checking whether make sets $(MAKE)... yes
138:info:configure checking for windres... no
139:info:configure checking for an ANSI C-conforming const... yes
140:info:configure checking for inline... inline
141:info:configure checking for working volatile... yes
142:info:configure checking for GCC -MMD -MT option... yes
143:info:configure checking for ANSI C header files... (cached) yes
144:info:configure checking for sys/types.h... (cached) yes
145:info:configure checking stdio.h usability... yes
146:info:configure checking stdio.h presence... yes
147:info:configure checking for stdio.h... yes
148:info:configure checking for stdlib.h... (cached) yes
149:info:configure checking stddef.h usability... yes
150:info:configure checking stddef.h presence... yes
151:info:configure checking for stddef.h... yes
152:info:configure checking stdarg.h usability... yes
153:info:configure checking stdarg.h presence... yes
154:info:configure checking for stdarg.h... yes
155:info:configure checking malloc.h usability... no
156:info:configure checking malloc.h presence... no
157:info:configure checking for malloc.h... no
158:info:configure checking for memory.h... (cached) yes
159:info:configure checking for string.h... (cached) yes
160:info:configure checking for strings.h... (cached) yes
161:info:configure checking for inttypes.h... (cached) yes
162:info:configure checking for stdint.h... (cached) yes
163:info:configure checking ctype.h usability... yes
164:info:configure checking ctype.h presence... yes
165:info:configure checking for ctype.h... yes
166:info:configure checking math.h usability... yes
167:info:configure checking math.h presence... yes
168:info:configure checking for math.h... yes
169:info:configure checking iconv.h usability... yes
170:info:configure checking iconv.h presence... yes
171:info:configure checking for iconv.h... yes
172:info:configure checking signal.h usability... yes
173:info:configure checking signal.h presence... yes
174:info:configure checking for signal.h... yes
175:info:configure checking for size_t... yes
176:info:configure checking for M_PI in math.h... yes
177:info:configure checking for working alloca.h... yes
178:info:configure checking for alloca... yes
179:info:configure checking for working memcmp... yes
180:info:configure checking for working strtod... yes
181:info:configure checking for mprotect... yes
182:info:configure checking for malloc... yes
183:info:configure checking for calloc... yes
184:info:configure checking for realloc... yes
185:info:configure checking for free... yes
186:info:configure checking for getenv... yes
187:info:configure checking for setenv... yes
188:info:configure checking for putenv... yes
189:info:configure checking for unsetenv... yes
190:info:configure checking for qsort... yes
191:info:configure checking for abs... yes
192:info:configure checking for bcopy... yes
193:info:configure checking for memset... yes
194:info:configure checking for memcpy... yes
195:info:configure checking for memmove... yes
196:info:configure checking for strlen... yes
197:info:configure checking for strlcpy... yes
198:info:configure checking for strlcat... yes
199:info:configure checking for strdup... yes
200:info:configure checking for _strrev... no
201:info:configure checking for _strupr... no
202:info:configure checking for _strlwr... no
203:info:configure checking for strchr... yes
204:info:configure checking for strrchr... yes
205:info:configure checking for strstr... yes
206:info:configure checking for itoa... no
207:info:configure checking for _ltoa... no
208:info:configure checking for _uitoa... no
209:info:configure checking for _ultoa... no
210:info:configure checking for strtol... yes
211:info:configure checking for strtoul... yes
212:info:configure checking for _i64toa... no
213:info:configure checking for _ui64toa... no
214:info:configure checking for strtoll... yes
215:info:configure checking for strtoull... yes
216:info:configure checking for atoi... yes
217:info:configure checking for atof... yes
218:info:configure checking for strcmp... yes
219:info:configure checking for strncmp... yes
220:info:configure checking for _stricmp... no
221:info:configure checking for strcasecmp... yes
222:info:configure checking for _strnicmp... no
223:info:configure checking for strncasecmp... yes
224:info:configure checking for sscanf... yes
225:info:configure checking for snprintf... yes
226:info:configure checking for vsnprintf... yes
227:info:configure checking for fseeko... yes
228:info:configure checking for fseeko64... no
229:info:configure checking for sigaction... yes
230:info:configure checking for setjmp... yes
231:info:configure checking for nanosleep... yes
232:info:configure checking for sysconf... yes
233:info:configure checking for sysctlbyname... yes
234:info:configure checking for pow in -lm... yes
235:info:configure checking for atan... yes
236:info:configure checking for atan2... yes
237:info:configure checking for ceil... yes
238:info:configure checking for copysign... yes
239:info:configure checking for cos... yes
240:info:configure checking for cosf... yes
241:info:configure checking for fabs... yes
242:info:configure checking for floor... yes
243:info:configure checking for log... yes
244:info:configure checking for pow... yes
245:info:configure checking for scalbn... yes
246:info:configure checking for sin... yes
247:info:configure checking for sinf... yes
248:info:configure checking for sqrt... yes
249:info:configure checking for iconv_open in -liconv... no
250:info:configure checking for iconv... no
251:info:configure checking for struct sigaction.sa_sigaction... yes
252:info:configure checking for GCC builtin atomic operations... yes
253:info:configure checking for GCC -mmmx option... yes
254:info:configure checking for GCC -m3dnow option... yes
255:info:configure checking for GCC -msse option... yes
256:info:configure checking for GCC -msse2 option... yes
257:info:configure checking for Altivec with GCC altivec.h and -maltivec option... no
258:info:configure checking for Altivec with GCC -maltivec option... no
259:info:configure checking for Altivec with GCC altivec.h and -faltivec option... no
260:info:configure checking for Altivec with GCC -faltivec option... no
261:info:configure checking for GCC -fvisibility=hidden option... yes
262:info:configure checking for dlopen... yes
263:info:configure checking for dlopen in -lc... yes
264:info:configure checking for Cocoa framework... yes
265:info:configure checking for X... disabled
266:info:configure checking for OpenGL (GLX) support... yes
267:info:configure checking for pthreads... yes
268:info:configure checking for recursive mutexes... yes
269:info:configure checking for pthread semaphores... yes
270:info:configure checking for sem_timedwait... no
271:info:configure checking for pthread_spin_trylock... no
272:info:configure checking for pthread_np.h... no
273:info:configure checking for pthread_setname_np... no
274:info:configure checking for pthread_set_name_np... no
275:info:configure checking for GCC -Wall option... yes
276:info:configure checking for necessary GCC -Wno-multichar option... no
277:info:configure configure: creating ./config.status
278:info:configure config.status: creating Makefile
279:info:configure config.status: creating sdl2-config
280:info:configure config.status: creating SDL2.spec
281:info:configure config.status: creating sdl2.pc
282:info:configure config.status: creating include/SDL_config.h
283:info:configure config.status: executing libtool commands
284:debug:configure Privilege de-escalation not attempted as not running as root.
285:debug:build build phase started at Sat Nov  9 20:45:31 CST 2013
286:notice:build --->  Building libsdl2
287:debug:build Executing org.macports.build (libsdl2)
288:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.5'
289:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work/SDL2-2.0.1" && /usr/bin/make -w all'
290:debug:build Executing command line:  cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work/SDL2-2.0.1" && /usr/bin/make -w all
291:info:build make: Entering directory `/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work/SDL2-2.0.1'
292:info:build /bin/sh build-scripts/mkinstalldirs build
293:info:build mkdir -p -- build
294:info:build /bin/sh build-scripts/updaterev.sh
295:info:build /bin/sh ./libtool --mode=compile /usr/bin/gcc-4.2 -pipe -Os -arch i386 -I/opt/local/include -DUSING_GENERATED_CONFIG_H -Iinclude -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work/SDL2-2.0.1/include  -mmmx -m3dnow -msse -msse2 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign-loops=16 -force_cpusubtype_ALL -fpascal-strings -Wall -MMD -MT build/SDL.lo -c /opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work/SDL2-2.0.1/src/SDL.c -o build/SDL.lo
296:info:build libtool: compile:  /usr/bin/gcc-4.2 -pipe -Os -arch i386 -I/opt/local/include -DUSING_GENERATED_CONFIG_H -Iinclude -I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work/SDL2-2.0.1/include -mmmx -m3dnow -msse -msse2 -DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign-loops=16 -force_cpusubtype_ALL -fpascal-strings -Wall -MMD -MT build/SDL.lo -c /opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work/SDL2-2.0.1/src/SDL.c  -fno-common -DPIC -o build/.libs/SDL.o
297:info:build In file included from include/SDL_config.h:33,
298:info:build                  from /opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work/SDL2-2.0.1/src/SDL.c:21:
299:info:build include/SDL_platform.h:90:3: error: #error SDL for Mac OS X must be built with a 10.6 SDK or above.
300:info:build make: *** [build/SDL.lo] Error 1
301:info:build make: Leaving directory `/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work/SDL2-2.0.1'
302:info:build Command failed:  cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work/SDL2-2.0.1" && /usr/bin/make -w all
303:info:build Exit code: 2
304:error:build org.macports.build for port libsdl2 returned: command execution failed
305:debug:build Error code: CHILDSTATUS 20248 2
306:debug:build Backtrace: command execution failed
307    while executing
308"system -nice 0 $fullcmdstring"
309    ("eval" body line 1)
310    invoked from within
311"eval system $notty $nice \$fullcmdstring"
312    invoked from within
313"command_exec build"
314    (procedure "portbuild::build_main" line 8)
315    invoked from within
316"$procedure $targetname"
317:info:build Warning: targets not executed for libsdl2: org.macports.activate org.macports.build org.macports.destroot org.macports.install
318:notice:build Please see the log file for port libsdl2 for details:
319    /opt/local/var/macports/logs/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/main.log