From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id 85D633951863 for ; Tue, 20 Oct 2020 21:36:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 85D633951863 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-481-4-gseRtXMayWlGYfxkzEqw-1; Tue, 20 Oct 2020 17:36:22 -0400 X-MC-Unique: 4-gseRtXMayWlGYfxkzEqw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 82F491009E20; Tue, 20 Oct 2020 21:36:21 +0000 (UTC) Received: from theo.uglyboxes.com (ovpn-113-189.phx2.redhat.com [10.3.113.189]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5841D27CB7; Tue, 20 Oct 2020 21:36:21 +0000 (UTC) Subject: Re: Insight installation - macOS Catalina (future Big Sur) To: =?UTF-8?Q?Miguel_Galr=c3=a3o?= , insight@sourceware.org References: <9C6EC85C-2A41-4C6A-8C4A-596374BB85DA@gmail.com> From: Keith Seitz Message-ID: <5f8ffd44-fc20-cabf-1eae-db973911f817@redhat.com> Date: Tue, 20 Oct 2020 14:36:20 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <9C6EC85C-2A41-4C6A-8C4A-596374BB85DA@gmail.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: insight@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Insight mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2020 21:36:26 -0000 On 10/14/20 8:24 AM, Miguel Galrão via Insight wrote: > After extracting the zipped package (insight-6.8a.tar.bz2), I suppose the ’src’ folder you mention is the unarchived result (let’s call it sources). Yikes. Don't use the tarball -- it is over a decade old! I *highly* recommend checking out the sources and following the README. $ git clone git://sourceware.org/git/insight.git Please give that a shot. Keith PS. Also note that MacOS presents its own challenges, such as package codesigning. GDB has a wiki page about this (https://sourceware.org/gdb/wiki/PermissionsDarwin). I have no idea how up-to-date that is, though.