[Bug 232527] bsd.prog.mk includes bsd.nls.mk unconditionally.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 22 14:46:56 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232527

            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 at FreeBSD.org
          Reporter: ktullavik at 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=
WITHOUT_NLS_CATALOGS=

===>  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-a04fbff6e21d58fea7a3ed2a6a21e53cbef4b7af
===> Compilation failed unexpectedly.


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

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

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

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


More information about the freebsd-bugs mailing list