View Issue Details

IDProjectCategoryView StatusLast Update
0002322IndiStarterGeneralpublic20-04-26 16:52
Reporterfmeyer Assigned ToPatrick Chevalley  
PrioritylowSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
PlatformPCOSLinuxOS Version64bit
Summary0002322: Install : dependency libpango fails on package name mismatch
DescriptionOn debian bullseye/sid :

libpango-1.0-0/testing,now 1.44.7-4 amd64 [installé, automatique]

but apt install indistarter fails on libpango1.0-0 missing and not installable (stroke missing between libpango and 1.0-0)
Same with dpkg -i.

I had to ignore dependency :

sudo dpkg --ignore-depends=libpango1.0-0 -i indistarter_2.2.0-156_amd64.deb

indistarter installs and run fines after that.

As libpango1.0-0 without the stroke is only a transitional package, that seems to indicate that the correct dependency should include the package name libpango-1.0-0, with the stroke.
TagsNo tags attached.

Activities

Patrick Chevalley

20-04-26 14:34

administrator   ~0006540

The libpango package name change some time ago and this transitional package was added for compatibility.
I not remarked this change and it worked until last Debian/Ubuntu version where the transitional package is now removed.
This is already fixed in source but I need to rebuild the packages.
https://github.com/pchev/indistarter/commit/a7c574bf004241f7ef71b6f5abc20866915e1268

Patrick Chevalley

20-04-26 16:52

administrator   ~0006541

This is fixed in new build 2.3.0

Issue History

Date Modified Username Field Change
20-04-26 14:06 fmeyer New Issue
20-04-26 14:34 Patrick Chevalley Assigned To => Patrick Chevalley
20-04-26 14:34 Patrick Chevalley Status new => assigned
20-04-26 14:34 Patrick Chevalley Note Added: 0006540
20-04-26 16:52 Patrick Chevalley Status assigned => resolved
20-04-26 16:52 Patrick Chevalley Resolution open => fixed
20-04-26 16:52 Patrick Chevalley Note Added: 0006541