John J Foerch <jjfoe...@earthlink.net> writes: > I'm trying to build OLA (Open Lighting Architecture) and I ran into some > difficulty. Ola is often used as a service, but at this point all I'm > interested in is making an ordinary package. The build times out after > a certain point:
Is anything happening in the background? Or does it just sit there doing nothing? If you think that it just needs more time you can tell “guix build” to tolerate longer periods of silence with “--max-silent-time=99999” or similar. ~~ Ricardo