Description of Problem: Using the re0831.0/i386 tree, a build of grub's SRPM works as expected but the resulting "make check" reports 1 of 1 tests failed. I haven't researched the defect yet, but the test results are included. Version-Release number of selected component (if applicable): grub-0.90-10.src.rpm How Reproducible: 100% Steps to Reproduce: 1. rpm -Uvh <tree-path>/SRPMS/grub-0.90-10.src.rpm 2. rpm -bc /usr/src/redhat/SPECS/grub.spec 3. cd /usr/src/redhat/BUILD/grub* 4. make check Actual Results: # make check make check-TESTS ffs_stage1_5 is too big (8864 > 7168). FAIL: size_test =================== 1 of 1 tests failed =================== make: *** [check-recursive] Error 1 Expected Results: All tests in SRPM test-suite should pass, ideally. Additional Information:
The check that fails is the stage 1.5 which reads ffs filesystems (bsd) which we haven't changed from upstream and probably wouldn't support if anyone really asked us about it.