Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Jun 8, 2023 · 2 comments
Labels
bug Something isn't working needs-testing Testing a PR or reproducing an issue needed

Comments

@SumOys
Copy link
Contributor

SumOys commented Jun 8, 2023

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: #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.

@SumOys SumOys added bug Something isn't working needs-testing Testing a PR or reproducing an issue needed labels Jun 8, 2023
@triallax
Copy link
Contributor

triallax commented Jun 8, 2023

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
Copy link
Member

classabbyamp commented Jun 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-testing Testing a PR or reproducing an issue needed
Projects
None yet
Development

No branches or pull requests

3 participants