3.5.1-versions of Appimages don't seem to be executable
Maybe I miss something. Checked it with: http://ftp.osuosl.org/pub/musescore-nightlies/linux/x86_64/ and: https://github.com/musescore/MuseScore/releases/tag/v3.5.1. Revision: fdb3502eeeeeee for example runs fine here.
Please check it before announcement.
Comments
AppImages never are or were executable, you need to
chmod +x
them. But I think you mean something else?In reply to AppImagges never are or were… by Jojo-Schmitz
I'm aware of that ;-), but it doesn't seems to work with 3.5.1. It works indeed with the 3.5.x branch as expected.
In reply to I'm aware of that ;-), but… by kuwitt
Yeah, that was a stupid assumption on my side ;-)
The AppImage got from the [github.com/release] link loads fine over here. To be sure, maybe a check for multiple running instances is in order?
In reply to The AppImage got from the … by worldwideweary
I checked it twice a time today. Neither, MuseScore-3.5.0.291004038-x86_64.AppImage and MuseScore-3.5.1.291144363-x86_64.AppImage nor https://github.com/musescore/MuseScore/releases/download/v3.5.1/MuseSco… seems to be work for me. In opposite the actual 3.5.x branch works for me.
Maybe i need myself a revert to factory settings today or is a OS-issue (OpenSuse), so it seems to need more investigation.
What's the terminal output? Can you try running it with the
-m
or-w
arguments to disable MIDI and the webview in the Start Centre?Also, what do you see if you run it with this argument:
This will tell you if any libraries are missing (i.e. not provided by either the system or the AppImage itself).
In reply to What's the terminal output?… by shoogle
Thanks all so far for responses. Until now I only used my file manager to select the file as exeutable - OS OpenSuse and De Xfce. As mentioned it seems to work fine with the 3.5.x branch but not with 3.5.1. Hope I'll find more time next days to sort it out from the terminal.
In reply to Thanks all so far for… by kuwitt
OS: Linux Mint 20, Arch.: x86_64, MuseScore version (64-bit): 3.5.1.291144363, revision: github-musescore-f99dd7a
Just for the record, it works here.
I right click on and make it executable from Properties
In reply to Thanks all so far for… by kuwitt
Most likely the reasonn is openSUSE still uses glibc 2.26 while the AppImage requires 2.27. That's the reason it fails to run on my side.
In reply to Most likely the reasonn is… by njvdberg
Upgrading glibc from 2.26 to 2.27 (available as a community package) is not straight forward because of some dependencies to 2.26.
MuseScore-3.5.1-x86_64.AppImage is not running on openSUSE Leap 15.2:
/usr/lib64/libjack.so.0
/usr/lib64/libnss3.so
/tmp/.mount_mscoreSepuVv/bin/mscore-portable: /lib64/libm.so.6: version
GLIBC_2.27' not found (required by /tmp/.mount_mscoreSepuVv/bin/mscore-portable)
GLIBC_2.27' not found (required by /tmp/.mount_mscoreSepuVv/bin/../lib/libpulsecommon-11.1.so)/tmp/.mount_mscoreSepuVv/bin/mscore-portable: /lib64/libc.so.6: version
/tmp/.mount_mscoreSepuVv/bin/mscore-portable: /lib64/libc.so.6: version `GLIBC_2.27' not found (required by /tmp/.mount_mscoreSepuVv/bin/../lib/libsystemd.so.0)
The version of
glibc
on openSUSE Leap 15.2 is still 2.26.In reply to MuseScore-3.5.1-x86_64… by njvdberg
Raises the question why the 3.x nightlies apparently don't suffer from that?
In reply to Raises the question why the… by Jojo-Schmitz
Did somebody use nightly builds on openSUSE? I didn't ;-)
In reply to Did somebody use nightly… by njvdberg
The OP did
In reply to The OP did by Jojo-Schmitz
OP??
In reply to OP?? by njvdberg
Original Poster, @kuwitt in this case
In reply to Raises the question why the… by Jojo-Schmitz
Just checked, it seems the nightly build worked until October 6th, 2020. MuseScore-3.5.0-x86_64.AppImage is still fine, starting with MuseScore-3.5.0.291004038-x86_64.AppImage (build date 2020-10-06 08:42) glibc 2.27 is required.
In reply to Just checked, it seems the… by njvdberg
Maybe Travis vs. Github build?
I think the 3.x nightlies for Linux are still done on Travis, but the 3.5.1 build was done on Github
In reply to Maybe Travis vs. Github… by Jojo-Schmitz
A quick test shows that the 3.x nightly builds works, but not the master nightly build. And also the 3.5.1. AppImage fails, all with the same issue, a missing 2.27 glibc.
In reply to A quick test shows that the… by njvdberg
Fits my theory, master builds are all done on Github
In reply to A quick test shows that the… by njvdberg
As it turned out Travis uses Ubuntu 16.04, while GitHub uses 18.04 currently. Seems GitHub can get told to use Ubuntu 16.04 too, might be the way to go.
In reply to As it turned out Travis uses… by Jojo-Schmitz
Great! I can test when needed.
Try the one from https://github.com/musescore/MuseScore/actions/runs/293033708 please
Or http://ftp.osuosl.org/pub/musescore-nightlies/linux/x86_64/MuseScore-3…
In reply to Try the one from https:/… by Jojo-Schmitz
Works! Thanks!
Thanks for fixing this issue, works again with the actual nightly.
In reply to Thanks for fixing this issue… by kuwitt
beware of false friends ;-) "aktuell" is not "actutal" as far as I know, but "latest", with "actual" being "tatsächlich"
In reply to beware of false friends ;-) … by Jojo-Schmitz
Will I ever memorize it ;-)?
Btw.: In the master the library is still missing, so doesn't work with OpenSuse.
In reply to Btw.: In the master the… by kuwitt
Confirmed, nightly build for
master
still/again usesglibc
2.7 while openSuse 15.2 uses 2.6. Nightly builds for3.x
useglibc
2.6.Can the versions of both
master
and3.x
be synchronised so they use the same versions?