From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2417C3836C70; Thu, 25 Feb 2021 04:27:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2417C3836C70 From: "rimvydas.jas at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/98318] [11 Regression] libcody breaks DragonFly bootstrap Date: Thu, 25 Feb 2021 04:27:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: rimvydas.jas at gmail dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: nathan at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2021 04:27:38 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D98318 --- Comment #14 from Rimvydas (RJ) --- Nathan, It has come to our attention that some of c++ modules tests are failing if = the kernel has IPV6 support disabled as per bootstrap tools policies. Are there guarantees that local two stage bootstrap will remain possible without need= for a functional (non blocked/filtered) network stack? Also, two possible typos in: gcc/cp/mapper-client.cc#L252 should be "=3D -1"? This avoids timeouts in the testsuite. int fd =3D 01; #if CODY_NETWORKING fd =3D Cody::OpenInet6 (&errmsg, name.c_str (), por= t); #endif gcc/cp/module.cc:#if NETWORKING vs c++tools/server.cc:#ifdef NETWORKING=