Re: [arch-dev-public] Debug packages for Arch Linux

2022-02-04 Thread Jelle van der Waa via arch-dev-public
Hey all, On 30/01/2022 12:08, Morten Linderud via arch-dev-public wrote: I'm very happy to announce that debug packages in Arch Linux has been deployed :) This work began after FOSDEM 2020 and was announced in November 2020. However because of time constraints it took quite a while before we m

Re: [arch-dev-public] Debug packages for Arch Linux

2022-02-04 Thread Allan McRae via arch-dev-public
On 4/2/22 22:49, Jelle van der Waa via arch-dev-public wrote: * How do I create a debug package? Add 'debug' to the options array in your PKGBUILD, bump pkgrel and rebuild. This should result into a debug package based on the 'pkgbase' of the package/PKGBUILD so for linux it ends up creating

Re: [arch-dev-public] Debug packages for Arch Linux

2022-02-04 Thread Morten Linderud via arch-dev-public
On Fri, Feb 04, 2022 at 11:07:29PM +1000, Allan McRae via arch-dev-public wrote: > On 4/2/22 22:49, Jelle van der Waa via arch-dev-public wrote: > > > > * How do I create a debug package? > > > > Add 'debug' to the options array in your PKGBUILD, bump pkgrel and > > rebuild. This should result in

Re: [arch-dev-public] Debug packages for Arch Linux

2022-02-04 Thread Leonidas Spyropoulos via arch-dev-public
On 04/02/2022 12:49, Jelle van der Waa via arch-dev-public wrote: * How do I verify if the debug package is generated correctly? After installing the debug package, gdb $binary should reveal: [jelle@t14s][~]%gdb /usr/bin/cryptsetup Reading symbols from /usr/bin/cryptsetup... Reading symbols fr

Re: [arch-dev-public] Debug packages for Arch Linux

2022-02-04 Thread Brett Cornwall via arch-dev-public
On 2022-02-04 13:49, Jelle van der Waa via arch-dev-public wrote: Hey all, On 30/01/2022 12:08, Morten Linderud via arch-dev-public wrote: I'm very happy to announce that debug packages in Arch Linux has been deployed :) This work began after FOSDEM 2020 and was announced in November 2020. Ho