"make package" in the net-mgmt/zabbix5-frontend port fails, because it tries to install LC_MESSAGE files for languages "nb" and "sv". I have not looked for the reason these files are missing, maybe they have been removed upstream. Workaround: in net-mgmt/zabbix5-server/pkg-plist.frontend remove the lines containing "locale/nb/LC_MESSAGES" and "locale/sv/LC_MESSAGES". This fixes package building in poudriere for me.
This is not the case any longer. Can you please share if you are building from main branch or from quarterly?
I am building from quarterly; sorry, should have mentioned that.
Just had the very same problem today! I have to modify pkg-plist.frontend. See attachment.
Created attachment 235003 [details] Visual diff This needs to be applied to 2022Q2.
A commit in branch 2022Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0dfc123f20bf0959f37854b14338cfe913153d9d commit 0dfc123f20bf0959f37854b14338cfe913153d9d Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2022-07-01 12:40:00 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2022-07-01 12:40:00 +0000 net-mgmt/zabbix5-server: Fix pkg-plist for frontend Fix pkg-plist for zabbix5-frontend that has not been caught up in previous commit to zabbix5-server. This is a direct commit to 2022Q2 PR: 264957 net-mgmt/zabbix5-server/pkg-plist.frontend | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-)
Fixed in commit 0dfc123f20bf0959f37854b14338cfe913153d9d in 2022Q2