IRC channel logs

2020-03-04.log

back to list of logs

<schaeffer>apapsch, killmeplease: if you're interested in how 8sync handles concurrency, here's what my little program does: https://gist.github.com/jnschaeffer/51a6024e56e11812d498fbbbfdf955f3
<schaeffer>for anyone who's curious, i'm looking to use 8sync such that an actor handles each message coming in one at a time instead of handling all of them concurrently. the program i just linked is doing the latter and i'd like it not to do that
*spk121 thinks test coverage of 80% in guile-gi smell like 'beta'
***apteryx_ is now known as apteryx
<wingo>moin
<dsmith-work>UGT Greetings, Guilers
<dsmith-work>So I've been building a lot of rootfs images for a 64bit arm board, and thought I'd see how well guile 3 builds for that.
<dsmith-work>During the install of the cross-compiled go files, I see this error for every .go file:
<dsmith-work>ERROR: architecture for "/usr/lib/guile/3.0/ccache/ice-9/and-let-star.go" is "None", should be "AArch64"
<dsmith-work>Anyone ever see that before?
<dsmith-work>I'm not sure at this point what program is generating that error, though I suspect it's "install".
<dsmith-work>Ah. It's because BR2_READELF_ARCH_NAME "AArch64"
<dsmith-work>So GUILE_BIN_ARCH_EXCLUDE = /usr/lib/guile/3.0
<dsmith-work>gets around that problem.
<dsmith-work>Anyone see this next error?
<dsmith-work># guile
<dsmith-work>Pre-boot error; key: encoding-error, args: ("scm_to_stringn" "cannot convert narrow string to output locale" 22 #f #f)Aborted
<dsmith-work>Maybe locale isn't set correctly?