From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Subject: Re: Trying to contribute packages: ./pre-inst-env doesn't work Date: Wed, 15 May 2019 12:46:30 +0200 Message-ID: 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: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:43419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQrcD-0004D2-R3 for help-guix@gnu.org; Wed, 15 May 2019 06:58:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQrQp-0005S0-Cw for help-guix@gnu.org; Wed, 15 May 2019 06:46:44 -0400 Received: from mail-ed1-x535.google.com ([2a00:1450:4864:20::535]:38191) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hQrQp-0005Pe-5q for help-guix@gnu.org; Wed, 15 May 2019 06:46:43 -0400 Received: by mail-ed1-x535.google.com with SMTP id w11so3472034edl.5 for ; Wed, 15 May 2019 03:46:42 -0700 (PDT) In-Reply-To: <20190515102225.qmq5hptoj3trvdmf@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 Hello Doron, Doron Behar ezt =C3=ADrta (id=C5=91pont: 2019. m=C3= =A1j. 15., Sze, 12:23): > 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=3Dguixbuild > 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. > > Afterwards, in a different shell, I ran > > guix environment guix > > I also believe this is not strictly needed, most of the times it works fo= r me without this, once make finished. > And afterwards, finally: > > ./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. Best regards, g_bor