From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030328 Description of problem: rpmbuild --rebuild kdebase-3.1-12.src.rpm fails if automake15 is not installed. rpmbuild succeeds and the package is built if automake15 is installed. Version-Release number of selected component (if applicable): kdebase-3.1-12 How reproducible: Always Steps to Reproduce: 1. rpm -e automake15 2. rpmbuild --rebuild --target=i686 kdebase-3.12.src.rpm (also fails if target=i586) Actual Results: + make -f Makefile.cvs This Makefile is only for the CVS repository *** YOU'RE USING automake (GNU automake) 1.6.3. *** KDE requires automake 1.5 make[1]: *** [cvs] Error 1 make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.23292 (%build) Expected Results: rpmbuild should have failed immediately with "automake15 is required for kdebase-3.1-12" Additional info:
it's fixed in RHEL3 release and fc2.