On Thu, May 12, 2016 at 11:31:14AM -0500, Alex Griffin wrote: > On Thu, May 12, 2016, at 04:12 AM, Alex Kost wrote: > > Hello, was this package built successfully for you? I tried it but the > > build phase failed (I'm attaching the last part of the build process [1] > > just in case). I don't know, maybe I just don't have enough memory > > (3GB) to build it (I had such problems with cmake before). > > Yes, it builds fine for me. It looks like the important line in your > build log is "c++: internal compiler error: Killed (program cc1plus)", > which could be from running out of memory. Does it still happen if you > add `#:parallel-build? #f` to the build system arguments?
I can build it on x86_64 with 8 GB RAM. I monitored resource usage, and saw peak usage of > 4 GB RAM. 4.16s user 0.18s system 0% cpu 7:49.75 total When #:parallel-build? was #f, I saw peaks of ~1 GB RAM. 4.08s user 0.16s system 0% cpu 15:12.48 total