From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 01 03:09:31 2021 Received: (at 50066) by debbugs.gnu.org; 1 Sep 2021 07:09:31 +0000 Received: from localhost ([127.0.0.1]:36002 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mLKNG-0002Vy-S6 for submit@debbugs.gnu.org; Wed, 01 Sep 2021 03:09:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42166) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mLKNF-0002Vn-RB for 50066@debbugs.gnu.org; Wed, 01 Sep 2021 03:09:30 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39284) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mLKNA-0005Hw-N3; Wed, 01 Sep 2021 03:09:24 -0400 Received: from [2a01:e0a:19b:d9a0:45b5:a14a:5c75:5737] (port=53590 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mLKNA-0006TQ-DF; Wed, 01 Sep 2021 03:09:24 -0400 From: Mathieu Othacehe To: Maxim Cournoyer Subject: Re: bug#50066: core-update: Raw origin tarballs are not handled correctly. References: <87bl5z85ga.fsf@gnu.org> <87lf4nsene.fsf@gmail.com> <874kb6jmrn.fsf@gmail.com> Date: Wed, 01 Sep 2021 09:09:22 +0200 In-Reply-To: <874kb6jmrn.fsf@gmail.com> (Maxim Cournoyer's message of "Mon, 30 Aug 2021 23:50:20 -0400") Message-ID: <87lf4gvkkd.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50066 Cc: 50066@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: -3.3 (---) Hello Maxim, >> 1. rustc bootstrap from 1.39 (the itch to make it faster comes back >> everytime I have to build it ;-)). > > I'm nearing completion on this front. That will be a welcomed improvement! >> 2. fontconfig update that should allow per-profile fonts management via >> XDG_DATA_DIRS (I have the commit ready, but failed to test it due to >> having to build rust and getting distracted by 1. :-)) > > I'll propose a few patches to include in the 'frozen' core-updates > branch since we've found a world-rebuilding change worthy of addressing > anyway (the patch below). Great! As we are going for a full rebuild, maybe we should also consider some of the Thiago fixes targeting core-updates-frozen such as https://issues.guix.gnu.org/50239. > Sadly the plain .tar file was/is not covered by tests (and not easily > so), but if his was my only omission, it should be correct (TM). > Attentive review needed :-). This seems reasonable and I'm currently rebuilding the world to test this fix and the Python fix. I should maybe apply your Rust bootstrap patch if you have it around to gain some time. Thanks for all those fixes! Mathieu