Build error in FreeBSD head, main-n259058-105019e0d6c -> main-n259061-b1258b76435
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Nov 2022 12:44:51 UTC
And the only commit after main-n259061-b1258b76435 so far is 004bb636ca65f3239da284c20abb7f9d1d953dee, which claims: | tcp: Move sysctl OIDs related to ECN to tcp_ecn. | Keep all ECN related code in (mostly) one place. | | No functional change. I'm seeing: ... building shared library libBIG5.so.5 Building /common/S4/obj/usr/src/amd64.amd64/lib/libiconv_modules/DECHanyu/libDECHanyu.so.5.full In file included from /usr/src/lib/libstats/../../sys/netinet/tcp_stats.c:56: /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/netinet/tcp_var.h:555:29: warning: declaration of 'struct tcpcb' will not be visible outside of this function [-Wvisibility] tcp_packets_this_ack(struct tcpcb *tp, tcp_seq ack) ^ Building /common/S4/obj/usr/src/amd64.amd64/lib/googletest/gtest/libprivategtest.a building static gtest library /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/netinet/tcp_var.h:557:19: error: incomplete definition of type 'struct tcpcb' return ((ack - tp->snd_una) / tp->t_maxseg + ~~^ /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/netinet/tcp_var.h:555:29: note: forward declaration of 'struct tcpcb' tcp_packets_this_ack(struct tcpcb *tp, tcp_seq ack) ^ /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/netinet/tcp_var.h:557:34: error: incomplete definition of type 'struct tcpcb' return ((ack - tp->snd_una) / tp->t_maxseg + ~~^ /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/netinet/tcp_var.h:555:29: note: forward declaration of 'struct tcpcb' tcp_packets_this_ack(struct tcpcb *tp, tcp_seq ack) ^ /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/netinet/tcp_var.h:558:15: error: incomplete definition of type 'struct tcpcb' ((((ack - tp->snd_una) % tp->t_maxseg) != 0) ? 1 : 0)); ~~^ /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/netinet/tcp_var.h:555:29: note: forward declaration of 'struct tcpcb' tcp_packets_this_ack(struct tcpcb *tp, tcp_seq ack) ^ /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/netinet/tcp_var.h:558:30: error: incomplete definition of type 'struct tcpcb' ((((ack - tp->snd_una) % tp->t_maxseg) != 0) ? 1 : 0)); ~~^ /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/netinet/tcp_var.h:555:29: note: forward declaration of 'struct tcpcb' tcp_packets_this_ack(struct tcpcb *tp, tcp_seq ack) ^ 1 warning and 4 errors generated. building static devdctl library Building /common/S4/obj/usr/src/amd64.amd64/lib/libiconv_modules/EUC/libEUC.so.5.full In file included from /usr/src/lib/libstats/../../sys/netinet/tcp_stats.c:56: /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/netinet/tcp_var.h:555:29: warning: declaration of 'struct tcpcb' will not be visible outside of this function [-Wvisibility] tcp_packets_this_ack(struct tcpcb *tp, tcp_seq ack) ^ /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/netinet/tcp_var.h:557:19: error: incomplete definition of type 'struct tcpcb' return ((ack - tp->snd_una) / tp->t_maxseg + ~~^ /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/netinet/tcp_var.h:555:29: note: forward declaration of 'struct tcpcb' tcp_packets_this_ack(struct tcpcb *tp, tcp_seq ack) ^ /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/netinet/tcp_var.h:557:34: error: incomplete definition of type 'struct tcpcb' return ((ack - tp->snd_una) / tp->t_maxseg + ~~^ /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/netinet/tcp_var.h:555:29: note: forward declaration of 'struct tcpcb' tcp_packets_this_ack(struct tcpcb *tp, tcp_seq ack) ^ /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/netinet/tcp_var.h:558:15: error: incomplete definition of type 'struct tcpcb' ((((ack - tp->snd_una) % tp->t_maxseg) != 0) ? 1 : 0)); ~~^ /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/netinet/tcp_var.h:555:29: note: forward declaration of 'struct tcpcb' tcp_packets_this_ack(struct tcpcb *tp, tcp_seq ack) ^ /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/netinet/tcp_var.h:558:30: error: incomplete definition of type 'struct tcpcb' Building /common/S4/obj/usr/src/amd64.amd64/lib/libwrap/libwrap.a ((((ack - tp->snd_una) % tp->t_maxseg) != 0) ? 1 : 0)); ~~^ /common/S4/obj/usr/src/amd64.amd64/tmp/usr/include/netinet/tcp_var.h:555:29: note: forward declaration of 'struct tcpcb' tcp_packets_this_ack(struct tcpcb *tp, tcp_seq ack) ^ Building /common/S4/obj/usr/src/amd64.amd64/lib/libdwarf/dwarf_funcs.pico building static wrap library building shared library libDECHanyu.so.5 Building /common/S4/obj/usr/src/amd64.amd64/lib/libpe/libpe.a building shared library libEUC.so.5 Building /common/S4/obj/usr/src/amd64.amd64/lib/libiconv_modules/EUCTW/libEUCTW.so.5.full Building /common/S4/obj/usr/src/amd64.amd64/lib/googletest/gtest/libprivategtest.so.0.full building shared library libprivategtest.so.0 building shared library libEUCTW.so.5 Building /common/S4/obj/usr/src/amd64.amd64/lib/libwrap/libwrap.so.6.full Building /common/S4/obj/usr/src/amd64.amd64/lib/libefivar/libefivar.so.1.full building shared library libwrap.so.6 building static pe library Building /common/S4/obj/usr/src/amd64.amd64/lib/libngatm/libngatm.a Building /common/S4/obj/usr/src/amd64.amd64/lib/libdevdctl/libprivatedevdctl.so.0.full Building /common/S4/obj/usr/src/amd64.amd64/lib/libfigpar/libfigpar.so.0.debug building shared library libefivar.so.1 Building /common/S4/obj/usr/src/amd64.amd64/kerberos5/lib/libhdb/_libinstall Building /common/S4/obj/usr/src/amd64.amd64/lib/libfigpar/libfigpar.so.0 Building /common/S4/obj/usr/src/amd64.amd64/lib/libngatm/libngatm.so.4.full Building /common/S4/obj/usr/src/amd64.amd64/kerberos5/lib/libasn1/_libinstall Building /common/S4/obj/usr/src/amd64.amd64/lib/libiconv_modules/GBK2K/libGBK2K.so.5.full building static ngatm library building shared library libngatm.so.4 Building /common/S4/obj/usr/src/amd64.amd64/lib/libdwarf/dwarf_pro_funcs.pico building shared library libGBK2K.so.5 Building /common/S4/obj/usr/src/amd64.amd64/lib/libbluetooth/libbluetooth.so.4.debug Building /common/S4/obj/usr/src/amd64.amd64/lib/libbluetooth/libbluetooth.so.4 Building /common/S4/obj/usr/src/amd64.amd64/kerberos5/lib/libheimntlm/_libinstall building shared library libprivatedevdctl.so.0 Building /common/S4/obj/usr/src/amd64.amd64/lib/libblacklist/libblacklist.so.0.debug Building /common/S4/obj/usr/src/amd64.amd64/lib/libz/libz.so.6.debug Building /common/S4/obj/usr/src/amd64.amd64/kerberos5/lib/libasn1/_INCSINS Building /common/S4/obj/usr/src/amd64.amd64/lib/libblacklist/libblacklist.so.0 Building /common/S4/obj/usr/src/amd64.amd64/lib/libiconv_modules/HZ/libHZ.so.5.full Building /common/S4/obj/usr/src/amd64.amd64/lib/libdwarf/dwarf_pro_pubnames.pico Building /common/S4/obj/usr/src/amd64.amd64/lib/libz/libz.so.6 Building /common/S4/obj/usr/src/amd64.amd64/lib/libvmmapi/libvmmapi.so.5.full building shared library libHZ.so.5 Building /common/S4/obj/usr/src/amd64.amd64/lib/libdwarf/dwarf_pro_types.pico building shared library libvmmapi.so.5 make[3]: stopped in /usr/src make[3]: stopped in /usr/src make[2]: stopped in /usr/src 33.41 real 743.18 user 61.82 sys make[1]: stopped in /usr/src make: stopped in /usr/src Script done, output file is s4 freebeast(14.0-C)[5] while running on: freebeast(14.0-C)[6] uname -aUK FreeBSD freebeast.catwhisker.org 14.0-CURRENT FreeBSD 14.0-CURRENT #216 main-n259058-105019e0d6c: Sat Nov 5 11:05:01 UTC 2022 root@freebeast.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1400073 1400073 freebeast(14.0-C)[7] Peace, david -- David H. Wolfskill david@catwhisker.org If Trump doesn't want folks to liken his propaganda techniques to those of the Third Reich, maybe he ought not USE those propaganda techniques. See https://www.catwhisker.org/~david/publickey.gpg for my public key.