#29605: mpeg4ip @1.5.0.1 - Infinite loop in configure phase ------------------------------------------+--------------------------------- Reporter: cristiano.fontana@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: mpeg4ip ------------------------------------------+--------------------------------- Installation of mpeg4ip hangs in the configuration phase because it enters in an infinite loop: {{{ $ sudo port -v install mpeg4ip Password: ---> Computing dependencies for mpeg4ip. ---> Configuring mpeg4ip dir: . Found link for libtoolize SDL appears to be installed + mkdir -p ./config + echo 'Do not remove this file or you might have to re-bootstrap' + ./configure --disable-player --mandir=/opt/local/share/man --prefix=/opt/local (...) checking for glib.h... yes checking for nasm... true checking nasm version...... nasm: error: unrecognised option `-r' nasm: error: no input file specified type `nasm -h' for help util/testnasm.sh: line 8: test: =: unary operator expected util/testnasm.sh: line 8: test: =: unary operator expected util/testnasm.sh: line 8: test: =: unary operator expected util/testnasm.sh: line 8: test: =: unary operator expected }}} To correct this it is necessary to change all occurrences of: "{{{nasm -r}}}" to "{{{nasm -v}}}" Reference: [http://bugs.gentoo.org/204505] -- Ticket URL: <https://trac.macports.org/ticket/29605> MacPorts <http://www.macports.org/> Ports system for Mac OS