Re: slib-guile error in post-activate

2010-05-04 Thread John B Brown
Dear Folk, On 5/4/10 10:45 AM, Frank Schima wrote: On May 1, 2010, at 12:21 PM, Andrea D'Amore wrote: While trying to install slib-guile the system gets stuck in post-activate while trying to run post-activate { system "${prefix}/bin/guile -c \"(use-modules (ice-9 slib)) (require 'n

Re: slib-guile error in post-activate

2010-05-04 Thread Frank Schima
On May 1, 2010, at 12:21 PM, Andrea D'Amore wrote: > While trying to install slib-guile the system gets stuck in > post-activate while trying to run > > post-activate { > system "${prefix}/bin/guile -c \"(use-modules (ice-9 slib)) (require > 'new-catalog)\"" > } > > On C2D 10.6.3 this can

slib-guile error in post-activate

2010-05-01 Thread Andrea D'Amore
While trying to install slib-guile the system gets stuck in post-activate while trying to run post-activate { system "${prefix}/bin/guile -c \"(use-modules (ice-9 slib)) (require 'new-catalog)\"" } On C2D 10.6.3 this can be reproduced running this in CLI: sudo /opt/local/bin/guile -c "(us