Re: Erlang: dirname: command not found

2023-04-20 Thread jgart
Hi Efraim,

Hope all is well! I'll take a look. Give me a few days to find some time.

all best,

jgart



Re: Erlang: dirname: command not found

2023-04-20 Thread Efraim Flashner
On Sun, Apr 02, 2023 at 12:56:05AM +, jgart wrote:
> 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?

Sounds like it should be wrapped with coreutils and maybe some more
packages.

-- 
Efraim Flashner  אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted


signature.asc
Description: PGP signature


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?