Discussion:
Hosed QT install
(too old to reply)
Rod Person
2018-05-06 22:28:33 UTC
Permalink
I'm getting this error with various QT apps (VirutalBox,
qutebrowser and others). I appear to have an older version of some qt
library but I not idea which. I tried reinstalling all QT but that
didn't help. Anyone ever run into this and have a way to find the bad
lib or any idea how to correct it?

Qt WARNING: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to
'/tmp/runtime-roddierod'
Qt FATAL: Cannot mix incompatible Qt library
(version 0x50904) with this library (version 0x50903) Abort trap
--
Rod

http://www.rodperson.com

You can never get enough of what you don't need.
-- David Morgan
Mark Moellering
2018-05-06 22:47:27 UTC
Permalink
Post by Rod Person
I'm getting this error with various QT apps (VirutalBox,
qutebrowser and others). I appear to have an older version of some qt
library but I not idea which. I tried reinstalling all QT but that
didn't help. Anyone ever run into this and have a way to find the bad
lib or any idea how to correct it?
Qt WARNING: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to
'/tmp/runtime-roddierod'
Qt FATAL: Cannot mix incompatible Qt library
(version 0x50904) with this library (version 0x50903) Abort trap
--
Rod
http://www.rodperson.com
You can never get enough of what you don't need.
-- David Morgan
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-
Wow, I literally just finished fixing this with Lumina

I did a pkg info | more and noticed that, even though I upgraded the qt5
[meta] version, there are some qt5 libraries that do not, automatically,
upgrade. I then did a manual pkg upgrade qt5-[package] I know i had to do
dbus, x11extras, svg, and a number of others. I just kept at it, until
they were all upgraded to the same release.

For Lumina, specifically, I had to do a pkg delete of all of the packages
for it (such as lumina-core, etc) I then did a pkg clean -a (not sure if
that was necessary) and pkg install. Finally, it was back to normal.

I hope this helps. Good Luck

Mark

Loading...