Re: NetBSD 10.0 - configure test process hang
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Oct 29, 2024 at 03:15:12PM +0100, Riccardo Mottola wrote: > Retry? then it works and build starts.... so really there is some > unreliability in the thread system Yes, and the faster the CPUs are, the more easy it is to trigger. That is the reason why we don't have COMPAT_NETBSD32 test runs for sparc on sparc64 hardware - the tests basically never complete. The official sparc testbed runs single CPU and doesn't get into this kind of trouble. Martin