Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2022 04:44:51 -0800
From:      David Wolfskill <david@catwhisker.org>
To:        current@freebsd.org
Subject:   Build error in FreeBSD head, main-n259058-105019e0d6c -> main-n259061-b1258b76435
Message-ID:  <Y2esQ/ur7Hx4KYMF@albert.catwhisker.org>
Resent-Message-ID: <Y2et20eaBu7EZlnA@albert.catwhisker.org>

next in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Y2esQ/ur7Hx4KYMF>