IRC channel logs

2021-07-02.log

back to list of logs

<dsmith>!uptime
<sneek>I've been running for one minute and 37 seconds
<sneek>This system has been up 10 hours, 15 minutes
***chris2 is now known as Guest538
***rt is now known as robin
<rdrg109>!uptime
***rt is now known as robin
<dsmith>!uptime
<sneek>I've been running for 12 hours
<sneek>This system has been up 22 hours, 15 minutes
<dsmith>rdrg109: (no leading space)
<dsmith>Woah! 145 memebers
<civodul>dsmith: have we reached the number of people we had on freenode yet?
<dsmith>I think it was around 160 ?
<leoprikler>it feels like 3/4ths over here and in #guix
<dsmith>150 right now
<civodul>116, according to ERC :-)
<leoprikler>polari also says 116
<leoprikler>or is that 150 poor souls using the wrong channel?
<civodul>heh
***apteryx_ is now known as apteryx
<dsmith>Hmm. My erc says 156
<dsmith>wait
<dsmith>Doh!
<dsmith>Sorry. 116
<dsmith>I was looking at the line number
*dsmith blushes
<dsmith-work>Happy Friday, Guilers!!
<tekakutli>happy friday dsmith
<stikonas>hi, in #bootstrappable we are trying to bootstrap guile (3.0.7). So I'm building guile with GCC 4.7.4 but once build process builds initial guile, it crashes. https://paste.debian.net/1203162/ any ideas what I might be doing incorrectly?
<RhodiumToad>in frame 1, what's the value of *(void**)ptr ?
<RhodiumToad>looks like something is screwed up between boehm-gc and guile
<stikonas>$1 = (void *) 0xfffbb0a7
<stikonas>oh, I guess you want me to dereference it
<stikonas>$2 = (void *) 0x0
<stikonas>so it's 0
<stikonas>that was (gdb) p *(void**)ptr
<RhodiumToad>that's supposed to point to a function, the finalizer for some object
<apteryx>is it possible to have dynamic options based on the value of another CLI option using (srfi srfi-37)
<apteryx>hmm, thinking more about it, I don't see how that'd be feasible