Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2018 14:46:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 232527] bsd.prog.mk includes bsd.nls.mk unconditionally.
Message-ID:  <bug-232527-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232527

            Bug ID: 232527
           Summary: bsd.prog.mk includes bsd.nls.mk unconditionally.
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: bugs@FreeBSD.org
          Reporter: ktullavik@gmail.com

Only noticed this while building
java/intellij-fsnotifier
so I maybe I'm mistaken claiming it to a more general problem.

src.conf:
WITHOUT_NLS=3D
WITHOUT_NLS_CATALOGS=3D

=3D=3D=3D>  Building for intellij-fsnotifier-20160221_4
make[2]: "/usr/share/mk/bsd.prog.mk" line 283: Could not find bsd.nls.mk
make[2]: Fatal errors encountered -- cannot continue
make[2]: stopped in
/usr/ports/java/intellij-fsnotifier/work/fsnotifier-a04fbff6e21d58fea7a3ed2=
a6a21e53cbef4b7af
=3D=3D=3D> Compilation failed unexpectedly.


Workaround
----------
Temporarily commented the offending lines in bsd.prog.mk

NLSNAME?=3D     ${PROG}
.include <bsd.nls.mk>

while building intellij-fsnotifier.
Haven't seen any runtime problems with my intellij build.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232527-227>