[ATrpms-devel] Recursion issue

Brian Long briandlong at gmail.com
Fri Feb 19 20:37:17 CET 2010


I'm playing with rpmbuild and finding the documented recursion issue.

rpmbuild -bb SPECS/hwmon.spec
error: Recursion depth(17) greater than max(16)
 15<                               (empty)
 14<                             /lib/modules/
 13<                           (empty)
 12<                         (empty)
 11<                       (empty)
 10<                     (empty)
 13<                           uname -r
 12<                         2.6.31.12-174.2.3.fc12.i686.PAE/build
 11<                       /lib/modules/2.6.31.12-174.2.3.fc12.i68...
 10<                     2.6.31.12-174.2.3.fc12.i686.PAE
 14<                             grep -i fedora.core /etc/redhat-r...
 13<                           f
 14<                             %{VERSION}' /etc/redhat-release |...
 13<                           12
 12<                         12 | sed -e's,\.,_,g'
 11<                       f12
 10<                     f12

RPM build errors:
    Recursion depth(17) greater than max(16)

I'm not giving any flags to rpmbuild so what is the recommend flag to
pass which disables the certain kmdl macros that have too-deep
recursion?  I tried specifying distversion Fedora and dist f12.

/Brian/



More information about the atrpms-devel mailing list