void-linux / void-packages

The Void source packages collection
https://voidlinux.org
Other
2.59k stars 2.15k forks source link

dino 0.4.2_2 fails to start with a missing symbolic link for a dependency on libgee-0.8.so.2 #44317

Open SumOys opened 1 year ago

SumOys commented 1 year ago

Is this a new report?

Yes

System Info

Void 6.1.29_1 x86_64 GenuineIntel uptodate hold rrFFFF

Package(s) Affected

dino-0.4.2_2

Does a report exist for this bug with the project's home (upstream) and/or another distro?

I did find the following issue for libgee, but it appears to be several years old and resolved: https://github.com/void-linux/void-packages/issues/18105

If I manually create the symbolic link, dino starts:

root@oystelle ~# cd /usr/lib
root@oystelle /u/lib# ln -s libgee-0.8.so.2.6.1 libgee-0.8.so.2

Expected behaviour

dino application should start

Actual behaviour

When I try to run dino, I get the following error for a missing library:

dino: error while loading shared libraries: libgee-0.8.so.2: cannot open shared object file: No such file or directory

Steps to reproduce

My package versions for dino and libgee:

vpm search libgee
[vpm]  Searching for: libgee (xbps-query -v -Rs libgee) 
[*] libgee-0.20.6_1         GObject collection library
[-] libgee-devel-0.20.6_1   GObject collection library - development files
[*] libgee08-0.20.6_1       GObject collection library - transitional dummy package
[-] libgee08-devel-0.20.6_1 GObject collection library - transitional dummy package
[vpm]  [xbps-query -v -Rs libgee] return code: 0 
╭─ ~ ··························································· ✔  ⬢ 18.16.0  12:38:58 
╰─ vpm search dino
[vpm]  Searching for: dino (xbps-query -v -Rs dino) 
[*] dino-0.4.2_2 Modern XMPP ("Jabber") Chat Client using GTK+/Vala
[vpm]  [xbps-query -v -Rs dino] return code: 0 

I preformed and update and still see to have the issue. Creating the symbolic link to the library manually resolves the issue.

triallax commented 1 year ago

Hmm, I installed Dino and tested it, and it's working fine. Also, I seem to have the /usr/lib/libgee-0.8.so.2 symlink already. Are you sure that your setup isn't messed up somehow?

classabbyamp commented 1 year ago

What does xbps-pkgdb -a say? (undo the manual symlink before running it)