-
Notifications
You must be signed in to change notification settings - Fork 68
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
build of packaged (2.24.0) version fails #1021
Comments
@rpodgorny Hrm. That's odd, and I can't repro. I'm wondering how |
ahh, sorry about that. i also tried with 2.23 just to be sure it's not a problem of specific version but rather a problem of (any?) "packaged" version... ...the output for 2.24 is just the same. |
Cool. Are you on Linux? (I tried reproing on macOS). Happy to take a patch if you see the issue. Otherwise need to sort out how to actually repro. :) |
yes, i'm on arch linux. for me, it's just:
i'll try to investigate further... |
so, after copying planck-cljs/deps.edn from git version the the unpacked, everything works...
i still wonder how come it works for you... ;-) |
fyi, this workaround also works: sed 's_lib/closure_lib/closure/goog_' -i planck-cljs/script/build.clj (related to https://clojure.atlassian.net/browse/CLJS-2152) |
when i clone the git repo and run script/build everything builds fine.
but when i download the 2.24.0.tar.gz package and try to build that, it fails with:
(running this from /home/user/tmp/pkgbuilds/planck) ...so it seems like the /home/user part gets cut off and that causes the failure.
The text was updated successfully, but these errors were encountered: