From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030807 Description of problem: When building eclipse from its SRPM, the build will continue even in the presence of compilation errors. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Install an eclipse SRPM. 2. Set GCJ to a faulty compiler 2. run rpmbuild -ba eclipse.spec Actual Results: The build proceeds and an rpm is built. Expected Results: The build should stop. Additional info:
I've checked in a fix for this.