On Apr 23, 2013, at 1743, René J.V. Bertin <[email protected]> wrote: > Do you know the exact command that hangs? You don't have anything in your > path or otherwise accessible to the build procedure that could cause > interference (say in /usr/local)? I don't see anything. Per the log, it appears to stalling at the end of an if block: > if echo \ > source lib/class.tcl\; \ > auto_mkindex lib '*.tcl' \ > | tclsh ; then : ok; \ > else \ > echo 1>&2 " * tclsh failed; using unoptimized loading"; \ > rm -f lib/tclIndex ; \ > echo '# Autogenerated by git-gui Makefile' >lib/tclIndex && \ > echo >>lib/tclIndex && \ > echo 'class.tcl' >>lib/tclIndex && echo 'about.tcl' >>lib/tclIndex && > echo 'blame.tcl' >>lib/tclIndex && echo 'branch.tcl' >>lib/tclIndex && echo > 'branch_checkout.tcl' >>lib/tclIndex && echo 'branch_create.tcl' > >>lib/tclIndex && echo 'branch_delete.tcl' >>lib/tclIndex && echo > 'branch_rename.tcl' >>lib/tclIndex && echo 'browser.tcl' >>lib/tclIndex && > echo 'checkout_op.tcl' >>lib/tclIndex && echo 'choose_font.tcl' > >>lib/tclIndex && echo 'choose_repository.tcl' >>lib/tclIndex && echo > 'choose_rev.tcl' >>lib/tclIndex && echo 'class.tcl' >>lib/tclIndex && echo > 'commit.tcl' >>lib/tclIndex && echo 'console.tcl' >>lib/tclIndex && echo > 'database.tcl' >>lib/tclIndex && echo 'date.tcl' >>lib/tclIndex && echo > 'diff.tcl' >>lib/tclIndex && echo 'encoding.tcl' >>lib/tclIndex && echo > 'error.tcl' >>lib/tclIndex && echo 'index.tcl' >>lib/tclIndex && echo > 'line.tcl' >>lib/tclIndex && echo 'logo.tcl' >>lib/tclIndex && echo > 'merge.tcl' >>lib/tclIndex && echo 'mergetool.tcl' >>lib/tclIndex && echo > 'option.tcl' >>lib/tclIndex && echo 'remote.tcl' >>lib/tclIndex && echo > 'remote_add.tcl' >>lib/tclIndex && echo 'remote_branch_delete.tcl' > >>lib/tclIndex && echo 'search.tcl' >>lib/tclIndex && echo 'shortcut.tcl' > >>lib/tclIndex && echo 'spellcheck.tcl' >>lib/tclIndex && echo 'sshkey.tcl' > >>lib/tclIndex && echo 'status_bar.tcl' >>lib/tclIndex && echo 'themed.tcl' > >>lib/tclIndex && echo 'tools.tcl' >>lib/tclIndex && echo 'tools_dlg.tcl' > >>lib/tclIndex && echo 'transport.tcl' >>lib/tclIndex && echo 'win32.tcl' > >>lib/tclIndex && \ > echo >>lib/tclIndex ; \ > fi > >stalls here< On this system I don't have much of anything in /usr/local, and what little there is (symlinked commands in bin for bbedit, gpg and zsh) didn't change between when it worked and when it didn't. If you can spot something I'm missing though I'd be happy to take a look.
Lee
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
