mj lane <[email protected]> writes:
> Hi Guix! > I can't do, what's the point of a mistake a failed to load > > guix package --export-manifest > guix package: warning: failed to load '(cuirass base)': > no code for module (mailutils mailutils) > guix package: warning: failed to load '(cuirass http)': > no code for module (squee) > guix package: warning: failed to load '(cuirass mastodon)': > no code for module (mastodon) > guix package: warning: failed to load '(cuirass remote)': > no code for module (simple-zmq) > WARNING: (cuirass scripts register): imported module (fibers) overrides > core binding `sleep' > guix package: warning: failed to load '(cuirass scripts remote-server)': > no code for module (simple-zmq) > guix package: warning: failed to load '(cuirass scripts remote-worker)': > no code for module (simple-zmq) > WARNING: (cuirass scripts web): imported module (fibers) overrides core > binding `sleep' > ;; This "manifest" file can be passed to 'guix package -m' to reproduce > ;; the content of your profile. This is "symbolic": it only specifies > ;; package names. To reproduce the exact same profile, you also need to > ;; capture the channels being used, as returned by "guix describe". > ;; See the "Replicating Guix" section in the manual. > > (specifications->manifest > (list "..")) > > Some deprecated features have been used. Set the environment > variable GUILE_WARN_DEPRECATED to "detailed" and rerun the > program to get more information. Set it to "no" to suppress > this message. > > Hope that helps > Mlan Did you modify any environment variables used by Guile or Guix? I've seen similar errors when I've done that.
