Re: debug_package when using go_generate_buildrequires

2021-12-25 Thread Fabio Valentini
On Tue, Dec 21, 2021 at 6:47 AM Demi Marie Obenour wrote: > > On 12/20/21 8:09 AM, Panu Matilainen wrote: > > Having to disable debug packages practically always indicates a bug in > > the package - either packaging, upstream or both. > > > > Typical causes for "error: Empty %files file > >

Re: debug_package when using go_generate_buildrequires

2021-12-20 Thread Demi Marie Obenour
On 12/20/21 8:09 AM, Panu Matilainen wrote: > Having to disable debug packages practically always indicates a bug in > the package - either packaging, upstream or both. > > Typical causes for "error: Empty %files file > <...>/debugsourcefiles.list" are missing debug info in the build (eg -g >

Re: debug_package when using go_generate_buildrequires

2021-12-20 Thread Panu Matilainen
On 12/20/21 16:02, Bob Mauchin wrote: On Mon, 20 Dec 2021, 14:09 Panu Matilainen, > wrote: On 12/20/21 01:39, Robert-André Mauchin wrote: > On 12/6/21 12:42, Mikel Olasagasti wrote: >> Hi all, >> >> I was updating some golang specs I've and

Re: debug_package when using go_generate_buildrequires

2021-12-20 Thread Bob Mauchin
On Mon, 20 Dec 2021, 14:09 Panu Matilainen, wrote: > On 12/20/21 01:39, Robert-André Mauchin wrote: > > On 12/6/21 12:42, Mikel Olasagasti wrote: > >> Hi all, > >> > >> I was updating some golang specs I've and switching them to use > >> go_generate_buildrequires. > >> > >> I realized that some

Re: debug_package when using go_generate_buildrequires

2021-12-20 Thread Panu Matilainen
On 12/20/21 01:39, Robert-André Mauchin wrote: On 12/6/21 12:42, Mikel Olasagasti wrote: Hi all, I was updating some golang specs I've and switching them to use go_generate_buildrequires. I realized that some specs that are using it fail to build if `%global debug_package %{nil}` is not set.

Re: debug_package when using go_generate_buildrequires

2021-12-19 Thread Robert-André Mauchin
On 12/6/21 12:42, Mikel Olasagasti wrote: Hi all, I was updating some golang specs I've and switching them to use go_generate_buildrequires. I realized that some specs that are using it fail to build if `%global debug_package %{nil}` is not set. Same spec with all BuildRequires defined works

Re: debug_package when using go_generate_buildrequires

2021-12-11 Thread Mikel Olasagasti
Hi Fabio, Hau idatzi du Fabio Valentini (decatho...@gmail.com) erabiltzaileak (2021 abe. 10, or. (23:46)): > > On Fri, Dec 10, 2021 at 4:25 AM Maxwell G via devel > wrote: > > > > I am forwarding this to devel@, because I am reviewing this package and > > would also like a response. > > > >

Re: debug_package when using go_generate_buildrequires

2021-12-10 Thread Fabio Valentini
On Fri, Dec 10, 2021 at 4:25 AM Maxwell G via devel wrote: > > I am forwarding this to devel@, because I am reviewing this package and would > also like a response. > > Thanks, > Maxwell I remember a similar problem. Can you try adding an empty %build scriptlet? Last time, that worked around

Fwd: debug_package when using go_generate_buildrequires

2021-12-09 Thread Maxwell G via devel
I am forwarding this to devel@, because I am reviewing this package and would also like a response. Thanks, Maxwell -- Forwarded Message -- Subject: debug_package when using go_generate_buildrequires Date: Monday, December 6, 2021, 5:42:08 AM CST From: Mikel Olasagasti