All of lore.kernel.org
 help / color / mirror / Atom feed
* [3.0-rc3] scripts/depmod.sh: Permission denied
@ 2011-06-14  0:41 Tetsuo Handa
  2011-06-14  5:14 ` Michal Marek
  0 siblings, 1 reply; 3+ messages in thread
From: Tetsuo Handa @ 2011-06-14  0:41 UTC (permalink / raw)
  To: mmarek; +Cc: linux-kernel

linux-3.0-rc3.tar.bz2 generates
-rwxrwxr-x  1 root root 1231 Jun 14 07:29 linux-3.0-rc3/scripts/depmod.sh
but linux-2.6.39.tar.bz2 + patch-3.0-rc3.bz2 generates
-rw-r--r--  1 root root 1231 Jun 14 09:34 scripts/depmod.sh
which results in

make: execvp: /usr/src/linux-3.0-rc3/scripts/depmod.sh: Permission denied
make: *** [_modinst_post] Error 127

Would you add "chmod +x scripts/depmod.sh" before invoking depmod.sh ?

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

end of thread, other threads:[~2011-06-15 20:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-14  0:41 [3.0-rc3] scripts/depmod.sh: Permission denied Tetsuo Handa
2011-06-14  5:14 ` Michal Marek
2011-06-15 20:31   ` [PATCH] kbuild: Call depmod.sh via shell Michal Marek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.