spotify-qt icon indicating copy to clipboard operation
spotify-qt copied to clipboard

Not working on FreeBSD due to incompatible Qt library

Open i-lost-my-bagel opened this issue 1 year ago • 3 comments

System information

FreeBSD 14.0-Release

Detailed information

Cannot run spotify-qt because the qt library on my system is incompatible with the one on my system

What happens?

image

i-lost-my-bagel avatar Feb 05 '24 02:02 i-lost-my-bagel

Sounds like an issue with the packaging and not the application itself.

Try to compile it from source if you can, and if that works, try to contact the maintainer of the package instead.

kraxarn avatar Mar 09 '24 14:03 kraxarn

sorry for taking so long to reply. I've been really busy. I tried building it from source but I'm still having the same issue so I think it's a problem with the application.

image

i-lost-my-bagel avatar Apr 03 '24 17:04 i-lost-my-bagel

@i-lost-my-bagel Using FreeBSD and spotify-qt every day I have never seen this issue. You should possibly do a full pkg upgrade, e.g.:

# pkg update -f
# pkg upgrade -f
# pkg autoremove
# pkg clean

Note that this will force-reinstall all packages - thus possibly eliminating the weird dependency state you're in. Depending on how much stuff you have installed this may take a little while.

Also, try checking what the spotify-qt binary is actually linked against with ldd and whether these libraries make sense.

herrhotzenplotz avatar May 27 '24 16:05 herrhotzenplotz

Thank you @herrhotzenplotz for providing some help, I have no experience with BSD 😅 Closing as it's most likely not an issue with the application itself.

kraxarn avatar Jul 04 '24 16:07 kraxarn