From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49594 invoked by alias); 23 Jan 2020 14:22:34 -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 49586 invoked by uid 89); 23 Jan 2020 14:22:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=entitlements, H*c:alternative X-HELO: us-smtp-1.mimecast.com Received: from us-smtp-delivery-1.mimecast.com (HELO us-smtp-1.mimecast.com) (205.139.110.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 23 Jan 2020 14:22:32 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1579789351; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=WRZQsfUL7I8vY0/73WFJMt+PUI80gZxDTfuY2C4WVA4=; b=NTy0BpLXQy6jHW3qZFlpronWLdXfy/AcxU+TAJPXKqshCLC1Wj0Lqayf2dLkaYFxUHV5y/ LAy46kllgrY7R+mtxuup3T4RnASPjFnEgwNDz7/cStMv2oom7mCYWBgiZ7yASd2wVUR/Mf BqWn7jSQIngeAIr/4KZNXkluAPTxwZs= Received: from mail-ed1-f69.google.com (mail-ed1-f69.google.com [209.85.208.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-236-KLeQCOgMNMO34KZQqr9lNQ-1; Thu, 23 Jan 2020 09:22:28 -0500 Received: by mail-ed1-f69.google.com with SMTP id ck15so2283786edb.6 for ; Thu, 23 Jan 2020 06:22:28 -0800 (PST) MIME-Version: 1.0 From: Galder Zamarreno Date: Thu, 23 Jan 2020 14:22:00 -0000 Message-ID: Subject: PermissionsDarwin wiki fix To: gdb@sourceware.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2020-01/txt/msg00045.txt.bz2 Hi, Information is missing in https://sourceware.org/gdb/wiki/PermissionsDarwin On macOS 10.15, when you create the certificate, the default alias is set to your email address. This needs to be set to gdb-cert too. This is implicit in the `security find-certificate -c gdb-cert` output but is not specified. Without that, when you get to the `codesign --entitlements gdb-entitlement.xml -fs gdb-cert $(which gdb)` stage, you get: error: The specified item could not be found in the keychain. Can someone update the wiki? Thanks Galder