Re: SVN r326458 breaks efivar

2017-12-02 Thread Warner Losh
On Sat, Dec 2, 2017 at 7:58 AM, Michael Butler wrote: > The introduction of efivar-dp-xlate.c into libefivar requires functions > from libgeom yet usr.sbin/efvar doesn't link with it, > Yup. I didn't think it would need it since efivar doesn't reference those new

Re: what happened to src/sys/boot?

2017-12-02 Thread David Wolfskill
On Sat, Dec 02, 2017 at 03:42:07PM +0200, Daniel Braniss wrote: > Hi, > it seems to have disappeared. > ... Ref. r325834: r325834 | imp | 2017-11-14 15:02:19 -0800 (Tue, 14 Nov 2017) | 4 lines Move sys/boot to stand. Fix

Re: what happened to src/sys/boot?

2017-12-02 Thread Daniel Braniss
> On 2 Dec 2017, at 16:00, David Wolfskill wrote: > > On Sat, Dec 02, 2017 at 03:42:07PM +0200, Daniel Braniss wrote: >> Hi, >> it seems to have disappeared. >> ... > > Ref. r325834: > > > r325834

what happened to src/sys/boot?

2017-12-02 Thread Daniel Braniss
Hi, it seems to have disappeared. danny ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: what happened to src/sys/boot?

2017-12-02 Thread Warner Losh
On Sat, Dec 2, 2017 at 6:42 AM, Daniel Braniss wrote: > Hi, > it seems to have disappeared. > After discussion on arch@, they were move to src/stand. They aren't part of the kernel, and this was the previous historic place for them. This will make things like the lua boot

Re: [PATCH] Add guard macro to fpmath.h

2017-12-02 Thread Steve Kargl
On Sat, Dec 02, 2017 at 11:42:26AM -0800, Eitan Adler wrote: > On 2 December 2017 at 11:32, Steve Kargl > wrote: > > The following patch adds a guard macro to fpmath.h. > > It is used to prevent multiple inclusions of its > > content. Please apply to

Re: Error attempting to link during buildworld

2017-12-02 Thread Warner Losh
On Sat, Dec 2, 2017 at 12:50 PM, Pete Wright wrote: > > > On 12/01/2017 11:43, Pete Wright wrote: > >> Hi All, >> >> I am running into this error when attempting to buildworld from a >> checkout I made recently (git hash 76ca06b62f3bfb21f1f2e1295eb89e >> 3c235bdda7) >> >>

Re: what happened to src/sys/boot?

2017-12-02 Thread Warner Losh
On Sat, Dec 2, 2017 at 1:26 PM, Daniel Braniss wrote: > > > On 2 Dec 2017, at 17:42, Warner Losh wrote: > > > > On Sat, Dec 2, 2017 at 6:42 AM, Daniel Braniss > wrote: > >> Hi, >> it seems to have disappeared. >> > > After discussion

Re: Error attempting to link during buildworld

2017-12-02 Thread Pete Wright
On 12/01/2017 11:43, Pete Wright wrote: Hi All, I am running into this error when attempting to buildworld from a checkout I made recently (git hash 76ca06b62f3bfb21f1f2e1295eb89e3c235bdda7) --- all_subdir_stand --- /usr/home/pete/git/freebsd/stand/i386/libi386/libi386.a(bootinfo64.o):

Re: what happened to src/sys/boot?

2017-12-02 Thread Daniel Braniss
> On 2 Dec 2017, at 17:42, Warner Losh wrote: > > > > On Sat, Dec 2, 2017 at 6:42 AM, Daniel Braniss > wrote: > Hi, > it seems to have disappeared. > > After discussion on arch@, they were move to src/stand. They aren't

SVN r326458 breaks efivar

2017-12-02 Thread Michael Butler
The introduction of efivar-dp-xlate.c into libefivar requires functions from libgeom yet usr.sbin/efvar doesn't link with it, imb ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To

Re: what happened to src/sys/boot?

2017-12-02 Thread Toomas Soome
> On 2 Dec 2017, at 15:42, Daniel Braniss wrote: > > Hi, > it seems to have disappeared. > it got moved to src/stand rgds, toomas ___ freebsd-current@freebsd.org mailing list

Re: what happened to src/sys/boot?

2017-12-02 Thread Daniel Braniss
> On 2 Dec 2017, at 22:31, Warner Losh wrote: > > > > On Sat, Dec 2, 2017 at 1:26 PM, Daniel Braniss > wrote: > > >> On 2 Dec 2017, at 17:42, Warner Losh > > wrote: >> >> >>

Re: [PATCH] Add guard macro to fpmath.h

2017-12-02 Thread Eitan Adler
On 2 December 2017 at 11:32, Steve Kargl wrote: > The following patch adds a guard macro to fpmath.h. > It is used to prevent multiple inclusions of its > content. Please apply to top-of-tree. [69006 11:41:35.802 eax@FlyingEagle ~/svn/fbsd/head/lib]∴svn diff

[PATCH] Add guard macro to fpmath.h

2017-12-02 Thread Steve Kargl
The following patch adds a guard macro to fpmath.h. It is used to prevent multiple inclusions of its content. Please apply to top-of-tree. Index: libc/include/fpmath.h === --- libc/include/fpmath.h (revision 2044) +++