This package fails to build in mock if the minimal build group is reduced to only the packages listed in the Exceptions section of the packaging guidelines. build.log is attached. This problem can be fixed by adding a buildreq of gettext
Created attachment 132063 [details] Build log with minimal environment
Looks like this was attempted to be rebuilt on 9-Oct by the owner, but it failed due to check-buildroot finding an error.
I'm still tracking this down - I did add a buildreq of gettext but that still does not do the trick, now it's complaining that the ${BUILDROOT} is found in installed files: http://buildsys.fedoraproject.org/logs/fedora-development-extras/19406-grhino-0.15.2-2.fc6/ The bizarre thing is that rebuilding on my own machine does not fail. Any idea? I'm installing mock on my machine to test this, so hopefully it'll be fixed by the weekend, or I'll downgrade to 0.15.0.
Created attachment 138405 [details] Fix for buildroot traces in omf file > The bizarre thing is that rebuilding on my own machine does not fail. Any idea? > I'm installing mock on my machine to test this, so hopefully it'll be fixed by > the weekend, or I'll downgrade to 0.15.0. Do you have rpmdevtools installed? You'll need that to get the buildroot check. The attached patch has two hunks. The first should fix the rpmlint complaints about mixed use of spaces and tabs, and the second should cause the omf file to be reinstalled in a way that does not contain buildroot traces.
New RPMs rebuilt and await signing. I decided to fix the Makefile.in so I could forward the changes to upstream.