From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id YFXsA4tIr1/SJwAA0tVLHw (envelope-from ) for ; Sat, 14 Nov 2020 03:01:31 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 8NRoO4pIr18LLwAA1q6Kng (envelope-from ) for ; Sat, 14 Nov 2020 03:01:30 +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 85E3A9401BC for ; Sat, 14 Nov 2020 03:01:30 +0000 (UTC) Received: from localhost ([::1]:51484 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kdlof-0005rS-G3 for larch@yhetil.org; Fri, 13 Nov 2020 22:01:29 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57514) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kdloW-0005rL-KZ for guix-devel@gnu.org; Fri, 13 Nov 2020 22:01:20 -0500 Received: from mail-wr1-x431.google.com ([2a00:1450:4864:20::431]:41105) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kdloU-0002Bx-RQ for guix-devel@gnu.org; Fri, 13 Nov 2020 22:01:20 -0500 Received: by mail-wr1-x431.google.com with SMTP id 23so12354491wrc.8 for ; Fri, 13 Nov 2020 19:01:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:in-reply-to:references:date:message-id:mime-version :content-transfer-encoding; bh=indB5h4xllWoG69Ez1rrYk6NwcpnYMhL+aZpaahRQCo=; b=WrXXQuyzP+d7Fb+vngZibdirYQF4pUrxXVkWdxKBsZetdnWCQD5eaVUsNSiw0a+/Dl y5DRfABpX0gss7HS9rXjJM4vZuf7t7S1Nf8/q9ou5hh+pD1UDD4Lx1wHCQpbyB9P5+Av FPf32HUmmE0hH1h6LTrQitlBbzG6F9PJEJOq2qMCo6dAr1sMUQTGWuZdGnmCKM7CIC/Z 3EvESos07MUCpNg1KXbNIJLXq+uYPHs0ybUZKhEwd1c0Bo3+ykHuuzSujXf+HKhLiJu1 R1Uutx9sDAJG4U1IUI0jAjhVJ1OQAmG631SdZBb1PVBV8dyyCOtUeQDjlMDHkl/EkGhx 6UyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=indB5h4xllWoG69Ez1rrYk6NwcpnYMhL+aZpaahRQCo=; b=Hm/SumG5uKoKR6DMULDhrmdgQgDg6u+aRL9nlHvkLkIaPKbPf8JA77ehBsS/NujcjP g/hirTmPdQs3dLFQlEPX72JK7EMoISXb6jC4uN+RngfM2xsRiimGqDh3x7tVasF+KIFJ G7kjz70rgBlI7lBy/Gk8FdVOODvGH1jzKIJdImVBjUHB1vJc/DdzMxGJrr9ilR4rac40 hYvAKZQoDGBCg5A1gzxzPgFZwTrbu6/m7niWeH/Fh6WXbkiLvVDJxZqBpiITKPbMFmRs xXtBRjZTda1mV+AZmMnY7tKT4icIbWEXff/XrRH3ojAHbaysoi7i6i8lowL5BUzqC8ws Tzng== X-Gm-Message-State: AOAM531fu223rGtJMx2nye29q4aJxQta/SZ2oyEq7dmYpRYaNuUOtngp btn8N5rUYuz5vis9mUdD9Kjm+h5AnTJQkA== X-Google-Smtp-Source: ABdhPJyzxnxtipPQBnCXBNCnn7sWcysCaul9ZY4QUqNSXAUDypmT/Q6LPYRxcT43K63QTT0KiI2EvQ== X-Received: by 2002:adf:e287:: with SMTP id v7mr7514760wri.252.1605322875917; Fri, 13 Nov 2020 19:01:15 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id s13sm13722893wrv.43.2020.11.13.19.01.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Nov 2020 19:01:15 -0800 (PST) From: zimoun To: Vagrant Cascadian , guix-devel@gnu.org Subject: Re: Guix now in Debian experimental! In-Reply-To: <875z6atqic.fsf@yucca> References: <875z6atqic.fsf@yucca> Date: Sat, 14 Nov 2020 03:51:43 +0100 Message-ID: <86d00gd51c.fsf@tournier.info> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2a00:1450:4864:20::431; envelope-from=zimon.toutoune@gmail.com; helo=mail-wr1-x431.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20161025 header.b=WrXXQuyz; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -1.71 X-TUID: ZW2bLjLTMv6X Hi Vagrant, On Thu, 12 Nov 2020 at 09:48, Vagrant Cascadian wrote: > So now you can install guix from Debian's experimental distribution! Awesome! Let see how the popcon will increase. ;-) https://qa.debian.org/popcon.php?package=3Dguix > I've also patched out a few tests that seemed non-deterministic, and a > few that were simply inscrutible as to why they failed. Probably need to > file bugs about those at some point... :) Speaking about non-deterministic, do you know why --8<---------------cut here---------------start------------->8--- Thu Nov 12 09:36:57 UTC 2020 E: Download of guix=3D1.1.0+67260.9e2523-2 so= urces (for experimental) failed. --8<---------------cut here---------------end--------------->8--- from https://tests.reproducible-builds.org/debian/rb-pkg/experimental/amd64/gu= ix.html ? Just by curiosity. > It actually builds on both amd64 and i386 with some of the above > mentioned tests disabled: > > https://buildd.debian.org/status/package.php?p=3Dguix&suite=3Dexperimen= tal > > On armhf (ARMv7), it successfully built, but failed some test suites > that passed on amd64/i386. Wow, the diversity of architectures increases. ;-) > For other architectures, it would require considerably more courage, > though there has been work on a few of those architectures in guix > recently (e.g. hurd-i386, mips64el, powerpc, ppc64, ppc64el, and even > talk of riscv64). Would it be interesting to run guix on one of the > more exotic architectures, Debian GNU/kFreeBSD? :) Let=E2=80=99s dream to Diverse Double Compilation at the kernel level using cross-compilation with Hurd and kFreeBSD. :-) At each step, using a DDC compiler: CrossCompil(linux on Hurd) =3D Linux-H CrossCompil(linux on kFreeBSD) =3D Linux-F Compil(linux on Linux-H) =3D Linux-X Compil(linux on Linux-F) =3D Linux-Y Compil(linux on Linux-X) =3D Linux-A Compil(linux on Linux-Y) =3D Linux-B if Linux-A =3D=3D Linux-B then ok else ko. :-) Somehow. ;-) Cheers, simon