From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529 Description of problem: I get compilation error on making the openafs-kernel-source-1.2.5-rh7.3.1.i386.rpm package. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. download and install openafs-kernel-source-1.2.5-rh7.3.1.i386.rpm 2. change to /usr/src/openafs-kernel-source-1.2.5/src 3. do: ./configure; make Actual Results: ../linux/sched.h:454:15: #if with no expression make[1]: *** [afs_analyze.o] Error 1 make[1]: Leaving directory `/usr/src/openafs-kernel-1.2.5/src/MODLOAD-2.4.18-5-MP' make: *** [linux_compdirs] Error 2 Additional info: the line 454 of /usr/src/linux-2.4.18-5/include/linux/sched.h is: #if CONFIG_SMP while it should be: #ifdef CONFIG_SMP
bug 67191 is about the same thing, marking this a duplicate *** This bug has been marked as a duplicate of 67191 ***