Opened 13 years ago

Last modified 12 years ago

#31495 closed defect

hang while "port install erlang" — at Initial Version

Reported by: lyhcode@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: erlang

Description

Mac OS X: 10.6.8

Hang after exec "sudo port install erlang". It will into infinite loop for following...

help, plz

$ ps aux

macports 2904 0.0 0.0 2435004 740 s003 S+ 12:20下午 0:00.01 make opt

macports 2903 0.0 0.0 2435548 432 s003 S+ 12:20下午 0:00.00 /bin/sh -c set -e ;IIIIIIIapp_pwd=pwd ;IIIIIIIif test -f vsn.mk; thenIIIIII echo "=== Entering application" basename $app_pwd ;Ifi ;IIIIIIIIcase "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; doIIIII if test -f $d/SKIP ; thenIIIIIIecho "=== Skipping subdir $d, reason:" ;^I^I^Icat $d/SKIP ;^I^I^I^I^I^I^Iecho "===" ;IIIIII elseIIIIIIIIif test ! -d $d ; thenIIIIII echo "=== Skipping subdir $d, it is missing" ;IIelseIIIIIIII xflag="" ;IIIIIII if test -f $d/ignore_config_record.inf; thenIIIxflag=$tflag ;IIIIII fi ;IIIIIII (cd $d && make $xflag opt) macports 2899 0.0 0.0 2435548 836 s003 S+ 12:20下午 0:00.00 /bin/sh -c set -e ;IIIIIIIapp_pwd=pwd ;IIIIIIIif test -f vsn.mk; thenIIIIII echo "=== Entering application" basename $app_pwd ;Ifi ;IIIIIIIIcase "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; doIIIII if test -f $d/SKIP ; thenIIIIIIecho "=== Skipping subdir $d, reason:" ;^I^I^Icat $d/SKIP ;^I^I^I^I^I^I^Iecho "===" ;IIIIII elseIIIIIIIIif test ! -d $d ; thenIIIIII echo "=== Skipping subdir $d, it is missing" ;IIelseIIIIIIII xflag="" ;IIIIIII if test -f $d/ignore_config_record.inf; thenIIIxflag=$tflag ;IIIIII fi ;IIIIIII (cd $d && make $xflag opt)
exit $? ;IIfi ;IIIIIII fi ;IIIIIIIdone ;IIIIIIIIif test -f vsn.mk; thenIIIIII echo "=== Leaving application" basename $app_pwd ;Ifi
exit $? ;IIfi ;IIIIIII fi ;IIIIIIIdone ;IIIIIIIIif test -f vsn.mk; thenIIIIII echo "=== Leaving application" basename $app_pwd ;Ifi

Change History (0)

Note: See TracTickets for help on using tickets.