Re: [3.0-rc3] scripts/depmod.sh: Permission denied

From: Michal Marek
Date: Tue Jun 14 2011 - 01:12:50 EST


Dne 14.6.2011 02:41, Tetsuo Handa napsal(a):
> 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

Ah, I forgot about patch(1) users.


> 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 ?

I'll change the call to $(CONFIG_SHELL) $(scrtree)/scripts/depmod.sh
instead.

Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/