Ticket #40690: main.log

File main.log, 25.4 KB (added by sofcik@…, 11 years ago)
Line 
1version:1
2:debug:main changing euid/egid - current euid: 0 - current egid: 0
3:debug:main egid changed to: 501
4:debug:main euid changed to: 503
5:debug:main Executing org.macports.main (python27)
6:debug:main Privilege de-escalation not attempted as not running as root.
7:debug:main Skipping completed org.macports.archivefetch (python27)
8:debug:main Privilege de-escalation not attempted as not running as root.
9:debug:main Skipping completed org.macports.fetch (python27)
10:debug:main Privilege de-escalation not attempted as not running as root.
11:debug:main Skipping completed org.macports.checksum (python27)
12:debug:main Privilege de-escalation not attempted as not running as root.
13:debug:main Skipping completed org.macports.extract (python27)
14:debug:main Privilege de-escalation not attempted as not running as root.
15:debug:main Skipping completed org.macports.patch (python27)
16:debug:main Privilege de-escalation not attempted as not running as root.
17:debug:configure configure phase started at Mon Oct  7 11:10:59 CEST 2013
18:notice:configure --->  Configuring python27
19:debug:configure Using compiler 'Mac OS X Clang'
20:debug:configure Executing org.macports.configure (python27)
21:debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-pipe -Os -fwrapv -arch x86_64 -arch i386' CPPFLAGS='-I/opt/local/include -I/opt/local/include/db46' CXXFLAGS='-pipe -Os -arch x86_64 -arch i386' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.9' CXX='/usr/bin/clang++' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/.CC_PRINT_OPTIONS' F90FLAGS='-pipe -Os' LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db46 -arch x86_64 -arch i386' OBJC='/usr/bin/clang' FCFLAGS='-pipe -Os' INSTALL='/usr/bin/install -c' OBJCFLAGS='-pipe -Os -arch x86_64 -arch i386' FFLAGS='-pipe -Os' CC_PRINT_OPTIONS='YES' CC='/usr/bin/clang'
22:debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.5" && ./configure --prefix=/opt/local --disable-dependency-tracking --enable-framework=/opt/local/Library/Frameworks --enable-ipv6 --enable-universalsdk=/'
23:debug:configure Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.5" && ./configure --prefix=/opt/local --disable-dependency-tracking --enable-framework=/opt/local/Library/Frameworks --enable-ipv6 --enable-universalsdk=/
24:info:configure configure: WARNING: unrecognized options: --disable-dependency-tracking
25:info:configure checking build system type... x86_64-apple-darwin13.0.0
26:info:configure checking host system type... x86_64-apple-darwin13.0.0
27:info:configure checking for --enable-universalsdk... /
28:info:configure checking for --with-universal-archs... 32-bit
29:info:configure checking MACHDEP... darwin
30:info:configure checking EXTRAPLATDIR... $(PLATMACDIRS)
31:info:configure checking for --without-gcc... no
32:info:configure checking for gcc... /usr/bin/clang
33:info:configure checking whether the C compiler works... yes
34:info:configure checking for C compiler default output file name... a.out
35:info:configure checking for suffix of executables...
36:info:configure checking whether we are cross compiling... no
37:info:configure checking for suffix of object files... o
38:info:configure checking whether we are using the GNU C compiler... yes
39:info:configure checking whether /usr/bin/clang accepts -g... yes
40:info:configure checking for /usr/bin/clang option to accept ISO C89... none needed
41:info:configure checking for --with-cxx-main=<compiler>... no
42:info:configure checking how to run the C preprocessor... /usr/bin/clang -E
43:info:configure checking for grep that handles long lines and -e... /usr/bin/grep
44:info:configure checking for egrep... /usr/bin/grep -E
45:info:configure checking for ANSI C header files... yes
46:info:configure checking for sys/types.h... yes
47:info:configure checking for sys/stat.h... yes
48:info:configure checking for stdlib.h... yes
49:info:configure checking for string.h... yes
50:info:configure checking for memory.h... yes
51:info:configure checking for strings.h... yes
52:info:configure checking for inttypes.h... yes
53:info:configure checking for stdint.h... yes
54:info:configure checking for unistd.h... yes
55:info:configure checking minix/config.h usability... no
56:info:configure checking minix/config.h presence... no
57:info:configure checking for minix/config.h... no
58:info:configure checking whether it is safe to define __EXTENSIONS__... yes
59:info:configure checking for --with-suffix...
60:info:configure checking for case-insensitive build directory... yes
61:info:configure checking LIBRARY... libpython$(VERSION).a
62:info:configure checking LINKCC... $(PURIFY) $(MAINCC)
63:info:configure checking for GNU ld... no
64:info:configure checking for --enable-shared... no
65:info:configure checking for --enable-profiling... no
66:info:configure checking LDLIBRARY... $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
67:info:configure checking for ranlib... ranlib
68:info:configure checking for ar... ar
69:info:configure checking for svnversion... found
70:info:configure checking for hg... not-found
71:info:configure checking for a BSD-compatible install... /usr/bin/install -c
72:info:configure checking for a thread-safe mkdir -p... ./install-sh -c -d
73:info:configure checking for --with-pydebug... no
74:info:configure checking whether /usr/bin/clang accepts -fno-strict-aliasing... yes
75:info:configure checking whether /usr/bin/clang accepts -OPT:Olimit=0... yes
76:info:configure checking whether gcc supports ParseTuple __format__... no
77:info:configure checking whether pthreads are available without options... yes
78:info:configure checking whether /usr/bin/clang++ also accepts flags for thread support... no
79:info:configure checking for ANSI C header files... (cached) yes
80:info:configure checking asm/types.h usability... no
81:info:configure checking asm/types.h presence... no
82:info:configure checking for asm/types.h... no
83:info:configure checking conio.h usability... no
84:info:configure checking conio.h presence... no
85:info:configure checking for conio.h... no
86:info:configure checking curses.h usability... yes
87:info:configure checking curses.h presence... yes
88:info:configure checking for curses.h... yes
89:info:configure checking direct.h usability... no
90:info:configure checking direct.h presence... no
91:info:configure checking for direct.h... no
92:info:configure checking dlfcn.h usability... yes
93:info:configure checking dlfcn.h presence... yes
94:info:configure checking for dlfcn.h... yes
95:info:configure checking errno.h usability... yes
96:info:configure checking errno.h presence... yes
97:info:configure checking for errno.h... yes
98:info:configure checking fcntl.h usability... yes
99:info:configure checking fcntl.h presence... yes
100:info:configure checking for fcntl.h... yes
101:info:configure checking grp.h usability... yes
102:info:configure checking grp.h presence... yes
103:info:configure checking for grp.h... yes
104:info:configure checking ieeefp.h usability... no
105:info:configure checking ieeefp.h presence... no
106:info:configure checking for ieeefp.h... no
107:info:configure checking io.h usability... no
108:info:configure checking io.h presence... no
109:info:configure checking for io.h... no
110:info:configure checking langinfo.h usability... yes
111:info:configure checking langinfo.h presence... yes
112:info:configure checking for langinfo.h... yes
113:info:configure checking libintl.h usability... yes
114:info:configure checking libintl.h presence... yes
115:info:configure checking for libintl.h... yes
116:info:configure checking ncurses.h usability... yes
117:info:configure checking ncurses.h presence... yes
118:info:configure checking for ncurses.h... yes
119:info:configure checking poll.h usability... yes
120:info:configure checking poll.h presence... yes
121:info:configure checking for poll.h... yes
122:info:configure checking process.h usability... no
123:info:configure checking process.h presence... no
124:info:configure checking for process.h... no
125:info:configure checking pthread.h usability... yes
126:info:configure checking pthread.h presence... yes
127:info:configure checking for pthread.h... yes
128:info:configure checking shadow.h usability... no
129:info:configure checking shadow.h presence... no
130:info:configure checking for shadow.h... no
131:info:configure checking signal.h usability... yes
132:info:configure checking signal.h presence... yes
133:info:configure checking for signal.h... yes
134:info:configure checking for stdint.h... (cached) yes
135:info:configure checking stropts.h usability... no
136:info:configure checking stropts.h presence... no
137:info:configure checking for stropts.h... no
138:info:configure checking termios.h usability... yes
139:info:configure checking termios.h presence... yes
140:info:configure checking for termios.h... yes
141:info:configure checking thread.h usability... no
142:info:configure checking thread.h presence... no
143:info:configure checking for thread.h... no
144:info:configure checking for unistd.h... (cached) yes
145:info:configure checking utime.h usability... yes
146:info:configure checking utime.h presence... yes
147:info:configure checking for utime.h... yes
148:info:configure checking sys/audioio.h usability... no
149:info:configure checking sys/audioio.h presence... no
150:info:configure checking for sys/audioio.h... no
151:info:configure checking sys/bsdtty.h usability... no
152:info:configure checking sys/bsdtty.h presence... no
153:info:configure checking for sys/bsdtty.h... no
154:info:configure checking sys/epoll.h usability... no
155:info:configure checking sys/epoll.h presence... no
156:info:configure checking for sys/epoll.h... no
157:info:configure checking sys/event.h usability... yes
158:info:configure checking sys/event.h presence... yes
159:info:configure checking for sys/event.h... yes
160:info:configure checking sys/file.h usability... yes
161:info:configure checking sys/file.h presence... yes
162:info:configure checking for sys/file.h... yes
163:info:configure checking sys/loadavg.h usability... no
164:info:configure checking sys/loadavg.h presence... no
165:info:configure checking for sys/loadavg.h... no
166:info:configure checking sys/lock.h usability... yes
167:info:configure checking sys/lock.h presence... yes
168:info:configure checking for sys/lock.h... yes
169:info:configure checking sys/mkdev.h usability... no
170:info:configure checking sys/mkdev.h presence... no
171:info:configure checking for sys/mkdev.h... no
172:info:configure checking sys/modem.h usability... no
173:info:configure checking sys/modem.h presence... no
174:info:configure checking for sys/modem.h... no
175:info:configure checking sys/param.h usability... yes
176:info:configure checking sys/param.h presence... yes
177:info:configure checking for sys/param.h... yes
178:info:configure checking sys/poll.h usability... yes
179:info:configure checking sys/poll.h presence... yes
180:info:configure checking for sys/poll.h... yes
181:info:configure checking sys/select.h usability... yes
182:info:configure checking sys/select.h presence... yes
183:info:configure checking for sys/select.h... yes
184:info:configure checking sys/socket.h usability... yes
185:info:configure checking sys/socket.h presence... yes
186:info:configure checking for sys/socket.h... yes
187:info:configure checking sys/statvfs.h usability... yes
188:info:configure checking sys/statvfs.h presence... yes
189:info:configure checking for sys/statvfs.h... yes
190:info:configure checking for sys/stat.h... (cached) yes
191:info:configure checking sys/termio.h usability... no
192:info:configure checking sys/termio.h presence... no
193:info:configure checking for sys/termio.h... no
194:info:configure checking sys/time.h usability... yes
195:info:configure checking sys/time.h presence... yes
196:info:configure checking for sys/time.h... yes
197:info:configure checking sys/times.h usability... yes
198:info:configure checking sys/times.h presence... yes
199:info:configure checking for sys/times.h... yes
200:info:configure checking for sys/types.h... (cached) yes
201:info:configure checking sys/un.h usability... yes
202:info:configure checking sys/un.h presence... yes
203:info:configure checking for sys/un.h... yes
204:info:configure checking sys/utsname.h usability... yes
205:info:configure checking sys/utsname.h presence... yes
206:info:configure checking for sys/utsname.h... yes
207:info:configure checking sys/wait.h usability... yes
208:info:configure checking sys/wait.h presence... yes
209:info:configure checking for sys/wait.h... yes
210:info:configure checking pty.h usability... no
211:info:configure checking pty.h presence... no
212:info:configure checking for pty.h... no
213:info:configure checking libutil.h usability... no
214:info:configure checking libutil.h presence... no
215:info:configure checking for libutil.h... no
216:info:configure checking sys/resource.h usability... yes
217:info:configure checking sys/resource.h presence... yes
218:info:configure checking for sys/resource.h... yes
219:info:configure checking netpacket/packet.h usability... no
220:info:configure checking netpacket/packet.h presence... no
221:info:configure checking for netpacket/packet.h... no
222:info:configure checking sysexits.h usability... yes
223:info:configure checking sysexits.h presence... yes
224:info:configure checking for sysexits.h... yes
225:info:configure checking bluetooth.h usability... no
226:info:configure checking bluetooth.h presence... no
227:info:configure checking for bluetooth.h... no
228:info:configure checking bluetooth/bluetooth.h usability... no
229:info:configure checking bluetooth/bluetooth.h presence... no
230:info:configure checking for bluetooth/bluetooth.h... no
231:info:configure checking linux/tipc.h usability... no
232:info:configure checking linux/tipc.h presence... no
233:info:configure checking for linux/tipc.h... no
234:info:configure checking spawn.h usability... yes
235:info:configure checking spawn.h presence... yes
236:info:configure checking for spawn.h... yes
237:info:configure checking util.h usability... yes
238:info:configure checking util.h presence... yes
239:info:configure checking for util.h... yes
240:info:configure checking for dirent.h that defines DIR... yes
241:info:configure checking for library containing opendir... none required
242:info:configure checking whether sys/types.h defines makedev... yes
243:info:configure checking for term.h... yes
244:info:configure checking for linux/netlink.h... no
245:info:configure checking for clock_t in time.h... yes
246:info:configure checking for makedev... yes
247:info:configure checking Solaris LFS bug... no
248:info:configure checking for mode_t... yes
249:info:configure checking for off_t... yes
250:info:configure checking for pid_t... yes
251:info:configure checking for size_t... yes
252:info:configure checking for uid_t in sys/types.h... yes
253:info:configure checking for uint32_t... yes
254:info:configure checking for uint32_t... yes
255:info:configure checking for uint64_t... yes
256:info:configure checking for uint64_t... yes
257:info:configure checking for int32_t... yes
258:info:configure checking for int32_t... yes
259:info:configure checking for int64_t... yes
260:info:configure checking for int64_t... yes
261:info:configure checking for ssize_t... yes
262:info:configure checking size of int... 4
263:info:configure checking size of long... 8
264:info:configure checking size of void *... 8
265:info:configure checking size of short... 2
266:info:configure checking size of float... 4
267:info:configure checking size of double... 8
268:info:configure checking size of fpos_t... 8
269:info:configure checking size of size_t... 8
270:info:configure checking size of pid_t... 4
271:info:configure checking for long long support... yes
272:info:configure checking size of long long... 8
273:info:configure checking for long double support... yes
274:info:configure checking size of long double... 16
275:info:configure checking for _Bool support... yes
276:info:configure checking size of _Bool... 1
277:info:configure checking for uintptr_t... yes
278:info:configure checking size of uintptr_t... 8
279:info:configure checking size of off_t... 8
280:info:configure checking whether to enable large file support... no
281:info:configure checking size of time_t... 8
282:info:configure checking for pthread_t... yes
283:info:configure checking size of pthread_t... 8
284:info:configure checking for --enable-toolbox-glue... yes
285:info:configure checking for --enable-framework... yes
286:info:configure checking for dyld... always on for Darwin
287:info:configure checking SO... .so
288:info:configure checking LDSHARED... $(CC) -bundle -undefined dynamic_lookup
289:info:configure checking CCSHARED...
290:info:configure checking LINKFORSHARED... -u _PyMac_Error $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
291:info:configure checking CFLAGSFORSHARED... $(CCSHARED)
292:info:configure checking SHLIBS... $(LIBS)
293:info:configure checking for dlopen in -ldl... yes
294:info:configure checking for shl_load in -ldld... no
295:info:configure checking for library containing sem_init... none required
296:info:configure checking for textdomain in -lintl... yes
297:info:configure checking for t_open in -lnsl... no
298:info:configure checking for socket in -lsocket... no
299:info:configure checking for --with-libs... no
300:info:configure checking for pkg-config... /opt/local/bin/pkg-config
301:info:configure checking for --with-system-expat... no
302:info:configure checking for --with-system-ffi... no
303:info:configure checking for --with-dbmliborder...
304:info:configure checking for --with-signal-module... yes
305:info:configure checking for --with-dec-threads... no
306:info:configure checking for --with-threads... yes
307:info:configure checking if PTHREAD_SCOPE_SYSTEM is supported... no
308:info:configure checking for pthread_sigmask... yes
309:info:configure checking if --enable-ipv6 is specified... yes
310:info:configure checking ipv6 stack type... kame
311:info:configure using libc
312:info:configure checking for OSX 10.5 SDK or later... yes
313:info:configure checking for --with-doc-strings... yes
314:info:configure checking for --with-tsc... no
315:info:configure checking for --with-pymalloc... yes
316:info:configure checking for --with-valgrind... no
317:info:configure checking for --with-wctype-functions... no
318:info:configure checking for dlopen... yes
319:info:configure checking DYNLOADFILE... dynload_shlib.o
320:info:configure checking MACHDEP_OBJS... MACHDEP_OBJS
321:info:configure checking for alarm... yes
322:info:configure checking for setitimer... yes
323:info:configure checking for getitimer... yes
324:info:configure checking for bind_textdomain_codeset... no
325:info:configure checking for chown... yes
326:info:configure checking for clock... yes
327:info:configure checking for confstr... yes
328:info:configure checking for ctermid... yes
329:info:configure checking for execv... yes
330:info:configure checking for fchmod... yes
331:info:configure checking for fchown... yes
332:info:configure checking for fork... yes
333:info:configure checking for fpathconf... yes
334:info:configure checking for ftime... yes
335:info:configure checking for ftruncate... yes
336:info:configure checking for gai_strerror... yes
337:info:configure checking for getgroups... yes
338:info:configure checking for getlogin... yes
339:info:configure checking for getloadavg... yes
340:info:configure checking for getpeername... yes
341:info:configure checking for getpgid... yes
342:info:configure checking for getpid... yes
343:info:configure checking for getpriority... yes
344:info:configure checking for getresuid... no
345:info:configure checking for getresgid... no
346:info:configure checking for getpwent... yes
347:info:configure checking for getspnam... no
348:info:configure checking for getspent... no
349:info:configure checking for getsid... yes
350:info:configure checking for getwd... yes
351:info:configure checking for initgroups... yes
352:info:configure checking for kill... yes
353:info:configure checking for killpg... yes
354:info:configure checking for lchmod... yes
355:info:configure checking for lchown... yes
356:info:configure checking for lstat... yes
357:info:configure checking for mkfifo... yes
358:info:configure checking for mknod... yes
359:info:configure checking for mktime... yes
360:info:configure checking for mremap... no
361:info:configure checking for nice... yes
362:info:configure checking for pathconf... yes
363:info:configure checking for pause... yes
364:info:configure checking for plock... no
365:info:configure checking for poll... yes
366:info:configure checking for pthread_init... no
367:info:configure checking for putenv... yes
368:info:configure checking for readlink... yes
369:info:configure checking for realpath... yes
370:info:configure checking for select... yes
371:info:configure checking for sem_open... yes
372:info:configure checking for sem_timedwait... no
373:info:configure checking for sem_getvalue... yes
374:info:configure checking for sem_unlink... yes
375:info:configure checking for setegid... yes
376:info:configure checking for seteuid... yes
377:info:configure checking for setgid... yes
378:info:configure checking for setlocale... yes
379:info:configure checking for setregid... yes
380:info:configure checking for setreuid... yes
381:info:configure checking for setsid... yes
382:info:configure checking for setpgid... yes
383:info:configure checking for setpgrp... yes
384:info:configure checking for setuid... yes
385:info:configure checking for setvbuf... yes
386:info:configure checking for snprintf... yes
387:info:configure checking for setlocale... (cached) yes
388:info:configure checking for setregid... (cached) yes
389:info:configure checking for setreuid... (cached) yes
390:info:configure checking for setresuid... no
391:info:configure checking for setresgid... no
392:info:configure checking for setsid... (cached) yes
393:info:configure checking for setpgid... (cached) yes
394:info:configure checking for setpgrp... (cached) yes
395:info:configure checking for setuid... (cached) yes
396:info:configure checking for setvbuf... (cached) yes
397:info:configure checking for snprintf... (cached) yes
398:info:configure checking for sigaction... yes
399:info:configure checking for siginterrupt... yes
400:info:configure checking for sigrelse... yes
401:info:configure checking for strftime... yes
402:info:configure checking for sysconf... yes
403:info:configure checking for tcgetpgrp... yes
404:info:configure checking for tcsetpgrp... yes
405:info:configure checking for tempnam... yes
406:info:configure checking for timegm... yes
407:info:configure checking for times... yes
408:info:configure checking for tmpfile... yes
409:info:configure checking for tmpnam... yes
410:info:configure checking for tmpnam_r... no
411:info:configure checking for truncate... yes
412:info:configure checking for uname... yes
413:info:configure checking for unsetenv... yes
414:info:configure checking for utimes... yes
415:info:configure checking for waitpid... yes
416:info:configure checking for wait3... yes
417:info:configure checking for wait4... yes
418:info:configure checking for wcscoll... yes
419:info:configure checking for _getpty... no
420:info:configure checking for chroot... yes
421:info:configure checking for link... yes
422:info:configure checking for symlink... yes
423:info:configure checking for fchdir... yes
424:info:configure checking for fsync... yes
425:info:configure checking for fdatasync... no
426:info:configure checking for epoll... no
427:info:configure checking for kqueue... yes
428:info:configure checking for ctermid_r... yes
429:info:configure checking for flock declaration... yes
430:info:configure checking for flock... yes
431:info:configure checking for getpagesize... yes
432:info:configure checking for broken unsetenv... no
433:info:configure checking for true... true
434:info:configure checking for inet_aton in -lc... yes
435:info:configure checking for chflags... no
436:info:configure checking for lchflags... no
437:info:configure checking for inflateCopy in -lz... yes
438:info:configure checking for hstrerror... no
439:info:configure checking for inet_aton... no
440:info:configure checking for inet_pton... yes
441:info:configure checking for setgroups... yes
442:info:configure checking for openpty... yes
443:info:configure checking for forkpty... yes
444:info:configure checking for memmove... yes
445:info:configure checking for fseek64... no
446:info:configure checking for fseeko... yes
447:info:configure checking for fstatvfs... yes
448:info:configure checking for ftell64... no
449:info:configure checking for ftello... yes
450:info:configure checking for statvfs... yes
451:info:configure checking for dup2... yes
452:info:configure checking for getcwd... yes
453:info:configure checking for strdup... yes
454:info:configure checking for getpgrp... yes
455:info:configure checking for setpgrp... (cached) yes
456:info:configure checking for gettimeofday... yes
457:info:configure checking for major... no
458:info:configure checking for getaddrinfo... no
459:info:configure
460:info:configure Fatal: You must get working getaddrinfo() function.
461:info:configure        or you can specify "--disable-ipv6".
462:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.5" && ./configure --prefix=/opt/local --disable-dependency-tracking --enable-framework=/opt/local/Library/Frameworks --enable-ipv6 --enable-universalsdk=/
463:info:configure Exit code: 1
464:error:configure Failed to configure python27, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.5/config.log
465:error:configure org.macports.configure for port python27 returned: configure failure: command execution failed
466:debug:configure Error code: NONE
467:debug:configure Backtrace: configure failure: command execution failed
468    while executing
469"$procedure $targetname"
470:info:configure Warning: targets not executed for python27: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
471:error:configure Failed to install python27
472:debug:configure couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory
473    while executing
474"open [file join $dir tclIndex]"
475:notice:configure Please see the log file for port python27 for details:
476    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/main.log