From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57640) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hwdJ5-0000lv-UD for guix-patches@gnu.org; Sat, 10 Aug 2019 22:10:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hwdJ4-00050t-TQ for guix-patches@gnu.org; Sat, 10 Aug 2019 22:10:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35783) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hwdJ4-00050j-OX for guix-patches@gnu.org; Sat, 10 Aug 2019 22:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hwdJ4-0007eA-GR for guix-patches@gnu.org; Sat, 10 Aug 2019 22:10:02 -0400 Subject: [bug#36920] [PATCH 42/43] gnu: Add rust-winapi-x86-64-pc-windows-gnu. Resent-Message-ID: Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) From: Ivan Petkov In-Reply-To: <58ba88e73c841fb9a91f40ce246673594c78d3cd.1564918220.git.efraim@flashner.co.il> Date: Sat, 10 Aug 2019 19:08:53 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20190804112613.GC2421@E2140> <58ba88e73c841fb9a91f40ce246673594c78d3cd.1564918220.git.efraim@flashner.co.il> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Efraim Flashner Cc: 36920@debbugs.gnu.org Hi Efraim, I skimmed through the package definitions, all look sensible to me. I was even able to successfully build each of the packages with = =E2=80=94rounds=3D2! However, I wasn=E2=80=99t able to run guix lint on them since an = exception was raised. I=E2=80=99m not sure if that is pointing to anything missing in the = definitions themselves, or if there is something wrong with one of the lint implementations=E2=80=A6= =E2=80=94Ivan