Public bug reported:
My project's `compat` file is set to `7`, and is thus multi-arch
unaware; however when using CMake on Trusty, it seems to forcefully use
the multi-arch installation prefix, by means of the
`GNUInstallDirs.cmake` (a standard CMake module). This actually took me
quite a while to
I also ran into this issue (Using Debian, but same issue). Apparently
the solution is twofold:
(1) Install `binutils-dev`. This will give you a `libbfd.so`
(2) `LD_PRELOAD=/usr/lib/libbfd.so mutrace -d ...`
As a workaround
--
You received this bug notification because you are a member of Ubuntu