[Bug 268652] Qt5: Some apps fails to start after upgrading to 5.15.8
Date: Tue, 24 Jan 2023 11:12:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268652 --- Comment #53 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> --- (In reply to Dima Panov from comment #52) stable and releng should keep API/ABI stability. And more, I'm using the same base both on live system and poudriere. I've created poudriere jail as below. And when I upgrade base, update poudriere jail, too. So they should match at least base OS side. And more, currently, official pkg I've installed is editors/vscode only. # poudriere jail -c -v stable/13 -a amd64 -j 13amd64 -m src=/usr/src # poudriere ports -c -f none -M /usr/ports -m null # ln -s /var/db/ports /usr/local/etc/poudriere.d/options And every update on base, # poudriere jail -u -v stable/13 -a amd64 -j 13amd64 -m src=/usr/src This causes massive rebuilds on poudriere when __FreeBSD_version is bumped, which is overkill except for src/main environment. As described above, I'm using the same base, same ports tree, and same options, if I read poudriere documents correctly. The differense is that it's clean-room build or not. This discussion would be better closed here (stop or move to better place elsewhere), as this is not Qt5-specific. -- You are receiving this mail because: You are on the CC list for the bug.