From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:37640) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i5nQx-0005K5-DR for guix-patches@gnu.org; Thu, 05 Sep 2019 04:48:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i5nQw-000771-Ie for guix-patches@gnu.org; Thu, 05 Sep 2019 04:48:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54119) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i5nQw-00076u-F6 for guix-patches@gnu.org; Thu, 05 Sep 2019 04:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i5nQw-0001P4-8f for guix-patches@gnu.org; Thu, 05 Sep 2019 04:48:02 -0400 Subject: [bug#36477] [PATCH v3 03/48] gnu: texinfo: Fix cross-compilation. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190902153333.11190-1-m.othacehe@gmail.com> <20190902153333.11190-4-m.othacehe@gmail.com> <87imq82pea.fsf@gnu.org> <87ef0wt49r.fsf@gmail.com> Date: Thu, 05 Sep 2019 10:47:13 +0200 In-Reply-To: <87ef0wt49r.fsf@gmail.com> (Mathieu Othacehe's message of "Wed, 04 Sep 2019 18:28:16 +0200") Message-ID: <87lfv3gmem.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 36477@debbugs.gnu.org Mathieu Othacehe skribis: >> Could you check whether that triggers a full rebuild? If it doesn=E2=80= =99t, >> you can push to master. > > No mass-rebuild :) Fixed and pushed. Apparently it did cause a mass rebuild but Marius reverted it, so we=E2=80= =99re fine. The way I check for a mass rebuild is either by running =E2=80=9Cguix build libreoffice -n=E2=80=9D after the change :-), or (better) by comparing the output of: ./pre-inst-env guix build texinfo -nd before and after the change. Thanks, Ludo=E2=80=99.