Ricardo Wurmus <[email protected]> skribis: > Ludovic Courtès <[email protected]> writes: > >> Ricardo Wurmus <[email protected]> skribis: >> >>> The tests only fail when run with “guix build”. >>> I run them like this: >>> >>> ./libgit2_clar -v -Q >>> >>> And I get erros like this: >>> >>> Function call failed: (chdir(sandbox)) >>> error -1 - <no message> >> >> Does the test also fail outside the build environment? Could you strace >> it to see exactly what the argument to ‘chdir’ is and what its errno >> value is? >> >> At first sight it sounds like it should be fixable, so it’s worth a try. > > It was fixable! (I seem to have to give up first before eventually > succeeding.)
Cool! > From 973a38bc00343863ea61d7345661281b84ac4ce7 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus <[email protected]> > Date: Thu, 17 Dec 2015 16:20:05 +0100 > Subject: [PATCH] gnu: Add libgit2. > > * gnu/packages/version-control.scm (libgit2): New variable. LGTM, thank you! Ludo’.
