Re: compiling a new kernel

2002-08-11 Thread ABrady

On Sun, 11 Aug 2002 10:08:39 -0300
Ted Gervais <[EMAIL PROTECTED]> wrote:

> At 12:50 PM 8/10/2002 -0400, you wrote:
> >On Sat, 10 Aug 2002, Ted Gervais wrote:
> >
> > >
> > > Thanks Bob,  and the others responding.
> > >
> > > I tried 'make mrproper' as well.  I guess I am getting desperate.
> > >
> > > Somehow I am thinking that maybe there is a hardware problem?
> > > Could 
> > that be
> > > the reason for things not working??
> >
> >Ted, where exactly is the compile failing?  Can you post the error
> >message.
> 
> That is a bit tricky to answer..  When it fails and I rerun the
> compile process it stops on a different error. And that error could be
> earlier or later than the last one.So each time it stops, it is on
> a different error and not related to the first.  Sometime it is a
> segmentation fault. Like the following:
> 
> misc.c: In function 'misc_open' :
> misc.c:147; Internal error : Segmentation fault.
> Prior to the Error indication it looked like this:
> gcc: Internal error: Illegal Instruction (program as)
> 
> 
> I have never seen this type of refusal to work before.  I am stumped..

I've only seen this behavior twice.

Once was when I was compiling something and I didn't have enough swap.
It was a long time ago and I can't remember what it was, but it forced
me into using a swapfile until I got it built.

The second time was when I had a ram module going bad. I didn't know it
was flaky at the time and it passed memtest. But it finally started
locking during boot. It failed memtest after it reached that stage.
After replacing it the first thing I did was build a kernel. It worked
just fine from then on.

-- 
XP: The ME of NT.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: compiling a new kernel

2002-08-11 Thread Ted Gervais

At 12:50 PM 8/10/2002 -0400, you wrote:
>On Sat, 10 Aug 2002, Ted Gervais wrote:
>
> >
> > Thanks Bob,  and the others responding.
> >
> > I tried 'make mrproper' as well.  I guess I am getting desperate.
> >
> > Somehow I am thinking that maybe there is a hardware problem? Could 
> that be
> > the reason for things not working??
>
>Ted, where exactly is the compile failing?  Can you post the error
>message.

That is a bit tricky to answer..  When it fails and I rerun the compile 
process it stops on a different error. And that error could be earlier or 
later than the last one.So each time it stops, it is on a different 
error and not related to the first.  Sometime it is a segmentation fault. 
Like the following:

misc.c: In function 'misc_open' :
misc.c:147; Internal error : Segmentation fault.
Prior to the Error indication it looked like this:
gcc: Internal error: Illegal Instruction (program as)


I have never seen this type of refusal to work before.  I am stumped..

>You might want to start from scratch by going into
>/usr/src/linux-2.4/configs and copying the config of you choice back to
>the linux-2.4 directory as .config.


That is what I eventually did.  I had started by making my own but than 
felt - I better leave well  enough alone and take what is already in place 
and just amend that file  for the various options I need to add.


>Once that's done then do a "make mrproper", then "make oldconfig" and do

That was what I did next.  Or rather,  I backed up my .config file and than 
ran "make mrproper"  and than copied that backup file back to 
".config"  and than began the compile process.


>"make dep clean modules modules_install bzImage"


Yes.  But because I was apprehensive about it working properly, I just ran 
"make dep clean bzImage"  ; leaving the modules to compile at a later time.

And all that still didn't work..



>--
>Gerry
>
>"The lyfe so short, the craft so long to learne"  Chaucer
>
>
>
>
>--
>redhat-list mailing list
>unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
>https://listman.redhat.com/mailman/listinfo/redhat-list

---
Ted Gervais,
Coldbrook, Nova Scotia, Canada



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: compiling a new kernel

2002-08-10 Thread Gerry Doris

On Sat, 10 Aug 2002, Ted Gervais wrote:

> 
> Thanks Bob,  and the others responding.
> 
> I tried 'make mrproper' as well.  I guess I am getting desperate.
> 
> Somehow I am thinking that maybe there is a hardware problem? Could that be 
> the reason for things not working??

Ted, where exactly is the compile failing?  Can you post the error 
message.  

You might want to start from scratch by going into 
/usr/src/linux-2.4/configs and copying the config of you choice back to 
the linux-2.4 directory as .config.  

Once that's done then do a "make mrproper", then "make oldconfig" and do 

"make dep clean modules modules_install bzImage"

-- 
Gerry

"The lyfe so short, the craft so long to learne"  Chaucer




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: compiling a new kernel

2002-08-10 Thread Ted Gervais


Thanks Bob,  and the others responding.

I tried 'make mrproper' as well.  I guess I am getting desperate.

Somehow I am thinking that maybe there is a hardware problem? Could that be 
the reason for things not working??



At 10:01 AM 8/10/2002 -0500, you wrote:
>Try running
>'make mrproper' before make dep clean bzImage this will clean up from 
> any previous compile.
>
>Bob
>
>Knut Ove Hauge wrote:
>>Do you make xconfig
>>make dep
>>make clean
>>make bzImage
>>make modules
>>make install
>>make modules_install
>>The failure could also be in the downloaded source
>>code. Try to download it again from another source.
>>--- Ted Gervais <[EMAIL PROTECTED]> skrev: >
>>>I have a problem here and I have no idea how to get
>>>around it.
>>>
>>>I am trying to compile a new kernel with RH7.3 (2.4.19) and not matter 
>>>what I do the compile never finishes but stops at some
>>>error.  What I have been doing is making a note of what is stopping it and
>>>than going into the '.config' file and commenting out that item.
>>>
>>>Then I found that if I didn't comment it out but
>>>just re started the compile process , that it would go by that error and 
>>>stop
>>>somewhere else.
>>>
>>>The bottom line is, I can't compile up a new kernel
>>>and I need to in order to change some of the options.
>>>
>>>How do I do it with all these errors and
>>>stoppages..
>>>
>>>-- Ted Gervais
>>>Coldbrook, Nova Scotia Canada.
>>>1-902-679-2253
>>>
>>>
>>>
>>>-- redhat-list mailing list
>>>unsubscribe
>>mailto:[EMAIL PROTECTED]?subject=unsubscribe
>>
>>>https://listman.redhat.com/mailman/listinfo/redhat-list
>>
>>=
>>Investigating the Norwegain 4.th Secret Service
>>The multiheaded beast.
>>http://hjem.sol.no/altiett/knut_ove_hauge_kuren.htm
>>__
>>Få den nye Yahoo! Messenger på http://no.messenger.yahoo.com/
>>Nå med webkamera, stemmechat, interaktiv bakgrunn og mye mer!
>>
>
>
>--
>
>Bob Hartung, Bettendorf, IA
>
>
>
>--
>redhat-list mailing list
>unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
>https://listman.redhat.com/mailman/listinfo/redhat-list

---
Ted Gervais,
Coldbrook, Nova Scotia, Canada



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: compiling a new kernel

2002-08-10 Thread Bob Hartung

Try running
'make mrproper' before make dep clean bzImage this will clean up from 
any previous compile.

Bob

Knut Ove Hauge wrote:
> Do you make xconfig
> make dep
> make clean
> make bzImage
> make modules
> make install
> make modules_install
> 
> The failure could also be in the downloaded source
> code. Try to download it again from another source. 
> 
> 
> --- Ted Gervais <[EMAIL PROTECTED]> skrev: > 
> 
>>I have a problem here and I have no idea how to get
>>around it.
>>
>>I am trying to compile a new kernel with RH7.3 
>>(2.4.19) and not matter what I 
>>do the compile never finishes but stops at some
>>error.  What I have been 
>>doing is making a note of what is stopping it and
>>than going into the 
>>'.config' file and commenting out that item.  
>>
>>Then I found that if I didn't comment it out but
>>just re started the compile 
>>process , that it would go by that error and stop
>>somewhere else.  
>>
>>The bottom line is, I can't compile up a new kernel
>>and I need to in order to 
>>change some of the options.
>>
>>How do I do it with all these errors and
>>stoppages..
>>
>>-- 
>>Ted Gervais
>>Coldbrook, Nova Scotia Canada.
>>1-902-679-2253
>>
>>
>>
>>-- 
>>redhat-list mailing list
>>unsubscribe
>>
> 
> mailto:[EMAIL PROTECTED]?subject=unsubscribe
> 
>>https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> =
> Investigating the Norwegain 4.th Secret Service
> The multiheaded beast.
> http://hjem.sol.no/altiett/knut_ove_hauge_kuren.htm
> 
> __
> Få den nye Yahoo! Messenger på http://no.messenger.yahoo.com/
> Nå med webkamera, stemmechat, interaktiv bakgrunn og mye mer!
> 
> 
> 


-- 

Bob Hartung, Bettendorf, IA



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: compiling a new kernel

2002-08-10 Thread Ted Gervais

On Saturday 10 August 2002 10:03, Knut Ove Hauge wrote:
> Do you make xconfig
> make dep
> make clean
> make bzImage
> make modules
> make install
> make modules_install
>
> The failure could also be in the downloaded source
> code. Try to download it again from another source.
>

That is exactly how I did it.  Or rather I used those commands.
What I did was run 'make dep clean bzImage && make modules modules_install'.
That has always worked for me.  But in this case I never get to the modules 
stage. ??

I also tried many different kernels, copies etc.,  No luck.

There must be a way to get around this. But how??


>
> --- Ted Gervais <[EMAIL PROTECTED]> skrev: >
>
> > I have a problem here and I have no idea how to get
> > around it.
> >
> > I am trying to compile a new kernel with RH7.3
> > (2.4.19) and not matter what I
> > do the compile never finishes but stops at some
> > error.  What I have been
> > doing is making a note of what is stopping it and
> > than going into the
> > '.config' file and commenting out that item.
> >
> > Then I found that if I didn't comment it out but
> > just re started the compile
> > process , that it would go by that error and stop
> > somewhere else.
> >
> > The bottom line is, I can't compile up a new kernel
> > and I need to in order to
> > change some of the options.
> >
> > How do I do it with all these errors and
> > stoppages..
> >
> > --
> > Ted Gervais
> > Coldbrook, Nova Scotia Canada.
> > 1-902-679-2253
> >
> >
> >
> > --
> > redhat-list mailing list
> > unsubscribe
>
> mailto:[EMAIL PROTECTED]?subject=unsubscribe
>
> > https://listman.redhat.com/mailman/listinfo/redhat-list
>
> =
> Investigating the Norwegain 4.th Secret Service
> The multiheaded beast.
> http://hjem.sol.no/altiett/knut_ove_hauge_kuren.htm
>
> __
> Få den nye Yahoo! Messenger på http://no.messenger.yahoo.com/
> Nå med webkamera, stemmechat, interaktiv bakgrunn og mye mer!

-- 
Ted Gervais
Coldbrook, Nova Scotia Canada.
1-902-679-2253



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: compiling a new kernel

2002-08-10 Thread Knut Ove Hauge

Do you make xconfig
make dep
make clean
make bzImage
make modules
make install
make modules_install

The failure could also be in the downloaded source
code. Try to download it again from another source. 


--- Ted Gervais <[EMAIL PROTECTED]> skrev: > 
> I have a problem here and I have no idea how to get
> around it.
> 
> I am trying to compile a new kernel with RH7.3 
> (2.4.19) and not matter what I 
> do the compile never finishes but stops at some
> error.  What I have been 
> doing is making a note of what is stopping it and
> than going into the 
> '.config' file and commenting out that item.  
> 
> Then I found that if I didn't comment it out but
> just re started the compile 
> process , that it would go by that error and stop
> somewhere else.  
> 
> The bottom line is, I can't compile up a new kernel
> and I need to in order to 
> change some of the options.
> 
> How do I do it with all these errors and
> stoppages..
> 
> -- 
> Ted Gervais
> Coldbrook, Nova Scotia Canada.
> 1-902-679-2253
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
>
mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list

=
Investigating the Norwegain 4.th Secret Service
The multiheaded beast.
http://hjem.sol.no/altiett/knut_ove_hauge_kuren.htm

__
Få den nye Yahoo! Messenger på http://no.messenger.yahoo.com/
Nå med webkamera, stemmechat, interaktiv bakgrunn og mye mer!



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



compiling a new kernel

2002-08-09 Thread Ted Gervais


I have a problem here and I have no idea how to get around it.

I am trying to compile a new kernel with RH7.3  (2.4.19) and not matter what I 
do the compile never finishes but stops at some error.  What I have been 
doing is making a note of what is stopping it and than going into the 
'.config' file and commenting out that item.  

Then I found that if I didn't comment it out but just re started the compile 
process , that it would go by that error and stop somewhere else.  

The bottom line is, I can't compile up a new kernel and I need to in order to 
change some of the options.

How do I do it with all these errors and stoppages..

-- 
Ted Gervais
Coldbrook, Nova Scotia Canada.
1-902-679-2253



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list