On Wed, Dec 30, 2020 at 12:52:41PM +0100, Andreas Tille wrote: > On Wed, Dec 30, 2020 at 07:35:19AM +0000, Antoni Villalonga wrote: > > On Wed, Dec 30, 2020 at 07:22:03AM +0000, Antoni Villalonga wrote: > > > On Tue, Dec 29, 2020 at 03:23:32PM +0000, Gregory Sharp wrote: > > > > It seems libinsight4-dev does not install on sid. Could be related to > > > > [1]? > > > > I can try to fix if someone could recommend how to do this. > > > > > > > > $ sudo apt-get install libinsighttoolkit4-dev > > > > Reading package lists... > > > > Building dependency tree... > > > > Reading state information... > > > > Some packages could not be installed. This may mean that you have > > > > requested an impossible situation or if you are using the unstable > > > > distribution that some required packages have not yet been created > > > > or been moved out of Incoming. > > > > The following information may help to resolve the situation: > > > > > > > > The following packages have unmet dependencies: > > > > libznz3 : Breaks: libnifti2 (<= 3.0) > > This package libnifti2 was replaced by libnifti2-2 version 3.0.1
OK, I see libnifti2-2 provides unversioned libnifti2 while libnifti2 (2.0.0+git186-g84740c2-1) is still on sid repos. Versioned dependences require versioned provides as mentioned here: https://www.debian.org/doc/debian-policy/ch-relationships.html#virtual-packages-provides I've also noticed salsa repo contains '3.0.1-5' version not '3.0.1-6'. I think I've fixed both problems in this MR: https://salsa.debian.org/med-team/nifticlib/-/merge_requests/2 Hope it helps. Hackish new year. Regards, -- Antoni Villalonga https://friki.cat/

