... and probably 3. PR kern/57660 https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=57660
Markus Am So., 22. Okt. 2023 um 23:10 Uhr schrieb Thomas Klausner <w...@netbsd.org>: > > On Sun, Oct 22, 2023 at 11:06:25PM +0200, Thomas Klausner wrote: > > On Sun, Oct 22, 2023 at 10:37:54PM +0200, Thomas Klausner wrote: > > > I've just updated my kernel from 10.99.10 to 10.99.10 (~ Oct 11 to Oct > > > 20) to test the rge(4) changes, and started a bulk build, and the > > > packages using ghc seem to wait for something and make no progress. > > ... > > > I see one other new weird behaviour on that machine - gnucash doesn't > > > finish starting up. > > > > I've backed out ad's changes from the 13th, and both problems are gone. > > > > I'll attach my local change. > > > > Andrew, can you please take a look? > > Two test cases to see the problem I have: > > 1. start gnucash, it doesn't finish starting up, the splash screen hangs. > > 2. cd /usr/pkgsrc/devel/hs-data-array-byte && make > The 'build' step has two parts, it hangs after the first one. > > Thomas