Ticket #23559: log4shib.txt

File log4shib.txt, 39.1 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)
Line 
1DEBUG: Changing to port directory: /Users/rschmidt/macports/dports/sysutils/log4shib
2DEBUG: OS Platform: darwin
3DEBUG: OS Version: 10.2.0
4DEBUG: Mac OS X Version: 10.6
5DEBUG: System Arch: i386
6DEBUG: setting option os.universal_supported to yes
7DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
8DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
9DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
10DEBUG: adding the default universal variant
11DEBUG: Reading variant descriptions from /Users/rschmidt/macports/dports/_resources/port1.0/variant_descriptions.conf
12DEBUG: Requested variant darwin is not provided by port log4shib.
13DEBUG: Requested variant i386 is not provided by port log4shib.
14DEBUG: Requested variant macosx is not provided by port log4shib.
15DEBUG: Changing to port directory: /Users/rschmidt/macports/dports/sysutils/log4shib
16DEBUG: OS Platform: darwin
17DEBUG: OS Version: 10.2.0
18DEBUG: Mac OS X Version: 10.6
19DEBUG: System Arch: i386
20DEBUG: setting option os.universal_supported to yes
21DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided
22DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided
23DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided
24DEBUG: adding the default universal variant
25DEBUG: Reading variant descriptions from /Users/rschmidt/macports/dports/_resources/port1.0/variant_descriptions.conf
26DEBUG: Requested variant darwin is not provided by port log4shib.
27DEBUG: Requested variant i386 is not provided by port log4shib.
28DEBUG: Requested variant macosx is not provided by port log4shib.
29DEBUG: Executing variant universal provides universal
30DEBUG: Attempting ln -sf /opt/local/var/macports/build/_Users_rschmidt_macports_dports_sysutils_log4shib/work /Users/rschmidt/macports/dports/sysutils/log4shib/work
31--->  Computing dependencies for log4shib
32DEBUG: Executing org.macports.main (log4shib)
33--->  Fetching log4shib
34DEBUG: Executing org.macports.fetch (log4shib)
35--->  Verifying checksum(s) for log4shib
36DEBUG: Executing org.macports.checksum (log4shib)
37--->  Checksumming log4shib-1.0.4.tar.gz
38DEBUG: Correct (md5) checksum for log4shib-1.0.4.tar.gz
39DEBUG: Correct (sha1) checksum for log4shib-1.0.4.tar.gz
40--->  Extracting log4shib
41DEBUG: Executing org.macports.extract (log4shib)
42--->  Extracting log4shib-1.0.4.tar.gz
43DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/log4shib/log4shib-1.0.4.tar.gz
44DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6'
45DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_sysutils_log4shib/work" && /usr/bin/gzip -dc /opt/local/var/macports/distfiles/log4shib/log4shib-1.0.4.tar.gz | /usr/bin/gnutar --no-same-owner -xf -'
46DEBUG: Executing org.macports.patch (log4shib)
47--->  Configuring log4shib
48DEBUG: Using compiler 'Mac OS X gcc 4.2'
49DEBUG: Executing org.macports.configure (log4shib)
50DEBUG: Environment: CFLAGS='-O2 -arch x86_64 -arch i386' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch x86_64 -arch i386' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/usr/bin/g++-4.2' F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib -arch x86_64 -arch i386' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-O2' INSTALL='/usr/bin/install -c' OBJCFLAGS='-O2 -arch x86_64 -arch i386' FFLAGS='-O2' CC='/usr/bin/gcc-4.2'
51DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_sysutils_log4shib/work/log4shib-1.0.4" && ./configure --prefix=/opt/local --disable-dependency-tracking --disable-doxygen --disable-dot --disable-html-docs --disable-latex-docs --disable-static'
52checking for a BSD-compatible install... /usr/bin/install -c
53checking whether build environment is sane... yes
54checking for gawk... gawk
55checking whether make sets $(MAKE)... yes
56checking build system type... i686-apple-darwin10.2.0
57checking host system type... i686-apple-darwin10.2.0
58checking for style of include used by make... GNU
59checking for gcc... /usr/bin/gcc-4.2
60checking for C compiler default output file name... a.out
61checking whether the C compiler works... yes
62checking whether we are cross compiling... no
63checking for suffix of executables...
64checking for suffix of object files... o
65checking whether we are using the GNU C compiler... yes
66checking whether /usr/bin/gcc-4.2 accepts -g... yes
67checking for /usr/bin/gcc-4.2 option to accept ANSI C... none needed
68checking dependency style of /usr/bin/gcc-4.2... none
69checking for a sed that does not truncate output... /opt/local/bin/gsed
70checking for egrep... grep -E
71checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
72checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
73checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
74checking for BSD-compatible nm... /usr/bin/nm
75checking whether ln -s works... yes
76checking how to recognise dependent libraries... pass_all
77checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
78checking for ANSI C header files... yes
79checking for sys/types.h... yes
80checking for sys/stat.h... yes
81checking for stdlib.h... yes
82checking for string.h... yes
83checking for memory.h... yes
84checking for strings.h... yes
85checking for inttypes.h... yes
86checking for stdint.h... yes
87checking for unistd.h... yes
88checking dlfcn.h usability... yes
89checking dlfcn.h presence... yes
90checking for dlfcn.h... yes
91checking whether we are using the GNU C++ compiler... yes
92checking whether /usr/bin/g++-4.2 accepts -g... yes
93checking dependency style of /usr/bin/g++-4.2... none
94checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E
95checking for g77... no
96checking for f77... no
97checking for xlf... no
98checking for frt... no
99checking for pgf77... no
100checking for fort77... no
101checking for fl32... no
102checking for af77... no
103checking for f90... no
104checking for xlf90... no
105checking for pgf90... no
106checking for epcf90... no
107checking for f95... no
108checking for fort... no
109checking for xlf95... no
110checking for ifc... no
111checking for efc... no
112checking for pgf95... no
113checking for lf95... no
114checking for gfortran... no
115checking whether we are using the GNU Fortran 77 compiler... no
116checking whether  accepts -g... no
117checking the maximum length of command line arguments... 65536
118checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... ok
119checking for objdir... .libs
120checking for ar... ar
121checking for ranlib... ranlib
122checking for strip... strip
123checking if /usr/bin/gcc-4.2 static flag  works... yes
124checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... no
125checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common
126checking if /usr/bin/gcc-4.2 PIC flag -fno-common works... yes
127checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes
128checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
129checking dynamic linker characteristics... darwin10.2.0 dyld
130checking how to hardcode library paths into programs... immediate
131checking whether stripping libraries is possible... yes
132checking if libtool supports shared libraries... yes
133checking whether to build shared libraries... yes
134checking whether to build static libraries... no
135configure: creating libtool
136appending configuration tag "CXX" to libtool
137checking for ld used by /usr/bin/g++-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
138checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
139checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
140checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common
141checking if /usr/bin/g++-4.2 PIC flag -fno-common works... yes
142checking if /usr/bin/g++-4.2 supports -c -o file.o... yes
143checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
144checking dynamic linker characteristics... darwin10.2.0 dyld
145checking how to hardcode library paths into programs... immediate
146checking whether stripping libraries is possible... yes
147appending configuration tag "F77" to libtool
148checking for a BSD-compatible install... /usr/bin/install -c
149checking whether make sets $(MAKE)... (cached) yes
150checking whether we are using the GNU C++ compiler... (cached) yes
151checking whether /usr/bin/g++-4.2 accepts -g... (cached) yes
152checking dependency style of /usr/bin/g++-4.2... (cached) none
153checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E
154checking for unistd.h... (cached) yes
155checking io.h usability... no
156checking io.h presence... no
157checking for io.h... no
158checking for int64_t... yes
159checking for working snprintf... yes
160checking for syslog... yes
161checking for gettimeofday... yes
162checking for ftime... yes
163checking for localtime_r... yes
164checking for gmtime_r... yes
165checking for socket in -lsocket... no
166checking for gethostbyname in -lnsl... no
167checking for the pthreads library -lpthreads... no
168checking whether pthreads work without any flags... yes
169checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
170checking if more special flags are required for pthreads... no
171checking whether the compiler implements namespaces... yes
172checking whether the compiler has stringstream... yes
173configure: creating log4shib-config.in
174configure: creating log4shib.pc.in
175configure: creating ./config.status
176config.status: creating Makefile
177config.status: creating log4shib.spec
178config.status: creating log4shib.pc
179config.status: creating log4shib-config
180config.status: creating Portfile
181config.status: creating config/Makefile
182config.status: creating doc/Makefile
183config.status: creating doc/Doxyfile
184config.status: creating doc/html/Makefile
185config.status: creating src/Makefile
186config.status: creating include/Makefile
187config.status: creating include/log4shib/Makefile
188config.status: creating include/log4shib/threading/Makefile
189config.status: creating tests/Makefile
190config.status: creating debian/Makefile
191config.status: creating msvc6/Makefile
192config.status: creating msvc6/log4shib/Makefile
193config.status: creating msvc6/log4shibDLL/Makefile
194config.status: creating msvc6/testCategory/Makefile
195config.status: creating msvc6/testDLL/Makefile
196config.status: creating msvc6/testMain/Makefile
197config.status: creating msvc6/testNDC/Makefile
198config.status: creating msvc6/testNTEventLog/Makefile
199config.status: creating msvc6/testPattern/Makefile
200config.status: creating msvc8/Makefile
201config.status: creating msvc8/log4shib/Makefile
202config.status: creating msvc8/log4shibDLL/Makefile
203config.status: creating msvc8/testCategory/Makefile
204config.status: creating msvc8/testDLL/Makefile
205config.status: creating msvc8/testMain/Makefile
206config.status: creating msvc8/testNDC/Makefile
207config.status: creating msvc8/testNTEventLog/Makefile
208config.status: creating msvc8/testPattern/Makefile
209config.status: creating msvc9/Makefile
210config.status: creating msvc9/log4shib/Makefile
211config.status: creating msvc9/log4shibDLL/Makefile
212config.status: creating msvc9/testCategory/Makefile
213config.status: creating msvc9/testDLL/Makefile
214config.status: creating msvc9/testMain/Makefile
215config.status: creating msvc9/testNDC/Makefile
216config.status: creating msvc9/testNTEventLog/Makefile
217config.status: creating msvc9/testPattern/Makefile
218config.status: creating bcb5/Makefile
219config.status: creating bcb5/log4shib/Makefile
220config.status: creating bcb5/testCategory/Makefile
221config.status: creating bcb5/testConfig/Makefile
222config.status: creating bcb5/testFixedContextCategory/Makefile
223config.status: creating bcb5/testmain/Makefile
224config.status: creating bcb5/testNDC/Makefile
225config.status: creating bcb5/testPattern/Makefile
226config.status: creating openvms/Makefile
227config.status: creating include/config.h
228config.status: executing depfiles commands
229creating include/log4shib/config.h - prefix LOG4SHIB for include/config.h defines
230/* automatically generated bcb5/ config/ debian/ doc/ include/ m4/ msvc6/ msvc8/ msvc9/ openvms/ src
231--->  Building log4shib
232DEBUG: Executing org.macports.build (log4shib)
233DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6'
234DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_sysutils_log4shib/work/log4shib-1.0.4" && /usr/bin/nice -n 10 /usr/bin/make -j1 all'
235Making all in debian
236make[1]: Nothing to be done for `all'.
237Making all in msvc6
238Making all in log4shib
239make[2]: Nothing to be done for `all'.
240Making all in log4shibDLL
241make[2]: Nothing to be done for `all'.
242Making all in testCategory
243make[2]: Nothing to be done for `all'.
244Making all in testDLL
245make[2]: Nothing to be done for `all'.
246Making all in testMain
247make[2]: Nothing to be done for `all'.
248Making all in testNDC
249make[2]: Nothing to be done for `all'.
250Making all in testNTEventLog
251make[2]: Nothing to be done for `all'.
252Making all in testPattern
253make[2]: Nothing to be done for `all'.
254make[2]: Nothing to be done for `all-am'.
255Making all in msvc8
256Making all in log4shib
257make[2]: Nothing to be done for `all'.
258Making all in log4shibDLL
259make[2]: Nothing to be done for `all'.
260Making all in testCategory
261make[2]: Nothing to be done for `all'.
262Making all in testDLL
263make[2]: Nothing to be done for `all'.
264Making all in testMain
265make[2]: Nothing to be done for `all'.
266Making all in testNDC
267make[2]: Nothing to be done for `all'.
268Making all in testNTEventLog
269make[2]: Nothing to be done for `all'.
270Making all in testPattern
271make[2]: Nothing to be done for `all'.
272make[2]: Nothing to be done for `all-am'.
273Making all in msvc9
274Making all in log4shib
275make[2]: Nothing to be done for `all'.
276Making all in log4shibDLL
277make[2]: Nothing to be done for `all'.
278Making all in testCategory
279make[2]: Nothing to be done for `all'.
280Making all in testDLL
281make[2]: Nothing to be done for `all'.
282Making all in testMain
283make[2]: Nothing to be done for `all'.
284Making all in testNDC
285make[2]: Nothing to be done for `all'.
286Making all in testNTEventLog
287make[2]: Nothing to be done for `all'.
288Making all in testPattern
289make[2]: Nothing to be done for `all'.
290make[2]: Nothing to be done for `all-am'.
291Making all in bcb5
292Making all in log4shib
293make[2]: Nothing to be done for `all'.
294Making all in testCategory
295make[2]: Nothing to be done for `all'.
296Making all in testFixedContextCategory
297make[2]: Nothing to be done for `all'.
298Making all in testmain
299make[2]: Nothing to be done for `all'.
300Making all in testNDC
301make[2]: Nothing to be done for `all'.
302Making all in testPattern
303make[2]: Nothing to be done for `all'.
304Making all in testConfig
305make[2]: Nothing to be done for `all'.
306make[2]: Nothing to be done for `all-am'.
307Making all in config
308make[1]: Nothing to be done for `all'.
309Making all in src
310/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o Appender.lo Appender.cpp
311mkdir .libs
312 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c Appender.cpp  -fno-common -DPIC -o .libs/Appender.o
313/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o AppenderSkeleton.lo AppenderSkeleton.cpp
314 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c AppenderSkeleton.cpp  -fno-common -DPIC -o .libs/AppenderSkeleton.o
315/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o LayoutAppender.lo LayoutAppender.cpp
316 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c LayoutAppender.cpp  -fno-common -DPIC -o .libs/LayoutAppender.o
317/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o FileAppender.lo FileAppender.cpp
318 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c FileAppender.cpp  -fno-common -DPIC -o .libs/FileAppender.o
319/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o RollingFileAppender.lo RollingFileAppender.cpp
320 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c RollingFileAppender.cpp  -fno-common -DPIC -o .libs/RollingFileAppender.o
321/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o FixedContextCategory.lo FixedContextCategory.cpp
322 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c FixedContextCategory.cpp  -fno-common -DPIC -o .libs/FixedContextCategory.o
323/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o IdsaAppender.lo IdsaAppender.cpp
324 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c IdsaAppender.cpp  -fno-common -DPIC -o .libs/IdsaAppender.o
325/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o OstreamAppender.lo OstreamAppender.cpp
326 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c OstreamAppender.cpp  -fno-common -DPIC -o .libs/OstreamAppender.o
327/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o StringQueueAppender.lo StringQueueAppender.cpp
328 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c StringQueueAppender.cpp  -fno-common -DPIC -o .libs/StringQueueAppender.o
329/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o SyslogAppender.lo SyslogAppender.cpp
330 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c SyslogAppender.cpp  -fno-common -DPIC -o .libs/SyslogAppender.o
331/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o RemoteSyslogAppender.lo RemoteSyslogAppender.cpp
332 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c RemoteSyslogAppender.cpp  -fno-common -DPIC -o .libs/RemoteSyslogAppender.o
333/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o SimpleLayout.lo SimpleLayout.cpp
334 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c SimpleLayout.cpp  -fno-common -DPIC -o .libs/SimpleLayout.o
335/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o BasicLayout.lo BasicLayout.cpp
336 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c BasicLayout.cpp  -fno-common -DPIC -o .libs/BasicLayout.o
337/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o PatternLayout.lo PatternLayout.cpp
338 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c PatternLayout.cpp  -fno-common -DPIC -o .libs/PatternLayout.o
339/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o Category.lo Category.cpp
340 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c Category.cpp  -fno-common -DPIC -o .libs/Category.o
341/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o CategoryStream.lo CategoryStream.cpp
342 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c CategoryStream.cpp  -fno-common -DPIC -o .libs/CategoryStream.o
343/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o HierarchyMaintainer.lo HierarchyMaintainer.cpp
344 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c HierarchyMaintainer.cpp  -fno-common -DPIC -o .libs/HierarchyMaintainer.o
345/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o Configurator.lo Configurator.cpp
346 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c Configurator.cpp  -fno-common -DPIC -o .libs/Configurator.o
347/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o BasicConfigurator.lo BasicConfigurator.cpp
348 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c BasicConfigurator.cpp  -fno-common -DPIC -o .libs/BasicConfigurator.o
349/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o SimpleConfigurator.lo SimpleConfigurator.cpp
350 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c SimpleConfigurator.cpp  -fno-common -DPIC -o .libs/SimpleConfigurator.o
351/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o PropertyConfigurator.lo PropertyConfigurator.cpp
352 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c PropertyConfigurator.cpp  -fno-common -DPIC -o .libs/PropertyConfigurator.o
353/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o PropertyConfiguratorImpl.lo PropertyConfiguratorImpl.cpp
354 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c PropertyConfiguratorImpl.cpp  -fno-common -DPIC -o .libs/PropertyConfiguratorImpl.o
355/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o LoggingEvent.lo LoggingEvent.cpp
356 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c LoggingEvent.cpp  -fno-common -DPIC -o .libs/LoggingEvent.o
357/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o Priority.lo Priority.cpp
358 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c Priority.cpp  -fno-common -DPIC -o .libs/Priority.o
359/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o NDC.lo NDC.cpp
360 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c NDC.cpp  -fno-common -DPIC -o .libs/NDC.o
361/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o Filter.lo Filter.cpp
362 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c Filter.cpp  -fno-common -DPIC -o .libs/Filter.o
363/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o TimeStamp.lo TimeStamp.cpp
364 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c TimeStamp.cpp  -fno-common -DPIC -o .libs/TimeStamp.o
365/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o StringUtil.lo StringUtil.cpp
366 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c StringUtil.cpp  -fno-common -DPIC -o .libs/StringUtil.o
367/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o Properties.lo Properties.cpp
368 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c Properties.cpp  -fno-common -DPIC -o .libs/Properties.o
369/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o Win32DebugAppender.lo Win32DebugAppender.cpp
370 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c Win32DebugAppender.cpp  -fno-common -DPIC -o .libs/Win32DebugAppender.o
371/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o NTEventLogAppender.lo NTEventLogAppender.cpp
372 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c NTEventLogAppender.cpp  -fno-common -DPIC -o .libs/NTEventLogAppender.o
373/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o DllMain.lo DllMain.cpp
374 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c DllMain.cpp  -fno-common -DPIC -o .libs/DllMain.o
375/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o DummyThreads.lo DummyThreads.cpp
376 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c DummyThreads.cpp  -fno-common -DPIC -o .libs/DummyThreads.o
377/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o MSThreads.lo MSThreads.cpp
378 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c MSThreads.cpp  -fno-common -DPIC -o .libs/MSThreads.o
379/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o OmniThreads.lo OmniThreads.cpp
380 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c OmniThreads.cpp  -fno-common -DPIC -o .libs/OmniThreads.o
381/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o PThreads.lo PThreads.cpp
382 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c PThreads.cpp  -fno-common -DPIC -o .libs/PThreads.o
383PThreads.cpp: In function 'std::string log4shib::threading::getThreadId()':
384PThreads.cpp:10: warning: format '%ld' expects type 'long int', but argument 3 has type '_opaque_pthread_t*'
385PThreads.cpp: In function 'std::string log4shib::threading::getThreadId()':
386PThreads.cpp:10: warning: format '%ld' expects type 'long int', but argument 3 has type '_opaque_pthread_t*'
387/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o PortabilityImpl.lo PortabilityImpl.cpp
388 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c PortabilityImpl.cpp  -fno-common -DPIC -o .libs/PortabilityImpl.o
389/bin/sh ../libtool --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o AbortAppender.lo AbortAppender.cpp
390 /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c AbortAppender.cpp  -fno-common -DPIC -o .libs/AbortAppender.o
391/bin/sh ../libtool --mode=link /usr/bin/g++-4.2  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic  -L/opt/local/lib -arch x86_64 -arch i386 -o liblog4shib.la -rpath /opt/local/lib -version-info 1:4:0 Appender.lo AppenderSkeleton.lo LayoutAppender.lo FileAppender.lo RollingFileAppender.lo FixedContextCategory.lo IdsaAppender.lo OstreamAppender.lo StringQueueAppender.lo SyslogAppender.lo RemoteSyslogAppender.lo SimpleLayout.lo BasicLayout.lo PatternLayout.lo Category.lo CategoryStream.lo HierarchyMaintainer.lo Configurator.lo BasicConfigurator.lo SimpleConfigurator.lo PropertyConfigurator.lo PropertyConfiguratorImpl.lo LoggingEvent.lo Priority.lo NDC.lo Filter.lo TimeStamp.lo StringUtil.lo Properties.lo Win32DebugAppender.lo NTEventLogAppender.lo DllMain.lo DummyThreads.lo MSThreads.lo OmniThreads.lo PThreads.lo PortabilityImpl.lo AbortAppender.lo 
392/usr/bin/g++-4.2 -dynamiclib -single_module -undefined dynamic_lookup -o .libs/liblog4shib.1.0.4.dylib  .libs/Appender.o .libs/AppenderSkeleton.o .libs/LayoutAppender.o .libs/FileAppender.o .libs/RollingFileAppender.o .libs/FixedContextCategory.o .libs/IdsaAppender.o .libs/OstreamAppender.o .libs/StringQueueAppender.o .libs/SyslogAppender.o .libs/RemoteSyslogAppender.o .libs/SimpleLayout.o .libs/BasicLayout.o .libs/PatternLayout.o .libs/Category.o .libs/CategoryStream.o .libs/HierarchyMaintainer.o .libs/Configurator.o .libs/BasicConfigurator.o .libs/SimpleConfigurator.o .libs/PropertyConfigurator.o .libs/PropertyConfiguratorImpl.o .libs/LoggingEvent.o .libs/Priority.o .libs/NDC.o .libs/Filter.o .libs/TimeStamp.o .libs/StringUtil.o .libs/Properties.o .libs/Win32DebugAppender.o .libs/NTEventLogAppender.o .libs/DllMain.o .libs/DummyThreads.o .libs/MSThreads.o .libs/OmniThreads.o .libs/PThreads.o .libs/PortabilityImpl.o .libs/AbortAppender.o  -L/opt/local/lib  -install_name  /opt/local/lib/liblog4shib.1.dylib -compatibility_version 2 -current_version 2.4
393(cd .libs && rm -f liblog4shib.1.dylib && ln -s liblog4shib.1.0.4.dylib liblog4shib.1.dylib)
394(cd .libs && rm -f liblog4shib.dylib && ln -s liblog4shib.1.0.4.dylib liblog4shib.dylib)
395creating liblog4shib.la
396(cd .libs && rm -f liblog4shib.la && ln -s ../liblog4shib.la liblog4shib.la)
397Making all in include
398/usr/bin/make  all-recursive
399Making all in log4shib
400Making all in threading
401make[4]: Nothing to be done for `all'.
402make[4]: Nothing to be done for `all-am'.
403make[3]: Nothing to be done for `all-am'.
404Making all in tests
405/usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../src  -I/opt/local/include  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -c -o testmain.o testmain.cpp
406/bin/sh ../libtool --mode=link /usr/bin/g++-4.2  -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic  -L/opt/local/lib -arch x86_64 -arch i386 -o testmain  testmain.o ../src/liblog4shib.la
407mkdir .libs
408/usr/bin/g++-4.2 -Wall -O2 -arch x86_64 -arch i386 -O2 -DNDEBUG -Wall -Wno-unused -pedantic -arch x86_64 -arch i386 -o .libs/testmain testmain.o -Wl,-bind_at_load  -L/opt/local/lib ../src/.libs/liblog4shib.dylib
409ld: warning: in ../src/.libs/liblog4shib.dylib, file is not of required architecture
410Undefined symbols for architecture i386:
411  "log4shib::Category::getRoot()", referenced from:
412      _main in testmain.o
413  "log4shib::eol(log4shib::CategoryStream&)", referenced from:
414      __ZN8log4shib3eolERNS_14CategoryStreamE$non_lazy_ptr in testmain.o
415  "log4shib::OstreamAppender::OstreamAppender(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_ostream<char, std::char_traits<char> >*)", referenced from:
416      _main in testmain.o
417  "log4shib::Category::info(char const*, ...)", referenced from:
418      _main in testmain.o
419      _main in testmain.o
420  "log4shib::CategoryStream::~CategoryStream()", referenced from:
421      _main in testmain.o
422      _main in testmain.o
423      _main in testmain.o
424      _main in testmain.o
425  "log4shib::SyslogAppender::SyslogAppender(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)", referenced from:
426      _main in testmain.o
427  "log4shib::BasicLayout::BasicLayout()", referenced from:
428      _main in testmain.o
429      _main in testmain.o
430  "log4shib::Category::getInstance(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)", referenced from:
431      _main in testmain.o
432      _main in testmain.o
433  "log4shib::Appender::reopenAll()", referenced from:
434      _main in testmain.o
435  "log4shib::Category::error(char const*, ...)", referenced from:
436      _main in testmain.o
437      _main in testmain.o
438      _main in testmain.o
439      _main in testmain.o
440      _main in testmain.o
441      _main in testmain.o
442  "log4shib::FileAppender::FileAppender(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, unsigned short)", referenced from:
443      _main in testmain.o
444  "log4shib::Category::warn(char const*, ...)", referenced from:
445      _main in testmain.o
446      _main in testmain.o
447      _main in testmain.o
448      _main in testmain.o
449      _main in testmain.o
450      _main in testmain.o
451      _main in testmain.o
452  "log4shib::NDC::pop()", referenced from:
453      _main in testmain.o
454  "log4shib::CategoryStream::operator<<(log4shib::CategoryStream& (*)(log4shib::CategoryStream&))", referenced from:
455      _main in testmain.o
456  "log4shib::NDC::push(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)", referenced from:
457      _main in testmain.o
458      _main in testmain.o
459ld: symbol(s) not found for architecture i386
460collect2: ld returned 1 exit status
461lipo: can't open input file: /var/tmp//ccjX8vS0.out (No such file or directory)
462make[1]: *** [testmain] Error 1
463make: *** [all-recursive] Error 1
464Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_sysutils_log4shib/work/log4shib-1.0.4" && /usr/bin/nice -n 10 /usr/bin/make -j1 all " returned error 2
465DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_sysutils_log4shib/work/log4shib-1.0.4" && /usr/bin/nice -n 10 /usr/bin/make -j1 all " returned error 2
466    while executing
467"command_exec build"
468    (procedure "portbuild::build_main" line 9)
469    invoked from within
470"$procedure $targetname"
471Warning: the following items did not execute (for log4shib): org.macports.activate org.macports.build org.macports.destroot org.macports.install
472Error: Status 1 encountered during processing.
473To report a bug, see <http://guide.macports.org/#project.tickets>