pkgsrc-WIP-changes archive

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

poke: pass --disable-dispatch-no-threading to fix runtime failure.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Mon Feb 13 23:18:06 2023 +0100
Changeset:	8e5be52e788d36866d4eef9ce67059b9c4d1247a

Modified Files:
	poke/Makefile
Removed Files:
	poke/TODO

Log Message:
poke: pass --disable-dispatch-no-threading to fix runtime failure.

With this configure option, the default Jitter dispatch used will
be "direct-threading"

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

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

diffstat:
 poke/Makefile | 1 +
 poke/TODO     | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/poke/Makefile b/poke/Makefile
index 3140fd393a..635cf53c5a 100644
--- a/poke/Makefile
+++ b/poke/Makefile
@@ -16,6 +16,7 @@ USE_TOOLS+=	pkg-config gmake makeinfo install-info
 
 CONFIGURE_ARGS+=	--infodir=${PREFIX}/${PKGINFODIR}
 CONFIGURE_ARGS+=	--with-gc=${BUILDLINK_PREFIX.boehm-gc}
+CONFIGURE_ARGS+=	--disable-dispatch-no-threading
 CONFIGURE_ARGS+=	--enable-mi
 
 .include "../../devel/boehm-gc/buildlink3.mk"
diff --git a/poke/TODO b/poke/TODO
deleted file mode 100644
index d91a897f20..0000000000
--- a/poke/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-Investigate runtime failure:
-
-FATAL ERROR: could not make (wider) block for heap


Home | Main Index | Thread Index | Old Index