#40793: groff @1.22.2_1 configuration hangs on Mountain Lion --------------------------------+-------------------------------- Reporter: benjamin.weaver@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: groff | --------------------------------+-------------------------------- Comment (by benjamin.weaver@…): I tried moving the command out of the if clause like this: {{{ # if echo P2 2 2 255 0 1 2 0 | pnmtops -nosetpage > /dev/null 2>&1 ; then echo P2 2 2 255 0 1 2 0 | pnmtops -nosetpage > /dev/null 2>&1 if test $? = 0 ; then }}} but it still stalled when it hit the pipe. Finally I just did this: {{{ # if echo P2 2 2 255 0 1 2 0 | pnmtops -nosetpage > /dev/null 2>&1 ; then # echo P2 2 2 255 0 1 2 0 | pnmtops -nosetpage > /dev/null 2>&1 if /usr/bin/true ; then }}} and the port configured and compiled successfully. -- Ticket URL: <https://trac.macports.org/ticket/40793#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X