Changes between Initial Version and Version 1 of Ticket #31495


Ignore:
Timestamp:
Oct 4, 2011, 6:04:38 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31495

    • Property Owner changed from macports-tickets@… to bfulgham@…
    • Property Port erlang added
  • Ticket #31495 – Description

    initial v1  
    11Mac OS X: 10.6.8
    22
    3 Hang after exec "sudo port install erlang".
     3Hang after exec "`sudo port install erlang`".
    44It will into infinite loop for following...
    55
    66help, plz
    77
     8{{{
    89$ ps aux
    9 
    1010macports  2904   0.0  0.0  2435004    740 s003  S+   12:20下午   0:00.01 make opt
    1111macports  2903   0.0  0.0  2435548    432 s003  S+   12:20下午   0:00.00 /bin/sh -c set -e ;^I^I^I^I^I^I^Iapp_pwd=`pwd` ;^I^I^I^I^I^I^Iif test -f vsn.mk; then^I^I^I^I^I^I    echo "=== Entering application" `basename $app_pwd` ;^Ifi ;^I^I^I^I^I^I^I^Icase "make" in *clearmake*) tflag="-T";; *) tflag="";; esac;^Ifor d in rtl misc main cerl icode flow util doc/src regalloc sparc ppc x86 amd64 arm opt tools; do^I^I^I^I^I    if test -f $d/SKIP ; then^I^I^I^I^I^Iecho "=== Skipping subdir $d, reason:" ;^I^I^Icat $d/SKIP ;^I^I^I^I^I^I^Iecho "===" ;^I^I^I^I^I^I    else^I^I^I^I^I^I^I^Iif test ! -d $d ; then^I^I^I^I^I^I    echo "=== Skipping subdir $d, it is missing" ;^I^Ielse^I^I^I^I^I^I^I^I    xflag="" ;^I^I^I^I^I^I^I    if test -f $d/ignore_config_record.inf; then^I^I^Ixflag=$tflag ;^I^I^I^I^I^I    fi ;^I^I^I^I^I^I^I    (cd $d && make $xflag opt) || exit $? ;^I^Ifi ;^I^I^I^I^I^I^I    fi ;^I^I^I^I^I^I^Idone ;^I^I^I^I^I^I^I^Iif test -f vsn.mk; then^I^I^I^I^I^I    echo "=== Leaving application" `basename $app_pwd` ;^Ifi
    1212macports  2899   0.0  0.0  2435548    836 s003  S+   12:20下午   0:00.00 /bin/sh -c set -e ;^I^I^I^I^I^I^Iapp_pwd=`pwd` ;^I^I^I^I^I^I^Iif test -f vsn.mk; then^I^I^I^I^I^I    echo "=== Entering application" `basename $app_pwd` ;^Ifi ;^I^I^I^I^I^I^I^Icase "make" in *clearmake*) tflag="-T";; *) tflag="";; esac;^Ifor d in rtl misc main cerl icode flow util doc/src regalloc sparc ppc x86 amd64 arm opt tools; do^I^I^I^I^I    if test -f $d/SKIP ; then^I^I^I^I^I^Iecho "=== Skipping subdir $d, reason:" ;^I^I^Icat $d/SKIP ;^I^I^I^I^I^I^Iecho "===" ;^I^I^I^I^I^I    else^I^I^I^I^I^I^I^Iif test ! -d $d ; then^I^I^I^I^I^I    echo "=== Skipping subdir $d, it is missing" ;^I^Ielse^I^I^I^I^I^I^I^I    xflag="" ;^I^I^I^I^I^I^I    if test -f $d/ignore_config_record.inf; then^I^I^Ixflag=$tflag ;^I^I^I^I^I^I    fi ;^I^I^I^I^I^I^I    (cd $d && make $xflag opt) || exit $? ;^I^Ifi ;^I^I^I^I^I^I^I    fi ;^I^I^I^I^I^I^Idone ;^I^I^I^I^I^I^I^Iif test -f vsn.mk; then^I^I^I^I^I^I    echo "=== Leaving application" `basename $app_pwd` ;^Ifi
     13}}}