pocmatos
2020-4-29 11:20:59

Trying to reproduce the snapshot generation locally and keep getting: raco pkg install: version mismatch for dependency for package: base mismatch packages: racket (have 7.7.0.3, need 7.7.0.4)


pocmatos
2020-4-29 11:21:40

That’s really strange since the repo is clean when I start the build and I don’t even have a $HOME/.racket


pocmatos
2020-4-29 11:22:38

Could it be that I got racket 7.7.0.4 but packages in the catalog are not yet built for this version or something? I still find this kind of confusing.


samth
2020-4-29 12:08:03

You have a too-old racket


samth
2020-4-29 12:08:17

Probably need to pull


samth
2020-4-29 12:09:00

@pmatos ^


samth
2020-4-29 12:09:14

@pocmatos ^


pocmatos
2020-4-29 12:09:50

My master is on HEAD


pocmatos
2020-4-29 12:10:11

oh - … maybe not!


pocmatos
2020-4-29 12:10:13

one second


pocmatos
2020-4-29 12:10:46

damn, you are right. I was pulling from my remote’s master branch instead of upstream.


pocmatos
2020-4-29 12:10:53

thanks


samth
2020-4-29 12:11:14

I knew that because I have had that failure several times already :)


pocmatos
2020-4-29 12:12:09

With so many remotes, sometimes I get confused where my master is… :slightly_smiling_face: Thanks