From: Evan Silberman Subject: Re: -current Haskell ports aborting with SIGILL To: Greg Steuck Cc: ports@openbsd.org, Antoine Jacoutot Date: Thu, 22 Feb 2024 20:42:41 -0800 > Evan, if you have abundant time, could you try to run `make test` with > and without the patches? `make clean` in the middle is probably the > easiest way to ensure the patches get applied as expected. Did `make test` in lang/ghc with and without the patches and got the same three failed tests in both, with no evident relation to the text package. Further, I ran the tests in the patched `text` library and they ran fine; had to make a minor modification for the tests to build due to QuickCheck drift but that's of no significance. So it all looks good to me. Phew! Evan