Linux nightly build won't start in Kubuntu 12.04

• Oct 27, 2012 - 23:57

I have downloaded the latest nightly build and extracted the bz2 file and made the extraxted file executable. When I type ./mscore-2012-10-26-16-45-83da8e8 I get bash: ./mscore-2012-10-26-16-45-83da8e8: cannot execute binary file. My system is updated, tonight actually. Does anyone have an idea why it does not start? Regards.


Comments

In reply to by [DELETED] 5

I have the same problem. But I do not think that building one’s own mscore is a solution. Imho, there must be sth wrong, some setting or whatever. I do know that the very same package can be executed by other users. But probbably the problem is that this is NOT an mscore bug. But still need some fix.

In reply to by robert leleu

and how can I compile it that way?

Before, I tried the compilation according to the instructions already mentioned. I got an error:

# git clone git://github.com/musescore/MuseScore.git && cd MuseScore && make revision && make && sudo make install
Cloning into 'MuseScore'...
remote: Counting objects: 18574, done.
remote: Compressing objects: 100% (5280/5280), done.
remote: Total 18574 (delta 14425), reused 17337 (delta 13254)
Receiving objects: 100% (18574/18574), 48.77 MiB | 623 KiB/s, done.
Resolving deltas: 100% (14425/14425), done.
mkdir build.release; \
cd build.release; \
cmake -DCMAKE_BUILD_TYPE=RELEASE \
-DCMAKE_INSTALL_PREFIX=""/usr/local"" \
..; \
make lrelease; \
make -j `grep -c processor /proc/cpuinfo`; \

/bin/sh: 3: cmake: not found
make[1]: Entering directory `/home/ts/docs/msc/scrs/00_mscore_mine/MuseScore/build.release'
make[1]: *** No rule to make target `lrelease'. Stop.
make[1]: Leaving directory `/home/ts/docs/msc/scrs/00_mscore_mine/MuseScore/build.release'
make[1]: Entering directory `/home/ts/docs/msc/scrs/00_mscore_mine/MuseScore/build.release'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory `/home/ts/docs/msc/scrs/00_mscore_mine/MuseScore/build.release'
make: *** [release] Error 2

Thank you in advance.

In reply to by [DELETED] 5

Once the first compilation is made you automate the updates. That's what my computer does, producing these nightlies which doesn't run in all computers, but run wihout problem for me, and it'll send you its script if you want.

Did you tried to run mscore from a terminal with option -d to see some messages

Do you still have an unanswered question? Please log in first to post your question.