Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with make clean gh-pages command #9

Open
cjbator88 opened this issue Jan 25, 2021 · 1 comment
Open

Problem with make clean gh-pages command #9

cjbator88 opened this issue Jan 25, 2021 · 1 comment

Comments

@cjbator88
Copy link

I'm in an Azure instance, utilizing Ubuntu 16.04 LTS.
I've installed Java, Leiningen, Clojure, NodeJS and make
Building the API works with the following commands:

make clean
make bundle
cd target/bundle
/bin/server.sh > logfilename.txt &

But when I try to install the UI using 'make clean gh-pages' I get the following error:

rm -rf target *.log node_modules resources/public/css/style.css resources/public/css/style.css.map gh-pages
clj -A:build-prod
2021-01-25 18:44:31.131:INFO::main: Logging initialized @8109ms to org.eclipse.jetty.util.log.StdErrLog
[Figwheel] Validating figwheel-main.edn
[Figwheel] figwheel-main.edn is valid \(ツ)/
[Figwheel] Compiling build prod to "target/public/cljs-out/prod-main.js"
[Figwheel] Failed to compile build prod in 0.042 seconds.
[Figwheel:WARNING] Compile Exception: error=2, No such file or directory
[Figwheel:SEVERE] java.io.IOException: error=2, No such file or directory
Execution error (IOException) at java.lang.ProcessImpl/forkAndExec (ProcessImpl.java:-2).
error=2, No such file or directory

Full report at:
/tmp/clojure-277876351812034403.edn
Makefile:13: recipe for target 'build-prod' failed
make: *** [build-prod] Error 1
@cliffcaseyyet
Copy link
Member

Hi @cjbator88 ,

Is there any chance you can share the contents of that /tmp/clojure-27787.....edn referenced at the bottom of the stack?

Hard to see from here but looks like maybe either a permission error or a version mismatch. The full report should give us more to go on.

Thanks,
Cliff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants