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
There's probably a problem with fastrpc packaging, causing transitive dependency on fastrpc not to be versioned in alignment with dev package. I.e. the addition of unMarshallPartial not being a well enough reason to package the binaries with new enough version of fastrpc (in this case, the deb package was built around libfastrpc-dev 8.0.13, but ran with fastrpc 8.0.0, leading to abortions while running due to missing symbols)
The text was updated successfully, but these errors were encountered:
There's probably a problem with fastrpc packaging, causing transitive dependency on fastrpc not to be versioned in alignment with dev package. I.e. the addition of unMarshallPartial not being a well enough reason to package the binaries with new enough version of fastrpc (in this case, the deb package was built around libfastrpc-dev 8.0.13, but ran with fastrpc 8.0.0, leading to abortions while running due to missing symbols)
The text was updated successfully, but these errors were encountered: