From nobody Sun Nov 06 12:44:51 2022 X-Original-To: current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4N4vPp0V7tz4h6k3 for ; Sun, 6 Nov 2022 12:51:42 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from mx.catwhisker.org (mx.catwhisker.org [107.204.234.170]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4N4vPn0dtpz48ty for ; Sun, 6 Nov 2022 12:51:41 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.16.1/8.15.2) with ESMTP id 2A6Cpdgv046815 for ; Sun, 6 Nov 2022 12:51:39 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.16.1/8.16.1/Submit) id 2A6Cpd9Y046814 for current@freebsd.org; Sun, 6 Nov 2022 04:51:39 -0800 (PST) (envelope-from david) Resent-From: David Wolfskill Resent-Date: Sun, 6 Nov 2022 04:51:39 -0800 Resent-Message-ID: Resent-To: current@freebsd.org Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.16.1/8.15.2) with ESMTP id 2A6CipD2046746; Sun, 6 Nov 2022 12:44:51 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.16.1/8.16.1/Submit) id 2A6CipRC046745; Sun, 6 Nov 2022 04:44:51 -0800 (PST) (envelope-from david) Date: Sun, 6 Nov 2022 04:44:51 -0800 From: David Wolfskill To: current@freebsd.org Subject: Build error in FreeBSD head, main-n259058-105019e0d6c -> main-n259061-b1258b76435 Message-ID: List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="tii4aAjpkTFS7nz7" Content-Disposition: inline X-Rspamd-Queue-Id: 4N4vPn0dtpz48ty X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of david@catwhisker.org designates 107.204.234.170 as permitted sender) smtp.mailfrom=david@catwhisker.org X-Spamd-Result: default: False [-5.40 / 15.00]; SIGNED_PGP(-2.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_SPF_ALLOW(-0.20)[+ip4:107.204.234.170:c]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; MLMMJ_DEST(0.00)[current@freebsd.org]; DMARC_NA(0.00)[catwhisker.org]; ARC_NA(0.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; MID_RHS_MATCH_FROMTLD(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; FREEFALL_USER(0.00)[david]; RCVD_COUNT_FIVE(0.00)[5]; ASN(0.00)[asn:7018, ipnet:107.192.0.0/12, country:US]; FROM_HAS_DN(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[current@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[] X-ThisMailContainsUnwantedMimeParts: N --tii4aAjpkTFS7nz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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. |=20 | No functional change. I'm seeing: =2E.. building shared library libBIG5.so.5 Building /common/S4/obj/usr/src/amd64.amd64/lib/libiconv_modules/DECHanyu/l= ibDECHanyu.so.5.full In file included from /usr/src/lib/libstats/../../sys/netinet/tcp_stats.c:5= 6: /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 thi= s function [-Wvisibility] tcp_packets_this_ack(struct tcpcb *tp, tcp_seq ack) ^ Building /common/S4/obj/usr/src/amd64.amd64/lib/googletest/gtest/libprivate= gtest.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) !=3D 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) !=3D 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= =2Eso.5.full In file included from /usr/src/lib/libstats/../../sys/netinet/tcp_stats.c:5= 6: /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 thi= s 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) !=3D 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) !=3D 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/libE= UCTW.so.5.full Building /common/S4/obj/usr/src/amd64.amd64/lib/googletest/gtest/libprivate= gtest.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.fu= ll 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/libprivatedevdct= l.so.0.full Building /common/S4/obj/usr/src/amd64.amd64/lib/libfigpar/libfigpar.so.0.de= bug 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/_libinsta= ll Building /common/S4/obj/usr/src/amd64.amd64/lib/libiconv_modules/GBK2K/libG= BK2K.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.pi= co building shared library libGBK2K.so.5 Building /common/S4/obj/usr/src/amd64.amd64/lib/libbluetooth/libbluetooth.s= o.4.debug Building /common/S4/obj/usr/src/amd64.amd64/lib/libbluetooth/libbluetooth.s= o.4 Building /common/S4/obj/usr/src/amd64.amd64/kerberos5/lib/libheimntlm/_libi= nstall building shared library libprivatedevdctl.so.0 Building /common/S4/obj/usr/src/amd64.amd64/lib/libblacklist/libblacklist.s= o.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.s= o.0 Building /common/S4/obj/usr/src/amd64.amd64/lib/libiconv_modules/HZ/libHZ.s= o.5.full Building /common/S4/obj/usr/src/amd64.amd64/lib/libdwarf/dwarf_pro_pubnames= =2Epico 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.fu= ll building shared library libHZ.so.5 Building /common/S4/obj/usr/src/amd64.amd64/lib/libdwarf/dwarf_pro_types.pi= co 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 mai= n-n259058-105019e0d6c: Sat Nov 5 11:05:01 UTC 2022 root@freebeast.catw= hisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/GENERIC amd64 1400073 140= 0073 freebeast(14.0-C)[7] Peace, david --=20 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. --tii4aAjpkTFS7nz7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iNUEARYKAH0WIQSr0Kzv+UJRY3wfOii0+6PfV4Ix1AUCY2esQ18UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0QUJE MEFDRUZGOTQyNTE2MzdDMUYzQTI4QjRGQkEzREY1NzgyMzFENAAKCRC0+6PfV4Ix 1G9uAP9+qJYAVNN9Clwx+eozJti1j9uGS27lQSndIJg0cDWUpwEAj2LCjW54kz3t 0Mla781aSwBZu3zp0DGl1/nMLNvMxQ0= =vk94 -----END PGP SIGNATURE----- --tii4aAjpkTFS7nz7--