kernsuite / packaging

Use this repository to report issues with packages or request new packages
13 stars 4 forks source link

libwsclean2 does not upgrade with wsclean #232

Closed o-smirnov closed 2 years ago

o-smirnov commented 4 years ago

I upgraded wsclean to 2.9, and it failed because libwsclean2 stayed at 2.6. A manual upgrade of the latter package fixed things, but isn't this something apt should be doing for me, if the dependencies are set correctly?

gijzelaerr commented 4 years ago

Is this an upgrade from KERN-5 to KERN-6? What is the error? if it is missing symbols or mismatching API's then it caused by upstream authors being too lazy to update their SO numbers, a recurring problem since they don't see the need to maintain them. @Athanaseus we Could report this upstream, but this just keeps on happening so not sure if there is a point to keep on repeating ourselves. Probably best to make the dependency relationship for the 2.9 package stricter by adding

libwsclean2 ${binary:Version}

here https://github.com/kernsuite-debian/wsclean/blob/master/debian/control#L28

o-smirnov commented 4 years ago

Is this an upgrade from KERN-5 to KERN-6?

Correct. wsclean binary was missing some symbol. So yeah, old library.

gijzelaerr commented 3 years ago

@Athanaseus can you see if my proposed change works?

gijzelaerr commented 2 years ago

@Athanaseus was this change uplaoded?

Athanaseus commented 2 years ago

Yes, this is fixed.

gijzelaerr commented 2 years ago

awesome, thanks