From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 0DgeC+iMy2EvBgAAWB0awg (envelope-from ) for ; Tue, 28 Dec 2021 17:17:12 -0500 Received: by simark.ca (Postfix, from userid 112) id 2B9031F0D5; Tue, 28 Dec 2021 17:17:12 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id BF1FF1F0D3 for ; Tue, 28 Dec 2021 17:17:11 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 63EF33858417 for ; Tue, 28 Dec 2021 22:17:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 63EF33858417 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1640729831; bh=CED7ukhDRskVfIRLecfFenq7219iRcHSFYGjEQ+IRVY=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=oJw4mPH6JCMzy1LSeAX1KTE1X4RGRoQkB2sVBWoqLgRn2y/0YYmqD+8PLwd1621eN qu5lW4ch0OR9iVZPegh5aHipchOH6xUMxCGxjJqQbRhH/HMEV+aAsw4FWkv7OWdQJw 5c/4TTrHD27suf7A/FjyHHivzLaZk04F5gpyQ3Rs= Received: from confino.investici.org (confino.investici.org [IPv6:2a00:c38:11e:ffff::a020]) by sourceware.org (Postfix) with ESMTPS id 590F93858D39 for ; Tue, 28 Dec 2021 22:16:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 590F93858D39 Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4JNpm95NGYz10wW for ; Tue, 28 Dec 2021 22:16:41 +0000 (UTC) Received: from [212.103.72.250] (mx1.investici.org [212.103.72.250]) (Authenticated sender: andrea.monaco@autistici.org) by localhost (Postfix) with ESMTPSA id 4JNpm94cp2z10ty for ; Tue, 28 Dec 2021 22:16:41 +0000 (UTC) To: gdb@sourceware.org Subject: -Werror enabled by default on GNU/Hurd Date: Tue, 28 Dec 2021 23:16:40 +0100 Message-ID: <87pmpgml2v.fsf@autistici.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Andrea Monaco via Gdb Reply-To: Andrea Monaco Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" When building gdb on GNU/Hurd, -Werror is enabled by default. I think that's a bug: that option is only useful in specific instances; enabling it by default means that the build fails after a plain ./configure, and you need to pass --disable-werror to make it succeed. I tried to locate the problem myself, but the build scripts are very complex. Could someone please give me some hints? Thanks, Andrea Monaco