From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: bug#40067: clojure does not find namespace "clojure.set" Date: Sat, 14 Mar 2020 22:04:07 -0600 Message-ID: <7060d084fbc7afab770a0c82ce6873cb6eaf1647.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55698) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDKWN-0001Je-Ib for bug-guix@gnu.org; Sun, 15 Mar 2020 00:05:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDKWM-0004fn-LP for bug-guix@gnu.org; Sun, 15 Mar 2020 00:05:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56399) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jDKWM-0004fV-Hy for bug-guix@gnu.org; Sun, 15 Mar 2020 00:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jDKWM-00045M-Bx for bug-guix@gnu.org; Sun, 15 Mar 2020 00:05:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:55097) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDKVY-0001Ho-1Q for bug-guix@gnu.org; Sun, 15 Mar 2020 00:04:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDKVX-0003Ct-2H for bug-guix@gnu.org; Sun, 15 Mar 2020 00:04:11 -0400 Received: from mail-pj1-x1035.google.com ([2607:f8b0:4864:20::1035]:39786) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jDKVW-00037Z-Su for bug-guix@gnu.org; Sun, 15 Mar 2020 00:04:11 -0400 Received: by mail-pj1-x1035.google.com with SMTP id d8so6467400pje.4 for ; Sat, 14 Mar 2020 21:04:10 -0700 (PDT) Received: from [192.168.1.5] ([38.141.58.134]) by smtp.gmail.com with ESMTPSA id e204sm10294069pfh.199.2020.03.14.21.04.07 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 14 Mar 2020 21:04:08 -0700 (PDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 40067@debbugs.gnu.org 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 < 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