On Wed, 19 Jun 2019 at 01:18, Philip Kovacs via devel
<[email protected]> wrote:
>
> OK, my builds are back in order having removed those macros and replaced them
> with commands.
>
> I expect that many package maintainers will be hit with this.
There are in fact only 10 packages using these macros:
$ rg '__(aclocal|auto(conf|make))'
slurm.spec
228:%{__aclocal} -I auxdir
229:%{__autoconf}
230:%{__automake} --no-force
iperf.spec
21:%{__autoconf}
vtun.spec
42:%{__autoconf}
fastbit.spec
87:%{__aclocal} -I tests/m4
88:%{__autoconf}
89:%{__automake} --copy --no-force
libticonv.spec
48:%{__aclocal}
50:%{__automake} --add-missing
51:%{__autoconf}
iec16022.spec
45:%{__autoconf}
OpenIPMI.spec
93:%{__aclocal}
95:%{__automake} --add-missing --copy --foreign --force-missing
96:%{__autoconf}
lucidlife.spec
37:%{__autoconf}
trafshow.spec
44:%__autoconf
qrencode.spec
45:%{__autoconf}
>
> On Wednesday, June 19, 2019, 12:01:31 AM EDT, Neal Gompa <[email protected]>
> wrote:
>
>
> On Tue, Jun 18, 2019 at 10:48 PM Philip Kovacs via devel
>
> <[email protected]> wrote:
> >
> > I'm getting new build failures on the autotools macros that had been
> > working for years. rpmbuild doesn't like
> > them anymore in rawhide. The macros are (or were) in the file
> > `/usr/lib/rpm/macros`. The relevant portion
> > of my spec is here:
> >
> > -- spec --
> > %build
> > %{__aclocal} -I auxdir
> > %{__autoconf}
> > %{__automake} --no-force
> >
> > Is there a new dependency I need to add or is something just broken?
>
> >
>
> Panu ripped them out for rpm 4.15:
> https://github.com/rpm-software-management/rpm/pull/691
>
> You can trivially switch to just calling the commands...
>
>
>
>
> --
> 真実はいつも一つ!/ Always, there's only one truth!
> _______________________________________________
> devel mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/[email protected]
>
> _______________________________________________
> devel mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/[email protected]
--
Elliott
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/[email protected]