#22889: clojure-contrib with erring CLASSPATH ---------------------------------+------------------------------------------ Reporter: trier@… | Owner: mdippery@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: haspatch | Port: clojure clojure-contrib ---------------------------------+------------------------------------------ Comment(by conradwt@…): This issue still happens on Clojure 1.2.0. For example, I'm seeing the following issues: {{{ Clojure 1.2.0 user=> (take 10 fibs) java.lang.Exception: Unable to resolve symbol: fibs in this context (NO_SOURCE_FILE:2) user=> (require 'clojure.contrib.str-utils) java.io.FileNotFoundException: Could not locate clojure/contrib/str_utils__init.class or clojure/contrib/str_utils.clj on classpath: (NO_SOURCE_FILE:0) user=> (. Math pi) java.lang.NoSuchFieldException: pi (NO_SOURCE_FILE:4) user=> (triple 10) java.lang.Exception: Unable to resolve symbol: triple in this context (NO_SOURCE_FILE:5) }}} -- Ticket URL: <https://trac.macports.org/ticket/22889#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS