On Tue, Dec 14, 2021 at 09:44:03PM +0100, Juan Francisco Cantero Hurtado wrote: > On Tue, 14 Dec 2021 14:18:39 +0000 > James Cook <[email protected]> wrote: > > > On Tue, Dec 14, 2021 at 10:11:12AM +0100, Denis Fondras wrote: > > > Le Tue, Dec 14, 2021 at 05:27:26AM +0000, James Cook a écrit : > > > > On Sun, Nov 28, 2021 at 10:46:28AM +0100, Denis Fondras wrote: > > > > > Straightforward update to v8.3 > > > > > > > > It looks like the update to 8.3 broke the "raco exe" command. > > > > > > > > > > I am surprised it ever worked. Minimal installation does not seem > > > to provide it. > > > > Oops, sorry for the noise. After "raco pkg install compiler" I have > > the raco exe command. And conversely, with 8.2, if I delete > > ~/.local/share/racket, the "raco exe" command also stops working, so > > this is nothing new. > > > > You have something wrong in your config (or you changed the defaults). > Our racket-minimal doesn't install files in ~/.local/share/racket. > > My suggestion: > $ doas pkg_delete racket-minimal > $ doas rm -rf /etc/racket /usr/local/lib/racket /usr/local/share/racket > $ rm -rf $HOME/.racketrc $HOME/.racket
And rm -rf $HOME/.local/share/racket > $ doas pkg_add racket-minimal > > And then follow the instructions in > /usr/local/share/doc/pkg-readmes/racket-minimal to install the > main-distribution. > > -- > Juan Francisco Cantero Hurtado http://juanfra.info > -- Juan Francisco Cantero Hurtado http://juanfra.info
