Description of problem: rawhide build of glibc fails with this warning: In file included from conftest.c:12:0: /usr/include/nss3/hasht.h:9:21: fatal error: prtypes.h: No such file or directory #include "prtypes.h" Version-Release number of selected component (if applicable): rawhide How reproducible: every time Steps to Reproduce: 1. fedpkg clone glibc 2. cd glibc 3. fedpkg prep 4. fedpkg srpm 5. mock -r fedora-rawhide-x86_64 <srpm from #4> Actual results: In file included from conftest.c:12:0: /usr/include/nss3/hasht.h:9:21: fatal error: prtypes.h: No such file or directory #include "prtypes.h" Expected results: successful build Additional info: nss-util-3.14's hasht.h does not include "prtypes.h" and thus doesn't cause any problems. nss-util-3.15's hasht.h includes "prtypes.h" which lives in /usr/include/nspr4. Either the include should be "nspr4/prtypes.h" or anything which includes hasht.h will need to have a suitable -I argument so that it can find prtypes.h which seems like a bit of a pain. From Elio Maldonado: I think not including prtypes.h from hast.t, as we had before, is a better a better solution. It compiles without including the header, both via the fedora build system and with also upstream.
This bug appears to have been reported against 'rawhide' during the Fedora 20 development cycle. Changing version to '20'. More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora20