Bug 248 - gigedit 1.0.0 package dependencies can not get solved in Debian testing
Summary: gigedit 1.0.0 package dependencies can not get solved in Debian testing
Status: ASSIGNED
Alias: None
Product: gigedit
Classification: Unclassified
Component: gigedit (show other bugs)
Version: 1.0.0
Hardware: PC Linux
: P5 normal
Assignee: Christian Schoenebeck
URL:
Depends on:
Blocks:
 
Reported: 2016-01-03 15:37 CET by Digidog
Modified: 2016-07-25 18:37 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Digidog 2016-01-03 15:37:45 CET
The page http://www.linuxsampler.org/downloads.html currently provides pre-compiled binaries for several operating systems including Debian "Jessie" linking to the page http://download.linuxsampler.org/packages/debian/ with individual Debian (.deb) binary packages for each software component, compiled for Intel 64 bit / AMD 64 bit (Debian 8 stable, a.k.a "Jessie").

The component gigedit under the link http://download.linuxsampler.org/packages/debian/gigedit_1.0.0-1_amd64.deb refuses installation with the following error message:

--------------- Xterm -----------
Preparing to unpack gigedit_1.0.0-1_amd64.deb ...
Unpacking gigedit (1.0.0-1) over (0.2.0-1+b3) ...

dpkg: dependency problems prevent configuration of gigedit:
 gigedit depends on libatkmm-1.6-1 (>= 2.22.1); however:
  Package libatkmm-1.6-1 is not installed.
 gigedit depends on libcairomm-1.0-1 (>= 1.6.4); however:
  Package libcairomm-1.0-1 is not installed.
 gigedit depends on libglibmm-2.4-1c2a (>= 2.42.0); however:
  Package libglibmm-2.4-1c2a is not installed.
 gigedit depends on libgtkmm-2.4-1c2a (>= 1:2.24.0); however:
  Package libgtkmm-2.4-1c2a is not installed.
 gigedit depends on libpangomm-1.4-1 (>= 2.27.1); however:
  Package libpangomm-1.4-1 is not installed.
 gigedit depends on libsigc++-2.0-0c2a (>= 2.2.0); however:
  Package libsigc++-2.0-0c2a is not installed.

dpkg: error processing package gigedit (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 gigedit
--------------- /Xterm -----------

... but all listed components are installed.
Comment 1 Digidog 2016-01-03 15:58:18 CET
The command $:

sudo ldconfig -v | egrep -i "libatkmm|libcairomm|libglibmm|libgtkmm|libpangomm|libsigc++"

returns $:

        libatkmm-1.6.so.1 -> libatkmm-1.6.so.1.1.0
        libcairomm-1.0.so.1 -> libcairomm-1.0.so.1.4.0
        libsigc-2.0.so.0 -> libsigc-2.0.so.0.0.0
        libglibmm-2.4.so.1 -> libglibmm-2.4.so.1.3.0
        libglibmm_generate_extra_defs-2.4.so.1 -> libglibmm_generate_extra_defs-2.4.so.1.3.0
        libgtkmm-3.0.so.1 -> libgtkmm-3.0.so.1.1.0
        libgtkmm-2.4.so.1 -> libgtkmm-2.4.so.1.1.0
        libpangomm-1.4.so.1 -> libpangomm-1.4.so.1.0.30

But the synaptic package manager indicates that these packages have different version flags confusing me to give a better bug report ...
Comment 2 Digidog 2016-01-03 16:44:41 CET
PS: Can confirm this bug on Debian Jessie with LXDE/openbox and on Debian testing/unstable ...
Comment 3 Christian Schoenebeck 2016-07-25 18:37:39 CEST
Those precompiled Debian packages are currently completely outdated. We will probably add building Debian packages as automatic snapshots to our server side automated build system. In the meantime please use the latest version of LinuxSampler from SVN and compile the Debian packages for your system by yourself, like described here:

http://linuxsampler.org/debian.html