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
It looks like there are some thing going wrong during linking.
For example the meqserver binary is linked to all kind of libraries (libcasa_synthesis, libmeqnodes, libwcs, libviscube, libcfitsio, octopython, libcasa_images, libapputils, libfftw3) while it does not directly use them. At the same time, various libraries inside meqtrees-timba are not linked to the correct libraries, resulting in all kind of errors:
In practice, this is no biggy, since meqserver is linked to all these libraries and they live in the same address space everything works. But the auto dependency logic for debian fails, and it fails to find the casarest dependency.
For now I'll just force the casarest dependency, since that is an easy fix.
The text was updated successfully, but these errors were encountered:
It looks like there are some thing going wrong during linking.
For example the meqserver binary is linked to all kind of libraries (libcasa_synthesis, libmeqnodes, libwcs, libviscube, libcfitsio, octopython, libcasa_images, libapputils, libfftw3) while it does not directly use them. At the same time, various libraries inside meqtrees-timba are not linked to the correct libraries, resulting in all kind of errors:
https://gist.github.com/gijzelaerr/afe5673512bd6b67432d
In practice, this is no biggy, since meqserver is linked to all these libraries and they live in the same address space everything works. But the auto dependency logic for debian fails, and it fails to find the casarest dependency.
For now I'll just force the casarest dependency, since that is an easy fix.
The text was updated successfully, but these errors were encountered: