On Mon Apr 28, 2025 at 12:50:38PM +0100, Andre Ruppert wrote: > First of all: I am very happy about the new release and thank all the > developers and maintainers. Thank you for the work! > > But this is the first time I have significant problems after the upgrade. > > The base upgrade was running as extected without any hickups. > > But 'pkg_add -u' results in a lot of errors concerning the QT(6) framework. > > Mostly dependency errors like this: > > 'Dependency of <program or lib> on qt6-<someprog> ->=6.6.3, <6.7.0 doesn't > match' > > ...and - as often - some gstreamer-plugins-xxxxx - trouble, but this is > minor... > > All applications running the qt framework misbehave or did't run at all > (core dump). > > Am I the only one with QT related problems? > > best regards > > Andre Ruppert >
Yes, that is really annoying. I know. As a Qt maintainer, it annoys me too. However, Qt has a run-time detection to avoid a mix of e.g. 6.6.2 and 6.6.3 installed version. But there should be no problems, just annoying “Y” typing. If you have installed the Qt Meta packages, it helps to delete it. (pkg_delete qt6) If there are really problems, please send your pkg_info. Cheers, Rafael