LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-20-2020, 11:24 AM   #1
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Rep: Reputation: Disabled
Question about MuseScore.


Is MuseScore a 64-bit or a 32-bit program? I'm asking because I use Slackware 14.2 (64-bit) as my operation system. I also found it interesting that I was able to build all of the other dependencies without error messages - except MuseScore itself.

Last edited by TheNutCase; 06-28-2020 at 10:25 PM.
 
Old 06-20-2020, 11:32 AM   #2
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,530

Rep: Reputation: 898Reputation: 898Reputation: 898Reputation: 898Reputation: 898Reputation: 898Reputation: 898
AlienBob's package? He's pretty clear about which is 32-bit and which is 64. If you're talking the appimage or the source package, then it should be 64-bit, I believe. (Note: I've only goofed around with it.) Yeah, the appimage is x86_64.
 
Old 06-20-2020, 11:44 AM   #3
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Original Poster
Rep: Reputation: Disabled
I'm talking about the source code (which I got from here: https://slackbuilds.org/repository/1...arch=musescore), not the appimage - which says nothing about whether it's 32-bit or 64-bit.

And when I tried to compile it I ended up with the following error messages
Code:
make[3]: *** [mscore/CMakeFiles/mscoreapp.dir/musescore.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from /tmp/SBo/MuseScore-3.4.2/mscore/editstyle.h:23:0,
                 from /tmp/SBo/MuseScore-3.4.2/mscore/editstyle.cpp:16:
/tmp/SBo/MuseScore-3.4.2/build.release/mscore/ui_editstyle.h: In member function 'void Ui_EditStyleBase::setupUi(QDialog*)':
/tmp/SBo/MuseScore-3.4.2/build.release/mscore/ui_editstyle.h:977:10: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
     void setupUi(QDialog *EditStyleBase)
          ^
make[3]: Leaving directory '/tmp/SBo/MuseScore-3.4.2/build.release'
CMakeFiles/Makefile2:591: recipe for target 'mscore/CMakeFiles/mscoreapp.dir/all' failed
make[2]: *** [mscore/CMakeFiles/mscoreapp.dir/all] Error 2
make[2]: Leaving directory '/tmp/SBo/MuseScore-3.4.2/build.release'
Makefile:149: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/tmp/SBo/MuseScore-3.4.2/build.release'
Makefile:52: recipe for target 'release' failed
make: *** [release] Error 2
And yes. I installed all the dependencies and sub-dependencies for it.
 
Old 06-20-2020, 12:07 PM   #4
gattocarlo
Member
 
Registered: Jan 2020
Posts: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by TheNutCase View Post
I'm talking about the source code (which I got from here: https://slackbuilds.org/repository/1...arch=musescore), not the appimage - which says nothing about whether it's 32-bit or 64-bit.

And when I tried to compile it I ended up with the following error messages
Code:
make[3]: *** [mscore/CMakeFiles/mscoreapp.dir/musescore.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from /tmp/SBo/MuseScore-3.4.2/mscore/editstyle.h:23:0,
                 from /tmp/SBo/MuseScore-3.4.2/mscore/editstyle.cpp:16:
/tmp/SBo/MuseScore-3.4.2/build.release/mscore/ui_editstyle.h: In member function 'void Ui_EditStyleBase::setupUi(QDialog*)':
/tmp/SBo/MuseScore-3.4.2/build.release/mscore/ui_editstyle.h:977:10: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
     void setupUi(QDialog *EditStyleBase)
          ^
make[3]: Leaving directory '/tmp/SBo/MuseScore-3.4.2/build.release'
CMakeFiles/Makefile2:591: recipe for target 'mscore/CMakeFiles/mscoreapp.dir/all' failed
make[2]: *** [mscore/CMakeFiles/mscoreapp.dir/all] Error 2
make[2]: Leaving directory '/tmp/SBo/MuseScore-3.4.2/build.release'
Makefile:149: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/tmp/SBo/MuseScore-3.4.2/build.release'
Makefile:52: recipe for target 'release' failed
make: *** [release] Error 2
And yes. I installed all the dependencies and sub-dependencies for it.
MuseScore can be compiled into both a 32-bit and a 64bit binary. I'm just guessing, but I have the feeling you are trying to compile the source with a version of gcc which is not supported any longer. I see that AlienBOB is providing MuseScore packages only for current, both 32 and 64 bit:

http://www.slackware.com/~alien/slackbuilds/musescore/

Unfortunately I cannot be of any help since I'm running current too (and using AlienBOB's packages).
 
Old 06-20-2020, 12:12 PM   #5
gattocarlo
Member
 
Registered: Jan 2020
Posts: 61

Rep: Reputation: Disabled
BTW, Eric is providing a full feature DAW for slackware (current) which, if you are into the music production, is well worth checking:

https://alien.slackbook.org/blog/exp...ic-production/

(It is even worth upgrading to current: you have access to AlienBOB's daw and PAM makes a low latency system very easy)
 
1 members found this post helpful.
Old 06-20-2020, 12:53 PM   #6
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,061

Rep: Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732
The error when compiling is a bit odd, since SBo scripts should be tested against Slackware 14.2, so if you're fully updated and patched it should work. You might want to notify the script maintainer.

You could try building musescore from source and see if the same error prevails. Or, if you could do with a slightly outdated version, you could try http://slackware.uk/salix/x86_64/ext..._64-1salix.txz (the only readymade package for 14.2 I could find out there).
 
Old 06-20-2020, 01:57 PM   #7
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
tested here and it build fine
Code:
MuseScore:
  MD5SUM check for MuseScore-3.4.2.tar.gz ... OK
  MD5SUM check for MuseScore_General.sf3 ... OK
  MD5SUM check for MuseScore_General_License.md ... OK
  Building package MuseScore-3.4.2-x86_64-1_SBo.tgz ... OK
  Installing package MuseScore-3.4.2-x86_64-1_SBo.tgz ... OK
 
Old 06-20-2020, 03:18 PM   #8
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by gattocarlo View Post
MuseScore can be compiled into both a 32-bit and a 64bit binary. I'm just guessing, but I have the feeling you are trying to compile the source with a version of gcc which is not supported any longer. I see that AlienBOB is providing MuseScore packages only for current, both 32 and 64 bit:

http://www.slackware.com/~alien/slackbuilds/musescore/

Unfortunately I cannot be of any help since I'm running current too (and using AlienBOB's packages).
What is the latest supported version of gcc?
 
Old 06-20-2020, 03:39 PM   #9
BrunoLafleur
Member
 
Registered: Apr 2020
Location: France
Distribution: Slackware
Posts: 398

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Just a stupid question : did you run the MuseScore.SlackBuild as root ?
Do you have a Slackware 14.2 ?
 
Old 06-20-2020, 05:12 PM   #10
garpu
Senior Member
 
Registered: Oct 2009
Distribution: Slackware
Posts: 1,530

Rep: Reputation: 898Reputation: 898Reputation: 898Reputation: 898Reputation: 898Reputation: 898Reputation: 898
Speaking of updates, have you updated 14.2? It's updated gcc to 5.5.0, I think.
 
Old 06-20-2020, 07:07 PM   #11
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Musescore has an AppImage available: https://musescore.org/en/download
 
Old 06-20-2020, 07:12 PM   #12
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by kgha View Post
The error when compiling is a bit odd, since SBo scripts should be tested against Slackware 14.2, so if you're fully updated and patched it should work. You might want to notify the script maintainer.

You could try building musescore from source and see if the same error prevails. Or, if you could do with a slightly outdated version, you could try http://slackware.uk/salix/x86_64/ext..._64-1salix.txz (the only readymade package for 14.2 I could find out there).
I tried building MuseScore from source - which is how i got the error in the FIRST place.
 
Old 06-20-2020, 07:16 PM   #13
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by BrunoLafleur View Post
Just a stupid question : did you run the MuseScore.SlackBuild as root ?
Do you have a Slackware 14.2 ?
Yes, I ran MuseScore.SlackBuild as root, and yes, I'm running Slackware 14.2 (64-bit).

Last edited by TheNutCase; 06-20-2020 at 09:17 PM.
 
Old 06-20-2020, 11:42 PM   #14
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by gattocarlo View Post
MuseScore can be compiled into both a 32-bit and a 64bit binary. I'm just guessing, but I have the feeling you are trying to compile the source with a version of gcc which is not supported any longer. I see that AlienBOB is providing MuseScore packages only for current, both 32 and 64 bit:

http://www.slackware.com/~alien/slackbuilds/musescore/

Unfortunately I cannot be of any help since I'm running current too (and using AlienBOB's packages).
I did install AlienBOB's MuseScore package, and when I ran it (from terminal mode) I got an error message indication that it couldn't find something called "libQt5WebEngine.so.5". Where do I find that and install it?
 
Old 06-21-2020, 12:34 AM   #15
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
it's qt5-webkit
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Trouble building Musescore on Slackware 64 Captain Pinkeye Slackware 7 06-30-2014 12:41 PM
[SOLVED] Musescore won't install on Intel 64 bit CPU PC, help please alex polvorilla Linux - Software 3 12-30-2012 02:46 PM
LXer: MuseScore, LilyPond, and Chordii: Projects on the Move LXer Syndicated Linux News 0 03-29-2011 05:40 AM
Classical organ sound fonts for MuseScore Tom Nichol Linux - Software 0 06-18-2009 02:30 PM
MusEScore 0.1pre2 compilation issues stev160 Linux - Software 0 07-15-2004 09:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:32 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration