GNU bug report logs - #40067
clojure does not find namespace "clojure.set"

Previous Next

Package: guix;

Reported by: Jesse Gibbons <jgibbons2357 <at> gmail.com>

Date: Sun, 15 Mar 2020 04:05:02 UTC

Severity: normal

Done: Eugen Stan <eugen.stan <at> netdava.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Jesse Gibbons <jgibbons2357 <at> gmail.com>
To: 40067 <at> debbugs.gnu.org
Subject: bug#40067: clojure does not find namespace "clojure.set"
Date: Sat, 14 Mar 2020 22:04:07 -0600
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





This bug report was last modified 2 years and 18 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.