Skip to content

building racket 6.12 from source generates version mismatch #2022

@pmatos

Description

@pmatos

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions