From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: add lispf4 Date: Thu, 11 Feb 2016 23:00:24 -0500 Message-ID: <20160212040024.GA29448@jasmine> References: <87y4ax3cf2.fsf@grrlz.net> <87wpqgea7v.fsf@grrlz.net> <20160208003608.GA6080@jasmine> <877fifxxgg.fsf@grrlz.net> <20160208201442.GB2854@jasmine> <87twliekjc.fsf@grrlz.net> <20160209091632.0453f67c@debian-netbook> <87fux29nwi.fsf@grrlz.net> <20160210053649.GC18281@jasmine> <87oaboislg.fsf@grrlz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aU4uB-0003Pq-Er for guix-devel@gnu.org; Thu, 11 Feb 2016 23:00:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aU4u8-0003sK-86 for guix-devel@gnu.org; Thu, 11 Feb 2016 23:00:27 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:33571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aU4u8-0003s9-1m for guix-devel@gnu.org; Thu, 11 Feb 2016 23:00:24 -0500 Content-Disposition: inline In-Reply-To: <87oaboislg.fsf@grrlz.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Nils Gillmann Cc: guix-devel@gnu.org On Wed, Feb 10, 2016 at 02:48:43PM +0100, Nils Gillmann wrote: > Leo Famulari writes: > > > On Tue, Feb 09, 2016 at 11:30:21AM +0100, Nils Gillmann wrote: > > I'm not sure — did you figure out a solution to the problem with the > > package? > > Yes and no. > I am not sure, as I don't know Guix enough currently. > On Debian, compiled in $HOME I get 644 on SYSATOMS + BASIC.IMG. > If this is the default, should I just assume for a moment that > this will be okay to set for (chmod) in the install procedure and > patch it as such? I spent some time trying to get this to work without success. Can you elaborate on your workflow? Are you using the `guix environment` tool to create a build environment and then building "by hand" by running `make`, or are you using using `./pre-inst-env guix build`, or some combination of the two? The `./pre-inst-env` method [0] should ensure that if a package works for you, it will work when installed from the master Guix repo. For example, you could build and test a package like this: $ ./pre-inst-env guix build lispf4 && ./pre-inst-env guix package -i lispf4 [0] https://www.gnu.org/software/guix/manual/guix.html#Running-Guix-Before-It-Is-Installed