Version 2.0.2 fails to install due to unexisting man page

• Oct 22, 2015 - 16:40
Type
Functional
Severity
S3 - Major
Status
closed
Project

When i try to install version 2.0.2, i get this error:

CMake Error at cmake_install.cmake:40 (file):
  file INSTALL cannot find
  "/var/calculate/tmp/portage/media-sound/musescore-2.0.2/work/musescore-2.0.2_build/mscore.1.gz"

Commenting of block in mentioned place (which is about man page) helps.


Comments

It looks like you trying to compile from source using CMake. Is that the case?

It is possible to call CMake directly, but it's much easier if you use ordinary Make instead because all the necessary CMake commands are in the Makefile.

If you want to call CMake directly then have a look in the Makefile to check that you call all of the commands in the "release" target in the right order. In particular, you need to call "make lrelease", "make manpages" and "make mscore_alias" immediately after you have called CMake.

Status (old) active closed

Glad you solved it!

If you need help with something in future then please post in the forum first and only put it in the issue tracker once we know it really is a bug that needs fixing in the code.