unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Jesse Gibbons <jgibbons2357@gmail.com>
To: 40067@debbugs.gnu.org
Subject: bug#40067: clojure does not find namespace "clojure.set"
Date: Sat, 14 Mar 2020 22:04:07 -0600	[thread overview]
Message-ID: <7060d084fbc7afab770a0c82ce6873cb6eaf1647.camel@gmail.com> (raw)

A simple way to tell if clojure can find a namespace is to use the dir
macro on the repl. The following command should output items in the
clojure.string namespace followed by the items in the clojure.set
namespace:

java -jar `guix build clojure`/share/java/clojure.jar <<EOF
(dir clojure.string)
(dir clojure.set)
EOF

The first command is successful, but when it gets to the second command
it fails with the following error:

user=> Execution error at user/eval9637 (REPL:1).
No namespace: clojure.set found




I unzip'd the jar and found that the set$*.class files are indeed in
there. This is with openjdk, built with guix commit
ce226e9d8d52d2530f057f2000d36c0d55380ade. It also happens with openjdk.


-Jesse

             reply	other threads:[~2020-03-15  4:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-15  4:04 Jesse Gibbons [this message]
2021-03-15 20:20 ` bug#40067: clojure does not find namespace "clojure.set" Alex ter Weele
2023-05-04 21:21 ` Eugen Stan

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=7060d084fbc7afab770a0c82ce6873cb6eaf1647.camel@gmail.com \
    --to=jgibbons2357@gmail.com \
    --cc=40067@debbugs.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).