GNU bug report logs - #48386
clojure tools.deps

Previous Next

Package: guix;

Reported by: Florian Hoertlehner <hoertlehner <at> gmail.com>

Date: Wed, 12 May 2021 23:43:02 UTC

Severity: normal

Done: Eugen Stan <eugen.stan <at> netdava.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 48386 in the body.
You can then email your comments to 48386 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#48386; Package guix. (Wed, 12 May 2021 23:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Florian Hoertlehner <hoertlehner <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 12 May 2021 23:43:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Florian Hoertlehner <hoertlehner <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: clojure tools.deps
Date: Wed, 12 May 2021 18:23:10 -0500
[Message part 1 (text/plain, inline)]
The clojure that comes with guix (in guix "clojure" package) does not
include tools.deps
The missing feature can be tested if it works with:
clojure -Sdescribe

In the currently included clojure this command just talks of missing file.
In the correctly installed clojure it prints out an edn datastructure.

According to: https://clojure.org/guides/getting_started This needs to be
done:
curl -O https://download.clojure.org/install/linux-install-1.10.3.839.sh
chmod +x linux-install-1.10.3.839.sh sudo ./linux-install-1.10.3.839.sh
[Message part 2 (text/html, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#48386; Package guix. (Fri, 05 May 2023 06:54:03 GMT) Full text and rfc822 format available.

Message #8 received at 48386 <at> debbugs.gnu.org (full text, mbox):

From: Eugen Stan <eugen.stan <at> netdava.com>
To: 48386 <at> debbugs.gnu.org
Subject: clojure tools.deps
Date: Fri, 5 May 2023 00:03:43 +0300
[Message part 1 (text/plain, inline)]
I believe this can be fixed.

With latest release this seems to be working.

```
clojure -Sdescribe
{:version "1.11.1.1165"
 :config-files 
["/gnu/store/7ri29vlmg6j36civz8x7c6v8ihdvab3s-clojure-tools-1.11.1.1165/lib/clojure/deps.edn" 
"/home/ieugen/.clojure/deps.edn" "deps.edn" ]
 :config-user "/home/ieugen/.clojure/deps.edn"
 :config-project "deps.edn"
 :install-dir 
"/gnu/store/7ri29vlmg6j36civz8x7c6v8ihdvab3s-clojure-tools-1.11.1.1165/lib/clojure"
 :config-dir "/home/ieugen/.clojure"
 :cache-dir ".cpcache"
 :force false
 :repro false
 :main-aliases ""
 :repl-aliases ""}

```

-- 
Eugen Stan

+40770 941 271  / https://www.netdava.com
[eugen_stan.vcf (text/vcard, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#48386; Package guix. (Fri, 05 May 2023 06:54:03 GMT) Full text and rfc822 format available.

Message #11 received at 48386 <at> debbugs.gnu.org (full text, mbox):

From: Eugen Stan <eugen.stan <at> netdava.com>
To: 48386 <at> debbugs.gnu.org
Subject: clojure tools.deps
Date: Fri, 5 May 2023 00:17:28 +0300
[Message part 1 (text/plain, inline)]
This is done, issue can be closed.

I use clojure with deps.edn projects.

https://packages.guix.gnu.org/packages/clojure/1.11.1/

clojure -Sdescribe
{:version "1.11.1.1165"
 :config-files 
["/gnu/store/7ri29vlmg6j36civz8x7c6v8ihdvab3s-clojure-tools-1.11.1.1165/lib/clojure/deps.edn" 
"/home/ieugen/.clojure/deps.edn" "deps.edn" ]
 :config-user "/home/ieugen/.clojure/deps.edn"
 :config-project "deps.edn"
 :install-dir 
"/gnu/store/7ri29vlmg6j36civz8x7c6v8ihdvab3s-clojure-tools-1.11.1.1165/lib/clojure"
 :config-dir "/home/ieugen/.clojure"
 :cache-dir ".cpcache"
 :force false
 :repro false
 :main-aliases ""
 :repl-aliases ""}


-- 
Eugen
[eugen_stan.vcf (text/vcard, attachment)]

Reply sent to Eugen Stan <eugen.stan <at> netdava.com>:
You have taken responsibility. (Fri, 05 May 2023 06:54:05 GMT) Full text and rfc822 format available.

Notification sent to Florian Hoertlehner <hoertlehner <at> gmail.com>:
bug acknowledged by developer. (Fri, 05 May 2023 06:54:05 GMT) Full text and rfc822 format available.

Message #16 received at 48386-done <at> debbugs.gnu.org (full text, mbox):

From: Eugen Stan <eugen.stan <at> netdava.com>
To: 48386-done <at> debbugs.gnu.org
Subject: clojure tools.deps
Date: Fri, 5 May 2023 00:23:58 +0300
[Message part 1 (text/plain, inline)]
(resend, forgot to add -done)

This is done, issue can be closed.

I use clojure with deps.edn projects.

https://packages.guix.gnu.org/packages/clojure/1.11.1/

clojure -Sdescribe
{:version "1.11.1.1165"
  :config-files 
["/gnu/store/7ri29vlmg6j36civz8x7c6v8ihdvab3s-clojure-tools-1.11.1.1165/lib/clojure/deps.edn" 
"/home/ieugen/.clojure/deps.edn" "deps.edn" ]
  :config-user "/home/ieugen/.clojure/deps.edn"
  :config-project "deps.edn"
  :install-dir 
"/gnu/store/7ri29vlmg6j36civz8x7c6v8ihdvab3s-clojure-tools-1.11.1.1165/lib/clojure"
  :config-dir "/home/ieugen/.clojure"
  :cache-dir ".cpcache"
  :force false
  :repro false
  :main-aliases ""
  :repl-aliases ""}


-- 
Eugen
[eugen_stan.vcf (text/vcard, attachment)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 02 Jun 2023 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 300 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.