public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Question/help re: themake scripts in 2.6.36
@ 2010-11-07  4:51 JD
  2010-11-07  7:42 ` Américo Wang
  0 siblings, 1 reply; 3+ messages in thread
From: JD @ 2010-11-07  4:51 UTC (permalink / raw)
  To: linux-kernel

I have compiled 2.6.36 (i686) without any problems.
Since then, I have decided to change a couple of
config variables (using xconfig).
When done, running make all
causes the make scripts to stop compilation after building
a few objects, and spawn a shell.
Since I have no idea what to do in that shell, I exit
that shell, and the compilaton continues.
This takes place 3 times before compilation is complete.

Now, when I type make modules_install install,
only modules_install is done. /boot does not get
populated and /boot/grub/grub.conf is unchanged.

The currently installed and running 2.6.36-1
went through a similar scenario during build,
but at least install did work.
Now the install does not work.
Befor the present build attempt,
I had edited the Makefile to change the EXTRAVERSION to -2
in order not to clobber the installed  2.6.36-1

Could someone tell me what to do to force the install in /boot?
/lib/modules does have 2.6.36-2.fc13.i686 fully populated.

Thanx,

JD

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Question/help re: themake scripts in 2.6.36
  2010-11-07  4:51 Question/help re: themake scripts in 2.6.36 JD
@ 2010-11-07  7:42 ` Américo Wang
       [not found]   ` <4CD73A04.5020604@gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Américo Wang @ 2010-11-07  7:42 UTC (permalink / raw)
  To: JD; +Cc: linux-kernel

On Sat, Nov 06, 2010 at 09:51:51PM -0700, JD wrote:
> I have compiled 2.6.36 (i686) without any problems.
> Since then, I have decided to change a couple of
> config variables (using xconfig).


You can use 'make oldconfig'.

> When done, running make all
> causes the make scripts to stop compilation after building
> a few objects, and spawn a shell.
> Since I have no idea what to do in that shell, I exit
> that shell, and the compilaton continues.
> This takes place 3 times before compilation is complete.
>


What? How can make spawn a shell...

Can you copy and paste what you see and what you get
from your terminal?

> Now, when I type make modules_install install,
> only modules_install is done. /boot does not get
> populated and /boot/grub/grub.conf is unchanged.
>
> The currently installed and running 2.6.36-1
> went through a similar scenario during build,
> but at least install did work.
> Now the install does not work.
> Befor the present build attempt,
> I had edited the Makefile to change the EXTRAVERSION to -2
> in order not to clobber the installed  2.6.36-1
>
> Could someone tell me what to do to force the install in /boot?
> /lib/modules does have 2.6.36-2.fc13.i686 fully populated.
>

Since you are using Fedora, you can try grubby or new-kernel-pkg.

-- 
Live like a child, think like the god.
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Question/help re: themake scripts in 2.6.36
       [not found]   ` <4CD73A04.5020604@gmail.com>
@ 2010-11-09 10:40     ` Américo Wang
  0 siblings, 0 replies; 3+ messages in thread
From: Américo Wang @ 2010-11-09 10:40 UTC (permalink / raw)
  To: JD; +Cc: Américo Wang, LKML

On Sun, Nov 07, 2010 at 03:45:08PM -0800, JD wrote:
>On 11/07/2010 12:42 AM, Américo Wang wrote:
>>On Sat, Nov 06, 2010 at 09:51:51PM -0700, JD wrote:
>>>I have compiled 2.6.36 (i686) without any problems.
>>>Since then, I have decided to change a couple of
>>>config variables (using xconfig).
>>
>>You can use 'make oldconfig'.
>>
>>>When done, running make all
>>>causes the make scripts to stop compilation after building
>>>a few objects, and spawn a shell.
>>>Since I have no idea what to do in that shell, I exit
>>>that shell, and the compilaton continues.
>>>This takes place 3 times before compilation is complete.
>>>
>>
>>What? How can make spawn a shell...
>>
>>Can you copy and paste what you see and what you get
>>from your terminal?
>I have attached make.out.xz
>(compressed with lzma).
>
>Look for exit
>because I had to exit the shell that gets forked in order to
>let make continue.
>

Well, that is not due to make, it is because you
used su -c 'make install modules_install'. :)

Try su -c 'make install && make modules_install'.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-09 10:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-07  4:51 Question/help re: themake scripts in 2.6.36 JD
2010-11-07  7:42 ` Américo Wang
     [not found]   ` <4CD73A04.5020604@gmail.com>
2010-11-09 10:40     ` Américo Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox