From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30451 invoked by alias); 18 Dec 2009 08:46:28 -0000 Received: (qmail 30443 invoked by uid 22791); 18 Dec 2009 08:46:27 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Dec 2009 08:46:21 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id AA53A290014; Fri, 18 Dec 2009 09:46:19 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XY71XFOnnPiA; Fri, 18 Dec 2009 09:46:19 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 0DDC6290010; Fri, 18 Dec 2009 09:46:18 +0100 (CET) Subject: Re: gdb code signing on darwin? Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <20091217171331.GA2469@bromo.med.uc.edu> Date: Fri, 18 Dec 2009 08:46:00 -0000 Cc: gdb@sourceware.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20091217171331.GA2469@bromo.med.uc.edu> To: Jack Howarth X-IsSubscribed: yes 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 X-SW-Source: 2009-12/txt/msg00111.txt.bz2 On Dec 17, 2009, at 6:13 PM, Jack Howarth wrote: > Has anyone made progress on solving the issue of the code signing requir= ement > for FSF gdb on darwin 10.5.8 and Snow Leopard? Jack, did you read this wiki entry ? http://sourceware.org/gdb/wiki/BuildingOnDarwin I hope it explains how to codesign gdb. > I am wondering if it is possible to generate a self signed certificate fr= om command > line tools which will solve the problem on a per-machine basis. I don't know if this is possible. But this is out of topic for the gdb mai= ling list. If you know the answer, do not hesitate to complete the wiki entry. Tristan.