Package Details: clojurescript-git 1.11.121.r7.g0c5ecd7b-1

Git Clone URL: https://aur.archlinux.org/clojurescript-git.git (read-only, click to copy)
Package Base: clojurescript-git
Description: Clojure to JS compiler, git version
Upstream URL: https://github.com/clojure/clojurescript
Licenses: EPL
Conflicts: clojurescript
Provides: clojurescript
Submitter: None
Maintainer: poly000
Last Packager: poly000
Votes: 7
Popularity: 0.31
First Submitted: 2012-01-26 15:27 (UTC)
Last Updated: 2023-12-01 15:19 (UTC)

Dependencies (5)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

rpodgorny commented on 2016-08-12 12:49 (UTC)

no cljs (repl) for me as well... :-(

AaronM04 commented on 2015-07-04 01:59 (UTC)

The package installation output says: >>> Add /opt/clojurescript/bin/ to your PATH environmental variable >>> Then: >>> REPL: type 'cljs' >>> Compiler: type 'cljsc' but I can't find cljs anywhere.

tonyskn commented on 2013-07-05 20:00 (UTC)

@neokuno: Please replace lines like: install -Dm644 $srcdir/$_gitname-build/lib/clojure.jar $pkgdir/opt/$_realname/lib/ || return 1 by this single instruction: install -Dm644 -t $pkgdir/opt/$_realname/lib $srcdir/$_gitname-build/lib/*.jar || return 1

aaronfischer commented on 2013-06-14 15:04 (UTC)

==> Starting package()... install: cannot stat ‘/tmp/yaourt-tmp-aaron/aur-clojurescript-git/src/clojurescript-build/lib/goog.jar’: No such file or directory ==> ERROR: A failure occurred in package().

<deleted-account> commented on 2012-06-20 00:19 (UTC)

@zw0rk: fixed, thx.

<deleted-account> commented on 2012-06-19 13:38 (UTC)

I don't have cljsc.clj anywhere in /opt/clojurescript. Installing PKGBUILD yielded no errors. I don't know how to reproduce that..

<deleted-account> commented on 2012-06-19 01:04 (UTC)

@zw0rk: sorry, can not re-produce this error on my own machine, Could you deliver more details about that?

<deleted-account> commented on 2012-06-18 15:49 (UTC)

Exception in thread "main" java.io.FileNotFoundException: /opt/clojurescript/bin/../bin/cljsc.clj (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:97) at clojure.lang.Compiler.loadFile(Compiler.java:6909) at clojure.main$load_script.invoke(main.clj:283) at clojure.main$script_opt.invoke(main.clj:343) at clojure.main$main.doInvoke(main.clj:427) at clojure.lang.RestFn.invoke(RestFn.java:421) at clojure.lang.Var.invoke(Var.java:419) at clojure.lang.AFn.applyToHelper(AFn.java:163) at clojure.lang.Var.applyTo(Var.java:532) at clojure.main.main(main.java:37) And there really isn't anything like cljsc.clj in bin directory (or anywhere else).

<deleted-account> commented on 2012-05-17 23:52 (UTC)

@uncoDMX: fixed; thanks report.

<deleted-account> commented on 2012-05-17 20:00 (UTC)

Running cljs as a normal user didn't work for me becaus after installing: ls -la /opt/clojurescript/lib/ total 13680 drwxr-xr-x 2 root root 71 May 17 22:41 . drwxr-xr-x 7 root root 60 May 17 22:41 .. -rw-r----- 1 root root 3421683 May 17 22:41 clojure.jar -rw-r----- 1 root root 5407463 May 17 22:41 compiler.jar -rw-r--r-- 1 root root 4045159 May 17 22:41 goog.jar -rw-r--r-- 1 root root 1122370 May 17 22:41 js.jar compiler.jar and clojure.jar are not readable by a normal user.