You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result of #1399, it looks like libpanda moved to /usr/local/lib/panda and we moved away from using the -softmmu suffix.
We set the PANDA_PATH env var in our Dockerfile for dockerized builds, so it appears that those paths may need to be updated and I made an attempt to create the appropriate changes with commit 10f4e1a .
I kept running into issues with mod.rs in panda-re, so I attempted to make the approriate change there but I don't have commit access to that repository. Those changes are shown in the diff below:
Surprised this wasn't brought to my attention. For those looking for a workaround or a fix compatible with older versions of PANDA, you can set the environment variable PANDA_PLUGIN_DIR to the absolute path to the directory containing all the panda_[plugin_name].so files. Alternatively this also supports being provided a path relative to PANDA_PATH.
As for the actual fix, still trying to figure out if I should have it attempt to support the old paths as a fallback (I'm inclined to, it's just kinda gross?)
As a result of #1399, it looks like libpanda moved to
/usr/local/lib/panda
and we moved away from using the -softmmu suffix.We set the
PANDA_PATH
env var in our Dockerfile for dockerized builds, so it appears that those paths may need to be updated and I made an attempt to create the appropriate changes with commit 10f4e1a .I kept running into issues with mod.rs in panda-re, so I attempted to make the approriate change there but I don't have commit access to that repository. Those changes are shown in the diff below:
I think there might be a simpler/more elegant fix than what I've been messing around with here.
The text was updated successfully, but these errors were encountered: