Skip to content

Instantly share code, notes, and snippets.

@kidd
Created January 29, 2014 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kidd/1cc6497cd128fb7fa1ea to your computer and use it in GitHub Desktop.
Save kidd/1cc6497cd128fb7fa1ea to your computer and use it in GitHub Desktop.
~/programmingStuff/guix $ ./pre-inst-env scripts/guix package -i lua
;;; Failed to autoload make-session in (gnutls):
;;; ERROR: missing interface for module (gnutls)
;;; Failed to autoload connection-end/client in (gnutls):
;;; ERROR: missing interface for module (gnutls)
;;; Failed to autoload make-session in (gnutls):
;;; ERROR: missing interface for module (gnutls)
Backtrace:
In ice-9/eval.scm:
481: 19 [lp (#<fluid 25>) (#f)]
411: 18 [eval # #]
In srfi/srfi-1.scm:
578: 17 [map #<procedure 5303990 at ice-9/eval.scm:416:20 (a)> (# # # # ...)]
In ice-9/eval.scm:
387: 16 [eval # #]
411: 15 [eval # #]
In ice-9/r4rs.scm:
39: 14 [call-with-values #<procedure 53038a0 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/eval.scm:
481: 13 [lp (#<fluid 24> #<fluid 25>) ("x86_64-linux" #f)]
481: 12 [lp (#<fluid 25>) (#f)]
411: 11 [eval # #]
In srfi/srfi-1.scm:
578: 10 [map #<procedure 531fa80 at ice-9/eval.scm:416:20 (a)> (# # # # ...)]
In ice-9/eval.scm:
387: 9 [eval # #]
432: 8 [eval # #]
436: 7 [eval # #]
411: 6 [eval # #]
In ice-9/r4rs.scm:
39: 5 [call-with-values #<procedure 531f7e0 at ice-9/eval.scm:416:20 ()> ...]
In ice-9/eval.scm:
481: 4 [lp (#<fluid 24> #<fluid 25>) ("x86_64-linux" #f)]
481: 3 [lp (#<fluid 25>) (#f)]
411: 2 [eval # #]
387: 1 [eval # #]
In unknown file:
?: 0 [scm-error misc-error #f ...]
ERROR: In procedure scm-error:
ERROR: bootstrap binary not found "guile-2.0.9.tar.xz" "x86_64-linux"
~/programmingStuff/guix $ guile -v
guile (GNU Guile) 2.0.9
Copyright (C) 2013 Free Software Foundation, Inc.
License LGPLv3+: GNU LGPL 3 or later <http://gnu.org/licenses/lgpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment