Ticket #28803: main.log

File main.log, 22.2 KB (added by daitakahashi, 13 years ago)
Line 
1version:1
2:debug:main Executing org.macports.main (boehmgc)
3:msg:main --->  Fetching boehmgc
4:debug:fetch fetch phase started at Wed Mar 16 17:56:19 JST 2011
5:debug:fetch Executing org.macports.fetch (boehmgc)
6:info:fetch --->  gc-7.1.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/boehmgc
7:debug:fetch Pinging www.hpl.hp.com...
8:debug:fetch Pinging distfiles.macports.org...
9:debug:fetch Pinging aarnet.au.distfiles.macports.org...
10:debug:fetch Pinging cjj.kr.distfiles.macports.org...
11:debug:fetch Pinging lil.fr.distfiles.macports.org...
12:debug:fetch Pinging sea.us.distfiles.macports.org...
13:debug:fetch Pinging ykf.ca.distfiles.macports.org...
14:debug:fetch www.hpl.hp.com ping time is 299.111
15:debug:fetch distfiles.macports.org ping time is 197.771
16:debug:fetch aarnet.au.distfiles.macports.org ping time is 267.406
17:debug:fetch cjj.kr.distfiles.macports.org ping time is 10000
18:debug:fetch lil.fr.distfiles.macports.org ping time is 293.127
19:debug:fetch sea.us.distfiles.macports.org ping time is 10000
20:debug:fetch ykf.ca.distfiles.macports.org ping time is 248.219
21:msg:fetch --->  Attempting to fetch gc-7.1.tar.gz from http://distfiles.macports.org/boehmgc
22:msg:fetch --->  Verifying checksum(s) for boehmgc
23:debug:checksum checksum phase started at Wed Mar 16 17:56:33 JST 2011
24:debug:checksum Executing org.macports.checksum (boehmgc)
25:info:checksum --->  Checksumming gc-7.1.tar.gz
26:debug:checksum Correct (md5) checksum for gc-7.1.tar.gz
27:debug:checksum Correct (sha1) checksum for gc-7.1.tar.gz
28:msg:checksum --->  Extracting boehmgc
29:debug:extract extract phase started at Wed Mar 16 17:56:33 JST 2011
30:debug:extract Executing org.macports.extract (boehmgc)
31:info:extract --->  Extracting gc-7.1.tar.gz
32:debug:extract setting option extract.args to '/opt/local/var/macports/distfiles/boehmgc/gc-7.1.tar.gz'
33:debug:extract Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_db_sources_dports_devel_boehmgc/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.5'
34:debug:extract Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_db_sources_dports_devel_boehmgc/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/boehmgc/gc-7.1.tar.gz' | /usr/bin/gnutar --no-same-owner -xf -'
35:debug:patch patch phase started at Wed Mar 16 17:56:33 JST 2011
36:debug:patch Executing org.macports.patch (boehmgc)
37:msg:patch --->  Configuring boehmgc
38:debug:patch Using compiler 'Mac OS X gcc 4.0'
39:debug:configure configure phase started at Wed Mar 16 17:56:33 JST 2011
40:debug:configure Executing org.macports.configure (boehmgc)
41:debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-pipe -O2 -D_NONSTD_SOURCE -arch i386 -arch x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe -O2 -arch i386 -arch x86_64' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.5' CXX='/usr/bin/g++-4.0' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_db_sources_dports_devel_boehmgc/work/.CC_PRINT_OPTIONS' F90FLAGS='-pipe -O2' LDFLAGS='-L/opt/local/lib -arch i386 -arch x86_64' OBJC='/usr/bin/gcc-4.0' FCFLAGS='-pipe -O2' INSTALL='/usr/bin/install -c' OBJCFLAGS='-pipe -O2 -arch i386 -arch x86_64' FFLAGS='-pipe -O2' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.0'
42:debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_db_sources_dports_devel_boehmgc/work/gc-7.1" && ./configure --prefix=/opt/local --disable-dependency-tracking --with-threads=posix --enable-cplusplus'
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 target system type... i386-apple-darwin9.8.0
46:info:configure checking GC version numbers... major=7 minor=1
47:info:configure checking for a BSD-compatible install... /usr/bin/install -c
48:info:configure checking whether build environment is sane... yes
49:info:configure checking for gawk... no
50:info:configure checking for mawk... no
51:info:configure checking for nawk... no
52:info:configure checking for awk... awk
53:info:configure checking whether make sets $(MAKE)... yes
54:info:configure checking whether to enable maintainer-specific portions of Makefiles... no
55:info:configure checking for style of include used by make... GNU
56:info:configure checking for gcc... /usr/bin/gcc-4.0
57:info:configure checking for C compiler default output file name... a.out
58:info:configure checking whether the C compiler works... yes
59:info:configure checking whether we are cross compiling... no
60:info:configure checking for suffix of executables...
61:info:configure checking for suffix of object files... o
62:info:configure checking whether we are using the GNU C compiler... yes
63:info:configure checking whether /usr/bin/gcc-4.0 accepts -g... yes
64:info:configure checking for /usr/bin/gcc-4.0 option to accept ISO C89... unsupported
65:info:configure checking dependency style of /usr/bin/gcc-4.0... none
66:info:configure checking whether /usr/bin/gcc-4.0 and cc understand -c and -o together... yes
67:info:configure checking whether we are using the GNU C++ compiler... yes
68:info:configure checking whether /usr/bin/g++-4.0 accepts -g... yes
69:info:configure checking dependency style of /usr/bin/g++-4.0... none
70:info:configure checking for ar... ar
71:info:configure checking for ranlib... ranlib
72:info:configure checking for a BSD-compatible install... /usr/bin/install -c
73:info:configure checking for thread model used by GCC... posix
74:info:configure configure: WARNING: "Explict GC_INIT() calls may be required."
75:info:configure checking for x86_thread_state32_t.eax... no
76:info:configure checking for x86_thread_state32_t.__eax... no
77:info:configure checking for xlc... no
78:info:configure checking whether to build shared libraries... yes
79:info:configure checking which machine-dependent code should be used...
80:info:configure checking for a sed that does not truncate output... /opt/local/bin/gsed
81:info:configure checking for grep that handles long lines and -e... /usr/bin/grep
82:info:configure checking for egrep... /usr/bin/grep -E
83:info:configure checking for ld used by /usr/bin/gcc-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
84:info:configure checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
85:info:configure checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r
86:info:configure checking for BSD-compatible nm... /usr/bin/nm -p
87:info:configure checking whether ln -s works... yes
88:info:configure checking how to recognise dependent libraries... pass_all
89:info:configure checking how to run the C preprocessor... /usr/bin/gcc-4.0 -E
90:info:configure checking for ANSI C header files... no
91:info:configure checking for sys/types.h... no
92:info:configure checking for sys/stat.h... no
93:info:configure checking for stdlib.h... no
94:info:configure checking for string.h... no
95:info:configure checking for memory.h... no
96:info:configure checking for strings.h... no
97:info:configure checking for inttypes.h... no
98:info:configure checking for stdint.h... no
99:info:configure checking for unistd.h... no
100:info:configure checking dlfcn.h usability... no
101:info:configure checking dlfcn.h presence... yes
102:info:configure configure: WARNING: dlfcn.h: present but cannot be compiled
103:info:configure configure: WARNING: dlfcn.h:     check for missing prerequisite headers?
104:info:configure configure: WARNING: dlfcn.h: see the Autoconf documentation
105:info:configure configure: WARNING: dlfcn.h:     section "Present But Cannot Be Compiled"
106:info:configure configure: WARNING: dlfcn.h: proceeding with the preprocessor's result
107:info:configure configure: WARNING: dlfcn.h: in the future, the compiler will take precedence
108:info:configure configure: WARNING:     ## -------------------------------- ##
109:info:configure configure: WARNING:     ## Report this to Hans.Boehm@hp.com ##
110:info:configure configure: WARNING:     ## -------------------------------- ##
111:info:configure checking for dlfcn.h... yes
112:info:configure checking how to run the C++ preprocessor... /usr/bin/g++-4.0 -E
113:info:configure checking for g77... no
114:info:configure checking for xlf... no
115:info:configure checking for f77... no
116:info:configure checking for frt... no
117:info:configure checking for pgf77... no
118:info:configure checking for cf77... no
119:info:configure checking for fort77... no
120:info:configure checking for fl32... no
121:info:configure checking for af77... no
122:info:configure checking for xlf90... no
123:info:configure checking for f90... no
124:info:configure checking for pgf90... no
125:info:configure checking for pghpf... no
126:info:configure checking for epcf90... no
127:info:configure checking for gfortran... no
128:info:configure checking for g95... no
129:info:configure checking for xlf95... no
130:info:configure checking for f95... no
131:info:configure checking for fort... no
132:info:configure checking for ifort... no
133:info:configure checking for ifc... no
134:info:configure checking for efc... no
135:info:configure checking for pgf95... no
136:info:configure checking for lf95... no
137:info:configure checking for ftn... no
138:info:configure checking whether we are using the GNU Fortran 77 compiler... no
139:info:configure checking whether  accepts -g... no
140:info:configure checking the maximum length of command line arguments... 196608
141:info:configure checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object... ok
142:info:configure checking for objdir... .libs
143:info:configure checking for ar... (cached) ar
144:info:configure checking for ranlib... (cached) ranlib
145:info:configure checking for strip... strip
146:info:configure checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no
147:info:configure checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common
148:info:configure checking if /usr/bin/gcc-4.0 PIC flag -fno-common works... yes
149:info:configure checking if /usr/bin/gcc-4.0 static flag -static works... no
150:info:configure checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes
151:info:configure checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
152:info:configure checking dynamic linker characteristics... darwin9.8.0 dyld
153:info:configure checking how to hardcode library paths into programs... immediate
154:info:configure checking whether stripping libraries is possible... yes
155:info:configure checking if libtool supports shared libraries... yes
156:info:configure checking whether to build shared libraries... yes
157:info:configure checking whether to build static libraries... yes
158:info:configure configure: creating libtool
159:info:configure appending configuration tag "CXX" to libtool
160:info:configure checking for ld used by /usr/bin/g++-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
161:info:configure checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
162:info:configure checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
163:info:configure checking for /usr/bin/g++-4.0 option to produce PIC... -fno-common
164:info:configure checking if /usr/bin/g++-4.0 PIC flag -fno-common works... yes
165:info:configure checking if /usr/bin/g++-4.0 static flag -static works... no
166:info:configure checking if /usr/bin/g++-4.0 supports -c -o file.o... yes
167:info:configure checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
168:info:configure checking dynamic linker characteristics... darwin9.8.0 dyld
169:info:configure checking how to hardcode library paths into programs... immediate
170:info:configure appending configuration tag "F77" to libtool
171:info:configure checking sys/dg_sys_info.h usability... no
172:info:configure checking sys/dg_sys_info.h presence... no
173:info:configure checking for sys/dg_sys_info.h... no
174:info:configure checking whether Solaris gcc optimization fix is necessary... no
175:info:configure checking atomic_ops.h usability... no
176:info:configure checking atomic_ops.h presence... no
177:info:configure checking for atomic_ops.h... no
178:info:configure configure: Using internal version of libatomic_ops
179:info:configure configure: creating ./config.status
180:info:configure config.status: creating Makefile
181:info:configure config.status: creating bdw-gc.pc
182:info:configure config.status: executing depfiles commands
183:info:configure config.status: executing default commands
184:info:configure === configuring in libatomic_ops (/opt/local/var/macports/build/_opt_local_var_db_sources_dports_devel_boehmgc/work/gc-7.1/libatomic_ops)
185:info:configure configure: running /bin/sh ./configure '--prefix=/opt/local'  '--disable-dependency-tracking' '--with-threads=posix' '--enable-cplusplus' 'CC=/usr/bin/gcc-4.0' 'CFLAGS=-pipe -O2 -D_NONSTD_SOURCE -arch i386 -arch x86_64' 'LDFLAGS=-L/opt/local/lib -arch i386 -arch x86_64' 'CPPFLAGS=-I/opt/local/include' 'CXX=/usr/bin/g++-4.0' 'CXXFLAGS=-pipe -O2 -arch i386 -arch x86_64' 'FFLAGS=-pipe -O2' --cache-file=/dev/null --srcdir=.
186:info:configure checking build system type... i386-apple-darwin9.8.0
187:info:configure checking host system type... i386-apple-darwin9.8.0
188:info:configure checking target system type... i386-apple-darwin9.8.0
189:info:configure checking for a BSD-compatible install... /usr/bin/install -c
190:info:configure checking whether build environment is sane... yes
191:info:configure checking for gawk... no
192:info:configure checking for mawk... no
193:info:configure checking for nawk... no
194:info:configure checking for awk... awk
195:info:configure checking whether make sets $(MAKE)... yes
196:info:configure checking for ranlib... ranlib
197:info:configure checking for gcc... /usr/bin/gcc-4.0
198:info:configure checking for C compiler default output file name... a.out
199:info:configure checking whether the C compiler works... yes
200:info:configure checking whether we are cross compiling... no
201:info:configure checking for suffix of executables...
202:info:configure checking for suffix of object files... o
203:info:configure checking whether we are using the GNU C compiler... yes
204:info:configure checking whether /usr/bin/gcc-4.0 accepts -g... yes
205:info:configure checking for /usr/bin/gcc-4.0 option to accept ANSI C... none needed
206:info:configure checking for style of include used by make... GNU
207:info:configure checking dependency style of /usr/bin/gcc-4.0... none
208:info:configure checking how to run the C preprocessor... /usr/bin/gcc-4.0 -E
209:info:configure checking for egrep... grep -E
210:info:configure checking for ANSI C header files... no
211:info:configure checking for sys/types.h... no
212:info:configure checking for sys/stat.h... no
213:info:configure checking for stdlib.h... no
214:info:configure checking for string.h... no
215:info:configure checking for memory.h... no
216:info:configure checking for strings.h... no
217:info:configure checking for inttypes.h... no
218:info:configure checking for stdint.h... no
219:info:configure checking for unistd.h... no
220:info:configure checking for stdlib.h... (cached) no
221:info:configure checking for unistd.h... (cached) no
222:info:configure checking for getpagesize... no
223:info:configure checking for working mmap... no
224:info:configure checking for ANSI C header files... (cached) no
225:info:configure checking Determining PIC compiler flag... -fPIC
226:info:configure configure: creating ./config.status
227:info:configure config.status: creating Makefile
228:info:configure config.status: creating src/Makefile
229:info:configure config.status: creating src/atomic_ops/Makefile
230:info:configure config.status: creating src/atomic_ops/sysdeps/Makefile
231:info:configure config.status: creating doc/Makefile
232:info:configure config.status: creating tests/Makefile
233:info:configure config.status: creating src/config.h
234:info:configure config.status: executing depfiles commands
235:info:configure config.status: executing default commands
236:msg:configure --->  Building boehmgc
237:debug:build build phase started at Wed Mar 16 17:56:51 JST 2011
238:debug:build Executing org.macports.build (boehmgc)
239:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_db_sources_dports_devel_boehmgc/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.5'
240:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_db_sources_dports_devel_boehmgc/work/gc-7.1" && /usr/bin/make -j3 all'
241:info:build /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME=\"gc\" -DPACKAGE_VERSION=\"7.1\" -DPACKAGE_STRING=\"gc\ 7.1\" -DPACKAGE_BUGREPORT=\"Hans.Boehm@hp.com\" -DGC_VERSION_MAJOR=7 -DGC_VERSION_MINOR=1 -DPACKAGE=\"gc\" -DVERSION=\"7.1\" -DGC_DARWIN_THREADS=1 -DTHREAD_LOCAL_ALLOC=1 -DHAVE_DLFCN_H=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DGC_GCJ_SUPPORT=1 -DJAVA_FINALIZATION=1 -DATOMIC_UNCOLLECTABLE=1  -I./include  -I/opt/local/include -fexceptions -I libatomic_ops/src -pipe -O2 -D_NONSTD_SOURCE -arch i386 -arch x86_64 -c -o allchblk.lo allchblk.c
242:info:build /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME=\"gc\" -DPACKAGE_VERSION=\"7.1\" -DPACKAGE_STRING=\"gc\ 7.1\" -DPACKAGE_BUGREPORT=\"Hans.Boehm@hp.com\" -DGC_VERSION_MAJOR=7 -DGC_VERSION_MINOR=1 -DPACKAGE=\"gc\" -DVERSION=\"7.1\" -DGC_DARWIN_THREADS=1 -DTHREAD_LOCAL_ALLOC=1 -DHAVE_DLFCN_H=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DGC_GCJ_SUPPORT=1 -DJAVA_FINALIZATION=1 -DATOMIC_UNCOLLECTABLE=1  -I./include  -I/opt/local/include -fexceptions -I libatomic_ops/src -pipe -O2 -D_NONSTD_SOURCE -arch i386 -arch x86_64 -c -o alloc.lo alloc.c
243:info:build /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME=\"gc\" -DPACKAGE_VERSION=\"7.1\" -DPACKAGE_STRING=\"gc\ 7.1\" -DPACKAGE_BUGREPORT=\"Hans.Boehm@hp.com\" -DGC_VERSION_MAJOR=7 -DGC_VERSION_MINOR=1 -DPACKAGE=\"gc\" -DVERSION=\"7.1\" -DGC_DARWIN_THREADS=1 -DTHREAD_LOCAL_ALLOC=1 -DHAVE_DLFCN_H=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DGC_GCJ_SUPPORT=1 -DJAVA_FINALIZATION=1 -DATOMIC_UNCOLLECTABLE=1  -I./include  -I/opt/local/include -fexceptions -I libatomic_ops/src -pipe -O2 -D_NONSTD_SOURCE -arch i386 -arch x86_64 -c -o blacklst.lo blacklst.c
244:info:build mkdir .libs
245:info:build  /usr/bin/gcc-4.0 -DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME=\"gc\" -DPACKAGE_VERSION=\"7.1\" "-DPACKAGE_STRING=\"gc 7.1\"" -DPACKAGE_BUGREPORT=\"Hans.Boehm@hp.com\" -DGC_VERSION_MAJOR=7 -DGC_VERSION_MINOR=1 -DPACKAGE=\"gc\" -DVERSION=\"7.1\" -DGC_DARWIN_THREADS=1 -DTHREAD_LOCAL_ALLOC=1 -DHAVE_DLFCN_H=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DGC_GCJ_SUPPORT=1 -DJAVA_FINALIZATION=1 -DATOMIC_UNCOLLECTABLE=1 -I./include -I/opt/local/include -fexceptions -I libatomic_ops/src -pipe -O2 -D_NONSTD_SOURCE -arch i386 -arch x86_64 -c blacklst.c  -fno-common -DPIC -o .libs/blacklst.o
246:info:build  /usr/bin/gcc-4.0 -DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME=\"gc\" -DPACKAGE_VERSION=\"7.1\" "-DPACKAGE_STRING=\"gc 7.1\"" -DPACKAGE_BUGREPORT=\"Hans.Boehm@hp.com\" -DGC_VERSION_MAJOR=7 -DGC_VERSION_MINOR=1 -DPACKAGE=\"gc\" -DVERSION=\"7.1\" -DGC_DARWIN_THREADS=1 -DTHREAD_LOCAL_ALLOC=1 -DHAVE_DLFCN_H=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DGC_GCJ_SUPPORT=1 -DJAVA_FINALIZATION=1 -DATOMIC_UNCOLLECTABLE=1 -I./include -I/opt/local/include -fexceptions -I libatomic_ops/src -pipe -O2 -D_NONSTD_SOURCE -arch i386 -arch x86_64 -c alloc.c  -fno-common -DPIC -o .libs/alloc.o
247:info:build In file included from /usr/include/sys/_types.h:32,
248:info:build                  from /usr/include/_types.h:27,
249:info:build                  from /usr/include/stdlib.h:63,
250:info:build                  from ./include/private/gc_priv.h:22,
251:info:build                  from blacklst.c:15:
252:info:build /usr/include/sys/cdefs.h:275:8: error: #error "Can't define both _NONSTD_SOURCE and any of _DARWIN_C_SOURCE, _XOPEN_SOURCE, _POSIX_C_SOURCE, or __LP64__"
253:info:build In file included from /usr/include/sys/_types.h:32,
254:info:build                  from /usr/include/_types.h:27,
255:info:build                  from /usr/include/stdlib.h:63,
256:info:build                  from ./include/private/gc_priv.h:22,
257:info:build                  from alloc.c:19:
258:info:build /usr/include/sys/cdefs.h:275:8: error: #error "Can't define both _NONSTD_SOURCE and any of _DARWIN_C_SOURCE, _XOPEN_SOURCE, _POSIX_C_SOURCE, or __LP64__"
259:info:build  /usr/bin/gcc-4.0 -DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME=\"gc\" -DPACKAGE_VERSION=\"7.1\" "-DPACKAGE_STRING=\"gc 7.1\"" -DPACKAGE_BUGREPORT=\"Hans.Boehm@hp.com\" -DGC_VERSION_MAJOR=7 -DGC_VERSION_MINOR=1 -DPACKAGE=\"gc\" -DVERSION=\"7.1\" -DGC_DARWIN_THREADS=1 -DTHREAD_LOCAL_ALLOC=1 -DHAVE_DLFCN_H=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DGC_GCJ_SUPPORT=1 -DJAVA_FINALIZATION=1 -DATOMIC_UNCOLLECTABLE=1 -I./include -I/opt/local/include -fexceptions -I libatomic_ops/src -pipe -O2 -D_NONSTD_SOURCE -arch i386 -arch x86_64 -c allchblk.c  -fno-common -DPIC -o .libs/allchblk.o
260:info:build In file included from /usr/include/sys/_types.h:32,
261:info:build                  from /usr/include/_types.h:27,
262:info:build                  from /usr/include/stdio.h:64,
263:info:build                  from allchblk.c:18:
264:info:build /usr/include/sys/cdefs.h:275:8: error: #error "Can't define both _NONSTD_SOURCE and any of _DARWIN_C_SOURCE, _XOPEN_SOURCE, _POSIX_C_SOURCE, or __LP64__"
265:info:build lipo: can't open input file: /var/tmp//cckUu0Uz.out (No such file or directory)
266:info:build make[1]: *** [blacklst.lo] Error 1
267:info:build make[1]: *** Waiting for unfinished jobs....
268:info:build lipo: can't open input file: /var/tmp//cc9aXai9.out (No such file or directory)
269:info:build make[1]: *** [allchblk.lo] Error 1
270:info:build lipo: can't open input file: /var/tmp//cco9Suml.out (No such file or directory)
271:info:build make[1]: *** [alloc.lo] Error 1
272:info:build make: *** [all-recursive] Error 1
273:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_db_sources_dports_devel_boehmgc/work/gc-7.1" && /usr/bin/make -j3 all " returned error 2
274:error:build Target org.macports.build returned: shell command failed (see log for details)
275:debug:build Backtrace: shell command failed (see log for details)
276    while executing
277"command_exec build"
278    (procedure "portbuild::build_main" line 8)
279    invoked from within
280"$procedure $targetname"
281:info:build Warning: the following items did not execute (for boehmgc): org.macports.build
282:notice:build Log for boehmgc is at: /opt/local/var/macports/logs/_opt_local_var_db_sources_dports_devel_boehmgc/main.log