Bug 76344 - kernel-source-2.4.18-17.7.x modules will not compile
Summary: kernel-source-2.4.18-17.7.x modules will not compile
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.3
Hardware: i686
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-10-20 14:44 UTC by Need Real Name
Modified: 2007-04-18 16:47 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-10-20 14:50:03 UTC
Embargoed:


Attachments (Terms of Use)
standard out and stardard error from module compilation (8.75 KB, text/plain)
2002-10-20 14:48 UTC, Need Real Name
no flags Details
kernel configuration (33.11 KB, text/html)
2002-10-20 14:49 UTC, Need Real Name
no flags Details

Description Need Real Name 2002-10-20 14:44:51 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.5 (X11; Linux i686; U;) Gecko/0

Description of problem:
module compilation fails beginning with these lines:

make[3]: Leaving directory `/usr/src/linux-2.4.18-17.7.x/drivers/addon/aep'
make[2]: Leaving directory `/usr/src/linux-2.4.18-17.7.x/drivers/addon'
make -C atm modules
make[2]: Entering directory `/usr/src/linux-2.4.18-17.7.x/drivers/atm'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.18-17.7.x/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE
-DMODVERSIONS -include /usr/src/linux-2.4.18-17.7.x/include/linux/modversions.h
-g -nostdinc -I /usr/lib/gcc-lib/i386-redhat-linux/2.96/include
-DKBUILD_BASENAME=eni  -c -o eni.o eni.c
In file included from /usr/src/linux-2.4.18-17.7.x/include/linux/prefetch.h:13,
                 from /usr/src/linux-2.4.18-17.7.x/include/linux/list.h:6,
                 from /usr/src/linux-2.4.18-17.7.x/include/linux/module.h:12,
                 from eni.c:6:
/usr/src/linux-2.4.18-17.7.x/include/asm/processor.h:51: warning: parameter
names (without types) in function declaration
/usr/src/linux-2.4.18-17.7.x/include/asm/processor.h:51: field
`loops_per_jiffy_R_ver_str' declared as a function
/usr/src/linux-2.4.18-17.7.x/include/asm/processor.h:73: nondigits in number and
not hexadecimal
/usr/src/linux-2.4.18-17.7.x/include/asm/processor.h:73: parse error before
`0657d037'
/usr/src/linux-2.4.18-17.7.x/include/asm/processor.h:73: warning: function
declaration isn't a prototype
/usr/src/linux-2.4.18-17.7.x/include/asm/processor.h:256: nondigits in number
and not hexadecimal
/usr/src/linux-2.4.18-17.7.x/include/asm/processor.h:256: parse error before
`7413793a'
/usr/src/linux-2.4.18-17.7.x/include/asm/processor.h:256: warning: function
declaration isn't a prototype
/usr/src/linux-2.4.18-17.7.x/include/asm/processor.h:260: warning: parameter
names (without types) in function declaration
/usr/src/linux-2.4.18-17.7.x/include/asm/processor.h:436: missing white space
after number `7e9'


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.make xconfig
2.make dep
3.make bzImage
make modules
	

Actual Results:  See above

Expected Results:  A bunch of compiled modules would have been very nice.

Additional info:

[root@fallon linux-2.4]# rpm -q gcc binutils modutils
gcc-2.96-112
binutils-2.11.93.0.2-11
modutils-2.4.18-3.7x

Comment 1 Arjan van de Ven 2002-10-20 14:46:35 UTC
I think you forgot to run make mrproper as very first step

Comment 2 Need Real Name 2002-10-20 14:48:11 UTC
Created attachment 81204 [details]
standard out and stardard error from module compilation

Comment 3 Need Real Name 2002-10-20 14:49:56 UTC
Created attachment 81205 [details]
kernel configuration

Comment 4 Need Real Name 2002-10-20 18:39:36 UTC
7 years of compiling kernels and I guess I still don't know how to do them.

You were right about my failure to make mrproper.

Thanks and sorry for bothering you.


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