NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
16.59k stars 13.07k forks source link

Can't start Racket in `nix-shell` with `racket` or `racket-minimal` #270706

Open adueck opened 7 months ago

adueck commented 7 months ago

Describe the bug

When starting a nix-shell with racket or racket-minimal on MacOS (Using M1 MacBook Air - Ventura 13.0.1), the racket command does not run.

Steps To Reproduce

Steps to reproduce the behavior:

$ nix-shell -p racket
...
[nix-shell:~]$ racket

Expected behavior

The Racket repl should run.

Screenshots

`

Screenshot 2023-11-28 at 10 07 01 PM

Additional context

Add any other context about the problem here.

Notify maintainers

@henrytill @vrthra

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

$ nix-shell -p nix-info --run "nix-info -m"
these 2 paths will be fetched (0.01 MiB download, 0.11 MiB unpacked):
  /nix/store/ww2aj2qyn7mpd6pizy8ik22bdpzivf03-DarwinTools-1
  /nix/store/ngbvqkdnz9yaxmf9qc1lpyr05ya9g1k4-nix-info
copying path '/nix/store/ww2aj2qyn7mpd6pizy8ik22bdpzivf03-DarwinTools-1' from 'https://cache.nixos.org'...
copying path '/nix/store/ngbvqkdnz9yaxmf9qc1lpyr05ya9g1k4-nix-info' from 'https://cache.nixos.org'...
 - system: `"aarch64-darwin"`
 - host os: `Darwin 22.1.0, macOS 13.0.1`
 - multi-user?: `yes`
 - sandbox: `no`
 - version: `nix-env (Nix) 2.19.1`
 - channels(root): `"nixpkgs"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixpkgs`

Priorities

Add a :+1: reaction to issues you find important.

crasm commented 1 week ago

The racket-minimal 8.13 package is also broken with the same error for me on M2 Ultra. Not installing in a nix-shell, just adding it to my home.nix.