bug#34402: Inferior channel (I believe 'inferior-for-channels' function specifically) sometimes fails

2019-02-12 Thread Ludovic Courtès
Hi, skribis: > It looks like line 16205 (at the bottom pretty much) shows that a permissions > issue is the culprit: > > openat(AT_FDCWD, > "/home/itsme/.cache/guix/checkouts/pjmkglp4t7znuugeurpurzikxq3tnlaywmisyr27shj7apsnalwq/.git/FETCH_HEAD", > O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0666) = -

bug#34402: Inferior channel (I believe 'inferior-for-channels' function specifically) sometimes fails

2019-02-09 Thread pkill9
Nope, there is nothing after the colon in the output when this error shows up. Ok, I will run that next time I get this error. On Sat, 09 Feb 2019 15:12:24 +0100, Ludovic Courtès wrote: > Hello, > > skribis: > > > Often I'll get this output when building a manifest* with an inferior: > > > >

bug#34402: Inferior channel (I believe 'inferior-for-channels' function specifically) sometimes fails

2019-02-09 Thread Ludovic Courtès
Hello, skribis: > Often I'll get this output when building a manifest* with an inferior: > > ``` > itsme@antelope /tmp$ guix package -n -m example-inferior.scm > Updating channel 'guix' from Git repository at > 'https://git.savannah.gnu.org/git/guix.git'... > guix package: error: failed to loa

bug#34402: Inferior channel (I believe 'inferior-for-channels' function specifically) sometimes fails

2019-02-09 Thread pkill9
Often I'll get this output when building a manifest* with an inferior: ``` itsme@antelope /tmp$ guix package -n -m example-inferior.scm Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... guix package: error: failed to load 'example-inferior.scm': ``` I