From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doron Behar Subject: Re: Trying to contribute packages: ./pre-inst-env doesn't work Date: Wed, 15 May 2019 17:49:18 +0300 Message-ID: <20190515144918.o524s4llrdvu7bcy@NUC.doronbehar.com> References: <20190515080654.6g7gf7b2g5kx677v@NUC.doronbehar.com> <20190515094629.hcxxxddpgoirwhza@NUC.doronbehar.com> <20190515102225.qmq5hptoj3trvdmf@NUC.doronbehar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQvLY-0001HS-KI for help-guix@gnu.org; Wed, 15 May 2019 10:57:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQvDr-0003RW-VC for help-guix@gnu.org; Wed, 15 May 2019 10:49:36 -0400 Received: from mail-wr1-x436.google.com ([2a00:1450:4864:20::436]:44308) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hQvDr-0003Q1-Oh for help-guix@gnu.org; Wed, 15 May 2019 10:49:35 -0400 Received: by mail-wr1-x436.google.com with SMTP id c5so2984443wrs.11 for ; Wed, 15 May 2019 07:49:35 -0700 (PDT) Received: from localhost (bzq-79-180-236-30.red.bezeqint.net. [79.180.236.30]) by smtp.gmail.com with ESMTPSA id v11sm2269321wrq.80.2019.05.15.07.49.33 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 15 May 2019 07:49:34 -0700 (PDT) Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org On Wed, May 15, 2019 at 12:46:30PM +0200, Gábor Boskovits wrote: > > I ran the guix-daemon command: > > > > sudo -E ./pre-inst-env guix-daemon --build-users-group=guixbuild > > > > This should only be needed if you don't run it from a service manager. > Changes to the daemon are rare, and most of the times you should be > able to use the old daemon. But this should not cause a problem either. This what the docs say. There's so much room for improvements... > > Afterwards, in a different shell, I ran > > > > guix environment guix > > I also believe this is not strictly needed, most of the times it works for > me without this, > once make finished. O.K, good to know. > > ./pre-inst-env guix build my-new-package > > > > But that returned with the same error that this package doesn't exist. > > > > > Could you share the diff? > > I don't have any more idea without seeing what you were trying to do. Sorry about that, I've forgot to `git checkout` the branch I was working on. As I noted in one of my other replies, that's finally working :)