Mir

Comment 0 for bug 1285566

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

Build and install mir "cmake [...]; make; sudo make install"

After that, configure, build and install some other executable that links against mir libraries.

Expected outcome:
Program finds all mir libraries it need when run

Actual outcome:
This error comes out:
"""
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::runtime_error> >'
  what(): libmirplatformgraphics.so: cannot open shared object file: No such file or directory
"""

Caused by the use of the debian alternatives system in lp:mir/devel revision 1409 "debian: Provide platform packages managed with dpkg alternatives."