IRC channel logs

2026-09-01.log

back to list of logs

<tsyesika>PuercoPop: I tried building again with the latest pumpkin-chat and it seems to work for me. They're included in the reflect libs and I think should copy from hoot: https://codeberg.org/spritely/pumpkin-chat/src/branch/main/Makefile.am#L68
<ArneBab>dthompson: ok :-)
<dthompson>:)
<PuercoPop>tsyesika: Maybe I'm doing something wrong, but invoking guix shell with the README instructions runs into this error on my machine https://paste.sr.ht/~puercopop/4eb0a5788ae38ca54864315051a0cc07c5db36af
<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>er, 'guix shell' that is
<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>yeah, just want the dev dependencies
<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>some problem with your shell
<dthompson>perhaps .bashrc clobbering important environment variables
<PuercoPop>guix shell --pure fix'd it so yeah I guess that was it