This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-08
Channels
- # announcements (2)
- # asami (2)
- # babashka (7)
- # beginners (59)
- # cider (12)
- # cljdoc (1)
- # cljs-dev (18)
- # clojure (23)
- # clojure-europe (15)
- # clojure-losangeles (1)
- # clojure-nl (2)
- # clojure-uk (5)
- # clojured (16)
- # clojurescript (22)
- # core-typed (8)
- # cursive (3)
- # datomic (24)
- # events (2)
- # fulcro (4)
- # gratitude (1)
- # helix (13)
- # hoplon (18)
- # integrant (2)
- # introduce-yourself (1)
- # jobs-discuss (1)
- # joyride (5)
- # minecraft (1)
- # off-topic (76)
- # pathom (18)
- # podcasts-discuss (8)
- # polylith (11)
- # remote-jobs (4)
- # rewrite-clj (22)
- # sci (4)
- # shadow-cljs (152)
- # sql (4)
- # tools-build (26)
- # tools-deps (34)
hey. I am having a problem installing deps-new on Fedora Linux, using both the fish and bash shells.
when I run
clojure -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.4.9"}' :as new
I get
Unreadable arg: "{:git/tag"
I am using the exact same command as the one on the repo's readme
directly in the terminal
(completely different error about my git trying to launch an x11 program without an x11 display before cloning from GitHub)
Are you sure that clojure
is the tools.deps related script? What does clojure -Sdescribe say?
as for the terminal, I am using the gnome terminal emulator. and I do not think that should matter
my clojure and java install are all inside a podman container (using distrobox)
Unreadable arg: "{:foo/bar"
the escaping worked, kinda
Cloning:
Execution error (ExceptionInfo) at clojure.tools.deps.alpha.extensions.git/coord-err (git.clj:44).
Library io.github.seancorfield/deps-new has invalid tag: v0.4.9
but running the command inside the container has the same resoult
How are you running it inside the container? Launching a shell in the container and typing it in?
distrobox-enter clojure
where clojure is the name of the container
so from inside the container, with the escape, it returns this, Key is missing value: new
maybe I should nuke the container and start fresh
now it works, weird
maybe the full path of the clojure bin should be specified when running it