Re: 'make modules' broken in red hat 7.1?

2001-05-09 Thread John Summerfield
> Chris Runge wrote: > > Here is my 10 second kernel-build guide that I use at least. It works witho > ut > > a problem. > > > cd /usr/src/linux-2.4 > make mrproper > cp configs/{config file for architecture, smp, enterprise, etc. that is desir > ed} .config > make oldconfig <--- not sure th

Re: 'make modules' broken in red hat 7.1?

2001-05-09 Thread John Summerfield
> On Mon May 07 2001 at 20:52, Chris Runge wrote: > > > make menuconfig > > make dep && make clean && make bzImage && make modules && make modules_inst > all && make install > > make dep clean bzImage modules modules_install install I don't build software as root. -- Cheers John Summerfield h

Re: 'make modules' broken in red hat 7.1?

2001-05-09 Thread John Summerfield
> On Tue, May 08, 2001 at 05:16:58AM +0800, John Summerfield wrote: > > > Tony Nugent <[EMAIL PROTECTED]> writes: > > > > > > > On Sun May 06 2001 at 21:48, Bill Nottingham wrote: > > > > > > > > > Dan Kegel ([EMAIL PROTECTED]) said: > > > > > > 'make modules' in red hat 7.1 fails for me like th

Re: 'make modules' broken in red hat 7.1?

2001-05-09 Thread Thomas Dodd
Dan Kegel wrote: > > cd /usr/src/linux-2.4 > make mrproper > cp configs/{config file for architecture, smp, enterprise, etc. that is desired} >.config > make oldconfig <--- not sure this is necessarily needed > edit Makefile and change EXTRAVERSION > make menuconfig menuconfig and xconfig r

Re: 'make modules' broken in red hat 7.1?

2001-05-09 Thread Dan Kegel
Chris Runge wrote: > Here is my 10 second kernel-build guide that I use at least. It works without > a problem. cd /usr/src/linux-2.4 make mrproper cp configs/{config file for architecture, smp, enterprise, etc. that is desired} .config make oldconfig <--- not sure this is necessarily neede

Re: 'make modules' broken in red hat 7.1?

2001-05-09 Thread Dan Kegel
Nils Olav Selåsdal wrote: > "Dan Kegel" <[EMAIL PROTECTED]> wrote in message > > 'make modules' in red hat 7.1 fails for me like this: > > > > make[2]: Entering directory `/usr/src/linux-2.4.2/drivers/net' > > /usr/src/linux/include/asm/spinlock.h:8: nondigits in number and not > hexadecimal > > >

Re: 'make modules' broken in red hat 7.1?

2001-05-09 Thread Tony Nugent
On Mon May 07 2001 at 20:52, Chris Runge wrote: > make menuconfig > make dep && make clean && make bzImage && make modules && make modules_install && >make install make dep clean bzImage modules modules_install install Cheers Tony ___ Redhat-devel

Re: 'make modules' broken in red hat 7.1?

2001-05-09 Thread Nils Olav Selåsdal
"Dan Kegel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > 'make modules' in red hat 7.1 fails for me like this: > > make[2]: Entering directory `/usr/src/linux-2.4.2/drivers/net' > gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fom i

Re: 'make modules' broken in red hat 7.1?

2001-05-09 Thread Chris Runge
On Tue, May 08, 2001 at 05:16:58AM +0800, John Summerfield wrote: > > Tony Nugent <[EMAIL PROTECTED]> writes: > > > > > On Sun May 06 2001 at 21:48, Bill Nottingham wrote: > > > > > > > Dan Kegel ([EMAIL PROTECTED]) said: > > > > > 'make modules' in red hat 7.1 fails for me like this: > > > > >

Re: .config not shipped with kernel-sources RPM? (was: Re: 'make modules' broken in red hat 7.1?)

2001-05-08 Thread Dan Kegel
Dan Kegel wrote: > I'd also like 'make clean; make' to work out of the box (so > it's easier to use the kernel build as a benchmark :-) oops, should have said 'make clean; make dep; make' - Dan ___ Redhat-devel-list mailing list [EMAIL PROTECTED] ht

Re: .config not shipped with kernel-sources RPM? (was: Re: 'make modules' broken in red hat 7.1?)

2001-05-08 Thread Trond Eivind Glomsrød
Dan Kegel <[EMAIL PROTECTED]> writes: > Trond Eivind Glomsrød wrote: > > > No. This is data for dealing with building foo.o when you have > > foo.c. If you change the config, these data will be invalid so you > > have to rebuild everything. > > But I didn't change the config; all I did was run

.config not shipped with kernel-sources RPM? (was: Re: 'make modules' broken in red hat 7.1?)

2001-05-08 Thread Dan Kegel
Trond Eivind Glomsrød wrote: > > Dan Kegel <[EMAIL PROTECTED]> writes: > > > Trond Eivind Glomsrød wrote: > > > > > > Tony Nugent <[EMAIL PROTECTED]> writes: > > > > > > > On Sun May 06 2001 at 21:48, Bill Nottingham wrote: > > > > > > > > > Dan Kegel ([EMAIL PROTECTED]) said: > > > > > > 'make

Re: 'make modules' broken in red hat 7.1?

2001-05-07 Thread John Summerfield
> > > Sounds to me like you've got it the wrong way round. Lots of people want to > build > > kernels, very few as far as I can see want to build just a module. > > You'll be suprised. I can now accept that distributing the kernel > sources like that is a very good compromise, useful for doin

Re: 'make modules' broken in red hat 7.1?

2001-05-07 Thread Tony Nugent
On Tue May 08 2001 at 05:16, John Summerfield wrote: > > Tony Nugent <[EMAIL PROTECTED]> writes: > > > On Sun May 06 2001 at 21:48, Bill Nottingham wrote: > > > > Dan Kegel ([EMAIL PROTECTED]) said: > > > > > 'make modules' in red hat 7.1 fails for me like this: > > > > Did you remember to do 'ma

Re: 'make modules' broken in red hat 7.1?

2001-05-07 Thread John Summerfield
> Tony Nugent <[EMAIL PROTECTED]> writes: > > > On Sun May 06 2001 at 21:48, Bill Nottingham wrote: > > > > > Dan Kegel ([EMAIL PROTECTED]) said: > > > > 'make modules' in red hat 7.1 fails for me like this: > > > > > Did you remember to do 'make mrproper' before rebuilding? > > > > This is de

Re: 'make modules' broken in red hat 7.1?

2001-05-07 Thread Trond Eivind Glomsrød
Dan Kegel <[EMAIL PROTECTED]> writes: > Trond Eivind Glomsrød wrote: > > > > Tony Nugent <[EMAIL PROTECTED]> writes: > > > > > On Sun May 06 2001 at 21:48, Bill Nottingham wrote: > > > > > > > Dan Kegel ([EMAIL PROTECTED]) said: > > > > > 'make modules' in red hat 7.1 fails for me like this: >

Re: 'make modules' broken in red hat 7.1?

2001-05-07 Thread Dan Kegel
Trond Eivind Glomsrød wrote: > > Tony Nugent <[EMAIL PROTECTED]> writes: > > > On Sun May 06 2001 at 21:48, Bill Nottingham wrote: > > > > > Dan Kegel ([EMAIL PROTECTED]) said: > > > > 'make modules' in red hat 7.1 fails for me like this: > > > > > Did you remember to do 'make mrproper' before r

Re: 'make modules' broken in red hat 7.1?

2001-05-07 Thread Trond Eivind Glomsrød
Tony Nugent <[EMAIL PROTECTED]> writes: > On Sun May 06 2001 at 21:48, Bill Nottingham wrote: > > > Dan Kegel ([EMAIL PROTECTED]) said: > > > 'make modules' in red hat 7.1 fails for me like this: > > > Did you remember to do 'make mrproper' before rebuilding? > > This is definitely an FAQ. >

Re: 'make modules' broken in red hat 7.1?

2001-05-06 Thread Tony Nugent
On Sun May 06 2001 at 21:48, Bill Nottingham wrote: > Dan Kegel ([EMAIL PROTECTED]) said: > > 'make modules' in red hat 7.1 fails for me like this: > Did you remember to do 'make mrproper' before rebuilding? This is definitely an FAQ. Why isn't the kernel-source rpm distributed like that as it

Re: 'make modules' broken in red hat 7.1?

2001-05-06 Thread Bill Nottingham
Dan Kegel ([EMAIL PROTECTED]) said: > 'make modules' in red hat 7.1 fails for me like this: > > make[2]: Entering directory `/usr/src/linux-2.4.2/drivers/net' > gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 >-fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-un

Re: 'make modules' broken in red hat 7.1?

2001-05-06 Thread John Summerfield
> 'make modules' in red hat 7.1 fails for me like this: > > make[2]: Entering directory `/usr/src/linux-2.4.2/drivers/net' > > Others have reported this problem, e.g. > http://www.redhat.com/mailing-lists/redhat-devel-list/msg02374.html > http://boudicca.tux.org/mhonarc/ma-linux/2001-Feb/msg0053

'make modules' broken in red hat 7.1?

2001-05-06 Thread Dan Kegel
'make modules' in red hat 7.1 fails for me like this: make[2]: Entering directory `/usr/src/linux-2.4.2/drivers/net' gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-unused -pipe -mpreferred-stack-boundary=2 -march