
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?

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?

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.

Ok, my bad. Sorry.

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.

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: