Open oubiwann opened 7 years ago
I have the same problem, ClojureScript builds fail with the same error on desktop linux. Downgrading to 1.1.6 fixes the problem
@oubiwann @alesguzik Sorry for the long wait. Is this still a problem? Would you mind sharing your project.clj
or a minimal repo if possible?
When upgrading to a project's lein-cljsbuild dep from 1.1.6 to 1.1.7, builds on TravisCI (linux) started failing. Local builds (macos) using the same
make
target worked just fine and produced a successful build.Here's the error message:
I haven't had the opportunity to test on a local linux machine yet, just on Travis.
The build steps are nothing unusual (essentially
lein clean; lein compile; lein uberjar; lein cljsbuild once <id1>; lein cljsbuild once <id2>; lein test
). The two ids represent a node build and a browser build.Reverting back to 1.1.6 resulted in passing builds on Travis again. I'll include the stacktrace below, but here's a link for the failing build on Travis with 1.1.7:
and the subsequent pass that resulted when the project was reverted to 1.1.6:
Here's the full stacktrace: