On 3/20/24 22:02, Cy Schubert wrote:
In message <0100018e5ed59116-ed05047b-c4ef-4363-b740-46148241b8a8-000000@ema
il.
amazonses.com>, Colin Percival writes:
On 3/20/24 15:34, John Baldwin wrote:
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=a16ff32f04b5b891a2d9b0427a2fd9
c48e866da3

commit a16ff32f04b5b891a2d9b0427a2fd9c48e866da3
Author:     John Baldwin <[email protected]>
AuthorDate: 2024-03-20 22:29:51 +0000
Commit:     John Baldwin <[email protected]>
CommitDate: 2024-03-20 22:29:51 +0000

      NFS: Request use of TCP_USE_DDP for in-kernel TCP sockets

I think this commit broke buildworld:

In file included from /releng/15-i386-GENERIC-snap/usr/src/lib/libsysdecode
/flags.c:82:
/releng/15-i386-GENERIC-snap/tmp/obj/releng/15-i386-GENERIC-snap/usr/src/i3
86.i386/lib/libsysdecode/tables.h:1323:13: error: use of undeclared identifie
r 'TCP_USE_DDP'
  1323 | TABLE_ENTRY(TCP_USE_DDP)
       |             ^
/releng/15-i386-GENERIC-snap/usr/src/lib/libsysdecode/flags.c:79:21: note:
expanded from macro 'TABLE_ENTRY'
    79 | #define TABLE_ENTRY     X
       |                         ^
1 error generated.

--
Colin Percival
FreeBSD Release Engineering Lead & EC2 platform maintainer
Founder, Tarsnap | www.tarsnap.com | Online backups for the truly paranoid


3d0a736796a9 broke the build. TCP_USE_DDP is enclosed in #ifdef KERNEL
breaking this userland build. I've temporarily commented out the #ifdef
bracketing here to allow my builds to continue for now.



6b3db5d7793f57fa0020a78d61aae7ec318557cc should fix this.

Reply via email to