Re: 9.0 stable failing to build for sun2 in X11
David Brownlee <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.m68k,gmane.os.netbsd.ports.sun3 |
|---|---|
| Message-ID | <CAGN_6pYTWZf2V7itbrHi6FFn9zqXZRcrUPmW253rMLX8hgNZ7w@mail.gmail.com> |
On Tue, 8 Sep 2020 at 22:36, Chris Hanson <[email protected]> wrote: > > On Sep 7, 2020, at 10:46 PM, Chris Hanson <[email protected]> wrote: > > > > On Sep 7, 2020, at 10:29 PM, Martin Husemann <[email protected]> wrote: > >> > >> The official builds for sun2 do not include any X builds either (and this > >> is the case since as far back as I remember). > > > > Aha! Almost certain that’s it. Thanks! > > That was indeed it—building without -x succeeds! > > Now to start thinking about a 68451 pmap implementation… So... how *many* 68451s? :-p 32 variable length segments in a 68451... Looking forward to kthread_create(PRI_VM, KTHREAD_MPSAFE, NULL, pmap_defrag_thread, NULL, NULL, "defrag"); :) David