This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-12-07
Channels
- # adventofcode (38)
- # aleph (1)
- # bangalore-clj (3)
- # beginners (126)
- # boot (165)
- # boulder-clojurians (5)
- # cider (42)
- # cljsrn (11)
- # clojure (203)
- # clojure-greece (6)
- # clojure-hk (1)
- # clojure-italy (11)
- # clojure-new-zealand (1)
- # clojure-nl (1)
- # clojure-russia (112)
- # clojure-spec (86)
- # clojure-uk (176)
- # clojurescript (38)
- # code-reviews (2)
- # core-async (2)
- # cryogen (2)
- # cursive (16)
- # datascript (2)
- # datomic (80)
- # events (2)
- # garden (28)
- # hoplon (115)
- # jobs (1)
- # jobs-discuss (7)
- # klipse (50)
- # lein-figwheel (15)
- # liberator (17)
- # luminus (6)
- # off-topic (8)
- # om (31)
- # onyx (26)
- # parinfer (4)
- # planck (35)
- # protorepl (26)
- # quil (2)
- # re-frame (50)
- # reagent (21)
- # ring (5)
- # rum (2)
- # schema (1)
- # untangled (29)
- # vim (10)
- # yada (40)
@doglooksgood Do you have the deps listed here installed? https://github.com/mfikes/planck/wiki/Building#arch
@doglooksgood Are you trying to build a released beta version, or master?
@doglooksgood My guess would be that if you did a script/clean
and then a script/build
then it might clear the problem. The root cause might be that you may not have lein set up or somesuch that caused it.
@doglooksgood In the lib
subdirectory of where you cloned planck
does it have a cljs-1.9.330-1.jar
file?
~/ ps uax|grep java
tianshu 18011 122 1.7 3331632 69856 pts/2 Sl+ 23:52 0:01 java -Xbootclasspath/a:/home/tianshu/.lein/self-installs/leiningen-2.7.0-standalone.jar -Dfile.encoding=UTF-8 -Dmaven.wagon.http.ssl.easy=false -Dmaven.wagon.rto=10000 -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Dleiningen.original.pwd=/home/tianshu/repos/planck/planck-cljs -Dleiningen.script=script/lein -classpath /home/tianshu/.lein/self-installs/leiningen-2.7.0-standalone.jar clojure.main -m leiningen.core.main with-profile build classpath
this is the process when bulid is running.~/.lein/ cat /proc/version Linux version 4.8.11-1-ARCH ([email protected]) (gcc version 6.2.1 20160830 (GCC) ) #1 SMP PREEMPT Sun Nov 27 09:26:14 CET 2016
OK. I have Linux archlinux.vagrant.vm 4.5.0-1-ARCH #1 SMP PREEMPT Tue Mar 15 09:41:03 CET 2016 x86_64 GNU/Linux
set up now. Perhaps that is close enough.
I just look at the process I've post above, it seems like the clojurescript jar is not located in classpath?
@doglooksgood Thanks for sharing. I was able to build in that VM. I did discover another issue with the built planck binary that I’ll log, but otherwise things built.