From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cgf.cx (external.cgf.cx [107.170.62.102]) by sourceware.org (Postfix) with ESMTP id A9D903857C77 for ; Thu, 19 Nov 2020 04:58:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A9D903857C77 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 cgf.cx 8113940198 X-Spam-Level: X-Spam-CGF-Status: No, score=-3.8 required=5.0 tests=ALL_TRUSTED,BAYES_00, TXREP autolearn=ham autolearn_force=no version=3.4.4 spammy=H*M:cgf Received: by cgf.cx (sSMTP sendmail emulation); Wed, 18 Nov 2020 23:58:39 -0500 Date: Wed, 18 Nov 2020 23:58:39 -0500 From: Christopher Faylor To: Joel Brobecker Cc: overseers@sourceware.org Subject: Re: install gmp and gmp-devel on sourceware? Message-ID: <20201119045839.GB15067@cgf.cx> Mail-Followup-To: Joel Brobecker , overseers@sourceware.org References: <20201119035111.GA104351@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201119035111.GA104351@adacore.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Status: No, score=-102.1 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP, USER_IN_WELCOMELIST, USER_IN_WHITELIST autolearn=no autolearn_force=no version=3.4.2 X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2020 04:58:42 -0000 On Thu, Nov 19, 2020 at 07:51:11AM +0400, Joel Brobecker wrote: >GDB now requires GMP to build, and this actually also affected >the nightly source packaging, which involves configuring GDB >before creating the source archive. As a result, source packaging >is currently broken. > >Would it be possible to install gmp and the corresponding "devel" >package to support the source package? Sure. I've installed gmp (aka gmp-c++?) and gmp-devel on sourceware. cgf