This error appears on the install step, right after the "Registering installation" message. It can be temporarily solved by removing all aforementioned files from pkg-plist, but I wonder why this happens and also wonder if it has any relationship with the error I get when launching it: "Unable to load default icons, no icons can be shown." Could it be that there's a missing step when building? Here's the entire output of make install: https://termbin.com/d05t
UPDATE: right, so this is happening because i compiled it without NLS support if i do, the error goes away, but the icon one still remains so the actual issue is with building without NLS support, not with any build of it
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7eea0afb70b83a4d7f12bf58be2b7dffba15393c commit 7eea0afb70b83a4d7f12bf58be2b7dffba15393c Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2025-11-10 14:32:04 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2025-11-10 14:34:35 +0000 x11-fm/xfe: Fix pkg-plist when NLS is disabled PR: 290492 (based on) Reported by: Enki F. Costa <red_m95@proton.me> x11-fm/xfe/pkg-plist | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-)
Committed, thanks!
A commit in branch 2025Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ddad5c919b3c5c9d6d1b0cbad9d52eca4414e694 commit ddad5c919b3c5c9d6d1b0cbad9d52eca4414e694 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2025-11-10 14:32:04 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2025-11-10 14:36:22 +0000 x11-fm/xfe: Fix pkg-plist when NLS is disabled PR: 290492 (based on) Reported by: Enki F. Costa <red_m95@proton.me> (cherry picked from commit 7eea0afb70b83a4d7f12bf58be2b7dffba15393c) x11-fm/xfe/pkg-plist | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-)