Sorry about the absurdly long delay. I'm not sure why Slack didn't flag your message, but it didn't.
Not related to the error, but don't use
git checkout 8.3.273
. I'm at revision 311, and open_pdks requires at least revision 306.
Presumably if there is a run-time error like that, then something must have shown up in the magic build output.
If
/usr/local/lib/magic/tcl/tclmagic.so
itself doesn't exist, then the compile failed. If it does, then the error is something that
tclmagic.so
itself is trying to load, and you can usually figure out what it is by doing
ldd /usr/local/lib/magic/tcl/tclmagic.so
and seeing which object file pointer doesn't correspond to an actual file.