IRC channel logs
2026-09-01.log
back to list of logs
<PuercoPop>in the build log is where I the the failure due to no client/reflect.js <PuercoPop>Should I instead do guix shell guile guile-fibers guile-goblins guile-gnutls guile-hook guile-websocket and then run autoreconf;./configure;make instead? <dthompson>PuercoPop: looking at this now. the README is wrong. it should be 'guix -Df guix.scm' not 'guix -f guix.scm' <dthompson>I'm going to change the README to say to run 'guix shell' without any arguments as that will do the right thing but require a confirmation step <PuercoPop>Ah so that it only installs the development dependencies. Thanks! <dthompson>I am getting the reflect.js error with a parallel make but not serial. gonna tweak the make rules to fix that <PuercoPop>Ok, now the ./configure step runs into configure: error: required guile module not found: (hoot compile) <dthompson>perhaps .bashrc clobbering important environment variables <PuercoPop>guix shell --pure fix'd it so yeah I guess that was it