From owner-freebsd-current@freebsd.org Sat Apr 25 10:32:57 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1744B2AB2DF for ; Sat, 25 Apr 2020 10:32:57 +0000 (UTC) (envelope-from melifaro@ipfw.ru) Received: from forward501o.mail.yandex.net (forward501o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::611]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 498S6b1Cz5z3Lrk for ; Sat, 25 Apr 2020 10:32:54 +0000 (UTC) (envelope-from melifaro@ipfw.ru) Received: from mxback5q.mail.yandex.net (mxback5q.mail.yandex.net [IPv6:2a02:6b8:c0e:1ba:0:640:b716:ad89]) by forward501o.mail.yandex.net (Yandex) with ESMTP id AF0791E80701; Sat, 25 Apr 2020 13:32:50 +0300 (MSK) Received: from localhost (localhost [::1]) by mxback5q.mail.yandex.net (mxback/Yandex) with ESMTP id UHb1Mg3Fxn-WoOGo6CQ; Sat, 25 Apr 2020 13:32:50 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfw.ru; s=mail; t=1587810770; bh=4bVZUwC+l7N1i8hTXnSBx3WBopY7jeHavzJCmexuPRQ=; h=References:Date:Message-Id:Subject:In-Reply-To:To:From; b=QNziETB0A3tOlVaMbAo/AhI29N5TSiYRXnF0FHI6EtTJWnC2zSI/2eztKgtHewPKi EUx7l7Ap42xV+9qTcfOTPWcpMJXJn7YRc6I0OCZSz8ekKOdZzoNYawFNemsxhZ4huc E53zv1A0Ht3urpEA6t74DonQn2/UzvMktME7lvGU= Received: by vla1-b1f71bfb4f06.qloud-c.yandex.net with HTTP; Sat, 25 Apr 2020 13:32:49 +0300 From: Alexander V. Chernikov To: O. Hartmann , FreeBSD CURRENT In-Reply-To: <20200425121728.410b4152@thor.intern.walstatt.dynvpn.de> References: <20200425121728.410b4152@thor.intern.walstatt.dynvpn.de> Subject: Re: r360294: buildkernel failure: etinet/tcp_stacks/bbr.c:5605:35: error: incomplete definition of type MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Sat, 25 Apr 2020 11:32:49 +0100 Message-Id: <620731587810740@mail.yandex.ru> Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 X-Rspamd-Queue-Id: 498S6b1Cz5z3Lrk X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=ipfw.ru header.s=mail header.b=QNziETB0; dmarc=none; spf=pass (mx1.freebsd.org: domain of melifaro@ipfw.ru designates 2a02:6b8:0:1a2d::611 as permitted sender) smtp.mailfrom=melifaro@ipfw.ru X-Spamd-Result: default: False [-6.13 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[ipfw.ru:s=mail]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a02:6b8:0:1000::/52]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[ipfw.ru]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[ipfw.ru:+]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[1.1.6.0.0.0.0.0.0.0.0.0.0.0.0.0.d.2.a.1.0.0.0.0.8.b.6.0.2.0.a.2.list.dnswl.org : 127.0.5.0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:13238, ipnet:2a02:6b8::/32, country:RU]; IP_SCORE(-3.63)[ip: (-9.56), ipnet: 2a02:6b8::/32(-4.77), asn: 13238(-3.85), country: RU(0.01)] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Apr 2020 10:32:57 -0000 25.04.2020, 11:18, "O. Hartmann" : > Hello, > > recent commits to CURRENT makes buildkernel to fail due to some incomplete definition errors > during compiling: Should be fixed by r360295. Sorry for the breakage. > > [...] > - --- all_subdir_tcp --- > - --- bbr.o --- > /usr/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:5605:35: error: incomplete > definition of type 'struct nhop_object' (bbr->rc_inp->inp_route.ro_nh->nh_ifp == NULL)) { >              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ > /usr/src/sys/net/route.h:54:9: note: forward declaration of 'struct nhop_object' >         struct nhop_object *ro_nh; >                 ^ > /usr/src/sys/modules/tcp/bbr/../../../netinet/tcp_stacks/bbr.c:5621:36: error: incomplete > definition of type 'struct nhop_object' bbr->rc_inp->inp_route.ro_nh->nh_ifp, >                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ > /usr/src/sys/net/route.h:54:9: note: forward declaration of 'struct nhop_object' >         struct nhop_object *ro_nh; >                 ^ > - --- all_subdir_sound --- > > Kind regards, > > oh > > - -- > O. Hartmann > > Ich widerspreche der Nutzung oder Übermittlung meiner Daten für > Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG). >> -----BEGIN PGP SIGNATURE----- >> >> iHUEARYIAB0WIQSy8IBxAPDkqVBaTJ44N1ZZPba5RwUCXqQOOAAKCRA4N1ZZPba5 >> R0vCAQCpZfq1XEolmh0i1s3RCyzLVYT4/gmnNreggF2Mz+kpLgEAnwVkwWyVCyxQ >> BwZci0bIuJXh6sffWO2fD0yvNG1cKAM= >> =/6QA >> -----END PGP SIGNATURE----- > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"