From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id GOstHwnQ3GHrUgEAgWs5BA (envelope-from ) for ; Tue, 11 Jan 2022 01:32:09 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id mH+FHAnQ3GF2RQAA9RJhRA (envelope-from ) for ; Tue, 11 Jan 2022 01:32:09 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D672531098 for ; Tue, 11 Jan 2022 01:32:08 +0100 (CET) Received: from localhost ([::1]:53000 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n7555-0003Mr-HZ for larch@yhetil.org; Mon, 10 Jan 2022 19:32:07 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53338) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n754o-0003Km-5c for guix-devel@gnu.org; Mon, 10 Jan 2022 19:31:50 -0500 Received: from [2607:f8b0:4864:20::f2c] (port=36770 helo=mail-qv1-xf2c.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n754m-0000CW-Lq for guix-devel@gnu.org; Mon, 10 Jan 2022 19:31:49 -0500 Received: by mail-qv1-xf2c.google.com with SMTP id kc16so16815048qvb.3 for ; Mon, 10 Jan 2022 16:31:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-transfer-encoding; bh=EXNY3u7Qwhh3yErYWPgEmajhG4beIJefVodPHXGrfSM=; b=MhhqIY0EJFR5ruygJlk2ITMMcYHWBrjOD77+UEokE76ihh976sq5K1Wo4HCrjcuzjE so6bZ1D9p7jjIKaY4Rrb9IlEbv6BkixWsJAmJQ6wCNWzfbHZiAoozhG0fj+fgcs0Z0Xu vGCNp/Ys+wKzErF33Zxs7hp7IAtQiN80Cxg9SS467tOFG4iBg4ndeLdssvRNVkeMTNJa j28RgVy8+gdL1p0qPxAW5PE5Pgi1K8EBgYhZpsMBfEwtrslFCm4hP6qt0Hd5KdZRfEZ7 vGF6sE83NJz56IdLTqJ+odhgfpcs2R8SEbCFeiCATdTc6zZ1D8szh8wcDE2TsE1YM7FM gNxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-transfer-encoding; bh=EXNY3u7Qwhh3yErYWPgEmajhG4beIJefVodPHXGrfSM=; b=ngm8rLuWGxpOpGVoZV6p0vBh3lkba+0CRJaJs/urMVs1BlTY8kgH1oknfPIsOQCdIW vEN7xX47KPaRFd13bz/nWDVOxNQIXMxil255pdCaP4rt8IkycpPT8plS6vAM6qYwqcFo HKATbsCqM386fhtKzdT9hhBcPVIRI9mNis1/6y6f8S16FCLv1au6pluoGa+gEIgZPYTu yKYY6xj5ZeT4jz+cP34yO+Tk2LdMUk2NuzVStvnYpwD+orBZMWQgg84ojy+f4ywtDrn0 d1mSxdpZ9zXMV42GaUJQ8DaG9ejPHzzJJziVSI5M8Y9tj282nD0VRug76PWTNbWU4HeW 31pg== X-Gm-Message-State: AOAM530gdz66di8EFWTYSJvBhVWWnpZGvzgHO9WrHw84hT3d+UvUN0EG SKIyx6Es3VLj8uhW1XvqJxPFLLCH+YY= X-Google-Smtp-Source: ABdhPJx2ExYbWtR1DXHZfeRYVx2K3L2+idOep90TcBzCA9QvRuvDTZxNYHprUgQgS6eWoQaNZyBZ9Q== X-Received: by 2002:a05:6214:2688:: with SMTP id gm8mr2049840qvb.98.1641861107541; Mon, 10 Jan 2022 16:31:47 -0800 (PST) Received: from hurd (dsl-205-151-56-104.b2b2c.ca. [205.151.56.104]) by smtp.gmail.com with ESMTPSA id c7sm5669060qtd.62.2022.01.10.16.31.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 Jan 2022 16:31:46 -0800 (PST) From: Maxim Cournoyer To: Ricardo Wurmus Subject: Re: version-1.4.0 branch updated In-Reply-To: <87bl0j8e6j.fsf@elephly.net> (Ricardo Wurmus's message of "Mon, 10 Jan 2022 22:36:41 +0100") References: <87bl0jpdnu.fsf@gmail.com> <87bl0j8e6j.fsf@elephly.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Date: Mon, 10 Jan 2022 19:31:45 -0500 Message-ID: <871r1fp0y6.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::f2c (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::f2c; envelope-from=maxim.cournoyer@gmail.com; helo=mail-qv1-xf2c.google.com X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1641861129; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=EXNY3u7Qwhh3yErYWPgEmajhG4beIJefVodPHXGrfSM=; b=D7rKEXptD8O6d2jt40dS9IakJDBQ0VDJzqA5S2xaryMyt6cQc+RVkRj1r+dplUaV4kgFZw qnwt4kHJgmOB7DwzlWnT+J5XN6cHtCIqcIUyr03iUku5n5IbdmUzEJqoUuhDWNIefQwPSH NsAbhh1/t9gbk+zsbEMPHTLf9XyxKbpIpaz2AE475qgyEB6eYd4HwNDYanwas/trFSu1vV MXZAAK1hOzX+V5Y98l6nWgSDxyQi9A4QDEINq4qexj6fB3AXtMkao7dEdlNX03fwVfKm63 zYIEm7Oax0BI4in/wL1FpAkk/hKVVVqw29A1upuNHdg/OLA+y7YwNOiqedrerQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1641861129; a=rsa-sha256; cv=none; b=EW9mOLqznprf7w7mikxXFY124x/4Kpg485on4ZnG9uTTr1VGSbC/V1PqRBJvUH9mjAy/Hf vs0ByDuAdrUyGf/4BJk1bBXxOWS+JjD58qIq3QSd+O0nIc+ckoMxbLXISzXoR7NNlDxY/f zTniCfAra7ZkEwvKeApb/rp3lnDOkYQaYYhL60VZXbBIy7EygOmCuJZkJne5ihXJQpYLxT BvxYMGPpChat2F15s9Mc6JOSgQaN46F0nNYUboaD5jzLYm0JR5lx2fkiePCaH/Dus27PzQ 8fXoFtAiH77OZ0xb63/gwD2TcmEW63dXgz3QD+oqdlioy1ggKdib5VC35jWvpQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=MhhqIY0E; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "guix-devel-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-devel-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.31 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=MhhqIY0E; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of "guix-devel-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-devel-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: D672531098 X-Spam-Score: -4.31 X-Migadu-Scanner: scn1.migadu.com X-TUID: tbp/SltbSS46 Hi Ricardo, Ricardo Wurmus writes: > Maxim Cournoyer writes: > >> If nobody has another world rebuilding change deemed necessary in time >> for the release, I suggest we enable substitutes on the branch soon, and >> then get busy trying to get 'make dist' to succeed so that we can issue >> a first RC. > > I=E2=80=99ve got some world rebuilding changes in wip-texlive. I intende= d to > add more, but they could be merged right now. They fix broken font > search in pdflatex, xelatex, and lualatex. OK! I've reviewed what's in wip-texlive, and it LGTM! Feel free to rebase the branch on top of version-1.4.0 and then merge into it. I don't intend to rewrite the branch at this point, so we can collaborate on it. The CI hasn't yet been switched on to build the branch yet; let's give a bit more time for other changes like this to have a chance to be considered/merged and then switch it on! Perhaps Wednesday. Thank you! Maxim