From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82112 invoked by alias); 2 Feb 2018 03:02:43 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 82099 invoked by uid 89); 2 Feb 2018 03:02:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 02 Feb 2018 03:02:41 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9AC3C5627C; Thu, 1 Feb 2018 22:02:39 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6tu0gcrdH+gV; Thu, 1 Feb 2018 22:02:39 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 404965627A; Thu, 1 Feb 2018 22:02:37 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id D559983307; Fri, 2 Feb 2018 07:02:32 +0400 (+04) Date: Fri, 02 Feb 2018 03:02:00 -0000 From: Joel Brobecker To: Dennis Clarke Cc: gdb@sourceware.org Subject: Re: [ANNOUNCEMENT] GDB 8.1 released! Message-ID: <20180202030232.o64nxumet2vfzsib@adacore.com> References: <9240f266bc7856acebd21eed63045c01@polymtl.ca> <693c0f43-2955-0b3b-33d9-34545c7f9c72@blastwave.org> <20180201094732.qxblhtja7ss6bq4i@adacore.com> <27a0c8c0-747a-fc79-b8ef-d3188d53e806@blastwave.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <27a0c8c0-747a-fc79-b8ef-d3188d53e806@blastwave.org> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-02/txt/msg00007.txt.bz2 > thank you for that ! I think building python from source is a > nightmare. Same with PHP7.x these days. You don't need to build Python from source in order to build GDB with Python support. I've built GDB with the Python installed on on my system without problems before (I don't remember if you need any "dev" package for that, but it would be similar to when you use the system ncurses vs your own). -- Joel