#48276: Gimp2 configuration hangs on grep command -------------------------------------------------+------------------------- Reporter: drew.mirage@… | Owner: macports- Type: defect | tickets@… Priority: Normal | Status: new Component: ports | Milestone: MacPorts Keywords: configure configuring hang grep | Future reload-state | Version: 2.3.3 | Port: gimp2 -------------------------------------------------+------------------------- OS 10.10.4 MacPorts 2.3.3 Xcode 6.4 (6E35b) gimp2 @2.8.14_3+help_browser+python27 I am attempting to upgrade using port upgrade outdated (and then specifically port upgrade gimp2) and the command hangs. This is the output:[[BR]] {{{ Computer:~ user$ sudo port upgrade gimp2 ---> Computing dependencies for gimp2 ---> Fetching archive for gimp2 ---> Attempting to fetch gimp2-2.8.14_3+help_browser+python27.darwin_14.x86_64.tbz2 from http://packages.macports.org/gimp2 ---> Attempting to fetch gimp2-2.8.14_3+help_browser+python27.darwin_14.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/gimp2 ---> Attempting to fetch gimp2-2.8.14_3+help_browser+python27.darwin_14.x86_64.tbz2 from http://lil.fr.packages.macports.org/gimp2 ---> Fetching distfiles for gimp2 ---> Attempting to fetch gimp-2.8.14.tar.bz2 from http://sea.us.distfiles.macports.org/macports/distfiles/gimp2 ---> Verifying checksums for gimp2 ---> Extracting gimp2 ---> Applying patches to gimp2 ---> Configuring gimp2 }}} The title bar of the terminal window says that the command currently being executed is 'grep'. Doing a ps auxw | grep grep yields the following two lines: {{{ Computer:~$ sudo ps auxw | grep grep macports 24920 0.0 0.0 2432772 652 s001 S+ 6:11pm 0:00.00 grep reload-state macports 24918 0.0 0.0 2436444 996 s001 S+ 6:11pm 0:00.00 sh -c /usr/bin/m4 --help </dev/null 2>&1 | grep reload-state
/dev/null }}}
There are no issues with upgrading any other outdated ports. Running port -d upgrade gimp2 shows nothing that looks out of place (no error or warning messages). The last few lines before getting hung are: {{{ I am going to run ./configure with the following arguments: --prefix=/opt/local --build=x86_64-apple-darwin14.4.0 --enable-mp --with-pdbgen --with-lcms=2 --with-x --x-includes=/opt/local/include --x-libraries=/opt/local/lib --disable-silent-rules --without-alsa --without-gvfs --without-gudev --without-mac-twain }}} I left the process running overnight with no change. The process is not using any appreciable CPU or incrementally using more memory (the top command shows both grep and the sh command that invoked grep to be in a "sleeping" state. I have cleaned with the --all flag all ports and I have successfully removed and cleaned gimp2 and tried to install fresh with no luck. The install command hangs in the same way as the upgrade command. One final note - I tried reinstalling the old version of gimp2 (gimp2 @2.8.14_2+help_browser+python27) and encountered the same error. Any suggestions or recommendations would be appreciated. -- Ticket URL: <https://trac.macports.org/ticket/48276> MacPorts <https://www.macports.org/> Ports system for OS X