[Bug 1391298] [NEW] MultiArchCross erroneously injects multiarch paths on compat < 9

2014-11-10 Thread Mark Nunberg
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

[Bug 1298165] Re: mutrace --debug-info fails with undefined symbol bfd_init

2014-07-04 Thread Mark Nunberg
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