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/>
index | next in thread | raw e-mail
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@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= 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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232527-227>
