From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-bk0-x22e.google.com ([2a00:1450:4008:c01::22e]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WW17K-0008Om-5a for ptxdist@pengutronix.de; Fri, 04 Apr 2014 12:13:00 +0200 Received: by mail-bk0-f46.google.com with SMTP id v15so281057bkz.33 for ; Fri, 04 Apr 2014 03:12:52 -0700 (PDT) Received: from omega.Speedport_W_921V_1_24_000 (p4FD334D9.dip0.t-ipconnect.de. [79.211.52.217]) by mx.google.com with ESMTPSA id em17sm8062290bkb.12.2014.04.04.03.12.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Apr 2014 03:12:52 -0700 (PDT) Date: Fri, 4 Apr 2014 12:12:46 +0200 From: Alexander Aring Message-ID: <20140404101244.GA22776@omega.Speedport_W_921V_1_24_000> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [ptxdist] Ptxdist toolchain building Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Hi, On Fri, Apr 04, 2014 at 09:16:26AM +0000, Alan wrote: > Hi, > > While doing ../bin/ptxdist go step i encounter following difficulty. > > [alan@localhost OSELAS.Toolchain-2013.12.0]$ ../ptxdist-2013.12.0/bin/ptxdist go > install: cannot create directory '/home/embedded_lab': Permission denied > ptxdist: error: cannot create dir: '/home/embedded_lab/myprojptx/build-tools' > seems that you don't have the right permissions in the directory "/home/embedded_lab" to write, read or browse there. I see you are logged in as alan which has the usual home directory "/home/alan/" and default (should be) a user can't write,read or browse in others home directories. (At my university some students sets a 777 to his home directory... I saw already everything). You should not do that! Maybe change the installation path from ~embedded_lab to ~alan/myprojptx/... You can change that with: ptxdist menuconfig Location: -> misc Maybe just make the default again "/opt" then ptxdist (If you want use that afterwards) can find the Toolchain automatically. Just generate a /opt/OSELAS.Toolchain-2013.12.0 directory with the right permissions. - Alex -- ptxdist mailing list ptxdist@pengutronix.de