Closed nonnymoose closed 8 years ago
@nonnymoose I think I've seen errors like that myself and that they were just intermittent issues with downloading from Maven. Try running the build script again when you have a chance and let me know whether it works.
@kenny-evitt Unfortunately that was my third time trying it.
@nonnymoose I can't reproduce this. I also just noticed that, according to the output in your comment, the build is attempting to download lein-cljsbuild and lein-codox from Maven ("central") instead of Clojars. I'm guessing your Leiningen configuration is not the same as mine.
Don't be discouraged by my closing this issue. I'm just indicating to other contributors that there's nothing really to do for this until we can reproduce your problem. Just keep commenting here with new info and I'll follow-up when I can.
@kenny-evitt Is there a way for me to modify my configuration such that it is the same as yours? Or at least get it and show it to you?
@nonnymoose How'd you install Leiningen? And what version of Leiningen is installed? You can check the version by running lein -v
.
also did you create a ~/profiles.clj and if so does it contain anything related to repositories ?
@rundis I did not create a ~/.profiles.clj
@kenny-evitt lein -v
returns the following:
OpenJDK Zero VM warning: TieredCompilation is disabled in this release.
Leiningen 2.6.1 on Java 1.8.0_91 OpenJDK Zero VM
@nonnymoose I can't find anyone else reporting or discussing your exact issue. Would you mind reporting this upstream to Leiningen? Here's their GitHub repo:
Steps to Reproduce
I downloaded leiningen exactly as described and node 4.2.6 and npm 3.5.2 from my package manager. I used
update-alternatives
to link the node command to nodejs. When I ranscript/build.sh
, it failed with the errors below.Environment
Linux RaspberryPi 4.1.19-v7+ #858 SMP Tue Mar 15 15:56:00 GMT 2016 armv7l armv7l armv7l GNU/Linux
Error Messages
As far as I can tell, I am not behind a proxy, as I am on a home network. Any help would be appreciated. I really want a code editor on the Raspberry Pi!