Building installer as cross

2016-06-16 Thread Masao Uebayashi
This is a proof-of-concept of cross-building installers under src/distrib. Theoretically it is possible to cross-build installers, because those programs in the installer are all small, base programs, that are covered by decent BSD makefiles. It actually turned out to be easy by only a few

Re: cbfb: coreboot framebuffer console

2016-06-16 Thread Miod Vallat
> Here is a third version that just integrates the coreboot code into > efifb. The cnattach path still has to be different to allow vga to > try to attach before doing the coreboot version. > > > Index: arch/amd64/amd64/efifb.c > @@ -55,6 +102,8 @@ int efifb_show_screen(void *, void *,

Re: cbfb: coreboot framebuffer console

2016-06-16 Thread joshua stein
On Mon, 13 Jun 2016 at 12:35:23 +0200, Mark Kettenis wrote: > > Date: Sun, 12 Jun 2016 11:47:37 -0500 > > From: joshua stein > > > > Here's a new version with feedback from Miod and Ted. > > > > It also fixes a bug on a Broadwell Chromebook (tested by Edward > > Wandasiewicz)

Re: [PATCH] fix xenocara build failure

2016-06-16 Thread Stuart Henderson
On 2016/06/16 11:56, Jean Raby wrote: > On Thu, Jun 16, 2016 at 11:29 AM, Stuart Henderson > wrote: > > > I don't believe it is possible to get a correct git mirror of the > OpenBSD repository with any of the existing conversion tools. I > have > tried

Re: [PATCH] fix xenocara build failure

2016-06-16 Thread Stuart Henderson
On 2016/06/16 23:34, Jonathan Gray wrote: > Someone else saw this with a git mirror as well. > Yet it works fine for all of us pulling the sources from cvs... I don't believe it is possible to get a correct git mirror of the OpenBSD repository with any of the existing conversion tools. I have

Re: [PATCH] fix xenocara build failure

2016-06-16 Thread Jonathan Gray
Someone else saw this with a git mirror as well. Yet it works fine for all of us pulling the sources from cvs... On Thu, Jun 16, 2016 at 02:23:23PM +0100, Dimitris Papastamos wrote: > Hi, > > I am seeing a build failure on -current when I build xenocara. I've > already built /usr/src so that's

[PATCH] fix xenocara build failure

2016-06-16 Thread Dimitris Papastamos
Hi, I am seeing a build failure on -current when I build xenocara. I've already built /usr/src so that's up to date. /usr/xenocara/lib/mesa/src/mesa/main/varray.c:168: error: no previous prototype for '_mesa_bind_vertex_buffer' /usr/xenocara/lib/mesa/src/mesa/main/varray.c:280: error: no