From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9885 invoked by alias); 9 Jan 2009 09:07:42 -0000 Received: (qmail 9876 invoked by uid 22791); 9 Jan 2009 09:07:42 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_53,J_CHICKENPOX_73 X-Spam-Check-By: sourceware.org Received: from mtaout02-winn.ispmail.ntl.com (HELO mtaout02-winn.ispmail.ntl.com) (81.103.221.48) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Jan 2009 09:07:30 +0000 Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090109090727.JHGE4080.mtaout02-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com>; Fri, 9 Jan 2009 09:07:27 +0000 Received: from cog.dallaway.org.uk ([213.106.92.119]) by aamtaout03-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090109090727.ZENC2093.aamtaout03-winn.ispmail.ntl.com@cog.dallaway.org.uk>; Fri, 9 Jan 2009 09:07:27 +0000 Received: from cog.dallaway.org.uk (cog.dallaway.org.uk [127.0.0.1]) by cog.dallaway.org.uk (8.13.8/8.13.8) with ESMTP id n0997O0Z004458; Fri, 9 Jan 2009 09:07:25 GMT Message-ID: <496713CC.50703@dallaway.org.uk> Date: Fri, 09 Jan 2009 09:07:00 -0000 From: John Dallaway User-Agent: Thunderbird 2.0.0.19 (X11/20090107) MIME-Version: 1.0 To: Sergei Gavrikov CC: eCos development list Subject: Re: heapgen.tcl permission References: <20090109085415.GA3900@sg-ubuntu.local> In-Reply-To: <20090109085415.GA3900@sg-ubuntu.local> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2009-01/txt/msg00018.txt.bz2 Hi Sergei Sergei Gavrikov wrote: > headers finished > /bin/sh: /home/sg/repo/clean/ecos/packages/services/memalloc/common/current/src/heapgen.tcl: Permission denied > make[1]: *** [heaps.cxx] Error 126 > make: *** [build] Error 2 > > Unfortunately, it has 644 instead 755 after last CVS update. I did miss > something? The custom make rule for heaps.cxx now assumes that the user has execute permission for heapgen.tcl. On reflection, this is not the most robust approach for anonCVS repositories. I will sort this out. In the meantime: chmod a+x services/memalloc/common/current/src/heapgen.tcl John Dallaway