Bug 290492 - x11-fm/xfe: "pkg-static: Unable to access file [...]/xfe.mo: No such file or directory"
Summary: x11-fm/xfe: "pkg-static: Unable to access file [...]/xfe.mo: No such file or ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-24 22:12 UTC by Enki F. Costa
Modified: 2025-11-10 14:37 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ehaupt)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Enki F. Costa 2025-10-24 22:12:13 UTC
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
Comment 1 Enki F. Costa 2025-10-29 06:05:53 UTC
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
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-11-10 14:35:16 UTC
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(-)
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2025-11-10 14:36:56 UTC
Committed, thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2025-11-10 14:37:17 UTC
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(-)