Open oktal3700 opened 3 years ago
Original bug was: after upgrading CI to Ubuntu 18, libsimulatorxplane.so can't find libsimulatorplugincommon.so because RPATH is not being searched for transitive dependencies.
libsimulatorxplane.so
libsimulatorplugincommon.so
RPATH
See https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1737608/comments/4
We are using --disable-new-dtags as a workaround but a proper solution would be preferable.
--disable-new-dtags
Original bug was: after upgrading CI to Ubuntu 18,
libsimulatorxplane.so
can't findlibsimulatorplugincommon.so
becauseRPATH
is not being searched for transitive dependencies.See https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1737608/comments/4
We are using
--disable-new-dtags
as a workaround but a proper solution would be preferable.