I noticed something funny: on Ubuntu 17.10, the test fails if I build
with gcc7 (the default), but passes if I build with gcc6.
To select gcc6, I did
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 6
--slave /usr/bin/g++ g++ /usr/bin/g++-6
sudo update-alternatives --install
Héllo,
I made some progress on my culturia project,
I wanted to share with you where it's going
with a few bits about guile-wiredtiger itself.
tl;dr:
$ git clone https://a-guile-mind.github.io/culturia.one
$ git clone https://framagit.org/a-guile-mind/guile-wiredtiger
On guix(sd) environme
fwiw, I've been seeing this for months. The test passes sometimes, it seems to
be random.
regards
Daniel
> From: Dan Kegel
> Subject: test-out-of-memory fails in v2.2.2?
> Date: 26 Nov 2017 06:10:08 GMT+1
> To: guile-user@gnu.org
>
>
> Hi! Just trying to build scheme here.
>
> sch