[Rpm-ecosystem] debugedit project setup
Panu Matilainen
pmatilai@redhat.com
Mon Mar 29 08:21:05 GMT 2021
On 3/26/21 3:11 AM, Mark Wielaard wrote:
> On Thu, Mar 25, 2021 at 10:13:38PM +0100, Mark Wielaard wrote:
>> On Tue, Mar 23, 2021 at 03:52:53PM +0200, Panu Matilainen wrote:
>>> On 3/23/21 2:29 PM, Panu Matilainen wrote:
>>>> On 3/22/21 7:42 PM, Mark Wielaard wrote:
>>>>> 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...
>>>
>>> FWIW, here's a quick-n-dirty package of debugedit 0.1:
>>>
>>> https://laiskiainen.org/rpm/debugedit/
>>
>> Nice, thanks. Would it make sense to add the debugedit.spec to the
>> debugedit sources themselves so people can easily create an rpm?
Upstream specs can be a bit controversial, but I have no particular
opinion on that. If it makes sense to you/others then by all means.
> Found some missing Requires for find-debuginfo.sh:
>
> # For strip_to_debug, eu-strip
> Requires: elfutils
> # For add_minidebug, readelf, awk, nm, sort, comm, objcopy, xz
> Requires: binutils, gawk, coreutils, xz
> # For find and xargs
> Requires: fileutils
> # For do_file, gdb_add_index
> Requires: gdb
> # For run_job, sed
> Requires: sed
> # For dwz
> Requires: dwz
> # For append_uniq, grep
> Requires: grep
>
Doh, of course :D Thanks for pointing these out, spec updated.
"fileutils" is "findutils" though.
- Panu -
> Cheers,
>
> Mark
>
More information about the Debugedit
mailing list