At Fri, 21 May 2021 09:49:39 -0500, Nathaniel W Griswold wrote:
> It is reproducible. Basically i just have a ~/Library/Racket/8.1 dir
> with some stuff in it and the build fails during bootstrap on raco
> setup when for some reason it starts to care about my regular
> non-development "8.1" dir.
>
> That shouldn't happen right?
Right. This looks like a problem with the CS initial install step. It
should use `--no-user` for that step, but it doesn't. I'll push a
repair.
Meanwhile, I guess you have workarounds already, but if you need a
better one, change "racket/src/cs/c/Makefile.in" where it has
SETUP_SETUP_FLAGS = @INSTALL_SETUP_FLAGS@ $(PLT_SETUP_OPTIONS) $(PLT_ISO)
to put `--no-user` in place of `@INSTALL_SETUP_FLAGS@`. The longer-term
repair is to fix `INSTALL_SETUP_FLAGS` in "configure".