[Bug 268652] Qt5: Some apps fails to start after upgrading to 5.15.8
Date: Sun, 15 Oct 2023 07:38:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268652 --- Comment #77 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> --- (In reply to Tatsuki Makino from comment #76) Thanks for heads-up. This time, fortunately, I've not bitten. For the record, what I've performed this time (after updating ports tree) are: For stable/14 poudriere build (to be paranoid): *Fetch distfiles with `pkg_replace -a -c -m 'WITH+="NVIDIA,NVIDIA_GL" \ DISABLE_VULNERABILITIES=yes' -F -k` *Build qt5-qmake with `poudriere bulk -j jailname -J 6 -S devel/qt5-qmake`. *Build qt5-buildtools with `poudriere bulk -j jailname -J 6 -S \ devel/qt5-buildtools`. *Build qt5-core with `poudriere bulk -j jailname -J 6 -S devel/qt5-core`. *Created list of remaining Qt5 components as /poudriere/pkglist.qt5. *Build remaining Qt5 components with `poudriere bulk -f /poudriere/pkglist.qt5 \ -j 14amd64 -J 6 -S`. *Single port (sorry, forgot to take memo) failed complaining graphics/vulkan-loader is missing (maybe poudriere missed the dependency, although it was deleted before actual builds were started), so built it like others. *Redo remaining Qt5 components builds. *Build all other updated ports as usual. For main pkg_replace build: *Update qt5-qmake with `pkg_replace -c -v -m 'DISABLE_VULNERABILITIES=yes' \ -u -b devel/qt5-qmake`. *Update qt5-buildtools with `pkg_replace -c -v -m 'DISABLE_VULNERABILITIES=yes' \ -u -b devel/qt5-buildtools`. *Update qt5-core with `pkg_replace -c -v -m 'DISABLE_VULNERABILITIES=yes' \ -u -b devel/qt5-core`. *Update remaining Qt5 components with `pkg_replace -c -v \ -m 'DISABLE_VULNERABILITIES=yes' -u -b qt5-\*`. *Update everything else as usual. -- You are receiving this mail because: You are on the CC list for the bug.