From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id gJy/I3KX0l7fWQAA0tVLHw (envelope-from ) for ; Sat, 30 May 2020 17:27:14 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id gJiuH3KX0l5JYAAAB5/wlQ (envelope-from ) for ; Sat, 30 May 2020 17:27:14 +0000 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 154E194042B for ; Sat, 30 May 2020 17:27:14 +0000 (UTC) Received: from localhost ([::1]:45662 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf5GI-0005w1-1L for larch@yhetil.org; Sat, 30 May 2020 13:27:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57602) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jf5GA-0005tY-J4 for guix-patches@gnu.org; Sat, 30 May 2020 13:27:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47577) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jf5GA-00081I-97 for guix-patches@gnu.org; Sat, 30 May 2020 13:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jf5GA-0001Pr-3P for guix-patches@gnu.org; Sat, 30 May 2020 13:27:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41555] [PATCH] gnu: xaos: Update to 4.0. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 30 May 2020 17:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41555 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Leo Famulari , Kei Cc: 41555-done@debbugs.gnu.org Received: via spool by 41555-done@debbugs.gnu.org id=D41555.15908596035416 (code D ref 41555); Sat, 30 May 2020 17:27:02 +0000 Received: (at 41555-done) by debbugs.gnu.org; 30 May 2020 17:26:43 +0000 Received: from localhost ([127.0.0.1]:59123 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf5Fl-0001PC-Ew for submit@debbugs.gnu.org; Sat, 30 May 2020 13:26:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50074) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf5Fk-0001P0-Kf for 41555-done@debbugs.gnu.org; Sat, 30 May 2020 13:26:36 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38582) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf5Fe-0007rN-IS; Sat, 30 May 2020 13:26:30 -0400 Received: from ti0006q161-2604.bb.online.no ([84.202.68.75]:45440 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jf5Fd-0004Yy-9D; Sat, 30 May 2020 13:26:30 -0400 From: Marius Bakke In-Reply-To: <20200530171158.GD25025@jasmine.lan> References: <20200527021008.29726-1-kkebreau@posteo.net> <20200528175505.GB23745@jasmine.lan> <5347e92a53aab3d3b788348795cd0efdadfb92b4.camel@posteo.net> <20200530171158.GD25025@jasmine.lan> Date: Sat, 30 May 2020 19:26:26 +0200 Message-ID: <871rn1z64d.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -0.61 X-TUID: oCMVNZCtnHcj --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Leo Famulari writes: > On Fri, May 29, 2020 at 08:11:43PM -0400, Kei wrote: >> Thanks for the review!=20 >>=20 >> FYI, I added a 'make-qt-deterministic' phase which sets the environment >> variable QT_RCC_SOURCE_DATE_OVERRIDE to 1 to remove a non-determinism >> issue. > > Nice! There is a qt-build-system now. Should we add that to it? Maxim pointed out in another message that Qt 5.14 (currently on staging) no longer needs this variable. The staging branch is currently stalled due to and though, so it may take a few months. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7Sl0IACgkQoqBt8qM6 VPqsPwf/QLW2bAVmQ22Jx1osnBun06Kn295bPDTH1fbL6AX858AY54g4yZKtn2UT lkkQM+qdwz2GTK5ogrXdRXWVMRWJBz8qcNAVkPCH5adC7WOUv94cN/AFdJ+hs3Ia OEi3i7QmmPjeMXnJEsVTQbMv/W47NO0SDsM50iv2WHy0dxGFB8+RnKDu7c73JKxI 8AS1QJT5Z8pz5K7AhsDyqdiUikDKFHpK8ShrimxVLcbPU1PbUXocnzfmRPqM7ZOK uh5TfjiWE363NQzB/d5U0zIgHwYVUPmpF61LgQwFLLqbHm58X6j69z8u+fP6y4Or 0tP2kioicy6T2gPo/+EyUg477NJ+lw== =Yu9n -----END PGP SIGNATURE----- --=-=-=--