From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Andrews Subject: bug#37803: [BUG] installer does seem to know about pep8 patch Date: Thu, 17 Oct 2019 22:48:29 -0400 Message-ID: <87eezabwg2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:57225) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLIKA-0006tT-Tm for bug-guix@gnu.org; Thu, 17 Oct 2019 22:49:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iLIK9-0003L0-1S for bug-guix@gnu.org; Thu, 17 Oct 2019 22:49:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40271) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iLIK5-0003HE-U0 for bug-guix@gnu.org; Thu, 17 Oct 2019 22:49:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iLIK5-0001zl-Pp for bug-guix@gnu.org; Thu, 17 Oct 2019 22:49:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:57166) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLIJe-0006ne-9Y for bug-guix@gnu.org; Thu, 17 Oct 2019 22:48:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iLIJd-0002lJ-7r for bug-guix@gnu.org; Thu, 17 Oct 2019 22:48:34 -0400 Received: from mail-il1-x133.google.com ([2607:f8b0:4864:20::133]:34661) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iLIJd-0002gT-36 for bug-guix@gnu.org; Thu, 17 Oct 2019 22:48:33 -0400 Received: by mail-il1-x133.google.com with SMTP id c12so4182217ilm.1 for ; Thu, 17 Oct 2019 19:48:32 -0700 (PDT) Received: from x1 ([199.116.115.196]) by smtp.gmail.com with ESMTPSA id m14sm1747393ild.3.2019.10.17.19.48.30 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Oct 2019 19:48:30 -0700 (PDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 37803@debbugs.gnu.org I just tried to install guix on desktop system by piggy-backing from a disk-image created on a laptop. I chose "Guided - using the entire disk with encryption" option. I then selected GNOME, openbox, and ratpoison to be installed as desktop environments. I'm not sure if that's relevant, but wanted to be thorough in case this may be limited to a GNOME issue. The installation errored out with the following message: > guix system: error: python-pep8-stdlib-tokenize-compat.patch: patch not found Thus the guix on the disk image seems to be missing the patch mentioned in the issue below (corresponding to the python-pep8 package): https://issues.guix.gnu.org/issue/36643