On Fri, Feb 03, 2023 at 09:24:11AM -0000, Michael van Elst wrote:
> w...@netbsd.org (Thomas Klausner) writes:
> 
> >> The biggest change recently is probably that my bulk build switched
> >> from ghc92 to ghc94, but I don't know if that could cause this.
> 
> >Next bulk build, next panic, quite reliably. Has anyone else seen this?
> 
> Not yet, maybe this is the first use of timerfd from multiple threads.

I used

/usr/pkgsrc/mk> cvs di haskell.mk 
Index: haskell.mk
===================================================================
RCS file: /cvsroot/pkgsrc/mk/haskell.mk,v
retrieving revision 1.54
diff -u -r1.54 haskell.mk
--- haskell.mk  1 Feb 2023 03:37:21 -0000       1.54
+++ haskell.mk  4 Feb 2023 07:56:28 -0000
@@ -148,7 +148,7 @@
 HASKELL_ENABLE_TESTS?=                 no
 HASKELL_UNRESTRICT_DEPENDENCIES?=      # empty
 
-.include "../../lang/ghc94/buildlink3.mk"
+.include "../../lang/ghc92/buildlink3.mk"
 
 # Some Cabal packages requires preprocessors to build, and we don't
 # want them to implicitly depend on such tools. Place dummy scripts by


and the bulk build succeeded.

Can someone else please try building e.g. pandoc in a bulk build on
10.99.2/amd64/Jan 27 and check if they see the same issue?

Thanks,
 Thomas

Reply via email to