Ticket #49447: main.log

File main.log, 19.0 KB (added by gkdgoutam, 9 years ago)

the error file

Line 
1version:1
2:msg:main --->  Computing dependencies for xz:info:main .:debug:main Checking for conflicts against xz
3:debug:main Searching for dependency: xz-devel
4:debug:main Didn't find receipt, going to depspec regex for: xz-devel
5:debug:main Searching for dependency: libiconv
6:debug:main Found Dependency: receipt exists for libiconv
7:debug:main Searching for dependency: gettext
8:debug:main Found Dependency: receipt exists for gettext
9:msg:main
10:debug:main Executing org.macports.main (xz)
11:debug:main changing euid/egid - current euid: 0 - current egid: 0
12:debug:main egid changed to: 501
13:debug:main euid changed to: 502
14:debug:main Skipping completed org.macports.archivefetch (xz)
15:debug:main Privilege de-escalation not attempted as not running as root.
16:debug:main Skipping completed org.macports.fetch (xz)
17:debug:main Privilege de-escalation not attempted as not running as root.
18:debug:main Skipping completed org.macports.checksum (xz)
19:debug:main Privilege de-escalation not attempted as not running as root.
20:debug:main Skipping completed org.macports.extract (xz)
21:debug:main Privilege de-escalation not attempted as not running as root.
22:debug:main Skipping completed org.macports.patch (xz)
23:debug:main Privilege de-escalation not attempted as not running as root.
24:debug:configure configure phase started at Sun Oct 25 16:42:00 CET 2015
25:notice:configure --->  Configuring xz
26:debug:configure Using compiler 'Xcode Clang'
27:debug:configure Executing org.macports.configure (xz)
28:debug:configure Environment:
29CC='/usr/bin/clang'
30CC_PRINT_OPTIONS='YES'
31CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_xz/xz/work/.CC_PRINT_OPTIONS'
32CFLAGS='-pipe -Os -arch x86_64 -arch i386'
33CPATH='/opt/local/include'
34CPPFLAGS='-I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_xz/xz/work/xz-5.2.2/src/liblzma/check -I/opt/local/include'
35CXX='/usr/bin/clang++'
36CXXFLAGS='-pipe -Os -arch x86_64 -arch i386 -stdlib=libstdc++'
37F90FLAGS='-pipe -Os'
38FCFLAGS='-pipe -Os'
39FFLAGS='-pipe -Os'
40INSTALL='/usr/bin/install -c'
41LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386'
42LIBRARY_PATH='/opt/local/lib'
43MACOSX_DEPLOYMENT_TARGET='10.7'
44OBJC='/usr/bin/clang'
45OBJCFLAGS='-pipe -Os -arch x86_64 -arch i386'
46OBJCXX='/usr/bin/clang++'
47OBJCXXFLAGS='-pipe -Os -arch x86_64 -arch i386 -stdlib=libstdc++'
48:debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_xz/xz/work/xz-5.2.2" && ./configure --prefix=/opt/local --disable-dependency-tracking --with-libiconv-prefix=/opt/local --with-libintl-prefix=/opt/local --enable-lzma-links'
49:debug:configure Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_xz/xz/work/xz-5.2.2" && ./configure --prefix=/opt/local --disable-dependency-tracking --with-libiconv-prefix=/opt/local --with-libintl-prefix=/opt/local --enable-lzma-links
50:info:configure
51:info:configure XZ Utils 5.2.2
52:info:configure
53:info:configure System type:
54:info:configure checking build system type... x86_64-apple-darwin11.4.2
55:info:configure checking host system type... x86_64-apple-darwin11.4.2
56:info:configure
57:info:configure Configure options:
58:info:configure checking if debugging code should be compiled... no
59:info:configure checking which encoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
60:info:configure checking which decoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
61:info:configure checking which match finders to build... hc3 hc4 bt2 bt3 bt4
62:info:configure checking which integrity checks to build... crc32 crc64 sha256
63:info:configure checking if assembler optimizations should be used... no
64:info:configure checking if small size is preferred over speed... no
65:info:configure checking if threading support is wanted... yes, posix
66:info:configure checking how much RAM to assume if the real amount is unknown... 128 MiB
67:info:configure checking if library symbol versioning should be used... no
68:info:configure
69:info:configure checking for a shell that conforms to POSIX... /bin/sh
70:info:configure
71:info:configure Initializing Automake:
72:info:configure checking for a BSD-compatible install... /usr/bin/install -c
73:info:configure checking whether build environment is sane... yes
74:info:configure checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
75:info:configure checking for gawk... gawk
76:info:configure checking whether make sets $(MAKE)... yes
77:info:configure checking whether make supports nested variables... yes
78:info:configure checking whether ln -s works... yes
79:info:configure checking for style of include used by make... GNU
80:info:configure checking for gcc... /usr/bin/clang
81:info:configure checking whether the C compiler works... yes
82:info:configure checking for C compiler default output file name... a.out
83:info:configure checking for suffix of executables...
84:info:configure checking whether we are cross compiling... no
85:info:configure checking for suffix of object files... o
86:info:configure checking whether we are using the GNU C compiler... yes
87:info:configure checking whether /usr/bin/clang accepts -g... yes
88:info:configure checking for /usr/bin/clang option to accept ISO C89... none needed
89:info:configure checking whether /usr/bin/clang understands -c and -o together... yes
90:info:configure checking dependency style of /usr/bin/clang... none
91:info:configure checking for /usr/bin/clang option to accept ISO C99... none needed
92:info:configure checking dependency style of /usr/bin/clang... none
93:info:configure checking how to run the C preprocessor... /usr/bin/clang -E
94:info:configure checking for grep that handles long lines and -e... /usr/bin/grep
95:info:configure checking for egrep... /usr/bin/grep -E
96:info:configure checking for ANSI C header files... yes
97:info:configure checking for sys/types.h... yes
98:info:configure checking for sys/stat.h... yes
99:info:configure checking for stdlib.h... yes
100:info:configure checking for string.h... yes
101:info:configure checking for memory.h... yes
102:info:configure checking for strings.h... yes
103:info:configure checking for inttypes.h... yes
104:info:configure checking for stdint.h... yes
105:info:configure checking for unistd.h... yes
106:info:configure checking minix/config.h usability... no
107:info:configure checking minix/config.h presence... no
108:info:configure checking for minix/config.h... no
109:info:configure checking whether it is safe to define __EXTENSIONS__... yes
110:info:configure
111:info:configure POSIX threading support:
112:info:configure checking if compiler needs -Werror to reject unknown flags... yes
113:info:configure checking whether pthreads work with -pthread... yes
114:info:configure checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
115:info:configure checking if more special flags are required for pthreads... -D_THREAD_SAFE
116:info:configure checking for PTHREAD_PRIO_INHERIT... yes
117:info:configure checking for library containing clock_gettime... no
118:info:configure checking for clock_gettime... no
119:info:configure checking for pthread_condattr_setclock... no
120:info:configure checking whether CLOCK_MONOTONIC is declared... no
121:info:configure
122:info:configure Initializing Libtool:
123:info:configure checking how to print strings... printf
124:info:configure checking for a sed that does not truncate output... /usr/bin/sed
125:info:configure checking for fgrep... /usr/bin/grep -F
126:info:configure checking for ld used by /usr/bin/clang... /usr/bin/ld
127:info:configure checking if the linker (/usr/bin/ld) is GNU ld... no
128:info:configure checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm
129:info:configure checking the name lister (/opt/local/bin/nm) interface... BSD nm
130:info:configure checking the maximum length of command line arguments... 196608
131:info:configure checking how to convert x86_64-apple-darwin11.4.2 file names to x86_64-apple-darwin11.4.2 format... func_convert_file_noop
132:info:configure checking how to convert x86_64-apple-darwin11.4.2 file names to toolchain format... func_convert_file_noop
133:info:configure checking for /usr/bin/ld option to reload object files... -r
134:info:configure checking for objdump... no
135:info:configure checking how to recognize dependent libraries... pass_all
136:info:configure checking for dlltool... no
137:info:configure checking how to associate runtime and link libraries... printf %s\n
138:info:configure checking for ar... ar
139:info:configure checking for archiver @FILE support... no
140:info:configure checking for strip... strip
141:info:configure checking for ranlib... ranlib
142:info:configure checking command to parse /opt/local/bin/nm output from /usr/bin/clang object... ok
143:info:configure checking for sysroot... no
144:info:configure checking for a working dd... /bin/dd
145:info:configure checking how to truncate binary pipes... /bin/dd bs=4096 count=1
146:info:configure checking for mt... no
147:info:configure checking if : is a manifest tool... no
148:info:configure checking for dsymutil... dsymutil
149:info:configure checking for nmedit... nmedit
150:info:configure checking for lipo... lipo
151:info:configure checking for otool... otool
152:info:configure checking for otool64... no
153:info:configure checking for -single_module linker flag... yes
154:info:configure checking for -exported_symbols_list linker flag... yes
155:info:configure checking for -force_load linker flag... yes
156:info:configure checking for dlfcn.h... yes
157:info:configure checking for objdir... .libs
158:info:configure checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes
159:info:configure checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC
160:info:configure checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes
161:info:configure checking if /usr/bin/clang static flag -static works... no
162:info:configure checking if /usr/bin/clang supports -c -o file.o... yes
163:info:configure checking if /usr/bin/clang supports -c -o file.o... (cached) yes
164:info:configure checking whether the /usr/bin/clang linker (/usr/bin/ld) supports shared libraries... yes
165:info:configure checking dynamic linker characteristics... darwin11.4.2 dyld
166:info:configure checking how to hardcode library paths into programs... immediate
167:info:configure checking whether stripping libraries is possible... yes
168:info:configure checking if libtool supports shared libraries... yes
169:info:configure checking whether to build shared libraries... yes
170:info:configure checking whether to build static libraries... yes
171:info:configure checking for windres... no
172:info:configure
173:info:configure Initializing gettext:
174:info:configure checking whether NLS is requested... yes
175:info:configure checking for msgfmt... /opt/local/bin/msgfmt
176:info:configure checking for gmsgfmt... /opt/local/bin/msgfmt
177:info:configure checking for xgettext... /opt/local/bin/xgettext
178:info:configure checking for msgmerge... /opt/local/bin/msgmerge
179:info:configure checking for ld used by GCC... /usr/bin/ld
180:info:configure checking if the linker (/usr/bin/ld) is GNU ld... no
181:info:configure checking for shared library run path origin... done
182:info:configure checking for CFPreferencesCopyAppValue... yes
183:info:configure checking for CFLocaleCopyCurrent... yes
184:info:configure checking for GNU gettext in libc... no
185:info:configure checking for iconv... yes
186:info:configure checking for working iconv... yes
187:info:configure checking how to link with libiconv... -liconv
188:info:configure checking for GNU gettext in libintl... yes
189:info:configure checking whether to use NLS... yes
190:info:configure checking where the gettext function comes from... external libintl
191:info:configure checking how to link with libintl... -lintl -Wl,-framework -Wl,CoreFoundation
192:info:configure
193:info:configure System headers and functions:
194:info:configure checking fcntl.h usability... yes
195:info:configure checking fcntl.h presence... yes
196:info:configure checking for fcntl.h... yes
197:info:configure checking limits.h usability... yes
198:info:configure checking limits.h presence... yes
199:info:configure checking for limits.h... yes
200:info:configure checking sys/time.h usability... yes
201:info:configure checking sys/time.h presence... yes
202:info:configure checking for sys/time.h... yes
203:info:configure checking immintrin.h usability... yes
204:info:configure checking immintrin.h presence... yes
205:info:configure checking for immintrin.h... yes
206:info:configure checking for stdbool.h that conforms to C99... yes
207:info:configure checking for _Bool... yes
208:info:configure checking for uint8_t... yes
209:info:configure checking for uint16_t... yes
210:info:configure checking for int32_t... yes
211:info:configure checking for uint32_t... yes
212:info:configure checking for int64_t... yes
213:info:configure checking for uint64_t... yes
214:info:configure checking for uintptr_t... yes
215:info:configure checking size of size_t... 8
216:info:configure checking for struct stat.st_atim.tv_nsec... no
217:info:configure checking for struct stat.st_atimespec.tv_nsec... yes
218:info:configure checking for struct stat.st_atimensec... no
219:info:configure checking for struct stat.st_uatime... no
220:info:configure checking for struct stat.st_atim.st__tim.tv_nsec... no
221:info:configure checking for special C compiler options needed for large files... no
222:info:configure checking for _FILE_OFFSET_BITS value needed for large files... no
223:info:configure checking whether byte ordering is bigendian... universal
224:info:configure checking getopt.h usability... yes
225:info:configure checking getopt.h presence... yes
226:info:configure checking for getopt.h... yes
227:info:configure checking for getopt_long... yes
228:info:configure checking whether optreset is declared... yes
229:info:configure checking for futimens... no
230:info:configure checking for futimes... yes
231:info:configure checking for posix_fadvise... no
232:info:configure checking whether program_invocation_name is declared... no
233:info:configure checking byteswap.h usability... no
234:info:configure checking byteswap.h presence... no
235:info:configure checking for byteswap.h... no
236:info:configure checking sys/endian.h usability... no
237:info:configure checking sys/endian.h presence... no
238:info:configure checking for sys/endian.h... no
239:info:configure checking sys/byteorder.h usability... no
240:info:configure checking sys/byteorder.h presence... no
241:info:configure checking for sys/byteorder.h... no
242:info:configure checking if unaligned memory access should be used... yes
243:info:configure checking sys/param.h usability... yes
244:info:configure checking sys/param.h presence... yes
245:info:configure checking for sys/param.h... yes
246:info:configure checking how to detect the amount of physical memory... sysctl
247:info:configure checking for sys/param.h... (cached) yes
248:info:configure checking how to detect the number of available CPU cores... sysctl
249:info:configure checking whether mbrtowc and mbstate_t are properly declared... yes
250:info:configure checking for wcwidth... yes
251:info:configure checking CommonCrypto/CommonDigest.h usability... yes
252:info:configure checking CommonCrypto/CommonDigest.h presence... yes
253:info:configure checking for CommonCrypto/CommonDigest.h... yes
254:info:configure checking for CC_SHA256_CTX... yes
255:info:configure checking for SHA256_CTX... no
256:info:configure checking for SHA2_CTX... no
257:info:configure checking for library containing SHA256_Init... no
258:info:configure checking for library containing SHA256Init... no
259:info:configure checking for CC_SHA256_Init... yes
260:info:configure checking whether _mm_movemask_epi8 is declared... yes
261:info:configure
262:info:configure GCC extensions:
263:info:configure checking whether the -Werror option is usable... yes
264:info:configure checking for simple visibility declarations... yes
265:info:configure checking if /usr/bin/clang accepts -Wall... yes
266:info:configure checking if /usr/bin/clang accepts -Wextra... yes
267:info:configure checking if /usr/bin/clang accepts -Wvla... yes
268:info:configure checking if /usr/bin/clang accepts -Wformat=2... yes
269:info:configure checking if /usr/bin/clang accepts -Winit-self... yes
270:info:configure checking if /usr/bin/clang accepts -Wmissing-include-dirs... yes
271:info:configure checking if /usr/bin/clang accepts -Wstrict-aliasing... yes
272:info:configure checking if /usr/bin/clang accepts -Wfloat-equal... yes
273:info:configure checking if /usr/bin/clang accepts -Wundef... yes
274:info:configure checking if /usr/bin/clang accepts -Wshadow... yes
275:info:configure checking if /usr/bin/clang accepts -Wpointer-arith... yes
276:info:configure checking if /usr/bin/clang accepts -Wbad-function-cast... yes
277:info:configure checking if /usr/bin/clang accepts -Wwrite-strings... yes
278:info:configure checking if /usr/bin/clang accepts -Wlogical-op... no
279:info:configure checking if /usr/bin/clang accepts -Waggregate-return... yes
280:info:configure checking if /usr/bin/clang accepts -Wstrict-prototypes... yes
281:info:configure checking if /usr/bin/clang accepts -Wold-style-definition... yes
282:info:configure checking if /usr/bin/clang accepts -Wmissing-prototypes... yes
283:info:configure checking if /usr/bin/clang accepts -Wmissing-declarations... yes
284:info:configure checking if /usr/bin/clang accepts -Wmissing-noreturn... yes
285:info:configure checking if /usr/bin/clang accepts -Wredundant-decls... yes
286:info:configure
287:info:configure checking that generated files are newer than configure... done
288:info:configure configure: creating ./config.status
289:info:configure config.status: creating Doxyfile
290:info:configure dyld: Library not loaded: /opt/local/lib/libncurses.5.dylib
291:info:configure   Referenced from: /opt/local/lib/libreadline.6.dylib
292:info:configure   Reason: no suitable image found.  Did find:
293:info:configure         /usr/lib/libncurses.5.dylib: mach-o, but wrong architecture
294:info:configure sed: stdout: Broken pipe
295:info:configure ./config.status: line 1449: 59256 Done(1)                 eval sed \"\$ac_sed_extra\" "$ac_file_inputs"
296:info:configure      59257 Trace/BPT trap: 5       | $AWK -f "$ac_tmp/subs.awk" > $ac_tmp/out
297:info:configure config.status: error: could not create Doxyfile
298:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_xz/xz/work/xz-5.2.2" && ./configure --prefix=/opt/local --disable-dependency-tracking --with-libiconv-prefix=/opt/local --with-libintl-prefix=/opt/local --enable-lzma-links
299:info:configure Exit code: 1
300:error:configure Failed to configure xz, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_xz/xz/work/xz-5.2.2/config.log
301:error:configure org.macports.configure for port xz returned: configure failure: command execution failed
302:debug:configure Error code: NONE
303:debug:configure Backtrace: configure failure: command execution failed
304    while executing
305"portconfigure::configure_main org.macports.configure"
306    ("eval" body line 1)
307    invoked from within
308"eval $procedure $targetname"
309:info:configure Warning: targets not executed for xz: org.macports.install org.macports.configure org.macports.build org.macports.destroot
310:notice:configure Please see the log file for port xz for details:
311    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_archivers_xz/xz/main.log