IRC channel logs

2024-06-25.log

back to list of logs

<ArneBab>I wrote about wisp in Guile: https://www.draketo.de/software/wisp#guile-3.0.10 — this is so awesome! Thank you!
<mwette>ah, i'm back. reading logs I see gnu.org went down
<mwette>sorry to report, I found a bug in 3.0.10, if you add --disable-tmpname to configure, then `make check' fails on posix.test because tmpnam is not around
<eikcaz>In the guile manual it says readline is "not enabled by default because of licensing reasons". Why would this be an issue? Both are gplv3
<wingo>guile is lgpl3
<apteryx>rlb, wingo: seems there was a fresh 3.0.10 release done of guile; perhaps now is a good time to merge #71304 ?
<apteryx>it'd be cool to have SRFI 64 documented too (#71300)
<sneek>Welcome back tohoyn :)
<tohoyn>sneek: botsnack
<sneek>:)
<janneke>crap, current-source-directory is a guix thing?
<Arsen>there's current-source-location
<dthompson>gnu.org seems to be down again 😞
<Arsen> https://hostux.social/@fsfstatus/112678216190653742
<Arsen>indeed
<trev>dthompson: write another fanfic about it
<dthompson>trev: :)
<cpli>no fanfic q-q
<janneke>trying to cross-build guile main
<janneke>make -C libguile scmconfig.h
<janneke>make: Entering directory '/tmp/guix-build-guile-mingw-3.0.8-19.6bb63d4.drv-0/source/libguile'
<janneke> GEN gen-scmconfig.o
<janneke>In file included from ../libguile/inline.h:28,
<janneke>[..]
<janneke>../libguile/scm.h:30:10: fatal error: libguile/scmconfig.h: No such file or directory
<janneke> 30 | #include "libguile/scmconfig.h"
<janneke>compilation terminated.
<janneke>huh?
<janneke>seems like a cyclic dependency was introduced?
<janneke>any ideas?
<janneke>ACTION goes to try
<janneke>an initial: make -C libguile scmconfig.h V=2 DEFS="-D HAVE_CONFIG_H=1 -D SCM_ICONVEH_ERROR=0 -D SCM_ICONVEH_QUESTION_MARK=0 -D SCM_ICONVEH_ESCAPE_SEQUENCE=0"