From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 23 14:03:07 2021 Received: (at 51353) by debbugs.gnu.org; 23 Oct 2021 18:03:08 +0000 Received: from localhost ([127.0.0.1]:37165 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meLMJ-0005M1-NW for submit@debbugs.gnu.org; Sat, 23 Oct 2021 14:03:07 -0400 Received: from mail-wm1-f42.google.com ([209.85.128.42]:39768) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meLMH-0005LX-Ja for 51353@debbugs.gnu.org; Sat, 23 Oct 2021 14:03:06 -0400 Received: by mail-wm1-f42.google.com with SMTP id y22-20020a1c7d16000000b003231ea3d705so7744522wmc.4 for <51353@debbugs.gnu.org>; Sat, 23 Oct 2021 11:03:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:in-reply-to:references:date:message-id:mime-version; bh=TBgorYtdN1SyLbjtfjWc+ysQA2PWMcfYw+fG3dIC1D4=; b=Q5/FOi0zmGYha+EM9LfsjaQMvPX2i5qmkJisbiZYY2eBG8GyNojp3Nsw2MjUk5vAmX vo+Y878pEi/EUJd9IwHVhBmZ8//XYQLmUsNcJJSp6NXy6chkYIUwi22PjD1qoV+F10vw VmL6oR8/Jw2prpgwyPaPNsfI61ljTSvl3UndXlk54d3EQvCruzLkoeVdTcj8n90of200 Kg9MaAa3S1TD7HBWNk/G11fG2T3sa2oEQIen2XA6IoXZuvu9aHisi8qVxaQteor8dRgc eheO3Cjf+vKbp7m6cz2A/AVn9+MRwTleUhhhJo6+rt4Zq3eEbAdNMewrHM8bmVuArVZv v5mg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:in-reply-to:references:date :message-id:mime-version; bh=TBgorYtdN1SyLbjtfjWc+ysQA2PWMcfYw+fG3dIC1D4=; b=uB24o2tI2BZdJC/e8Ffe2tbPEsUb6m4n9ABPh+Te7ccBnJUoXN/TNQzPAHUmSyRbmK z/CatL+FjTjMBACTbtqOTvW+eLWOEVycLM6YwC2iaF1EoI0wEDH+uGG1lp4rohRv0xi1 ORJcs4VTGsFAwEVWD4NpQ8qc9zFnaFt/I6qh/vt+reypyhER62fsZFI0jWTIDphfwDcD 6sd/ioa+008k8Eyg8bhhCEeJz4ymGZVICsy2yg+iRCdgroU1+8v9i33U7neZA+wUm+rL q1DHyHr2jCPAQOGojV491//wmPZ8If0Vm6hUHdjcMIK6wsArxXpfNTd3xCIpPDLdTHr3 6IzA== X-Gm-Message-State: AOAM5317XCvdR8kk/ZFCg6DCTq1R7lMHUn1CTQd2/GfJECvqvY8ugxOI j/fCLrXR5tZBEb5PUfeiTZhCXay9AOw= X-Google-Smtp-Source: ABdhPJwb7UoWgBCpNxwwSURv/fBLx7PHERTuMeBM6IlPw7UmsBspZj2xnxpIF1HW0MUPqmTWtvq1Zg== X-Received: by 2002:a1c:f21a:: with SMTP id s26mr8269365wmc.117.1635012179734; Sat, 23 Oct 2021 11:02:59 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id g7sm7800351wrd.81.2021.10.23.11.02.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 23 Oct 2021 11:02:59 -0700 (PDT) From: zimoun To: Julien Lepiller , 51353@debbugs.gnu.org Subject: Re: [bug#51353] [PATCH website] website: Fix build. In-Reply-To: <20211023173830.6151a138@tachikoma.lepiller.eu> References: <20211023173830.6151a138@tachikoma.lepiller.eu> Date: Sat, 23 Oct 2021 19:56:03 +0200 Message-ID: <861r4bbp70.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51353 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Julien, On Sat, 23 Oct 2021 at 17:38, Julien Lepiller wrote: > I just noticed an issue building the website: with a recent change, the > code would check explicitely for GUIX_WEB_SITE_LOCAL in the > environment, but .guix.scm doesn't set it, so it fails with: Oops! My bad. > From 6be425e7e917f93ae5a0cb7bbb047d0c4c1f4c78 Mon Sep 17 00:00:00 2001 > From: Julien Lepiller > Date: Sat, 23 Oct 2021 17:30:59 +0200 > Subject: [PATCH] website: Fix build. > > * website/.guix.scm: Set GUIX_WEB_SITE_LOCAL explicitely. > --- > website/.guix.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/website/.guix.scm b/website/.guix.scm > index f656d47..a7a6d36 100644 > --- a/website/.guix.scm > +++ b/website/.guix.scm > @@ -111,6 +111,7 @@ > (setvbuf (current-output-port) 'line) > (setvbuf (current-error-port) 'line) > > + (setenv "GUIX_WEB_SITE_LOCAL" "no") > (copy-recursively #$source ".") LGTM! Cheers, simon