pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

widelands: Disable parallel build



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Jul 30 14:26:40 2021 +0200
Changeset:	21f815732462a731c842baa3a93a51691966bb40

Modified Files:
	widelands/Makefile
	widelands/TODO

Log Message:
widelands: Disable parallel build

This solves the problem with too many open files on NetBSD 9.
Update TODO.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=21f815732462a731c842baa3a93a51691966bb40

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 widelands/Makefile | 3 +++
 widelands/TODO     | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diffs:
diff --git a/widelands/Makefile b/widelands/Makefile
index eccf48e684..855414e258 100644
--- a/widelands/Makefile
+++ b/widelands/Makefile
@@ -17,6 +17,9 @@ USE_LANGUAGES=	c c++11
 # C++11
 GCC_REQD+=	4.8
 
+# Will otherwise hit the limit for open files
+MAKE_JOBS_SAFE=	NO
+
 CONFIGURE_DIRS=	build
 CMAKE_ARG_PATH=	..
 
diff --git a/widelands/TODO b/widelands/TODO
index 87b41cf28b..d2def41385 100644
--- a/widelands/TODO
+++ b/widelands/TODO
@@ -1,3 +1,5 @@
-[ ] Build hits limit for open files
+[X] Build hits limit for open files
     https://github.com/widelands/widelands/issues/5005
 [X] Update PLIST
+[ ] FATAL EXCEPTION while loading game data
+    https://github.com/widelands/widelands/issues/5008


Home | Main Index | Thread Index | Old Index