Another tentative to compile Linux nightlies
Kubuntu 15.04
Qt 5.4.1
using instructions from https://musescore.org/en/developers-handbook/compilation/compile-instru… and having applied until Get the source code
git doesn't load the source
leleu@leleu-W150ER:~/musescore$ which git
/usr/bin/git
leleu@leleu-W150ER:~/musescore$ git://github.com/musescore/MuseScore.git
bash: git://github.com/musescore/MuseScore.git: Aucun fichier ou dossier de ce type
leleu@leleu-W150ER:~/musescore$
Hoping that someone be more helpful than Google.....
Comments
Maybe I am missing something, but it looks like you tried typing the name of the repository as if it were a command? Did you mean to type "git clone" before the name of the repository? Or some other git command?
In reply to Maybe I am missing something, by Marc Sabatella
indeed ! how silly !
thanks
Edit
and now, after having installed cmake, doxygen, libpulse I'm in trouble with ALSA
leleu@leleu-W150ER:~/musescore/MuseScore$ make
if test ! -d build.release; then mkdir build.release; fi; \
cd build.release; \
export PATH=/home/leleu/Qt/5.4/gcc_64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games; \
cmake -DCMAKE_BUILD_TYPE=RELEASE \
-DCMAKE_INSTALL_PREFIX=""/usr/local"" ..; \
make lrelease; \
make manpages; \
make -j `grep -c processor /proc/cpuinfo`; \
found Doxygen
-- latex command LATEX_COMPILER not found but usually required. You will probably get warnings and user interaction on doxy run.
-- makeindex command MAKEINDEX_COMPILER not found but usually required.
-- dvips command DVIPS_CONVERTER not found but usually required.
-- configured /home/leleu/musescore/MuseScore/build/Doxyfile.in --> /home/leleu/musescore/MuseScore/build.release/Doxyfile
-- Found pulseaudio: /usr/lib/x86_64-linux-gnu/libpulse.so
CMake Error at CMakeLists.txt:205 (message):
Fatal error: ALSA >= 1.0.0 required
-- Configuring incomplete, errors occurred!
I'm not sure how to check ALSA version. I found at http://askubuntu.com/questions/394846/how-can-i-get-the-installed-alsa-… to check aplay version
leleu@leleu-W150ER:~/musescore/MuseScore$ aplay --version
which is not very clear.aplay: version 1.0.28 by Jaroslav Kysela
but also
leleu@leleu-W150ER:~/musescore/MuseScore$ cat /proc/asound/version
even less clearAdvanced Linux Sound Architecture Driver Version k3.19.0-26-generic.
So I am still in need of help.
In reply to indeed ! how silly by robert leleu
Are you sure you've installed the Alsa *DEVELOPMENT* package. Try:
sudo apt-get install libasound2-dev
If you followed the instructions about installing dependencies in https://musescore.org/en/developers-handbook/compilation/compile-instru… then should already have it, but according to your terminal ouput, I can only conclude that you might have skipped over that.
In reply to Are you sure you've installed by ericfontainejazz
Thanks.....
Then I found other errors, due to some other packages listed in the compilation instructions, whose installation was not OK
I had also to install
build-essential
libgl1-mesa-dev
to solve an error in the Qt installation (which is the old one I made in my home, prior to move from Mint 17.2 to Kubuntu
I have now 3543170, and I will reactivate my nighltly automated script
In reply to Thanks..... Then I found by robert leleu
Robert, I notice that commit 3543170 corresponds to a pull request from over two years ago on Jul 31, 2013. Could you check to make sure that your script is always fetching the latest commits from the master branch in the git repository? Make sure you're not using "v2.0rc" any other outdated branch, but instead you should always checkout and build using the "master" branch.
Thanks
In reply to Robert, I notice that commit by ericfontainejazz
UPDATE: somehow that within the last hour, the nightly build page suddenly is now listing latest commits, so apparently whatever was the issue has been fixed (maybe by https://github.com/musescore/MuseScore/commit/f07d7bb52b8492917198a87a6…), so disregard what I said in last comment as I don't think you need to do anything.
In reply to UPDATE: somehow that within by ericfontainejazz
...I breathe....
To morrow morning run the first automated.... and the next will be on tuesday...it is the first that I check . I'm not at home between
In reply to ...I breathe.... To morrow by robert leleu
Wait a minute...I was just mistaken...I was accidentally looking at the latest window nightlies. But the linux nightly page is still displaying the outdated commit.
When you get a chance, can you verify what commit and branch you are on in git?