From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 21 16:36:20 2019 Received: (at submit) by debbugs.gnu.org; 21 Dec 2019 21:36:20 +0000 Received: from localhost ([127.0.0.1]:48819 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iimQ8-00058D-8h for submit@debbugs.gnu.org; Sat, 21 Dec 2019 16:36:20 -0500 Received: from lists.gnu.org ([209.51.188.17]:54271) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iimQ6-000583-Kz for submit@debbugs.gnu.org; Sat, 21 Dec 2019 16:36:19 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:51381) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iimQ5-0004W3-DV for bug-guix@gnu.org; Sat, 21 Dec 2019 16:36:18 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iimQ4-0001J1-5E for bug-guix@gnu.org; Sat, 21 Dec 2019 16:36:17 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21162) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iimQ3-000194-JG for bug-guix@gnu.org; Sat, 21 Dec 2019 16:36:16 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1576964172; cv=none; d=zohomail.com; s=zohoarc; b=Hf1gsTYXDs+o4iczitXPWNJthQKImUriD+7RraGbqOtTy7REzhkYWjqSH3BABMILLoAngW817Uwf0WQR/Ol0asWxAsKhvAITx+zQ6+inUx5+V7wB7xqVU8FtRgrCs7pq62sym7JOMIJfoby9eEHrRLv1/1GEQ/vfbOObkOUuU2U= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1576964172; h=Content-Type:Date:From:MIME-Version:Message-ID:Subject:To; bh=5kswcuagLddZxUYlrJE/FlUJOIDEY3I6Ce758CJtS64=; b=Ck6w3FN5MieiHo5vt4uyEwrOYOvSy3grUnoKo1vqixMJpRKvKSYKSPEiF65qmIlEUWDAGB7Vs+wxNWIoDE7bOe6HeerfbpfIwHJPQW9VHm6OBcODPCG+uJP7wxTNdEZjuIDyQ0e455e23apXMgYnslZFFAIxsHa2AxjhC9RJlEY= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1576964172; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; bh=5kswcuagLddZxUYlrJE/FlUJOIDEY3I6Ce758CJtS64=; b=YLRy2NxHfuMHu9Z+oxcryJqHcJT4HKJjRq+ASTgMYE+2lQMg4P24rG4N5zUuipUz fPKZCaUnOsLJUGCemhUBXxNAM09kp6iwl75hUge4UDP4BNLVNhr3viavA5szO45rvoG Ym9b92j3tsjz34AFKojVhRHHVguksvPBniGppyf0= Received: from localhost (p4FD5A420.dip0.t-ipconnect.de [79.213.164.32]) by mx.zohomail.com with SMTPS id 1576964169456940.2856875440555; Sat, 21 Dec 2019 13:36:09 -0800 (PST) User-agent: mu4e 1.2.0; emacs 26.3 From: Ricardo Wurmus To: bug-guix@gnu.org Subject: install fails with missing patch X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Sat, 21 Dec 2019 22:36:06 +0100 Message-ID: <87h81tpdix.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 136.143.188.51 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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: -2.3 (--) I recently built an installer image from a few commits before 4e09f57af8ee9ac3e7bd5a7a904c4cb6d8d44d9d. It boots fine and the installer works up to the actual system installation, which then aborts with an error indicating that the file python-pep8-stdlib-tokenize-compat.patch could not be found. -- Ricardo From debbugs-submit-bounces@debbugs.gnu.org Sat May 30 17:36:53 2020 Received: (at control) by debbugs.gnu.org; 30 May 2020 21:36:54 +0000 Received: from localhost ([127.0.0.1]:59333 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf99i-0001Bq-Vi for submit@debbugs.gnu.org; Sat, 30 May 2020 17:36:53 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60810) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf99h-0001Bd-G8 for control@debbugs.gnu.org; Sat, 30 May 2020 17:36:37 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44669) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf99c-0001lD-5A for control@debbugs.gnu.org; Sat, 30 May 2020 17:36:32 -0400 Received: from ti0006q161-2604.bb.online.no ([84.202.68.75]:57534 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jf99b-0008BJ-KW for control@debbugs.gnu.org; Sat, 30 May 2020 17:36:31 -0400 From: Marius Bakke To: control@debbugs.gnu.org Subject: Date: Sat, 30 May 2020 23:36:30 +0200 Message-ID: <87r1v1w1ep.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: control 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: 1.0 (+) merge 37803 38702 thanks From debbugs-submit-bounces@debbugs.gnu.org Sat May 30 17:37:39 2020 Received: (at 38702-done) by debbugs.gnu.org; 30 May 2020 21:37:39 +0000 Received: from localhost ([127.0.0.1]:59339 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf9Ag-0001De-W4 for submit@debbugs.gnu.org; Sat, 30 May 2020 17:37:39 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:35017) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf9Ae-0001DP-4I for 38702-done@debbugs.gnu.org; Sat, 30 May 2020 17:37:37 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id A37C15C007B; Sat, 30 May 2020 17:37:29 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Sat, 30 May 2020 17:37:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm3; bh=lfhmEDVJjLfljj0szwpS/9RAh7 uvNUKcMWdy/RxFGcI=; b=Hn0y0RJSDfrHvJIc/sxNc7VmnU7ttfqJv7dLLREucy PFx1eQLtjcLD9FBK4Onpz9+PPnxvYjNWn1zPUk7sSPEFmcmEKYv3mQYd/3ShcuK2 tY5ggfQhK60jtnEvYXCRVP7k1vip51Sz9UuTFIyoMUEdeSXKa5pt2MQwMtdyLml9 lgEcBQUCFAN6hyy5jurb56iGVMcpcUR2pCBIX4KDPEOwUlp1k165gI6DQcL8a/YW wS1yo8l1eB99CVY0fXRYZ4XlCWTTmzq74o11aaYOn68q+oJWBQtLVDVhk1lBMSbB lxHA3LrNxfvOwlp+Rn3CWzFIlI14fnVJzLtEcKUIloEw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=lfhmED VJjLfljj0szwpS/9RAh7uvNUKcMWdy/RxFGcI=; b=j1Ovbv9ndZQVfEChskgAn8 X3HqgBPJxWlp5OCFP8Rl4THQOjcn+zKqFeKa0Sp/oJFVYvhBEOhgFG5Tj5Ldou/7 gkdWbW2IheqhkdYGpgIxxvRg9nZmNXjlYhvlvWpTNI87wbf03kZlAHfjjPejNKyC rb+ljzu/2/flJibXjO8ACzosyNFZXA23koMbQF+6NiJtuxOavoniiMVmlQep8SVp YVkR2UvhHiL7ZtZMZAfdBr+K2S8bRYadtuPAM/ooFjwC9ix1THSVFZ0rzGMhKRHI Crg++96oeRoPm+jrnmck+QBV7bm4rMUE2yFgkJwXyktR+mc+4X4qhgIh9QTxxIBg == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrudeftddgudeiudcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhephffvufgjfhffkfggtgesghdtre ertddttdenucfhrhhomhepofgrrhhiuhhsuceurghkkhgvuceomhgsrghkkhgvsehfrghs thhmrghilhdrtghomheqnecuggftrfgrthhtvghrnhepgfdtueekveehhfffgffhieefke ekffehvddtieehledvteeuheejkeevtdeuieegnecukfhppeekgedrvddtvddrieekrdej heenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehmsg grkhhkvgesfhgrshhtmhgrihhlrdgtohhm X-ME-Proxy: Received: from localhost (ti0006q161-2604.bb.online.no [84.202.68.75]) by mail.messagingengine.com (Postfix) with ESMTPA id 513CB3280065; Sat, 30 May 2020 17:37:28 -0400 (EDT) From: Marius Bakke To: Ricardo Wurmus , 38702-done@debbugs.gnu.org Subject: Re: bug#38702: install fails with missing patch In-Reply-To: <87h81tpdix.fsf@elephly.net> References: <87h81tpdix.fsf@elephly.net> Date: Sat, 30 May 2020 23:37:26 +0200 Message-ID: <87pnalw1d5.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38702-done 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: -1.7 (-) --=-=-= Content-Type: text/plain Ricardo Wurmus writes: > I recently built an installer image from a few commits before > 4e09f57af8ee9ac3e7bd5a7a904c4cb6d8d44d9d. It boots fine and the > installer works up to the actual system installation, which then aborts > with an error indicating that the file > python-pep8-stdlib-tokenize-compat.patch could not be found. This was fixed back in 8f5ac03e2162b93648c255d10ebef1c2037c296e. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7S0hYACgkQoqBt8qM6 VPrKFwgA0KKqiQhmYaA1QwdemRk1MqIGZJK9dQMksuSTeQ3bT1wOXIo0se3WWwAl GrNBpidMLB0gaNMsDgpcXeIPs31YVa7pDh9CZUKgkx/ng7uhW8/Inhv8LC7uTPHA iZ59iwym+IYr/9nIxX/qP2rUQlogjmPPUjFXCH6y+k6Sv97Lr/SgvVbxcpV6Qw9o QVEdOhYIkA5l9M+E3UYLe51dyDV2R1AazL9o4PpWnzwPp53kkcYld4zqAG0Jl4D/ Zz+ZQVOMjv984tP7Z2JfcFb/vdus1nUHCyy97kzloCfbnPi9QUmoeWLpXJx9b1F/ EIYTha+TzlWMqVoqrb0qK6up1Slugw== =Xg0z -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Sep 05 11:01:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 28 Jun 2020 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator