Matt Venn
06/09/2022, 12:12 PMloading history file ... 5 events added
error in slave eval:
couldn't load file "/usr/local/lib/magic/tcl/tclmagic.so": /usr/local/lib/magic/tcl/tclmagic.so: cannot open shared object file: No such file or directory
Main console display active (Tcl8.6.10 / Tk8.6.10)
(magic-inverter) 6 %
Matt Venn
06/09/2022, 12:13 PMTim Edwards
06/09/2022, 9:11 PMgit 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.