Re: Macro %cc has illegal name (%define)

2021-08-18 Thread Kevin Fenzi
On Tue, Aug 17, 2021 at 01:20:25PM +0200, Sandro Mani wrote: > Hi > > After upgrading to redhat-rpm-config-196-1.fc36.noarch, any mingw package > build fails with > > error: /usr/lib/rpm/redhat/macros: line 71: Macro %cc has illegal name > (%define) > > The redhat-rp

Re: Macro %cc has illegal name (%define)

2021-08-18 Thread Leigh Scott
redhat-rpm-config-197-1 fixes the build issues caused by redhat-rpm-config-196-1 ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraprojec

Re: Macro %cc has illegal name (%define)

2021-08-17 Thread Michael Catanzaro
On Tue, Aug 17 2021 at 04:05:37 PM -0500, Michael Catanzaro wrote: even if it's not itself to blame for the build failure, Actually I think it is. My local mockbuilds with redhat-rpm-config-195-1.fc36 are succeeding but my real builds using redhat-rpm-config-196-1.fc36 are failing. My guess

Re: Macro %cc has illegal name (%define)

2021-08-17 Thread Dave Dykstra
I am also seeing this error on a Fedora 35 build: https://kojipkgs.fedoraproject.org//work/tasks/4002/74034002/build.log Dave On Tue, Aug 17, 2021 at 04:05:37PM -0500, Michael Catanzaro wrote: > > I'm seeing this too. I have almost 900 "error:" strings in my build log when > there should gen

Re: Macro %cc has illegal name (%define)

2021-08-17 Thread Michael Catanzaro
I'm seeing this too. I have almost 900 "error:" strings in my build log when there should generally be zero, so even if it's not itself to blame for the build failure, it makes it impractical to find what else is wrong. I'm going to suggest it's time to revert the redhat-rpm-config change for

Re: Macro %cc has illegal name (%define)

2021-08-17 Thread Tom Stellard
On 8/17/21 9:35 AM, Sandro Mani wrote: On 17.08.21 18:31, Tom Stellard wrote: On 8/17/21 4:20 AM, Sandro Mani wrote: Hi After upgrading to redhat-rpm-config-196-1.fc36.noarch, any mingw package build fails with error: /usr/lib/rpm/redhat/macros: line 71: Macro %cc has illegal name (%define

Re: Macro %cc has illegal name (%define)

2021-08-17 Thread Sandro Mani
On 17.08.21 18:31, Tom Stellard wrote: On 8/17/21 4:20 AM, Sandro Mani wrote: Hi After upgrading to redhat-rpm-config-196-1.fc36.noarch, any mingw package build fails with error: /usr/lib/rpm/redhat/macros: line 71: Macro %cc has illegal name (%define) Do you have a link to the failing

Re: Macro %cc has illegal name (%define)

2021-08-17 Thread Tom Stellard
On 8/17/21 4:20 AM, Sandro Mani wrote: Hi After upgrading to redhat-rpm-config-196-1.fc36.noarch, any mingw package build fails with error: /usr/lib/rpm/redhat/macros: line 71: Macro %cc has illegal name (%define) Do you have a link to the failing build? I've seen this error, but hav

Macro %cc has illegal name (%define)

2021-08-17 Thread Sandro Mani
Hi After upgrading to redhat-rpm-config-196-1.fc36.noarch, any mingw package build fails with error: /usr/lib/rpm/redhat/macros: line 71: Macro %cc has illegal name (%define) The redhat-rpm-config changelog mentions * Mon Aug 16 2021 Tom Stellard - 196-1 - Add cc, cxx, and cpp macros