From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 02 16:12:07 2021 Received: (at 46572-done) by debbugs.gnu.org; 2 Mar 2021 21:12:07 +0000 Received: from localhost ([127.0.0.1]:54358 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHCJL-0005T5-FH for submit@debbugs.gnu.org; Tue, 02 Mar 2021 16:12:07 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33132) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHCJI-0005ST-5O for 46572-done@debbugs.gnu.org; Tue, 02 Mar 2021 16:12:05 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48616) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHCJC-0002hl-7S; Tue, 02 Mar 2021 16:11:58 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=60086 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lHCJB-00056k-SF; Tue, 02 Mar 2021 16:11:58 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Stefan =?utf-8?Q?Reich=C3=B6r?= Subject: Re: bug#46572: [PATCH] gnu: Add usync. References: <20210216221522.822909-1-stefan@xsteve.at> Date: Tue, 02 Mar 2021 22:11:55 +0100 In-Reply-To: <20210216221522.822909-1-stefan@xsteve.at> ("Stefan =?utf-8?Q?Reich=C3=B6r=22's?= message of "Tue, 16 Feb 2021 23:15:22 +0100") Message-ID: <87k0qptg4k.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46572-done Cc: 46572-done@debbugs.gnu.org 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.7 (-) Hi, Stefan Reich=C3=B6r skribis: > * gnu/packages/sync.scm (usync): New variable. Applied, thanks! zimoun skribis: > The error you get comes from circular dependency, I guess. > If you comment both 'unison' and '#:use-module (gnu packages ocaml)', > then there is no backtrace. This came from the reference to =E2=80=98llvm=E2=80=99 in commit 8f710cc598fb675d267f49a82cffc197f03ad52c. Fixed now. Thanks you & L=C3=A9o for reporting it! Ludo=E2=80=99.