all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: bug-guix@gnu.org
Subject: Python and gzip
Date: Fri, 25 Jan 2013 23:38:45 +0100	[thread overview]
Message-ID: <201301252338.45926.andreas@enge.fr> (raw)

[-- Attachment #1: Type: text/plain, Size: 1953 bytes --]

While trying to add a package to compression.scm, I just added the line
  #:use-module (gnu packages python)

This results in the following error:
Backtrace:
In ice-9/eval.scm:
 392: 19 [eval # ()]
In ice-9/boot-9.scm:
2667: 18 [define-module* (gnu packages compression) #:filename ...]
2642: 17 [resolve-imports (# # # # ...)]
2580: 16 [resolve-interface (gnu packages python) #:select ...]
2505: 15 [#<procedure 2698940 at ice-9/boot-9.scm:2493:4 (name #:optional 
autoload version #:key ensure)> # ...]
2772: 14 [try-module-autoload (gnu packages python) #f]
2111: 13 [save-module-excursion #<procedure 2e5b900 at 
ice-9/boot-9.scm:2773:17 ()>]
2783: 12 [#<procedure 2e5b900 at ice-9/boot-9.scm:2773:17 ()>]
In unknown file:
   ?: 11 [primitive-load-path "gnu/packages/python" #f]
In gnu/packages/python.scm:
  20: 10 [#<procedure 2e685c0 ()>]
In ice-9/boot-9.scm:
2667: 9 [define-module* (gnu packages python) #:filename ...]
2642: 8 [resolve-imports ((# # #) (#) (#) (#) ...)]
2580: 7 [resolve-interface (gnu packages base) #:select ...]
2505: 6 [#<procedure 2698940 at ice-9/boot-9.scm:2493:4 (name #:optional 
autoload version #:key ensure)> # ...]
2772: 5 [try-module-autoload (gnu packages base) #f]
2111: 4 [save-module-excursion #<procedure 2e6b6c0 at 
ice-9/boot-9.scm:2773:17 ()>]
2783: 3 [#<procedure 2e6b6c0 at ice-9/boot-9.scm:2773:17 ()>]
In unknown file:
   ?: 2 [primitive-load-path "gnu/packages/base" #f]
In gnu/packages/base.scm:
1055: 1 [#<procedure 2ecc020 ()>]
In ice-9/boot-9.scm:
 106: 0 [#<procedure 2825b40 at ice-9/boot-9.scm:97:6 (thrown-k . args)> 
unbound-variable ...]

ice-9/boot-9.scm:106:20: In procedure #<procedure 2825b40 at 
ice-9/boot-9.scm:97:6 (thrown-k . args)>:
ice-9/boot-9.scm:106:20: In procedure module-lookup: Unbound variable: gzip


In algebra.scm, for instance, there is no problem. And it is also not a 
clash with the variable gzip in compression.scm, because renaming it does 
not help.

Andreas

[-- Attachment #2: Type: text/html, Size: 8360 bytes --]

             reply	other threads:[~2013-01-25 22:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-25 22:38 Andreas Enge [this message]
2013-01-25 23:12 ` Python and gzip Ludovic Courtès
2013-01-26 13:54   ` Andreas Enge
2013-01-26 21:46     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201301252338.45926.andreas@enge.fr \
    --to=andreas@enge.fr \
    --cc=bug-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.