IRC channel logs
2025-03-09.log
back to list of logs
<spk121>For me, make distcheck is broken because the directory where ".version-t" is supposed to go is read only. Does anyone else have this problem <sneek>Welcome back spk121, you have 1 message! <spk121>lol, I guess I haven't said anything for two years. Thanks sneek. <janneke>spk121: haha, sneek comes with a two year old message and the mail it points to starts with "I'm sorry for "necrobumping" this thread;" <ArneBab>anemofilia: if you look at that more deeply you can actually get the full "set a breakpoint, continue after fixing" workflow running — and add live adjustments beyond what you get in most other languages. <ArneBab>anemofilia: you may want to set all your modules #:declarative #f, though. Then you can always change top-level bindings <lechner>Hi, I'm trying to use gdb with Guile. Is there a guide somewhere? Thanks! <dsmith>lechner, Not sure how out-of-date it is, but the HACKING file mentions a gdb init file <dsmith>lechner, ./gdbinit in the guile source tree <dsmith>lechner, Also, there is ./meta/gdb-uninstalled-guile <spk121>Yeah, I'm pretty sure make distcheck is broken because it tries to build .version in $top_srcdir. Changing it to $top_builddir makes make distcheck work again. <df>so for example if I start and attach to a repl, I see in the backtrace stuff like #<port #<port-type file 7fc032e07b40> 7fc032e41580> <lechner>df / thanks! that was probably missing here