guix pull: getcwd error

  • Open
  • quality assurance status badge
Details
One participant
  • Rostislav Svoboda
Owner
unassigned
Submitted by
Rostislav Svoboda
Severity
normal

Debbugs page

Rostislav Svoboda wrote 4 weeks ago
(address . bug-guix@gnu.org)
CAEtmmewfqM0PP8jCp+kam=34oLSVY88D_8AC_YRV0OQ+jrKRgA@mail.gmail.com
$ guix pull --cores=24
--channels=/home/bost/dev/dotfiles/.config/guix/channels-home-ecke.scm
Mise à jour du canal « hask-clj » depuis le dépôt Git «
Mise à jour du canal « bost » depuis le dépôt Git «
Mise à jour du canal « games » depuis le dépôt Git «
Mise à jour du canal « nonguix » depuis le dépôt Git «
Mise à jour du canal « guix » depuis le dépôt Git «
Mise à jour du canal « guix-past » depuis le dépôt Git «
Construction depuis ces canaux :
Computing Guix derivation for 'x86_64-linux'... |Backtrace:
/In guix/store.scm:
1325:4 19 (call-with-build-handler #<procedure 7f6c98b57d60 at
guix/store.scm:1365:2 (continue store things mode)> ?)
2210:24 18 (run-with-store #<store-connection 256.100 7f6c9982a460>
#<procedure 7f6c98b57c00 at guix/gexp.scm:939?> ?)
In guix/gexp.scm:
939:13 17 (_ #<store-connection 256.100 7f6c9982a460>)
In guix/store.scm:
2038:8 16 (_ #<store-connection 256.100 7f6c9982a460>)
In guix/gexp.scm:
300:22 15 (_ #<store-connection 256.100 7f6c9982a460>)
1226:2 14 (_ #<store-connection 256.100 7f6c9982a460>)
1093:2 13 (_ #<store-connection 256.100 7f6c9982a460>)
934:4 12 (_ #<store-connection 256.100 7f6c9982a460>)
In guix/store.scm:
2095:12 11 (_ #<store-connection 256.100 7f6c9982a460>)
1407:6 10 (map/accumulate-builds #<store-connection 256.100
7f6c9982a460> #<procedure 7f6c98b6a980 at guix/store?> ?)
1412:11 9 (loop (#<gexp-input native #<<local-file> file:
"/gnu/store/izy5k01253rs6hlrzbwqqdqrylj97j1i-guix-2?> ?) ?)
1325:4 8 (call-with-build-handler #<procedure 7f6c98b6a960 at
guix/store.scm:1365:2 (continue store things mode)> ?)
2210:24 7 (run-with-store #<store-connection 256.100 7f6c9982a460>
#<procedure 7f6c98b85420 at guix/gexp.scm:939?> ?)
In guix/gexp.scm:
939:13 6 (_ #<store-connection 256.100 7f6c9982a460>)
In guix/store.scm:
2038:13 5 (_ #<store-connection 256.100 7f6c9982a460>)
In guix/gexp.scm:
300:51 4 (_)
558:2 3 (_ #<<local-file> file:
"/gnu/store/izy5k01253rs6hlrzbwqqdqrylj97j1i-guix-2e72561/gnu/packages/patches?>
?)
In unknown file:
2 (force #<promise #<procedure 7f6c98b68980 at
guix/packages.scm:997:7 ()>>)
In guix/packages.scm:
997:7 1 (_)
In unknown file:
0 (getcwd)

ERROR: In procedure getcwd:
In procedure getcwd: No such file or directory
guix pull: erreur : You found a bug: the program
'/gnu/store/z7dikm94dfnd2xm85gigln9fbg9da99r-compute-guix-derivation'
failed to compute the derivation for Guix (version:
"2e72561e788a0bb37ffe887d546a394b70b8c212"; system: "x86_64-linux";
host version: "2e72561e788a0bb37ffe887d546a394b70b8c212"; pull-version: 1).
Please report the COMPLETE output above by email to <bug-guix@gnu.org>.
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76265@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76265
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help