#18904: Activation of slib-guile takes 7 hours at 100% cpu and never finishes -----------------------------+---------------------------------------------- Reporter: tim@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Component: ports Version: 1.7.0 | Keywords: Port: slib-guile mpab | -----------------------------+---------------------------------------------- Comment(by cedayiv@…): It appears to be hanging on the post-activate code: {{{ post-activate { system "${prefix}/bin/guile -c \"(use-modules (ice-9 \ slib)) (require 'new-catalog)\"" } }}} It hangs on the first part of the code: (use-modules (ice-9 slib)) The "require" part never gets executed. I can reproduce this on the command line: {{{ $ guile (use-modules (ice-9 slib)) hangs... }}} -- Ticket URL: <http://trac.macports.org/ticket/18904#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS