From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5745 invoked by alias); 5 Dec 2014 23:07:24 -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 5733 invoked by uid 89); 5 Dec 2014 23:07:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 05 Dec 2014 23:07:21 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sB5N7HgC030463 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 5 Dec 2014 18:07:17 -0500 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sB5N7Gfw016010 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 5 Dec 2014 18:07:16 -0500 Message-ID: <54823AA4.7080902@redhat.com> Date: Fri, 05 Dec 2014 23:07:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Simon Marchi CC: gdb-patches@sourceware.org Subject: Re: [PATCH] Fix build with Python 3.4 (PR python/16784) References: <1417009634-2356-1-git-send-email-simon.marchi@ericsson.com> <5480A49F.1010904@redhat.com> <5482287D.9030500@ericsson.com> <87h9x9d7nf.fsf@redhat.com> In-Reply-To: <87h9x9d7nf.fsf@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00158.txt.bz2 On 12/05/2014 03:00 PM, Sergio Durigan Junior wrote: > On Friday, December 05 2014, Simon Marchi wrote: > >>>> I changed the signature of deprecated_readline_hook. I would've changed any >>>> user of it, but it seems like nothing is using it, >>> >>> You'd probably find it in the insight/gdbtk code. >> >> Is this something that I need to update, or insight is not maintained anymore? > > Insight is maintained by Keith Seitz (Cc'ed in this message). My first > reaction is that it would be good if you updated it. As reported elsewhere, Insight is a bit in limbo right now as I try to figure out how to best deal with gdb moving to git (and start my own migration). There is a temporary repository set up by the Fedora packaging maintainer, Patrick Monnerat. I believe this was also referenced earlier. IMO, I would take that as the official repository for the time being. You can update it, or I can. It's not a huge deal; just let me know. Keith