Erlang: dirname: command not found

2023-04-01 Thread jgart
jgart@guixer ~/erl_sandbox$ guix shell erlang --container
jgart@guixer ~/erl_sandbox [env]$ erlc
/gnu/store/i98q2wgmsvvfck51f830c4aqxrygjlb2-profile/bin/erl: line 22: dirname: 
command not found
/gnu/store/i98q2wgmsvvfck51f830c4aqxrygjlb2-profile/bin/erl: line 52: basename: 
command not found
jgart@guixer ~/c_sandbox [env]$ erl 
/gnu/store/i98q2wgmsvvfck51f830c4aqxrygjlb2-profile/bin/erl: line 22: dirname: 
command not found
/gnu/store/i98q2wgmsvvfck51f830c4aqxrygjlb2-profile/bin/erl: line 52: basename: 
command not found

Hi,

Is the above expected?



Lisp team: Should we package Quicklisp?

2023-04-01 Thread jgart
Hi, what do you think if we package Quicklisp?

For example, we have emacs-straight packaged which is a purely functional 
package manager for the Emacs hacker that is not Guix.

I think it could be convenient to have.

https://www.quicklisp.org/



Re: Contributing guide building from git make check failure

2023-04-01 Thread Leo Famulari
On Tue, Mar 28, 2023 at 04:42:25AM +, Philip Nelson wrote:
> I've been following the Contributing guide "Building from Git" section (
> https://guix.gnu.org/manual/devel/en/html_node/Building-from-Git.html). I
> get as far as `make check` but it fails on the following test. Others on
> IRC have reported this issue. I'm unsure how to proceed. Any suggestions?

Thanks for your report! I forwarded it to the bug tracker:

https://issues.guix.gnu.org/62594



Re: Syntax and gexp for ff5f34ae757d709987896d6164bf125319a0f764

2023-04-01 Thread Leo Famulari
On Fri, Mar 31, 2023 at 10:15:06AM +0200, Josselin Poiret wrote:
> >> files).  I would suggest a good old `grep -Rl --include '*.go'
> >> perl-extutils-pkgconfig ./gnu | xargs rm`.
> >
> > I saw this error too, but it went away after `make clean-go && make`.
> 
> Don't want to praise myself too much, but the above command should only
> delete .go files which contain references to perl-extutils-pkgconfig,
> thus avoiding a rebuild of all go files!

That's much better :)