Received: (at 72061) by debbugs.gnu.org; 11 Jul 2024 15:33:34 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jul 11 11:33:34 2024 Received: from localhost ([127.0.0.1]:52454 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1sRvna-0005si-BE for submit <at> debbugs.gnu.org; Thu, 11 Jul 2024 11:33:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46020) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <ludo@HIDDEN>) id 1sRvnY-0005sS-7p for 72061 <at> debbugs.gnu.org; Thu, 11 Jul 2024 11:33:32 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <ludo@HIDDEN>) id 1sRvnT-00033p-7x for 72061 <at> debbugs.gnu.org; Thu, 11 Jul 2024 11:33:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=Kps4y/EmNbwhO+abwUZpjdg1ktue7OJ/3l1I4otFJkw=; b=Xomx3gWN0IjJjAGEWk+X 9VR5SzckdbCx9iP6+0WCmjGv1EDch0YWdCtN6C3cUWzuPTMbISZXqgmIyz3jjGYvhJY9TnlAApJDT bZQwKDBpqBmsplqPXWEjGf5Lp3ZJHyeJ306I6yxbzezrYPvFq4ZvP8jZ2gJm1s7rztLJrhFblw1Sp 0eGWIrsU/SBmnr/iSSPWzr2l9KetV05dEu9uF6qGfm4sipBdXSuQNKfdDV4d78MX9DIgT33bcEfnM n/GfimUwIGu8obVcNV00tg8UEGMfJJZexQPBWuaeS2hQdiCgt57xfav8axLm0oFCEyW+l+iV63TfE dlIK/l2UI/l6qg==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= <ludo@HIDDEN> To: 72061 <at> debbugs.gnu.org Subject: Re: bug#72061: Discrepancy when running =?utf-8?B?4oCYZ3VpeCBw?= =?utf-8?B?dWxs4oCZ?= from different machines In-Reply-To: <877cds0z4l.fsf@HIDDEN> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Thu, 11 Jul 2024 16:41:46 +0200") References: <87bk34113k.fsf@HIDDEN> <877cds0z4l.fsf@HIDDEN> Date: Thu, 11 Jul 2024 17:33:24 +0200 Message-ID: <87wmlsymd7.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 72061 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Ludovic Court=C3=A8s <ludo@HIDDEN> skribis: > The =E2=80=9Cright=E2=80=9D one: > > $ setarch -R guix time-machine -q --commit=3D0ff72d105 -- build avahi -d > /gnu/store/fy39r2y8dg2ycdzvnbqyfd1kpandnpxb-avahi-0.8.drv > > > The =E2=80=9Cwrong=E2=80=9D one: > > $ setarch -R guix time-machine -q --commit=3D0ff72d105 -- build avahi -d > /gnu/store/vhj8f01bwddshnc75ar5z62ndcij4pgy-avahi-0.8.drv Turns out the =E2=80=9Cright=E2=80=9D one uses =E2=80=98builtin:git-downloa= d=E2=80=99, the =E2=80=9Cwrong=E2=80=9D one doesn=E2=80=99t: --8<---------------cut here---------------start------------->8--- $ guix time-machine -q --commit=3D0ff72d105 -- repl=20 GNU Guile 3.0.9 Copyright (C) 1995-2023 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is free software, and you are welcome to redistribute it under certain conditions; type `,show c' for details. Enter `,help' for help. scheme@(guix-user)> ,use(guix) scheme@(guix-user)> (define set-builders! (record-modifier (@@ (guix store)= <store-connection>) 'built-in-builders)) ;;; <stdin>:2:0: warning: possibly unused local top-level variable `set-bui= lders!' scheme@(guix-user)> (define s (open-connection)) ;;; <stdin>:3:0: warning: possibly unused local top-level variable `s' scheme@(guix-user)> (set-builders! s (delay '("download"))) $1 =3D #<promise #<procedure 19cdf418 at <unknown port>:4:17 ()>> scheme@(guix-user)> ,use(gnu packages avahi) scheme@(guix-user)> ,run-in-store (lower-object avahi) error: #{ %make-platform-procedure/abi-check}#: unbound variable hint: Did you forget a `use-modules' form? $2 =3D #<derivation /gnu/store/fy39r2y8dg2ycdzvnbqyfd1kpandnpxb-avahi-0.8.d= rv =3D> /gnu/store/4gzpnfm6pw7cwwgrmswrsibbzdxz1j1w-avahi-0.8 7fad68382af0> scheme@(guix-user)> (run-with-store s (lower-object avahi)) $3 =3D #<derivation /gnu/store/vhj8f01bwddshnc75ar5z62ndcij4pgy-avahi-0.8.d= rv =3D> /gnu/store/64f62b0klc3mrncad6x79cwfd3smmf8z-avahi-0.8 7fad68d15230> --8<---------------cut here---------------end--------------->8--- QED. Presumably whether =E2=80=98builtin:git-download=E2=80=99 is used changes t= he DAG traversal order, which could explain this discrepancy. It does mean that all the users running an old guix-daemon find themselves having no substitutes for =E2=80=98guix pull=E2=80=99. Ouch. Ludo=E2=80=99.
bug-guix@HIDDEN
:bug#72061
; Package guix
.
Full text available.Ludovic Courtès <ludo@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at 72061) by debbugs.gnu.org; 11 Jul 2024 14:41:59 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jul 11 10:41:59 2024 Received: from localhost ([127.0.0.1]:52379 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1sRuzf-0001Nh-1B for submit <at> debbugs.gnu.org; Thu, 11 Jul 2024 10:41:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36728) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <ludo@HIDDEN>) id 1sRuza-0001NL-LC for 72061 <at> debbugs.gnu.org; Thu, 11 Jul 2024 10:41:57 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <ludo@HIDDEN>) id 1sRuzV-0007Ye-Jk for 72061 <at> debbugs.gnu.org; Thu, 11 Jul 2024 10:41:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=lz62qPoFTlZ0wEg/ErPzUsVZfjfuV18700nH9AXWbmA=; b=sCNUkFSqxuYuRaL1pHUf xKBwom1bVA4HBv2Ku0pwQVMej/fJVA0clsv8xe1rxHP3HphrH1yxDKubCcEsjkLPd0Ok/9JOWtrxJ wRsH5U3GfXAGE74TARX4bATaUahMSXeEEuekSNCF3/GojlkWijWQ/gSXRo/bjpnCuc1hyFx2NNtDn PklgOxnEdpMCWXm3s7jvEqqibzK4aymdrB6qGvvzKhA4aGtHDtoqZYnVDlNT7zJf/dxGLsHjgcxQ/ WrakPf9vjBxNM/u+NgnHqeK3hPoRGQn2mm6nRgZb6vuoFKb4j0C0urrTgPjJB0uIRGu5jGcmzlkZ0 B0SjfxdGjS0u7A==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= <ludo@HIDDEN> To: 72061 <at> debbugs.gnu.org Subject: Re: bug#72061: Discrepancy when running =?utf-8?B?4oCYZ3VpeCBw?= =?utf-8?B?dWxs4oCZ?= from different machines In-Reply-To: <87bk34113k.fsf@HIDDEN> ("Ludovic =?utf-8?Q?Court=C3=A8s=22?= =?utf-8?Q?'s?= message of "Thu, 11 Jul 2024 15:59:11 +0200") References: <87bk34113k.fsf@HIDDEN> Date: Thu, 11 Jul 2024 16:41:46 +0200 Message-ID: <877cds0z4l.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 72061 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -3.3 (---) Ludovic Court=C3=A8s <ludovic.courtes@HIDDEN> skribis: > Digging into the derivation graph reveals the difference below in the > derivation that builds the grafted avahi: > > diff -ubBr --show-c-function --label \#\<buffer\ 32kpijl743qn7v337i19dd1h= ph1rd6x7-avahi-0.8-builder\> --label \#\<buffer\ z1kanbslzb2lrr1hj922a50zkx= l9jz28-avahi-0.8-builder\> /tmp/buffer-content-tBGXyv /tmp/buffer-content-X= M8vEv > --- #<buffer 32kpijl743qn7v337i19dd1hph1rd6x7-avahi-0.8-builder> > +++ #<buffer z1kanbslzb2lrr1hj922a50zkxl9jz28-avahi-0.8-builder> > @@ -23,11 +23,11 @@ > (("/gnu/store/ill8bkp6wshj15nc4fxk4wgln15rgyi6-libevent-2.1.12" . "/g= nu/store/s6jj1mrdhi2l2860zd9n609qfhlgjc1m-libevent-2.1.12") > ("/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib" . "/gn= u/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib") > ("/gnu/store/gsjczqir1wbz8p770zndrpw4rnppmxi3-glibc-2.35" . "/gnu/st= ore/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35") > + ("/gnu/store/36my0g0j72b3vbz0gj1l8f0lmmgfkv3w-glib-2.72.3" . "/gnu/s= tore/m26kdkgr4c09wc0djn2pgcz9jl7j2rw1-glib-2.72.3") > ("/gnu/store/2w976k6g70gkfih9wwhalqsni209vcqz-gdbm-1.23" . "/gnu/sto= re/z655ilai81pbzbm35zwfqc64ha7wl37k-gdbm-1.23") > ("/gnu/store/x2a1qx3syync9q4ka1gh8g0svrcq86k6-libdaemon-0.14" . "/gn= u/store/br5achyfqqgw6yzx82s5v9h7llcf7q4q-libdaemon-0.14") > ("/gnu/store/h4kvisn532l7ndqniqnj30yd26vksasq-dbus-1.14.0" . "/gnu/s= tore/hjc4rdifbl890j03xy2gsa7y2sqcg0mi-dbus-1.14.0") > ("/gnu/store/fw1wywd34vh33l4dq182ds5d7jdz45j5-expat-2.5.0" . "/gnu/s= tore/94rdaacvsqf05zhw88w92y8bkvgxdfpl-expat-2.5.0") > - ("/gnu/store/36my0g0j72b3vbz0gj1l8f0lmmgfkv3w-glib-2.72.3" . "/gnu/s= tore/m26kdkgr4c09wc0djn2pgcz9jl7j2rw1-glib-2.72.3") > ("/gnu/store/sjy64dvx18yc5p29zywmg01k3g53p643-libcap-2.64" . "/gnu/s= tore/ba5ri728kpa5fv314fav2id0nc3l0hsk-libcap-2.64") > ("/gnu/store/9vw5slrffp27rzy2i2plnw7xfqjyk7m4-bash-minimal-5.1.16" .= "/gnu/store/5mzqf6fz9bz30ybgx7jrqw424qbg9rbk-bash-minimal-5.1.16"))) > (map It can be reproduced like so by computing the grafting derivation of avahi. The =E2=80=9Cright=E2=80=9D one: --8<---------------cut here---------------start------------->8--- $ setarch -R guix time-machine -q --commit=3D0ff72d105 -- build avahi -d /gnu/store/fy39r2y8dg2ycdzvnbqyfd1kpandnpxb-avahi-0.8.drv --8<---------------cut here---------------end--------------->8--- The =E2=80=9Cwrong=E2=80=9D one: --8<---------------cut here---------------start------------->8--- $ setarch -R guix time-machine -q --commit=3D0ff72d105 -- build avahi -d /gnu/store/vhj8f01bwddshnc75ar5z62ndcij4pgy-avahi-0.8.drv --8<---------------cut here---------------end--------------->8--- Ludo=E2=80=99.
bug-guix@HIDDEN
:bug#72061
; Package guix
.
Full text available.Received: (at submit) by debbugs.gnu.org; 11 Jul 2024 13:59:23 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Jul 11 09:59:23 2024 Received: from localhost ([127.0.0.1]:52301 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1sRuKQ-0005VY-Rt for submit <at> debbugs.gnu.org; Thu, 11 Jul 2024 09:59:23 -0400 Received: from lists.gnu.org ([209.51.188.17]:41270) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <ludovic.courtes@HIDDEN>) id 1sRuKP-0005VR-JD for submit <at> debbugs.gnu.org; Thu, 11 Jul 2024 09:59:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <ludovic.courtes@HIDDEN>) id 1sRuKO-00040L-7i for bug-guix@HIDDEN; Thu, 11 Jul 2024 09:59:20 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <ludovic.courtes@HIDDEN>) id 1sRuKL-0004WO-9U for bug-guix@HIDDEN; Thu, 11 Jul 2024 09:59:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:subject:date:message-id:mime-version; bh=RzN+ePuk4+ohjSv4JMrNnSwxlJyVFYSuU9ETk2TTL2s=; b=H6TKgghN7obNwgNPRkup8RoQTOE2oYaJ5t5AMA9TLN6rhM3zvLF/HOBL znQ7Kp9PuIsXn6inkU+XIjIF9McgYZjf00oM870qW3fepRviy3MBPW4n9 sUk6O3HkrhgehzpKBh09LVE4mDdLJHbaq9ywgJGj3/JvnJCi8ddM8KTRR Q=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=ludovic.courtes@HIDDEN; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.09,200,1716242400"; d="scan'208";a="175071122" Received: from 91-160-117-201.subs.proxad.net (HELO ribbon) ([91.160.117.201]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jul 2024 15:59:12 +0200 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= <ludovic.courtes@HIDDEN> To: bug-guix@HIDDEN Subject: Discrepancy when running =?utf-8?B?4oCYZ3VpeCBwdWxs4oCZ?= from different machines X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Quartidi 24 Messidor an 232 de la =?utf-8?Q?R=C3=A9v?= =?utf-8?Q?olution=2C?= jour de =?utf-8?Q?l'Orcan=C3=A8te?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 11 Jul 2024 15:59:11 +0200 Message-ID: <87bk34113k.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=192.134.164.83; envelope-from=ludovic.courtes@HIDDEN; helo=mail2-relais-roc.national.inria.fr X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable While running: guix pull -q --commit=3D0ff72d105 on two different machines, we found that the resulting derivation would be different. The =E2=80=9Cright one=E2=80=9D (same as on ci.guix is): --8<---------------cut here---------------start------------->8--- $ readlink $(readlink my.0ff72d105) /gnu/store/1g1zhh3864xzh0csqrzf5c1qkbd3q5pp-profile $ guix gc --derivers $(readlink -f my.0ff72d105) /gnu/store/b6zvsh8z7fmx5bpw21wqhnl82kfag5s1-profile.drv $ guix gc -R $(guix gc --derivers $(readlink -f my.0ff72d105)) |grep guix-0= ff72d105 /gnu/store/sarff52m9zavyyadllixk9brjqfacn57-guix-0ff72d105-modules-builder /gnu/store/ys9rcn7d9xp4d2wwcy6i21gm6rmviv31-guix-0ff72d105-builder /gnu/store/6l3xi9lcib99lpdq6z7x5bahm4ppxw45-guix-0ff72d105-modules.drv /gnu/store/w3h8kvag0dbw9y6qq35r3fb87b1xpykd-guix-0ff72d105.drv --8<---------------cut here---------------end--------------->8--- On the other machine, where substitutes would consequently be unavailable, we=E2=80=99d get: --8<---------------cut here---------------start------------->8--- $ readlink fernando.0ff72d105.drv /gnu/store/hl1di1dq6mcd7jl0phk5bi12yqcc9dif-guix-0ff72d105.drv $ guix gc -R /gnu/store/hl1di1dq6mcd7jl0phk5bi12yqcc9dif-guix-0ff72d105.drv= |grep guix-0ff72d105 /gnu/store/p04znrg5frzj6gpiafpx7cgr4n7jly5s-guix-0ff72d105-modules-builder /gnu/store/sc7y5i9pi5w2cpba0xmk7pzqckn642bp-guix-0ff72d105-modules.drv /gnu/store/p4bh6x0r8qy9lpg77p52cjzxjzhp0mwr-guix-0ff72d105-builder /gnu/store/hl1di1dq6mcd7jl0phk5bi12yqcc9dif-guix-0ff72d105.drv --8<---------------cut here---------------end--------------->8--- Digging into the derivation graph reveals the difference below in the derivation that builds the grafted avahi: --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff -ubBr --show-c-function --label \#\<buffer\ 32kpijl743qn7v337i19dd1hph1rd6x7-avahi-0.8-builder\> --label \#\<buffer\ z1kanbslzb2lrr1hj922a50zkxl9jz28-avahi-0.8-builder\> /tmp/buffer-content-tBGXyv /tmp/buffer-content-XM8vEv --- #<buffer 32kpijl743qn7v337i19dd1hph1rd6x7-avahi-0.8-builder> +++ #<buffer z1kanbslzb2lrr1hj922a50zkxl9jz28-avahi-0.8-builder> @@ -23,11 +23,11 @@ (("/gnu/store/ill8bkp6wshj15nc4fxk4wgln15rgyi6-libevent-2.1.12" . "/gnu/store/s6jj1mrdhi2l2860zd9n609qfhlgjc1m-libevent-2.1.12") ("/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib" . "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib") ("/gnu/store/gsjczqir1wbz8p770zndrpw4rnppmxi3-glibc-2.35" . "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35") + ("/gnu/store/36my0g0j72b3vbz0gj1l8f0lmmgfkv3w-glib-2.72.3" . "/gnu/store/m26kdkgr4c09wc0djn2pgcz9jl7j2rw1-glib-2.72.3") ("/gnu/store/2w976k6g70gkfih9wwhalqsni209vcqz-gdbm-1.23" . "/gnu/store/z655ilai81pbzbm35zwfqc64ha7wl37k-gdbm-1.23") ("/gnu/store/x2a1qx3syync9q4ka1gh8g0svrcq86k6-libdaemon-0.14" . "/gnu/store/br5achyfqqgw6yzx82s5v9h7llcf7q4q-libdaemon-0.14") ("/gnu/store/h4kvisn532l7ndqniqnj30yd26vksasq-dbus-1.14.0" . "/gnu/store/hjc4rdifbl890j03xy2gsa7y2sqcg0mi-dbus-1.14.0") ("/gnu/store/fw1wywd34vh33l4dq182ds5d7jdz45j5-expat-2.5.0" . "/gnu/store/94rdaacvsqf05zhw88w92y8bkvgxdfpl-expat-2.5.0") - ("/gnu/store/36my0g0j72b3vbz0gj1l8f0lmmgfkv3w-glib-2.72.3" . "/gnu/store/m26kdkgr4c09wc0djn2pgcz9jl7j2rw1-glib-2.72.3") ("/gnu/store/sjy64dvx18yc5p29zywmg01k3g53p643-libcap-2.64" . "/gnu/store/ba5ri728kpa5fv314fav2id0nc3l0hsk-libcap-2.64") ("/gnu/store/9vw5slrffp27rzy2i2plnw7xfqjyk7m4-bash-minimal-5.1.16" . "/gnu/store/5mzqf6fz9bz30ybgx7jrqw424qbg9rbk-bash-minimal-5.1.16"))) (map --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable That is, the ordering of grafts in the =E2=80=98mapping=E2=80=99 variables = created by =E2=80=98graft-derivation/shallow=E2=80=99 would be different. This would suggest something=E2=80=99s happening in a non-deterministic or stateful fashion. To be continued=E2=80=A6 Ludo=E2=80=99. --=-=-=--
Ludovic Courtès <ludovic.courtes@HIDDEN>
:bug-guix@HIDDEN
.
Full text available.bug-guix@HIDDEN
:bug#72061
; Package guix
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.