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 13:22:25 +0300 Message-ID: <20190515102225.qmq5hptoj3trvdmf@NUC.doronbehar.com> References: <20190515080654.6g7gf7b2g5kx677v@NUC.doronbehar.com> <20190515094629.hcxxxddpgoirwhza@NUC.doronbehar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQr3n-0002U2-2D for help-guix@gnu.org; Wed, 15 May 2019 06:22:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQr3l-0002q2-6t for help-guix@gnu.org; Wed, 15 May 2019 06:22:55 -0400 Received: from mail-wm1-x332.google.com ([2a00:1450:4864:20::332]:53769) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hQr3k-0002nf-H5 for help-guix@gnu.org; Wed, 15 May 2019 06:22:52 -0400 Received: by mail-wm1-x332.google.com with SMTP id 198so2052201wme.3 for ; Wed, 15 May 2019 03:22:51 -0700 (PDT) Received: from localhost (bzq-79-180-236-30.red.bezeqint.net. [79.180.236.30]) by smtp.gmail.com with ESMTPSA id a6sm1334985wrp.49.2019.05.15.03.22.49 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 15 May 2019 03:22:49 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20190515094629.hcxxxddpgoirwhza@NUC.doronbehar.com> 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 To add to my previous message, I'll note that after I `make` finally finished, I've encountered the same issue: I ran the guix-daemon command: sudo -E ./pre-inst-env guix-daemon --build-users-group=guixbuild Afterwards, in a different shell, I ran guix environment guix And afterwards, finally: ./pre-inst-env guix build my-new-package But that returned with the same error that this package doesn't exist.