Re: git: 23dee252daf2 - main - loader: Change this BIOS tradeoff: Add back zip and use text only

From: Baptiste Daroussin <bapt_at_freebsd.org>
Date: Mon, 28 Oct 2024 12:33:37 UTC
On Mon 28 Oct 06:22, Warner Losh wrote:
> On Mon, Oct 28, 2024, 4:36 AM Baptiste Daroussin <bapt@freebsd.org> wrote:
> 
> > On Fri 25 Oct 03:12, Warner Losh wrote:
> > > The branch main has been updated by imp:
> > >
> > > URL:
> > https://cgit.FreeBSD.org/src/commit/?id=23dee252daf2ff60e521c9c019e64134b63ce90f
> > >
> >
> > I am not sure this is related, pkgbase builder are now failing with:
> >
> > ld: error: undefined symbol: gfx_state
> > >>> referenced by gfx_bios.c
> > >>>               gfx_bios.o:(bi_load_vbe_data)
> > >>> referenced by vidconsole.c:1065
> > >>> (/home/pkgbuild/worktrees/main/stand/i386/libi386/vidconsole.c:1065)
> > >>>               vidconsole.o:(vidc_putchar) in archive
> > >>>
> >  /home/pkgbuild/obj/home/pkgbuild/worktrees/main/amd64.amd64/stand/i386/libi386/libi386.a
> >
> 
> Might be a no clean, non meta mode issue since this is only a command line
> change. Though vidconsole shouldn't be reference to be pulled from the
> library.
> 
> Warner
> 

pkgbase building is calling the default make buildworld in incremental way, so
yes no clean.

Best regards,
Bapt