Ticket #26201: main.log

File main.log, 33.6 KB (added by inzeuswetrust@…, 14 years ago)
Line 
1version:1
2:debug:clean Attempting ln -sf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_libgweather/work /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/libgweather/work
3:debug:main Executing org.macports.main (libgweather)
4:msg:main --->  Fetching libgweather
5:debug:fetch fetch phase started at Sun Aug 22 09:01:30 PDT 2010
6:debug:fetch Executing org.macports.fetch (libgweather)
7:msg:fetch --->  Verifying checksum(s) for libgweather
8:debug:checksum checksum phase started at Sun Aug 22 09:01:30 PDT 2010
9:debug:checksum Executing org.macports.checksum (libgweather)
10:info:checksum --->  Checksumming libgweather-2.30.2.tar.bz2
11:debug:checksum Correct (md5) checksum for libgweather-2.30.2.tar.bz2
12:debug:checksum Correct (sha1) checksum for libgweather-2.30.2.tar.bz2
13:debug:checksum Correct (rmd160) checksum for libgweather-2.30.2.tar.bz2
14:debug:checksum setting option extract.cmd to /usr/bin/bzip2
15:msg:checksum --->  Extracting libgweather
16:debug:extract extract phase started at Sun Aug 22 09:01:30 PDT 2010
17:debug:extract Executing org.macports.extract (libgweather)
18:info:extract --->  Extracting libgweather-2.30.2.tar.bz2
19:debug:extract setting option extract.args to '/opt/local/var/macports/distfiles/libgweather/libgweather-2.30.2.tar.bz2'
20:debug:extract Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_libgweather/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
21:debug:extract Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_libgweather/work" && /usr/bin/bzip2 -dc '/opt/local/var/macports/distfiles/libgweather/libgweather-2.30.2.tar.bz2' | /usr/bin/gnutar --no-same-owner -xf -'
22:debug:patch patch phase started at Sun Aug 22 09:01:34 PDT 2010
23:debug:patch Executing org.macports.patch (libgweather)
24:msg:patch --->  Applying patches to libgweather
25:info:patch --->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/libgweather/files/patch-python-prefix.diff
26:debug:patch Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_libgweather/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
27:debug:patch Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_libgweather/work/libgweather-2.30.2" && /usr/bin/patch -p0'
28:info:patch patching file configure
29:msg:patch --->  Configuring libgweather
30:debug:patch Using compiler 'Mac OS X gcc 4.2'
31:debug:configure configure phase started at Sun Aug 22 09:01:34 PDT 2010
32:debug:configure Executing org.macports.configure (libgweather)
33:debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-pipe -O2 -arch x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe -O2 -arch x86_64' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' PKG_CONFIG_PATH='/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/pkgconfig' CXX='/usr/bin/g++-4.2' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_libgweather/work/.CC_PRINT_OPTIONS' F90FLAGS='-pipe -O2 -m64' LDFLAGS='-L/opt/local/lib -arch x86_64' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-pipe -O2 -m64' INSTALL='/usr/bin/install -c' PYTHON='/opt/local/bin/python2.6' OBJCFLAGS='-pipe -O2 -arch x86_64' FFLAGS='-pipe -O2 -m64' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2'
34:debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_libgweather/work/libgweather-2.30.2" && ./configure --prefix=/opt/local --disable-schemas-install --disable-glibtest --enable-python'
35:info:configure checking for a BSD-compatible install... /usr/bin/install -c
36:info:configure checking whether build environment is sane... yes
37:info:configure checking for a thread-safe mkdir -p... ./install-sh -c -d
38:info:configure checking for gawk... no
39:info:configure checking for mawk... no
40:info:configure checking for nawk... no
41:info:configure checking for awk... awk
42:info:configure checking whether make sets $(MAKE)... yes
43:info:configure checking build system type... x86_64-apple-darwin10.4.0
44:info:configure checking host system type... x86_64-apple-darwin10.4.0
45:info:configure checking for Win32... no
46:info:configure checking whether to enable maintainer-specific portions of Makefiles... no
47:info:configure checking whether NLS is requested... yes
48:info:configure checking for style of include used by make... GNU
49:info:configure checking for gcc... /usr/bin/gcc-4.2
50:info:configure checking whether the C compiler works... yes
51:info:configure checking for C compiler default output file name... a.out
52:info:configure checking for suffix of executables...
53:info:configure checking whether we are cross compiling... no
54:info:configure checking for suffix of object files... o
55:info:configure checking whether we are using the GNU C compiler... yes
56:info:configure checking whether /usr/bin/gcc-4.2 accepts -g... yes
57:info:configure checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed
58:info:configure checking dependency style of /usr/bin/gcc-4.2... gcc3
59:info:configure checking for intltool >= 0.40.3... 0.40.6 found
60:info:configure checking for intltool-update... /opt/local/bin/intltool-update
61:info:configure checking for intltool-merge... /opt/local/bin/intltool-merge
62:info:configure checking for intltool-extract... /opt/local/bin/intltool-extract
63:info:configure checking for xgettext... /opt/local/bin/xgettext
64:info:configure checking for msgmerge... /opt/local/bin/msgmerge
65:info:configure checking for msgfmt... /opt/local/bin/msgfmt
66:info:configure checking for gmsgfmt... /opt/local/bin/msgfmt
67:info:configure checking for perl... /opt/local/bin/perl
68:info:configure checking for perl >= 5.8.1... 5.8.9
69:info:configure checking for XML::Parser... ok
70:info:configure checking for pkg-config... /opt/local/bin/pkg-config
71:info:configure checking pkg-config is at least version 0.19... yes
72:info:configure checking for gcc... (cached) /usr/bin/gcc-4.2
73:info:configure checking whether we are using the GNU C compiler... (cached) yes
74:info:configure checking whether /usr/bin/gcc-4.2 accepts -g... (cached) yes
75:info:configure checking for /usr/bin/gcc-4.2 option to accept ISO C89... (cached) none needed
76:info:configure checking dependency style of /usr/bin/gcc-4.2... (cached) gcc3
77:info:configure checking whether /usr/bin/gcc-4.2 and cc understand -c and -o together... yes
78:info:configure checking for library containing strerror... none required
79:info:configure checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E
80:info:configure checking for grep that handles long lines and -e... /usr/bin/grep
81:info:configure checking for egrep... /usr/bin/grep -E
82:info:configure checking for ANSI C header files... yes
83:info:configure checking for a sed that does not truncate output... /usr/bin/sed
84:info:configure checking for fgrep... /usr/bin/grep -F
85:info:configure checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
86:info:configure checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
87:info:configure checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
88:info:configure checking the name lister (/usr/bin/nm) interface... BSD nm
89:info:configure checking whether ln -s works... yes
90:info:configure checking the maximum length of command line arguments... 196608
91:info:configure checking whether the shell understands some XSI constructs... yes
92:info:configure checking whether the shell understands "+="... yes
93:info:configure checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
94:info:configure checking for objdump... no
95:info:configure checking how to recognize dependent libraries... pass_all
96:info:configure checking for ar... ar
97:info:configure checking for strip... strip
98:info:configure checking for ranlib... ranlib
99:info:configure checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... ok
100:info:configure checking for dsymutil... dsymutil
101:info:configure checking for nmedit... nmedit
102:info:configure checking for lipo... lipo
103:info:configure checking for otool... otool
104:info:configure checking for otool64... no
105:info:configure checking for -single_module linker flag... yes
106:info:configure checking for -exported_symbols_list linker flag... yes
107:info:configure checking for sys/types.h... yes
108:info:configure checking for sys/stat.h... yes
109:info:configure checking for stdlib.h... yes
110:info:configure checking for string.h... yes
111:info:configure checking for memory.h... yes
112:info:configure checking for strings.h... yes
113:info:configure checking for inttypes.h... yes
114:info:configure checking for stdint.h... yes
115:info:configure checking for unistd.h... yes
116:info:configure checking for dlfcn.h... yes
117:info:configure checking for objdir... .libs
118:info:configure checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... no
119:info:configure checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC
120:info:configure checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes
121:info:configure checking if /usr/bin/gcc-4.2 static flag -static works... no
122:info:configure checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes
123:info:configure checking if /usr/bin/gcc-4.2 supports -c -o file.o... (cached) yes
124:info:configure checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
125:info:configure checking dynamic linker characteristics... darwin10.4.0 dyld
126:info:configure checking how to hardcode library paths into programs... immediate
127:info:configure checking whether stripping libraries is possible... yes
128:info:configure checking if libtool supports shared libraries... yes
129:info:configure checking whether to build shared libraries... yes
130:info:configure checking whether to build static libraries... yes
131:info:configure checking for gconftool-2... /opt/local/bin/gconftool-2
132:info:configure checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes
133:info:configure checking what language compliance flags to pass to the C compiler...
134:info:configure checking for more warnings... no
135:info:configure checking for GTK... yes
136:info:configure checking for LIBXML... yes
137:info:configure checking for LIBSOUP_GNOME... yes
138:info:configure checking for GCONF... yes
139:info:configure Using config source xml:merged:/opt/local/etc/gconf/gconf.xml.defaults for schema installation
140:info:configure Using $(sysconfdir)/gconf/schemas as install directory for schema files
141:info:configure checking for pkg-config... (cached) /opt/local/bin/pkg-config
142:info:configure checking pkg-config is at least version 0.16... yes
143:info:configure checking for GLIB - version >= 2.13.0... yes (version 2.24.2)
144:info:configure checking locale.h usability... yes
145:info:configure checking locale.h presence... yes
146:info:configure checking for locale.h... yes
147:info:configure checking for LC_MESSAGES... yes
148:info:configure checking libintl.h usability... yes
149:info:configure checking libintl.h presence... yes
150:info:configure checking for libintl.h... yes
151:info:configure checking for ngettext in libc... no
152:info:configure checking for bindtextdomain in -lintl... yes
153:info:configure checking for ngettext in -lintl... yes
154:info:configure checking for dgettext in -lintl... yes
155:info:configure checking for bind_textdomain_codeset... yes
156:info:configure checking for msgfmt... (cached) /opt/local/bin/msgfmt
157:info:configure checking for dcgettext... yes
158:info:configure checking if msgfmt accepts -c... yes
159:info:configure checking for gmsgfmt... (cached) /opt/local/bin/msgfmt
160:info:configure checking for xgettext... (cached) /opt/local/bin/xgettext
161:info:configure checking for regexec... yes
162:info:configure checking for struct tm.tm_gmtoff... yes
163:info:configure checking for _NL_MEASUREMENT_MEASUREMENT... no
164:info:configure checking for python version... 2.6
165:info:configure checking for python platform... darwin
166:info:configure checking for python script directory... /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages
167:info:configure checking for python extension module directory... /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages
168:info:configure checking for headers required to compile python extensions... found
169:info:configure checking for PYGOBJECT... yes
170:info:configure checking for gtkdoc-check... /opt/local/bin/gtkdoc-check
171:info:configure checking for gtkdoc-rebase... /opt/local/bin/gtkdoc-rebase
172:info:configure checking for gtkdoc-mkpdf... /opt/local/bin/gtkdoc-mkpdf
173:info:configure checking whether to build gtk-doc documentation... no
174:info:configure configure: creating ./config.status
175:info:configure config.status: creating Makefile
176:info:configure config.status: creating doc/Makefile
177:info:configure config.status: creating po/Makefile.in
178:info:configure config.status: creating po-locations/Makefile
179:info:configure config.status: creating libgweather/Makefile
180:info:configure config.status: creating libgweather/gweather.pc
181:info:configure config.status: creating libgweather/gweather-uninstalled.pc
182:info:configure config.status: creating data/Makefile
183:info:configure config.status: creating python/Makefile
184:info:configure config.status: creating icons/Makefile
185:info:configure config.status: creating config.h
186:info:configure config.status: executing depfiles commands
187:info:configure config.status: executing libtool commands
188:info:configure config.status: executing default-1 commands
189:info:configure config.status: executing po/stamp-it commands
190:info:configure
191:info:configure libgweather-2.30.2 configure summary:
192:info:configure
193:info:configure         Prefix:                         /opt/local
194:info:configure         Source code location:           .
195:info:configure         Compiler:                       /usr/bin/gcc-4.2
196:info:configure         Python bindings:                yes
197:info:configure         Locations.xml translations:     one file per translation
198:info:configure         Locations.xml compression:      no
199:info:configure
200:msg:configure --->  Building libgweather
201:debug:build build phase started at Sun Aug 22 09:01:47 PDT 2010
202:debug:build Executing org.macports.build (libgweather)
203:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_libgweather/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
204:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_libgweather/work/libgweather-2.30.2" && /usr/bin/make -j2 all'
205:info:build /usr/bin/make  all-recursive
206:info:build Making all in po
207:info:build file=`echo af | sed 's,.*/,,'`.gmo \
208:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file af.po
209:info:build file=`echo am | sed 's,.*/,,'`.gmo \
210:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file am.po
211:info:build file=`echo ar | sed 's,.*/,,'`.gmo \
212:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file ar.po
213:info:build file=`echo as | sed 's,.*/,,'`.gmo \
214:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file as.po
215:info:build file=`echo ast | sed 's,.*/,,'`.gmo \
216:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file ast.po
217:info:build file=`echo az | sed 's,.*/,,'`.gmo \
218:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file az.po
219:info:build file=`echo be | sed 's,.*/,,'`.gmo \
220:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file be.po
221:info:build file=`echo be@latin | sed 's,.*/,,'`.gmo \
222:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file be@latin.po
223:info:build file=`echo bg | sed 's,.*/,,'`.gmo \
224:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file bg.po
225:info:build file=`echo bn_IN | sed 's,.*/,,'`.gmo \
226:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file bn_IN.po
227:info:build file=`echo bn | sed 's,.*/,,'`.gmo \
228:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file bn.po
229:info:build file=`echo br | sed 's,.*/,,'`.gmo \
230:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file br.po
231:info:build file=`echo bs | sed 's,.*/,,'`.gmo \
232:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file bs.po
233:info:build file=`echo ca | sed 's,.*/,,'`.gmo \
234:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file ca.po
235:info:build file=`echo ca@valencia | sed 's,.*/,,'`.gmo \
236:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file ca@valencia.po
237:info:build file=`echo crh | sed 's,.*/,,'`.gmo \
238:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file crh.po
239:info:build file=`echo cs | sed 's,.*/,,'`.gmo \
240:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file cs.po
241:info:build file=`echo cy | sed 's,.*/,,'`.gmo \
242:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file cy.po
243:info:build file=`echo da | sed 's,.*/,,'`.gmo \
244:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file da.po
245:info:build file=`echo de | sed 's,.*/,,'`.gmo \
246:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file de.po
247:info:build file=`echo dz | sed 's,.*/,,'`.gmo \
248:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file dz.po
249:info:build file=`echo el | sed 's,.*/,,'`.gmo \
250:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file el.po
251:info:build file=`echo en_CA | sed 's,.*/,,'`.gmo \
252:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file en_CA.po
253:info:build file=`echo en_GB | sed 's,.*/,,'`.gmo \
254:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file en_GB.po
255:info:build file=`echo en@shaw | sed 's,.*/,,'`.gmo \
256:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file en@shaw.po
257:info:build file=`echo eo | sed 's,.*/,,'`.gmo \
258:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file eo.po
259:info:build file=`echo es_AR | sed 's,.*/,,'`.gmo \
260:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file es_AR.po
261:info:build file=`echo es_CL | sed 's,.*/,,'`.gmo \
262:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file es_CL.po
263:info:build file=`echo es_CO | sed 's,.*/,,'`.gmo \
264:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file es_CO.po
265:info:build file=`echo es_CR | sed 's,.*/,,'`.gmo \
266:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file es_CR.po
267:info:build file=`echo es_DO | sed 's,.*/,,'`.gmo \
268:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file es_DO.po
269:info:build file=`echo es_EC | sed 's,.*/,,'`.gmo \
270:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file es_EC.po
271:info:build file=`echo es_ES | sed 's,.*/,,'`.gmo \
272:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file es_ES.po
273:info:build file=`echo es_GT | sed 's,.*/,,'`.gmo \
274:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file es_GT.po
275:info:build file=`echo es_HN | sed 's,.*/,,'`.gmo \
276:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file es_HN.po
277:info:build file=`echo es_MX | sed 's,.*/,,'`.gmo \
278:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file es_MX.po
279:info:build file=`echo es_NI | sed 's,.*/,,'`.gmo \
280:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file es_NI.po
281:info:build file=`echo es_PA | sed 's,.*/,,'`.gmo \
282:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file es_PA.po
283:info:build file=`echo es_PE | sed 's,.*/,,'`.gmo \
284:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file es_PE.po
285:info:build file=`echo es | sed 's,.*/,,'`.gmo \
286:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file es.po
287:info:build file=`echo es_PR | sed 's,.*/,,'`.gmo \
288:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file es_PR.po
289:info:build file=`echo es_SV | sed 's,.*/,,'`.gmo \
290:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file es_SV.po
291:info:build file=`echo es_UY | sed 's,.*/,,'`.gmo \
292:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file es_UY.po
293:info:build file=`echo es_VE | sed 's,.*/,,'`.gmo \
294:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file es_VE.po
295:info:build file=`echo et | sed 's,.*/,,'`.gmo \
296:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file et.po
297:info:build file=`echo eu | sed 's,.*/,,'`.gmo \
298:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file eu.po
299:info:build file=`echo fa | sed 's,.*/,,'`.gmo \
300:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file fa.po
301:info:build file=`echo fi | sed 's,.*/,,'`.gmo \
302:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file fi.po
303:info:build file=`echo fr | sed 's,.*/,,'`.gmo \
304:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file fr.po
305:info:build file=`echo ga | sed 's,.*/,,'`.gmo \
306:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file ga.po
307:info:build file=`echo gl | sed 's,.*/,,'`.gmo \
308:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file gl.po
309:info:build file=`echo gu | sed 's,.*/,,'`.gmo \
310:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file gu.po
311:info:build file=`echo he | sed 's,.*/,,'`.gmo \
312:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file he.po
313:info:build file=`echo hi | sed 's,.*/,,'`.gmo \
314:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file hi.po
315:info:build file=`echo hr | sed 's,.*/,,'`.gmo \
316:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file hr.po
317:info:build file=`echo hu | sed 's,.*/,,'`.gmo \
318:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file hu.po
319:info:build file=`echo hy | sed 's,.*/,,'`.gmo \
320:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file hy.po
321:info:build file=`echo id | sed 's,.*/,,'`.gmo \
322:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file id.po
323:info:build file=`echo is | sed 's,.*/,,'`.gmo \
324:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file is.po
325:info:build file=`echo it | sed 's,.*/,,'`.gmo \
326:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file it.po
327:info:build file=`echo ja | sed 's,.*/,,'`.gmo \
328:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file ja.po
329:info:build file=`echo ka | sed 's,.*/,,'`.gmo \
330:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file ka.po
331:info:build file=`echo kn | sed 's,.*/,,'`.gmo \
332:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file kn.po
333:info:build file=`echo ko | sed 's,.*/,,'`.gmo \
334:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file ko.po
335:info:build file=`echo ku | sed 's,.*/,,'`.gmo \
336:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file ku.po
337:info:build file=`echo ky | sed 's,.*/,,'`.gmo \
338:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file ky.po
339:info:build file=`echo lt | sed 's,.*/,,'`.gmo \
340:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file lt.po
341:info:build file=`echo lv | sed 's,.*/,,'`.gmo \
342:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file lv.po
343:info:build file=`echo mai | sed 's,.*/,,'`.gmo \
344:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file mai.po
345:info:build file=`echo mg | sed 's,.*/,,'`.gmo \
346:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file mg.po
347:info:build file=`echo mk | sed 's,.*/,,'`.gmo \
348:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file mk.po
349:info:build file=`echo ml | sed 's,.*/,,'`.gmo \
350:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file ml.po
351:info:build file=`echo mn | sed 's,.*/,,'`.gmo \
352:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file mn.po
353:info:build file=`echo mr | sed 's,.*/,,'`.gmo \
354:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file mr.po
355:info:build file=`echo ms | sed 's,.*/,,'`.gmo \
356:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file ms.po
357:info:build file=`echo nb | sed 's,.*/,,'`.gmo \
358:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file nb.po
359:info:build file=`echo nds | sed 's,.*/,,'`.gmo \
360:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file nds.po
361:info:build file=`echo ne | sed 's,.*/,,'`.gmo \
362:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file ne.po
363:info:build file=`echo nl | sed 's,.*/,,'`.gmo \
364:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file nl.po
365:info:build file=`echo nn | sed 's,.*/,,'`.gmo \
366:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file nn.po
367:info:build file=`echo oc | sed 's,.*/,,'`.gmo \
368:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file oc.po
369:info:build file=`echo or | sed 's,.*/,,'`.gmo \
370:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file or.po
371:info:build file=`echo pa | sed 's,.*/,,'`.gmo \
372:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file pa.po
373:info:build file=`echo pl | sed 's,.*/,,'`.gmo \
374:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file pl.po
375:info:build file=`echo pt_BR | sed 's,.*/,,'`.gmo \
376:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file pt_BR.po
377:info:build file=`echo pt | sed 's,.*/,,'`.gmo \
378:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file pt.po
379:info:build file=`echo ro | sed 's,.*/,,'`.gmo \
380:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file ro.po
381:info:build file=`echo ru | sed 's,.*/,,'`.gmo \
382:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file ru.po
383:info:build file=`echo rw | sed 's,.*/,,'`.gmo \
384:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file rw.po
385:info:build file=`echo si | sed 's,.*/,,'`.gmo \
386:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file si.po
387:info:build file=`echo sk | sed 's,.*/,,'`.gmo \
388:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file sk.po
389:info:build file=`echo sl | sed 's,.*/,,'`.gmo \
390:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file sl.po
391:info:build file=`echo sq | sed 's,.*/,,'`.gmo \
392:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file sq.po
393:info:build file=`echo sr | sed 's,.*/,,'`.gmo \
394:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file sr.po
395:info:build file=`echo sr@latin | sed 's,.*/,,'`.gmo \
396:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file sr@latin.po
397:info:build file=`echo sv | sed 's,.*/,,'`.gmo \
398:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file sv.po
399:info:build file=`echo ta | sed 's,.*/,,'`.gmo \
400:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file ta.po
401:info:build file=`echo te | sed 's,.*/,,'`.gmo \
402:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file te.po
403:info:build file=`echo th | sed 's,.*/,,'`.gmo \
404:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file th.po
405:info:build file=`echo tr | sed 's,.*/,,'`.gmo \
406:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file tr.po
407:info:build file=`echo uk | sed 's,.*/,,'`.gmo \
408:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file uk.po
409:info:build file=`echo vi | sed 's,.*/,,'`.gmo \
410:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file vi.po
411:info:build file=`echo wa | sed 's,.*/,,'`.gmo \
412:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file wa.po
413:info:build file=`echo xh | sed 's,.*/,,'`.gmo \
414:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file xh.po
415:info:build file=`echo zh_CN | sed 's,.*/,,'`.gmo \
416:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file zh_CN.po
417:info:build file=`echo zh_HK | sed 's,.*/,,'`.gmo \
418:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file zh_HK.po
419:info:build file=`echo zh_TW | sed 's,.*/,,'`.gmo \
420:info:build       && rm -f $file && /opt/local/bin/msgfmt -o $file zh_TW.po
421:info:build Making all in po-locations
422:info:build make[2]: Nothing to be done for `all'.
423:info:build Making all in libgweather
424:info:build /usr/bin/make  all-am
425:info:build   CC     libgweather_la-weather.lo
426:info:build   CC     libgweather_la-weather-metar.lo
427:info:build   CC     libgweather_la-weather-iwin.lo
428:info:build   CC     libgweather_la-weather-met.lo
429:info:build   CC     libgweather_la-weather-bom.lo
430:info:build   CC     libgweather_la-weather-wx.lo
431:info:build   CC     libgweather_la-weather-sun.lo
432:info:build   CC     libgweather_la-weather-moon.lo
433:info:build   CC     libgweather_la-gweather-enum-types.lo
434:info:build   CC     libgweather_la-gweather-prefs.lo
435:info:build   CC     libgweather_la-gweather-gconf.lo
436:info:build   CC     libgweather_la-gweather-xml.lo
437:info:build   CC     libgweather_la-gweather-location.lo
438:info:build   CC     libgweather_la-gweather-timezone.lo
439:info:build   CC     libgweather_la-location-entry.lo
440:info:build   CC     libgweather_la-timezone-menu.lo
441:info:build   CC     libgweather_la-parser.lo
442:info:build   CC     test_metar-test_metar.o
443:info:build   CC     test_locations-test_locations.o
444:info:build   CC     test_sun_moon-test_sun_moon.o
445:info:build LC_ALL=C /opt/local/bin/intltool-merge -s -u -c ../po/.intltool-merge-cache ../po gweather.schemas.in gweather.schemas
446:info:build   CCLD   libgweather.la
447:info:build Generating and caching the translation database
448:info:build Merging translations into gweather.schemas.
449:info:build warning: no debug symbols in executable (-arch x86_64)
450:info:build   CCLD   test_metar
451:info:build   CCLD   test_locations
452:info:build   CCLD   test_sun_moon
453:info:build Making all in doc
454:info:build make[2]: Nothing to be done for `all'.
455:info:build Making all in data
456:info:build Generating and caching the translation database
457:info:build Merging translations into Locations.xml.
458:info:build CREATED ang/Locations.xml
459:info:build CREATED ar/Locations.xml
460:info:build CREATED as/Locations.xml
461:info:build CREATED ast/Locations.xml
462:info:build CREATED az/Locations.xml
463:info:build CREATED be/Locations.xml
464:info:build CREATED be@latin/Locations.xml
465:info:build CREATED bg/Locations.xml
466:info:build CREATED bn/Locations.xml
467:info:build CREATED bn_IN/Locations.xml
468:info:build CREATED br/Locations.xml
469:info:build CREATED bs/Locations.xml
470:info:build CREATED ca/Locations.xml
471:info:build CREATED ca@valencia/Locations.xml
472:info:build CREATED crh/Locations.xml
473:info:build CREATED cs/Locations.xml
474:info:build CREATED cy/Locations.xml
475:info:build CREATED da/Locations.xml
476:info:build CREATED de/Locations.xml
477:info:build CREATED dz/Locations.xml
478:info:build CREATED el/Locations.xml
479:info:build CREATED en@shaw/Locations.xml
480:info:build CREATED en_CA/Locations.xml
481:info:build CREATED en_GB/Locations.xml
482:info:build CREATED eo/Locations.xml
483:info:build CREATED es/Locations.xml
484:info:build CREATED et/Locations.xml
485:info:build CREATED eu/Locations.xml
486:info:build CREATED fa/Locations.xml
487:info:build CREATED fi/Locations.xml
488:info:build CREATED fr/Locations.xml
489:info:build CREATED ga/Locations.xml
490:info:build CREATED gl/Locations.xml
491:info:build CREATED gu/Locations.xml
492:info:build CREATED he/Locations.xml
493:info:build CREATED hi/Locations.xml
494:info:build CREATED hr/Locations.xml
495:info:build CREATED hu/Locations.xml
496:info:build CREATED id/Locations.xml
497:info:build CREATED it/Locations.xml
498:info:build CREATED ja/Locations.xml
499:info:build CREATED ka/Locations.xml
500:info:build CREATED kn/Locations.xml
501:info:build CREATED ko/Locations.xml
502:info:build CREATED ku/Locations.xml
503:info:build CREATED ky/Locations.xml
504:info:build CREATED lt/Locations.xml
505:info:build CREATED lv/Locations.xml
506:info:build CREATED mai/Locations.xml
507:info:build CREATED mg/Locations.xml
508:info:build CREATED mk/Locations.xml
509:info:build CREATED ml/Locations.xml
510:info:build CREATED mn/Locations.xml
511:info:build CREATED mr/Locations.xml
512:info:build CREATED ms/Locations.xml
513:info:build CREATED nb/Locations.xml
514:info:build CREATED nds/Locations.xml
515:info:build CREATED ne/Locations.xml
516:info:build CREATED nl/Locations.xml
517:info:build CREATED nn/Locations.xml
518:info:build CREATED oc/Locations.xml
519:info:build CREATED or/Locations.xml
520:info:build CREATED pa/Locations.xml
521:info:build CREATED pl/Locations.xml
522:info:build CREATED pt/Locations.xml
523:info:build CREATED pt_BR/Locations.xml
524:info:build CREATED ro/Locations.xml
525:info:build CREATED ru/Locations.xml
526:info:build CREATED rw/Locations.xml
527:info:build CREATED si/Locations.xml
528:info:build CREATED sk/Locations.xml
529:info:build CREATED sl/Locations.xml
530:info:build CREATED sq/Locations.xml
531:info:build CREATED sr/Locations.xml
532:info:build CREATED sr@latin/Locations.xml
533:info:build CREATED sv/Locations.xml
534:info:build CREATED ta/Locations.xml
535:info:build CREATED te/Locations.xml
536:info:build CREATED th/Locations.xml
537:info:build CREATED tr/Locations.xml
538:info:build CREATED uk/Locations.xml
539:info:build CREATED vi/Locations.xml
540:info:build CREATED zh_CN/Locations.xml
541:info:build CREATED zh_HK/Locations.xml
542:info:build CREATED zh_TW/Locations.xml
543:info:build CREATED C/Locations.xml
544:info:build Making all in python
545:info:build   GEN    gweather.c
546:info:build   CC     gweathermodule.lo
547:info:build /bin/sh: pygobject-codegen-2.0: command not found
548:info:build make[2]: *** [gweather.c] Error 127
549:info:build make[2]: *** Waiting for unfinished jobs....
550:info:build make[1]: *** [all-recursive] Error 1
551:info:build make: *** [all] Error 2
552:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_libgweather/work/libgweather-2.30.2" && /usr/bin/make -j2 all " returned error 2
553:error:build Target org.macports.build returned: shell command failed
554:debug:build Backtrace: shell command failed
555    while executing
556"command_exec build"
557    (procedure "portbuild::build_main" line 8)
558    invoked from within
559"$procedure $targetname"
560:info:build Warning: the following items did not execute (for libgweather): org.macports.activate org.macports.build org.macports.destroot org.macports.install
561:notice:build Log for libgweather is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_libgweather/main.log