From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: =?utf-8?Q?Let=E2=80=99s?= merge =?utf-8?Q?=E2=80=98core-updat?= =?utf-8?Q?es=E2=80=99!?= Date: Wed, 02 Oct 2019 14:59:12 +0200 Message-ID: <87imp7i9r3.fsf@gnu.org> References: <87zhiuksyx.fsf@gnu.org> <87sgohfozl.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50998) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFeDx-0000WO-F1 for guix-devel@gnu.org; Wed, 02 Oct 2019 08:59:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFeDw-0006hg-CQ for guix-devel@gnu.org; Wed, 02 Oct 2019 08:59:21 -0400 Received: from [2a0c:e300::1] (port=40686 helo=hera.aquilenet.fr) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iFeDw-0006d7-6A for guix-devel@gnu.org; Wed, 02 Oct 2019 08:59:20 -0400 In-Reply-To: (zimoun's message of "Tue, 1 Oct 2019 11:30:22 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: zimoun Cc: Guix Devel Hi, zimoun skribis: > On Fri, 27 Sep 2019 at 22:44, Ricardo Wurmus wrote: > >> > --8<---------------cut here---------------start------------->8--- >> > building package cache... >> > /builder for `/gnu/store/87m24ly3p44x8qgpm7gzyig7ns2mhpdz-guix-package= -cache.drv' >> > failed to produce output path >> > `/gnu/store/4ghfs18sd1n7nyzwx21d52myg14q51n9-guix-package-cache' >> > build of /gnu/store/87m24ly3p44x8qgpm7gzyig7ns2mhpdz-guix-package-cach= e.drv >> > failed >> > View build log at >> > '/var/log/guix/drvs/87/m24ly3p44x8qgpm7gzyig7ns2mhpdz-guix-package-cac= he.drv.bz2'. >> > cannot build derivation >> > `/gnu/store/zc7z147cx36gka0mc4dbgz4mxv7wqln8-profile.drv': 1 >> > dependencies couldn't be built >> > guix pull: error: build of >> > `/gnu/store/zc7z147cx36gka0mc4dbgz4mxv7wqln8-profile.drv' failed >> > --8<---------------cut here---------------end--------------->8--- >> > >> > I can report more if needed. >> >> Please do. What does the log at >> /var/log/guix/drvs/87/m24ly3p44x8qgpm7gzyig7ns2mhpdz-guix-package-cache.= drv.bz2 >> say? > > (repl-version 0 0) > Generating package cache for > '/gnu/store/shvcfdbdh52ygwq2y8in019c91kxm4ic-profile'... > (exception unbound-variable (value "module-lookup") (value "Unbound > variable: ~S") (value (ghc-pandoc)) (value #f)) Could you give us the exact command to reproduce it, with a =E2=80=98--comm= it=E2=80=99 flag and without a ~/.config/guix/channels.scm file, as well as the output of =E2=80=98guix describe=E2=80=99 for the =E2=80=98guix=E2=80=99 co= mmand you=E2=80=99re using? Thanks, Ludo=E2=80=99.