Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Trying to install trillian... libpango in sid is ourdated

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
wrecked_machine
Posts: 7
Joined: 2020-07-04 15:00

Trying to install trillian... libpango in sid is ourdated

#1 Post by wrecked_machine »

I'm trying to install Trillian, an essential app for my production environment. It requires libpango 1.3 or above; the version in Sid is still at 1.0. Any workarounds?

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Trying to install trillian... libpango in sid is ourdate

#2 Post by Head_on_a_Stick »

wrecked_machine wrote:the version in Sid is still at 1.0
No it isn't, the sid version is 1.44.7. Even oldoldstable has v1.36.8.
deadbang

wrecked_machine
Posts: 7
Joined: 2020-07-04 15:00

Re: Trying to install trillian... libpango in sid is ourdate

#3 Post by wrecked_machine »

Head_on_a_Stick wrote:
wrecked_machine wrote:the version in Sid is still at 1.0
No it isn't, the sid version is 1.44.7. Even oldoldstable has v1.36.8.
Ok, you're right... schoolchild error on my part. The version on my system is 1.44.7. Great. So why does gdebi insist it's an unresolvable dependency, and dpkg give me the following output? Note that it says libpango is not installed:

Code: Select all

sudo dpkg -i trillian_2.0.0.7_v5_amd64.deb                              
Selecting previously unselected package trillian.
(Reading database ... 325443 files and directories currently installed.)
Preparing to unpack trillian_2.0.0.7_v5_amd64.deb ...
Unpacking trillian (2.0.0.7) ...
dpkg: dependency problems prevent configuration of trillian:
 trillian depends on libatkmm-1.6-1v5 (>= 2.22.0); however:
  Package libatkmm-1.6-1v5 is not installed.
 trillian depends on libcairomm-1.0-1v5 (>= 1.10.0); however:
  Package libcairomm-1.0-1v5 is not installed.
 trillian depends on libgtkmm-3.0-1v5 (>= 3.12.0); however:
  Package libgtkmm-3.0-1v5 is not installed.
 trillian depends on libpango1.0-0 (>= 1.30.0); however:
  Package libpango1.0-0 is not installed.
 trillian depends on libpangomm-1.4-1v5 (>= 2.28.0); however:
  Package libpangomm-1.4-1v5 is not installed.
 trillian depends on libssl1.0.0 (>= 1.0.0); however:
  Package libssl1.0.0 is not installed.
 trillian depends on libwebkitgtk-3.0-0 (>= 1.8.0); however:
  Package libwebkitgtk-3.0-0 is not installed.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Trying to install trillian... libpango in sid is ourdate

#4 Post by Head_on_a_Stick »

Try

Code: Select all

# apt install -f
Or

Code: Select all

# apt install /full/path/to/trillian_2.0.0.7_v5_amd64.deb
EDIT: actually gdebi should resolve and install the dependencies but the full error message will give us some more clues.
deadbang

User avatar
eriefisher
Posts: 130
Joined: 2008-06-04 03:49
Location: Ontario's South Coast

Re: Trying to install trillian... libpango in sid is ourdate

#5 Post by eriefisher »

The problem is with the version scheme. You likely have libpango-1...... but it's asking for libpango1......Notice no (-) before the 1. I have run into it a couple times. They way around it was to edit the control file. I used dpkg-deb to unpack the deb then edited the control file then repack the deb and install. This will explain it.

https://unix.stackexchange.com/question ... deb/138190
____________________________________________
There's a manual?
Siduction
Debian Sid
Xfce4 4.14

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Trying to install trillian... libpango in sid is ourdate

#6 Post by stevepusser »

Nonsense. Libpangomm is not the same package as libpango, and even Stretch had an acceptable version.

https://packages.debian.org/search?suit ... mm-1.4-1v5

https://packages.debian.org/search?suit ... pango1.0-0

These problems are almost always due to crazy sources that the user has messed around with, missing sources because they installed without a net connection, or rarely a bad mirror.
MX Linux packager and developer

User avatar
eriefisher
Posts: 130
Joined: 2008-06-04 03:49
Location: Ontario's South Coast

Re: Trying to install trillian... libpango in sid is ourdate

#7 Post by eriefisher »

____________________________________________
There's a manual?
Siduction
Debian Sid
Xfce4 4.14

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Trying to install trillian... libpango in sid is ourdate

#8 Post by stevepusser »

wrecked_machine wrote:I'm trying to install Trillian, an essential app for my production environment. It requires libpango 1.3 or above; the version in Sid is still at 1.0. Any workarounds?
You're using Sid for a production environment? Well, at least you have an appropriate user name.
MX Linux packager and developer

Post Reply