Leo Famulari skribis: > I had rebuilt from the git tree recently, but I'm not sure exactly when. > > It goes away after I rebuild. > > --- > $ ./pre-inst-env guix build hello > Backtrace: > In ice-9/boot-9.scm: > 157: 12 [catch #t # ...] > In unknown file: > ?: 11 [apply-smob/1 #] > In ice-9/boot-9.scm: > 63: 10 [call-with-prompt prompt0 ...] > In ice-9/eval.scm: > 432: 9 [eval # #] > In ice-9/boot-9.scm: > 2401: 8 [save-module-excursion #] > 4050: 7 [#] > 1724: 6 [%start-stack load-stack ...] > 1729: 5 [#] > In unknown file: > ?: 4 [primitive-load "/gnu/store/9p7mf2a21c6a5k06jgbb9yg9abx7ilh9-guix-0.10.0-0.8062/bin/.guix-real"] Why is this file being loaded, instead of scripts/guix? Could it be that scripts/guix was missing at that time? Maybe it would be wise to apply a patch as attached to prevent such situations from arising. WDYT? Thanks, Ludo’.