muse won't run

Unofficial support for the KXStudio Linux distribution and applications.
More info at http://kxstudio.linuxaudio.org/

Moderators: MattKingUSA, khz

Post Reply
wolftune
Established Member
Posts: 1350
Joined: Fri Feb 24, 2012 7:40 pm
Location: Portland, OR
Been thanked: 2 times
Contact:

muse won't run

Post by wolftune »

Code: Select all

muse: error while loading shared libraries: libmuse_core.so: cannot open shared object file: No such file or directory
Aaron Wolf
Music teacher, scholar
http://wolftune.com
asbak
Established Member
Posts: 897
Joined: Thu Sep 11, 2014 3:04 pm
Has thanked: 71 times
Been thanked: 64 times

Re: muse won't run

Post by asbak »

Same here

There's a problem with the latest KXStudio Muse update

Get:19 http://ppa.launchpad.net/kxstudio-debian/apps/ubuntu/ trusty/main muse amd64 1:2.2.1-1kxstudio4 [7,551 kB]
debconf: Unknown template field '_description', in stanza #1 of /tmp/muse.template.lsLNTD
Preparing to unpack .../muse_1%3a2.2.1-1kxstudio4_amd64.deb ...
Unpacking muse (1:2.2.1-1kxstudio4) over (1:2.2.1-1kxstudio3) ...
Error in `/usr/share/doc-base/muse-manual', line 10: all `Format' sections are invalid.
Note: `install-docs --verbose --check file_name' may give more details about the above error.
Setting up muse (1:2.2.1-1kxstudio4) ...
Some Focal / 20.04 audio packages and resources https://midistudio.groups.io/g/linuxaudio
asbak
Established Member
Posts: 897
Joined: Thu Sep 11, 2014 3:04 pm
Has thanked: 71 times
Been thanked: 64 times

Re: muse won't run

Post by asbak »

Temporary solution until it's fixed. Don't run updates until this has been resolved.


64Bit Systems

Code: Select all

cd ~/Downloads
sudo dpkg -r muse
wget https://launchpad.net/~kxstudio-debian/+archive/ubuntu/apps/+files/muse_2.2.1-1kxstudio3_amd64.deb
sudo dpkg -i muse_2.2.1-1kxstudio3_amd64.deb
32Bit Systems

Code: Select all

cd ~/Downloads
sudo dpkg -r muse
wget https://launchpad.net/~kxstudio-debian/+archive/ubuntu/apps/+files/muse_2.2.1-1kxstudio3_i386.deb
sudo dpkg -i muse_2.2.1-1kxstudio3_i386.deb
Some Focal / 20.04 audio packages and resources https://midistudio.groups.io/g/linuxaudio
asbak
Established Member
Posts: 897
Joined: Thu Sep 11, 2014 3:04 pm
Has thanked: 71 times
Been thanked: 64 times

Re: muse won't run

Post by asbak »

Thanks!
Some Focal / 20.04 audio packages and resources https://midistudio.groups.io/g/linuxaudio
wolftune
Established Member
Posts: 1350
Joined: Fri Feb 24, 2012 7:40 pm
Location: Portland, OR
Been thanked: 2 times
Contact:

Re: muse won't run

Post by wolftune »

falkTX, that was fast, you're amazing, thanks!
Aaron Wolf
Music teacher, scholar
http://wolftune.com
User avatar
lootre
Established Member
Posts: 6
Joined: Wed Nov 11, 2015 8:59 pm
Location: Switzerland
Has thanked: 1 time

Re: muse won't run

Post by lootre »

Hi,

I have the exact same problem, but on UbuntuStudio 15.10. Is there a way to get the fix?

Thanks!
rwkaye
Posts: 2
Joined: Sat Apr 16, 2016 9:41 am

Re: muse won't run

Post by rwkaye »

Same problem here

$ muse
muse: error while loading shared libraries: libmuse_core.so: cannot open shared object file: No such file or directory

I am running ubuntu 15.10

I tried to install the .deb file that "fixed" the problem but there were dependency problems


dpkg: dependency problems prevent configuration of muse:
muse depends on libcairomm-1.0-1 (>= 1.6.4); however:
Package libcairomm-1.0-1 is not installed.
muse depends on libglibmm-2.4-1c2a (>= 2.24.0); however:
Package libglibmm-2.4-1c2a is not installed.
muse depends on libgtkmm-2.4-1c2a (>= 1:2.20.0); however:
Package libgtkmm-2.4-1c2a is not installed.
muse depends on libpangomm-1.4-1 (>= 2.26.0); however:
Package libpangomm-1.4-1 is not installed.
muse depends on libsigc++-2.0-0c2a (>= 2.0.2); however:
Package libsigc++-2.0-0c2a is not installed.


In all cases I have versions of these packages with names like libcairomm-1.0-1v5 etc and cannot install the exact ones required. Please help!
rwkaye
Posts: 2
Joined: Sat Apr 16, 2016 9:41 am

Re: muse won't run

Post by rwkaye »

OK I see what to do now!

Follow the instructions at

http://kxstudio.linuxaudio.org/Repositories

to install various debs that activate the kxstudio repositories

Then update package information (I used synaptic, edit -> reload package information) and upgrade muse and other packages.

All works now.

I presume these changes will eventually make their way to the Ubuntu distro as well? Clearly the debs supplied with 15.10 are broken.
wachin
Posts: 1
Joined: Sat Apr 23, 2016 2:22 am

muse won't run in Ubuntu 16.04

Post by wachin »

In 16.04 not working muse that come with the O.S.

To solded this I install only the deb (is not necessary the PPA):

32 bits:
https://launchpad.net/~kxstudio-debian/ ... 5_i386.deb

or:

64 bits:
https://launchpad.net/~kxstudio-debian/ ... _amd64.deb

All dependences are ok

From:
Packages in “GCC 5” : GCC 5 : “KXStudio Debian” team
https://launchpad.net/~kxstudio-debian/ ... /+packages

Thanks Linux Musicians, for here I thought the solution :D
Post Reply