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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"