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 [63.128.21.124]) by sourceware.org (Postfix) with ESMTP id BD1E6385EC54 for ; Tue, 23 Mar 2021 12:29:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org BD1E6385EC54 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pmatilai@redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1616502550; h=from:from: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=mpbutGCpV3kZKisMoxMbEwvwKIYnffY1MjR6IuokEBM=; b=afDiTA0Gd84YRNVg8UPiydFJ+G6DFhxff30n1lFNeDd0dSzeIJ+puXYnn06iwn7EOQYcZY iFmsi1SEyPDUuRRKN007uMGukl3oOqPksFX+YGLEA8Q3kAqTEJg7vX5O5u5J68joPjm9Xd 9mexNxtitabZOmsECmCjfBn9XLzkgc8= 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-448-3d5YFBVHM2ypP-TKkwuf8Q-1; Tue, 23 Mar 2021 08:29:07 -0400 X-MC-Unique: 3d5YFBVHM2ypP-TKkwuf8Q-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4484F180FCAD; Tue, 23 Mar 2021 12:29:06 +0000 (UTC) Received: from [10.36.112.184] (ovpn-112-184.ams2.redhat.com [10.36.112.184]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4B27960C5F; Tue, 23 Mar 2021 12:29:04 +0000 (UTC) Subject: Re: [Rpm-ecosystem] debugedit project setup To: debugedit@sourceware.org, rpm-ecosystem@lists.rpm.org, Mark Wielaard Cc: "Dmitry V. Levin" , Martin Liska , Matthias Klose , christian.morales.vega@gmail.com, Alexander Larsson References: <7bdd564bae323bf300ddeba40cba5313e3eaa22d.camel@klomp.org> From: Panu Matilainen Message-ID: Date: Tue, 23 Mar 2021 14:29:03 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <7bdd564bae323bf300ddeba40cba5313e3eaa22d.camel@klomp.org> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 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.2 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: Tue, 23 Mar 2021 12:29:12 -0000 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... > > Please join the debugedit mailinglist for discussions: > https://sourceware.org/mailman/listinfo/debugedit > > File bugs or feature requests: > https://sourceware.org/bugzilla/enter_bug.cgi?product=debugedit > > Checkout the git repo: > git clone git://sourceware.org/git/debugedit.git > > I have played a bit with pagure, but haven't set it up properly, sorry. > So for now we'll do patches by email. I for one far prefer patches by email over Pagure... - Panu - > > Cheers, > > Mark > _______________________________________________ > Rpm-ecosystem mailing list > Rpm-ecosystem@lists.rpm.org > http://lists.rpm.org/mailman/listinfo/rpm-ecosystem >