(address . bug-guix@gnu.org)
#+BEGIN_EXAMPLE
10:06 katco says: guix --version
guix (GNU Guix) c660779722f4130e95cda89c0eb0cff534a89ef2
#+END_EXAMPLE
I am packaging a system called ~sbcl-1am~, and I discovered that unless
I make the package name longer, I receive this cryptic error when
issuing ~guix build -L. sbcl-1am~:
#+BEGIN_EXAMPLE
Backtrace:
1 (primitive-load "/home/katco/.config/guix/current/bin/g…")
In guix/ui.scm:
1936:12 0 (run-guix-command _ . _)
guix/ui.scm:1936:12: In procedure run-guix-command:
Value out of range 0 to 4: 5
#+END_EXAMPLE
--
Katherine