From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Subject: Re: failed to load module whith ./pre-inst-env build ! Date: Fri, 21 Dec 2018 10:49:40 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gaHRK-0001u5-NQ for help-guix@gnu.org; Fri, 21 Dec 2018 04:49:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gaHRK-00026E-3J for help-guix@gnu.org; Fri, 21 Dec 2018 04:49:54 -0500 Received: from mail-io1-xd2d.google.com ([2607:f8b0:4864:20::d2d]:33246) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gaHRJ-00025k-UH for help-guix@gnu.org; Fri, 21 Dec 2018 04:49:54 -0500 Received: by mail-io1-xd2d.google.com with SMTP id t24so3135649ioi.0 for ; Fri, 21 Dec 2018 01:49:53 -0800 (PST) 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: Guy fleury Cc: help-guix Hello Guy, Guy fleury ezt =C3=ADrta (id=C5=91pont: 2018. dec. 21= ., P, 10:17): > > hi guix, > > i have to build package whith this commande: > > sudo -E ./pre-inst-env guix-daemon --build-users-group=3Dguixbuild & > > ./pre-inst-env guix build hello > this is using the checkout in the current directory. I guess it is modified. Most probably there is a syntax error somewhere, usually I see these kind of messages then. Missing parenthesis are one prominent thing here. > and i get this error: > -------------------------------------------------------------------------= ------------ > guy@guixSd ~/guix/guix2$ ./pre-inst-env guix build hello > accepted connection from pid 838, user guy > guix build: warning: failed to load '(gnu packages abiword)': > In procedure module-lookup: Unbound variable: bsd-2 > guix build: warning: failed to load '(gnu packages android)': > In procedure module-lookup: Unbound variable: googletest > guix build: warning: failed to load '(gnu packages antivirus)': > In procedure module-lookup: Unbound variable: bzip2 > guix build: warning: failed to load '(gnu packages avr)': > In procedure module-lookup: Unbound variable: binutils > guix build: warning: failed to load '(gnu packages axoloti)': > In procedure module-lookup: Unbound variable: gcc-4.9 > guix build: warning: failed to load '(gnu packages bioconductor)': > In procedure module-lookup: Unbound variable: perl-module-build > guix build: warning: failed to load '(gnu packages bootloaders)': > no binding `bc' in module (gnu packages algebra) > guix build: warning: failed to load '(gnu packages chemistry)': > In procedure module-lookup: Unbound variable: python2-numpy > guix build: warning: failed to load '(gnu packages commencement)': > In procedure module-lookup: Unbound variable: gnu-make > guix build: warning: failed to load '(gnu packages debug)': > In procedure module-lookup: Unbound variable: gnu-make > guix build: warning: failed to load '(gnu packages display-managers)': > In procedure module-lookup: Unbound variable: gpgme > guix build: warning: failed to load '(gnu packages games)': > In procedure module-lookup: Unbound variable: python > guix build: warning: failed to load '(gnu packages image-viewers)': > In procedure module-lookup: Unbound variable: curl > guix build: warning: failed to load '(gnu packages kodi)': > In procedure module-lookup: Unbound variable: libdvdnav > guix build: warning: failed to load '(gnu packages license)': > In procedure module-lookup: Unbound variable: perl > guix build: warning: failed to load '(gnu packages make-bootstrap)': > In procedure module-lookup: Unbound variable: coreutils > guix build: warning: failed to load '(gnu packages maven)': > In procedure module-lookup: Unbound variable: java-plexus-container-defau= lt > guix build: warning: failed to load '(gnu packages syndication)': > In procedure module-lookup: Unbound variable: curl > guix build: warning: failed to load '(gnu packages unrtf)': > In procedure module-lookup: Unbound variable: coreutils > guix build: error: hello: unknown package > -------------------------------------------------------------------------= ------------ > guix --version > guix (GNU Guix) 0.16.0-4.60b0402 > > any idea? > > guy fleury, g_bor