[mythtv-commits] Ticket #13080: Fedora 24 -> 26: RPM build errors: Too many levels of recursion in macro expansion. It is likely caused by recursive macro declaration.
MythTV
noreply at mythtv.org
Sat Jul 29 16:05:45 UTC 2017
#13080: Fedora 24 -> 26: RPM build errors: Too many levels of recursion in macro
expansion. It is likely caused by recursive macro declaration.
----------------------------------+----------------------------
Reporter: udovdh@… | Owner: stuarta
Type: Bug Report - General | Status: infoneeded
Priority: minor | Milestone: 29.0
Component: Packaging | Version: 0.27-fixes
Severity: high | Resolution:
Keywords: macro recursion | Ticket locked: 0
----------------------------------+----------------------------
Comment (by udovdh@…):
Issue was caused by ~/.rpmrc that contained:
{{{
optflags: x86_64 -march=k8 -mtune=k8 -msse -msse2 -msse3 -m3dnow
%{__global_cflags} -m64
}}}
yet in F26 /usr/lib/rpm/redhat/macros contains a line saying:
{{{
%__global_cflags %{optflags}
}}}
(this was not the case before)
--
Ticket URL: <https://code.mythtv.org/trac/ticket/13080#comment:5>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list