linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* CONFIG_LOCALVERSION_AUTO recently broken
@ 2006-01-10  6:08 David S. Miller
  2006-01-10  7:34 ` sam
  0 siblings, 1 reply; 2+ messages in thread
From: David S. Miller @ 2006-01-10  6:08 UTC (permalink / raw)
  To: sam; +Cc: linux-kernel


For some reason it isn't post-pending the local GIT version
string to the destination module directory so the modules
get installed in the wrong place and upon reboot are not found.

This started happening some time within the last 2 days.

Any ideas? :-)

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

* Re: CONFIG_LOCALVERSION_AUTO recently broken
  2006-01-10  6:08 CONFIG_LOCALVERSION_AUTO recently broken David S. Miller
@ 2006-01-10  7:34 ` sam
  0 siblings, 0 replies; 2+ messages in thread
From: sam @ 2006-01-10  7:34 UTC (permalink / raw)
  To: David S. Miller; +Cc: sam, linux-kernel

>
> For some reason it isn't post-pending the local GIT version
> string to the destination module directory so the modules
> get installed in the wrong place and upon reboot are not found.
>
> This started happening some time within the last 2 days.
>
> Any ideas? :-)
You do not have git installed so root can find them, and you install
modules as root - this causes the wrong KERNELRELEASE to be defined.
Obviously it is not the right fix to install git in a 'root' location so
I have implemented a solution in my tree where we only update
KERNELRELEASE when we build a kernel.
This solution required that "make install" do not try to update vmlinux -
so this dependency is now zapped.
I do not have access to my linux box atm, but you can find the patches in
lkml archieves and at:
git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild.git

I've asked Linus to pull so we get this fix propagated soonish.

     Sam



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

end of thread, other threads:[~2006-01-10  7:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-10  6:08 CONFIG_LOCALVERSION_AUTO recently broken David S. Miller
2006-01-10  7:34 ` sam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).