From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102241 invoked by alias); 17 Sep 2019 16:35:01 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 102233 invoked by uid 89); 17 Sep 2019 16:35:01 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= X-HELO: gateway20.websitewelcome.com Received: from gateway20.websitewelcome.com (HELO gateway20.websitewelcome.com) (192.185.47.18) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Sep 2019 16:34:59 +0000 Received: from cm10.websitewelcome.com (cm10.websitewelcome.com [100.42.49.4]) by gateway20.websitewelcome.com (Postfix) with ESMTP id 33715400CD21D for ; Tue, 17 Sep 2019 10:28:56 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id AGROia5yC2PzOAGROiSLBL; Tue, 17 Sep 2019 11:34:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=tW50Wjo5RgrNZ2fn9jDiynD3HL4u+Sb0LHkA01fc+ro=; b=pg6swSMgP/IkJieNXNlBpxAAyK GBhCStp7h5J4omZ3OD7VEoIxqlhXT4xr+IdU2XG5+zSBoVCfg9lRLYjZ571nANKNaDqrwtcFkRwyB fx2XtmD2pqYJmwnT/98vos6rT; Received: from 71-218-73-27.hlrn.qwest.net ([71.218.73.27]:58006 helo=murgatroyd) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1iAGRN-002Ibn-U8; Tue, 17 Sep 2019 11:34:58 -0500 From: Tom Tromey To: Eli Zaretskii Cc: Tom Tromey , palves@redhat.com, gdb-patches@sourceware.org Subject: Re: Move gdbsupport to the top level References: <87lfx4z3lx.fsf@tromey.com> <2c6c79e9-8a36-6b35-67f4-5cf92f03f8db@redhat.com> <87r25fmvs2.fsf@tromey.com> <8736guzyv8.fsf@tromey.com> <83tv9avqxx.fsf@gnu.org> Date: Tue, 17 Sep 2019 16:35:00 -0000 In-Reply-To: <83tv9avqxx.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 17 Sep 2019 19:16:26 +0300") Message-ID: <87tv9ayj7z.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-09/txt/msg00319.txt.bz2 >>>>> "Eli" == Eli Zaretskii writes: >> From: Tom Tromey >> Cc: Pedro Alves , gdb-patches@sourceware.org >> Date: Tue, 17 Sep 2019 10:11:39 -0600 >> >> We discussed this at Cauldron and agreed to try this approach. Eli> Is it possible to still discuss this? Or is the decision at Cauldron Eli> final and cannot be appealed? Nothing is final. >> That is, the plan is to remove the readline sources from the tree, >> and remove --with-system-readline, but follow the approach of some >> other libraries where one can unpack readline into the source tree >> and top-level configure will arrange to build it. Eli> Would it be possible for whoever tars the release to drop the readline Eli> into the tree and build it under some opt-in configure-time switch? Eli> Making this opt-in might solve at least some of the problems that led Eli> to the decision, I think/hope. Seems like a good suggestion to me. Tom