Bug 67268 - can't compile openafs-kernel-source-1.2.5-rh7.3.1.i386.rpm package
Summary: can't compile openafs-kernel-source-1.2.5-rh7.3.1.i386.rpm package
Keywords:
Status: CLOSED DUPLICATE of bug 67191
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.3
Hardware: athlon
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-06-21 18:38 UTC by Need Real Name
Modified: 2007-04-18 16:43 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-06-21 18:38:17 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2002-06-21 18:38:13 UTC
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

Comment 1 Arjan van de Ven 2002-06-21 18:42:07 UTC
bug 67191 is about the same thing, marking this a duplicate

*** This bug has been marked as a duplicate of 67191 ***


Note You need to log in before you can comment on or make changes to this bug.