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 [170.10.133.124]) by sourceware.org (Postfix) with ESMTP id 1304A39B4429 for ; Fri, 18 Jun 2021 08:37:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1304A39B4429 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1624005469; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0/KL84+cSW6uYQ1Bg8otbmUQ7hbQYiiNlXFhM8B6kK0=; b=OfNlcFjqW6AygaO8sgyTyx4nennVNCOzVaPEUs/YiFULbZrB4yULpyvtr5/BcvT250t2WK KDLh/MuMwL3BmzWP4vkGjifx5T5oYuGZeEonwi9VxQIrvo4H39xz6rX/RzR0M6B0lpXEkB GXclM7vUe4ihq3nHJMPZ2gPt+IPZ+bI= 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-560-G2z_GoMoMjmgy8jjgrhDnQ-1; Fri, 18 Jun 2021 04:37:46 -0400 X-MC-Unique: G2z_GoMoMjmgy8jjgrhDnQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6BD3C80ED91; Fri, 18 Jun 2021 08:37:45 +0000 (UTC) Received: from [10.36.113.50] (ovpn-113-50.ams2.redhat.com [10.36.113.50]) by smtp.corp.redhat.com (Postfix) with ESMTP id BC1621001B2C; Fri, 18 Jun 2021 08:37:41 +0000 (UTC) Subject: Re: [Rpm-ecosystem] debugedit project setup From: Panu Matilainen To: debugedit@sourceware.org, rpm-ecosystem@lists.rpm.org, Mark Wielaard Cc: "Dmitry V. Levin" , christian.morales.vega@gmail.com, Matthias Klose , Martin Liska , Alexander Larsson Reply-To: rpm-ecosystem@lists.rpm.org References: <7bdd564bae323bf300ddeba40cba5313e3eaa22d.camel@klomp.org> Message-ID: <526dccc0-70bc-2bf9-f288-90e64274259c@redhat.com> Date: Fri, 18 Jun 2021 11:37:40 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=pmatilai@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.3 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_LOW, 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: debugedit@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: debugedit development mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2021 08:37:51 -0000 On 3/23/21 2:29 PM, Panu Matilainen wrote: > On 3/22/21 7:42 PM, Mark Wielaard wrote: >> Hi, >> >> As discussed I setup a separate debugedit project: >> https://sourceware.org/debugedit/ >> >> It contains the debugedit and sepdebugcrcfix programs and the find- >> debuginfo.sh script and the debugedit.at testsuite. I used git-filter- >> repo to keep the git history of the files from the rpm repo. Then I >> resynced the libiberty and binutils files and added a minimal >> automake/autoconf/autotest build system. Replace popt with getopt >> argument parsing. And use libiberty md5 or sha1 instead of rpmDigest >> algorithms for build-id updates. >> >> There is a test debugedit-0.1 release to see whether this works. But I >> would like to make sure first that things are setup so that flatpak and >> rpm can use this as is before people start packaging it. Once we know >> it can be used as replacement for the built-in rpm/flatpak debugedit we >> do a proper debugedit 1.0 release. > > Awesome. I'll make it a priority to see that we transition, if at all > possible, to the external debugedit in rpm 4.17 already. Stay tuned... Here goes: https://github.com/rpm-software-management/rpm/pull/1712 - Panu -