-
-
Notifications
You must be signed in to change notification settings - Fork 687
Closed
Description
It seems that compiling an old version from source causes problems.
After a git checkout v6.12
, and:
make CONFIGURE_ARGS_qq='CFLAGS="-Og -Wall -g" --enable-gracket --enable-jit --enable-foreign --enable-places --enable-futures --enable-float --enable-racket=/home/pmatos/installs/racket-6.12/bin/racket --enable-backtrace --enable-pthread --disable-strip --enable-ubsan --enable-xonx' CPUS=16
I hit:
raco pkg install: version mismatch for dependency
for package: 2d-lib
mismatch packages:
base (have 6.12, need 6.90.0.19)
i am surprised this happens because I am in tag v6.12
, with no racket version in PATH
so this should just work and not know about 6.90.0.19
.
Metadata
Metadata
Assignees
Labels
No labels