From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) Description of problem: while running rpmbuild --rebuild lilo-21.4.4-22.src.rpm on taroon with latest updates from rhn you get In file included from geometry.c:28: md-int.h:290:8: warning: extra tokens at end of #endif directive cc -c -O2 -Wall -g `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE - DLARGE_EBDA -DONE_SHOT; fi ) | sed 's/-D/-DLCF_/g'` `[ - r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` boot.c boot.c: In function `boot_image': boot.c:66: `PAGE_SIZE' undeclared (first use in this function) boot.c:66: (Each undeclared identifier is reported only once boot.c:66: for each function it appears in.) boot.c: In function `boot_other': boot.c:202: warning: suggest explicit braces to avoid ambiguous `else' make: *** [boot.o] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.25437 (%build) same build works fine on RH 7.3 Version-Release number of selected component (if applicable): lilo-21.4.4-22.src.rpm How reproducible: Always Steps to Reproduce: 1.get yourself a taroon system 2.rpmbuild --rebuild lilo-21.4.4-22.src.rpm 3.see the error Actual Results: build failed Expected Results: build should succeed Additional info:
Fixed