sschwarzer
2021-10-21 19:08:04

On a fresh master branch of racket/racket, running make gives me lots of these messages: raco setup: racket/share/pkgs/gui-lib/mred/private/wx/common/queue.rkt:665:1: current-get-interaction-evt: unbound identifier and consequently the make run fails. Is this (currently) expected? Is there anything I can do to fix or work around this?


mflatt
2021-10-21 20:24:38

That function was added to Racket in commit 553d8a1b956d35b746427c1fbefb949f3f8e76f2, so I’m puzzled that you’d see this error in a fresh checkout. Which commit is the checkout?


sschwarzer
2021-10-21 20:54:18

commit 4b32200d (HEAD -> master, origin/master) Author: Sam Tobin-Hochstadt <samth@indiana.edu> Date: Mon Oct 18 16:19:00 2021 -0400 Tests for file-or-directory-identity.


sschwarzer
2021-10-21 20:54:51

Ok, my bad. Sorry.


sschwarzer
2021-10-21 20:56:06

It seems I had accidentically pulled from origin (my clone sschwarzer/racket) instead of upstream (racket/racket). I usually do it right, but seemingly not always.


sschwarzer
2021-10-21 21:22:29

I’ve now explicitly set upstream/master as my tracking branch for local master and origin/issue_3937 as tracking branch for my local issue_3937. Let’s hope I don’t run into the problem anymore. :slightly_smiling_face: