From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: bug#25281: rust importer duplicates input Date: Wed, 28 Dec 2016 21:51:19 +0100 Message-ID: References: <87zijhuzcv.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cMLCf-00015i-6P for bug-guix@gnu.org; Wed, 28 Dec 2016 15:52:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cMLCc-0002ht-4E for bug-guix@gnu.org; Wed, 28 Dec 2016 15:52:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42911) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cMLCb-0002hp-W3 for bug-guix@gnu.org; Wed, 28 Dec 2016 15:52:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cMLCb-0003Ri-Mn for bug-guix@gnu.org; Wed, 28 Dec 2016 15:52:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: 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: Ricardo Wurmus Cc: 25281@debbugs.gnu.org > Could the importer be changed to either ignore targets that don=E2=80=99t= match > the current architecture or to uniquify the list of inputs? It could, but I don't see an advantage. It takes more than just removing duplicate inputs for the thing to build. I'd find time spent on a Cargo.lock parser (which should be quite easy) to be more useful, but if someone wants to do it...