bug#29512: build of git-2.15.0.drv failed

2017-12-01 Thread myglc2
On 12/01/2017 at 11:33 Ludovic Courtès writes: ... > > To me that sounds like an issue when running tests in parallel. Commit > c03ba83c17c91e34e811a909fae0f63aab701ff9 ensures test run sequentially, > which hopefully solves the problem. That fixed it here. Thanks. - George

bug#29512: build of git-2.15.0.drv failed

2017-12-01 Thread Ludovic Courtès
Hi George, George myglc2 Clemmer skribis: > g1@g1 ~/src/guix$ guix package -M 4 -c 4 -m ../g1.scm > [...] > *** t9153-git-svn-rewrite-uuid.sh *** > not ok 4 - create new branches and tags > # > # ( cd git_project && > # git svn branch -m "New

bug#29512: build of git-2.15.0.drv failed

2017-11-30 Thread George myglc2 Clemmer
Hmm... I have discovered that that works when I don't use the multi-job/multi-core options, e.g., as previously reported, this fails ... g1@g1 ~/src/guix$ guix package -M 4 -c 4 -m ../g1.scm But this ... g1@g1 ~/src/guix$ guix package -m ../g1.scm works. So maybe it's a git bug as opposed to

bug#29512: build of git-2.15.0.drv failed

2017-11-30 Thread George myglc2 Clemmer
Running guix from clean make check on ... 6e385b76e (HEAD -> master, origin/master, origin/HEAD) gnu: mongodb: Use scons-build-system. ... guix package failed ... guix package: error: build failed: build of `/gnu/store/r3rijd3pmkfdmg3h4spyb24az3xiylc4-git-2.15.0.drv' failed Details: g1@g1