From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpq1.groni1.gr.home.nl ([213.51.130.200]:54172 "EHLO smtpq1.groni1.gr.home.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752215AbYBPD3s (ORCPT ); Fri, 15 Feb 2008 22:29:48 -0500 Message-ID: <47B6592A.6030200@keyaccess.nl> Date: Sat, 16 Feb 2008 04:31:54 +0100 From: Rene Herman MIME-Version: 1.0 Subject: 2.6.25-rc2 vdso_install breaks user "make install" Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Linux Kernel Cc: Roland McGrath , Sam Ravnborg , linux-kbuild@vger.kernel.org Good day. I have a ~/bin/installkernel which installs the kernel when I as user do a make install at the end of compilation but 2.6.25-rc2 seems to break this: rene@7ixe4:~/src/linux/local$ make V=1 install make -f scripts/Makefile.build obj=arch/x86/vdso vdso_install mkdir: cannot create directory `/lib/modules/2.6.25-rc2': Permission denied How to fix? Rene.