Re: Common Lisp systems using `package-inferred-system' fails to find dependency

2023-09-04 Thread Guillaume Le Vaillant
Simen Endsjø skribis: > │ (define-public sbcl-log4cl-extras > │ [...] > │ (inputs > │(list > │ cl-40ants-asdf-system > │ cl-pythonic-string-reader > │ cl-log4cl > │ cl-jonathan > │ cl-40ants-doc > │ cl-strings > │ cl-global-v

Run ECL with Sly

2023-09-04 Thread André A . Gomes
Hi Guix, This is a question for Common Lispers. >From Emacs, C-u M-x sly RET ecl RET, results in the error below (from the inferior-lisp buffer). Can anyone reproduce it? If my memory isn't tricking me, I believe I used to have it successfully in the past. Thanks. --8<---cut here-

Re: Run ECL with Sly

2023-09-04 Thread Mario Forzanini
On 9/4/23 11:41, André A. Gomes wrote: Hi Guix, This is a question for Common Lispers. From Emacs, C-u M-x sly RET ecl RET, results in the error below (from the inferior-lisp buffer). Can anyone reproduce it? If my memory isn't tricking me, I believe I used to have it successfully in the pas

Re: Run ECL with Sly

2023-09-04 Thread André A . Gomes
Mario Forzanini writes: > Unfortunately I cannot reproduce it: running Emacs in a pure shell like this: > > > $ guix shell --pure emacs ecl emacs-sly > [env] $ TERM=screen-256color emacs -Q -nw > > > and starting sly with ecl works as expected. Hi Mario, The issue is coming from my machine i

guix on foreign distribution: /var/log/guix/* removal safe?

2023-09-04 Thread Andy Tai
I run Guix on top of a foreign distribution (Fedora). The directory /var/log/guix contains log files and keeps growing in size. I wonder if I can remove existing log files in /var/log/guix without any harmful effect (with no guix pull or build in progress)? Thanks for info

Re: guix on foreign distribution: /var/log/guix/* removal safe?

2023-09-04 Thread Csepp
Andy Tai writes: > I run Guix on top of a foreign distribution (Fedora). The directory > /var/log/guix contains log files and keeps growing in size. I wonder > if I can remove existing log files in /var/log/guix without any > harmful effect (with no guix pull or build in progress)? > > Thank

Re: guix on foreign distribution: /var/log/guix/* removal safe?

2023-09-04 Thread Julien Lepiller
Le 5 septembre 2023 01:56:08 GMT+02:00, Csepp a écrit : > >Andy Tai writes: > >> I run Guix on top of a foreign distribution (Fedora). The directory >> /var/log/guix contains log files and keeps growing in size. I wonder >> if I can remove existing log files in /var/log/guix without any >> har