[Bug 268652] Qt5: Some apps fails to start after upgrading to 5.15.7
Date: Fri, 30 Dec 2022 12:02:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268652 --- Comment #1 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> --- Forgot to mention. % uname -a FreeBSD *****.*****.local 13.1-STABLE FreeBSD 13.1-STABLE #587 stable/13-n253342-6e9ab1e63192-dirty: Thu Dec 29 12:01:00 JST 2022 ****@*****.*****.local:/usr/obj/usr/src/amd64.amd64/sys/***** amd64 Previous working state was at commit 81ff56db9fc6aff09acba4a787f09ecdc5aa2360. At first, updated ports tree and rebuilt with poudriere, cloned built repo to /usr/ports/packages/All and installed with pkg_replace -a -PP, which went without error. *pkg_replace looks for packages in /usr/ports/packages/All by default. Then, restarted system and after that, audacious and so on stops starting. Next rebuilt was done by pkg_replace like below. #pkg_replace -c -v -m 'DISABLE_VULNERABILITIES=yes' -W -w -f -b multimedia/audacious multimedia/audacious-plugins && portsclean -C This went fine but rebuilt binary fails to start with the same error. Then, rebuilt qt5 as below. #pkg_replace -c -v -m 'DISABLE_VULNERABILITIES=yes' -W -w -f -b qt5-\* && portsclean -C Which built and installed fine but no success. -- You are receiving this mail because: You are on the CC list for the bug.