Hi,
I’m trying to install OM 6.10.1-2 on Ubuntu 14.04 32-bit. I think I followed all the correct procedures, first installing dependencies:
apt-get install jack
apt-get install libportmidi0
apt-get install libsndfile1
apt-get install libgtk2.0-0
Then using dpkg to install the two .deb packages I downloaded from forge.ircam.fr
root@openmusic:/media/sf_VirtualBoxShared# dpkg -i OM_6.10.1-2.deb SDIF-3.11.4-1_i386.deb
But I get a strange dependency error about jackd2:amd64.
dpkg: dependency problems prevent configuration of openmusic:
openmusic depends on jackd2:amd64
This is weird because I’m on a 32-bit platform and I think the package is 32-bit (but it does not specifically indicate that in the name). Is there something wrong with the current package on forge.ircam.fr?
Below is the remainder of the package installation output.
Selecting previously unselected package openmusic.
(Reading database ... 171273 files and directories currently installed.)
Preparing to unpack OM_6.10.1-2.deb ...
Unpacking openmusic (6.10.1-2) ...
Selecting previously unselected package sdif.
Preparing to unpack SDIF-3.11.4-1_i386.deb ...
Unpacking sdif (3.11.4) ...
dpkg: dependency problems prevent configuration of openmusic:
openmusic depends on jackd2:amd64.
dpkg: error processing package openmusic (--install):
dependency problems - leaving unconfigured
Setting up sdif (3.11.4) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Processing triggers for fontconfig (2.11.0-0ubuntu4.1) ...
Errors were encountered while processing:
openmusic
Thanks in advance for any help.