perun

Discuss perun static site generator
heyarne 2018-07-06T22:59:06.000096Z

hi there! i'm trying to follow the getting started to get a taste

heyarne 2018-07-06T22:59:49.000008Z

i get an error when running boot --help at https://perun.io/guides/getting-started/#step-3-the-simplest-thing-possible-

heyarne 2018-07-06T23:00:09.000187Z

$ boot --help
Retrieving maven-metadata.xml from <https://repo.clojars.org/>
Retrieving perun-0.4.2-20171117.211243-6.pom from <https://repo.clojars.org/> (7k)
Retrieving perun-0.4.2-20171117.211243-6.jar from <https://repo.clojars.org/> (26k)
                                                  Boot.main                    Boot.java:  257
                                                        ...                                   
                                              boot.App.main                     App.java:  491
                                           boot.App.runBoot                     App.java:  399
org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke  ClojureRuntimeShimImpl.java:  150
org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke  ClojureRuntimeShimImpl.java:  159
                                                        ...                                   
                                            boot.main/-main                     main.clj:  216
                                         boot.main/-main/fn                     main.clj:  216
                                   clojure.core/load-string                     core.clj: 3959
                                   clojure.core/load-reader                     core.clj: 3957
                                                        ...                                   
                                    boot.user$eval34.invoke                             :    8
                              boot.user$eval34.invokeStatic                             :    8
                                                        ...                                   
                                       clojure.core/require                     core.clj: 5796 (repeats 2 times)
                                         clojure.core/apply                     core.clj:  648
                                                        ...                                   
                                     clojure.core/load-libs                     core.clj: 5758
                                     clojure.core/load-libs                     core.clj: 5774
                                         clojure.core/apply                     core.clj:  648
                                                        ...                                   
                                      clojure.core/load-lib                     core.clj: 5717
                                      clojure.core/load-lib                     core.clj: 5755
                                         clojure.core/apply                     core.clj:  648
                                                        ...                                   
                                         clojure.core/refer                     core.clj: 4087
                                         clojure.core/refer                     core.clj: 4122
                                                        ...                                   
java.lang.IllegalStateException: trace already refers to: #'boot.util/trace in namespace: boot.user
     clojure.lang.ExceptionInfo: trace already refers to: #'boot.util/trace in namespace: boot.user
    line: 8

heyarne 2018-07-06T23:00:19.000067Z

any idea how to fix this?

heyarne 2018-07-06T23:01:38.000050Z

oh, never mind. it was the :refer :all when requiring io/perun in build.boot