Linux nightly build won't start in Kubuntu 12.04
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
bump
bump
In reply to bump by ickefes
If you are a little handy with your ubuntu, I suggest building your own MuseScore. It could be a little long the first time, but should be quicker, with each update. See instructions here : http://musescore.org/en/developers-handbook/compilation/compile-instruc…
I'm not sure how the Linux nightlies work, since there is little chance for a single binary to find the good librairies on your system.
In reply to If you are little handy with 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 Same problem here by tukusejssirs
If you are running a 32bit system, the nightly will not run. It's only for 64bit.
In reply to If you are running a 32bit by [DELETED] 5
it has been true, it is no more
I compile now with
export CFLAGS="-m32"
and I checked that the result runs under a 34 bits Lubuntu
In reply to no 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 and how can I compile it that by tukusejssirs
cmake
is not installed. Runsudo apt-get install cmake
In reply to If you are little handy with 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