Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Latest qt5 upgrade breaks qt apps (Read 921 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Latest qt5 upgrade breaks qt apps

Applied the 5.14.1-1 qt5 upgrade and now some qt apps seg fault.  It may be only the ones compiled with qtcreator, as well as qtcreator itself.




Code: [Select]
[dxrobertson@acer ~]$ qtcreator
Segmentation fault
[dxrobertson@acer ~]$ qps
DEBUG: version = 50414
Segmentation fault
[dxrobertson@acer ~]$ falkon
Falkon: Crashed :( Saving backtrace in /home/dxrobertson/.config/falkon/crashlog ...
Backtrace successfully saved in /home/dxrobertson/.config/falkon/crashlog/Crash-2020-01-30T17:20:57.txt
Aborted
[dxrobertson@acer ~]$ /opt/apps/qtterm-lite/qtterm-lite
Segmentation fault
[dxrobertson@acer ~]$


The pacman upgrade:

Code: [Select]
[2020-01-30T16:30:58-0500] [PACMAN] Running 'pacman -Syy'
[2020-01-30T16:30:58-0500] [PACMAN] synchronizing package lists
[2020-01-30T16:32:54-0500] [PACMAN] Running 'pacman -Su'
[2020-01-30T16:32:54-0500] [PACMAN] starting full system upgrade
[2020-01-30T16:40:19-0500] [ALPM] transaction started
[2020-01-30T16:40:19-0500] [ALPM] upgraded qpdf (9.1.0-1 -> 9.1.1-1)
[2020-01-30T16:40:19-0500] [ALPM] upgraded cups-filters (1.26.2-1 -> 1.27.0-1)
[2020-01-30T16:40:19-0500] [ALPM] upgraded libpaper (1.1.24-11 -> 1.1.28-1)
[2020-01-30T16:40:23-0500] [ALPM] upgraded qt5-base (5.14.0-3 -> 5.14.1-1)
[2020-01-30T16:40:24-0500] [ALPM] upgraded qt5-declarative (5.14.0-3 -> 5.14.1-1)
[2020-01-30T16:40:24-0500] [ALPM] upgraded qt5-graphicaleffects (5.14.0-1 -> 5.14.1-1)
[2020-01-30T16:40:25-0500] [ALPM] upgraded qt5-location (5.14.0-1 -> 5.14.1-1)
[2020-01-30T16:40:25-0500] [ALPM] upgraded qt5-multimedia (5.14.0-1 -> 5.14.1-1)
[2020-01-30T16:40:25-0500] [ALPM] upgraded qt5-quickcontrols (5.14.0-1 -> 5.14.1-1)
[2020-01-30T16:40:25-0500] [ALPM] upgraded qt5-quickcontrols2 (5.14.0-1 -> 5.14.1-1)
[2020-01-30T16:40:25-0500] [ALPM] upgraded qt5-script (5.14.0-1 -> 5.14.1-1)
[2020-01-30T16:40:25-0500] [ALPM] upgraded qt5-sensors (5.14.0-1 -> 5.14.1-1)
[2020-01-30T16:40:25-0500] [ALPM] upgraded qt5-serialport (5.14.0-1 -> 5.14.1-1)
[2020-01-30T16:40:25-0500] [ALPM] upgraded qt5-speech (5.14.0-1 -> 5.14.1-1)
[2020-01-30T16:40:25-0500] [ALPM] upgraded qt5-svg (5.14.0-1 -> 5.14.1-1)
[2020-01-30T16:40:26-0500] [ALPM] upgraded qt5-tools (5.14.0-2 -> 5.14.1-1)
[2020-01-30T16:40:26-0500] [ALPM] upgraded qt5-webchannel (5.14.0-1 -> 5.14.1-1)
[2020-01-30T16:40:31-0500] [ALPM] upgraded qt5-webengine (5.14.0-1 -> 5.14.1-1)
[2020-01-30T16:40:33-0500] [ALPM] upgraded qt5-webkit (5.212.0alpha3-8 -> 5.212.0alpha3-9)
[2020-01-30T16:40:33-0500] [ALPM] upgraded qt5-x11extras (5.14.0-1 -> 5.14.1-1)
[2020-01-30T16:40:33-0500] [ALPM] upgraded qt5-xmlpatterns (5.14.0-1 -> 5.14.1-1)
[2020-01-30T16:40:33-0500] [ALPM] transaction completed
[2020-01-30T16:40:33-0500] [ALPM] running 'gtk-update-icon-cache.hook'...
[2020-01-30T16:40:34-0500] [ALPM] running 'update-desktop-database.hook'...


Re: Latest qt5 upgrade breaks qt apps

Reply #1
This particular library mismatch seems a little more unfortunate. Arch itself has updated to qt 5.14.1-1 and seems to have released it in their main repos (and we have followed suit here; naturally). However, I have noticed at least two qt applications (qbittorrent and vlc) that have not been rebuilt against the new qt version. Hopefully Arch maintainers update this stuff soon.

Re: Latest qt5 upgrade breaks qt apps

Reply #2
Kool- thanks for the response/explanation, and on the boost-libs as well. 

Note to other users; maybe wait awhile before upgrading on these 2  issues.

Very much appreciate it dudemanguy!