IRC channel logs

2017-09-16.log

back to list of logs

<pebcak_>good evening folks
<pebcak_>on the risk of pissing people here off: Has anybody compiled guile under arch lately ? I'm trying to get some basic examples to work but hitting increasingly difficult to research errors
<pebcak_>the last one (ERROR: In procedure load-thunk-from-memory: No such file or directory) dissapeared when i mkdir'd the missing /usr/share/guile/site/2.2 directory
<pebcak_>_now_ i got another one instead (ERROR: In procedure load-thunk-from-memory: incorrectly aligned base) which i can't seem to find anything about
<ft>pebcak_: Do you have .go files around that were built with guile 2.0 and you're trying to use them with guile 2.2? I think I saw errors like that when I tried that.
<pebcak_>ft: i don't think so ... i'm quite new to the whole guile thing, so 2.2.2 is the first version i'm experimenting on, but let me check my pacman logs just to be sure
<ft>pebcak_: If not, I guess people may need a bit more detail. I'm not an expert on the internals by any stretch. You may have to sit tight for a while until an expert's timezone comes up. :)
<pebcak_>ft: correct me if i'm wrong, the .go files should be in the LOAD_COMPILED_PATH directories ?
<ft>%load-compiled-path at the guile repl.
<ft>LOAD_COMPILED_PATH extends that.
<pebcak_>alright, 2017-04-30 was the date my pacman decided to get me from 2.0.14-1 to 2.2.1-1
<pebcak_>ft: alright, thanks for your help, i think i'm gonna go search for some older .go -files, and catch some sleep
<mwette>I found on macOS (dynamic-link) works but on GNU/Linux (Centos) you need ot do (dynamic-link "libcairo")
<civodul>heya!
<civodul>wingo: could you push the Guile 2.2.2 news entry in guile-website.git? :-)
<mwette>I released nyacc 0.82.1. The FFI helper is working pretty well now.
<civodul>woow, congrats mwette!
<mwette>thx
<dustyweb>ACTION writing a csexp library built to be used as an efficient message serialization format
<daviid>ACTION is reading the goops patches in master