From unknown Sat Jun 21 12:20:33 2025 X-Loop: help-debbugs@gnu.org Subject: bug#43508: gcc-mesboot@4.9.4 has duplicate =?UTF-8?Q?=E2=80=98gcc-mesboot1=E2=80=99?= input Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 19 Sep 2020 09:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 43508 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 43508@debbugs.gnu.org X-Debbugs-Original-To: Received: via spool by submit@debbugs.gnu.org id=B.160050787215727 (code B ref -1); Sat, 19 Sep 2020 09:32:02 +0000 Received: (at submit) by debbugs.gnu.org; 19 Sep 2020 09:31:12 +0000 Received: from localhost ([127.0.0.1]:45654 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kJZD5-00045b-OL for submit@debbugs.gnu.org; Sat, 19 Sep 2020 05:31:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:42368) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kJZD1-00045P-G1 for submit@debbugs.gnu.org; Sat, 19 Sep 2020 05:31:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42552) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kJZCv-0005Vz-29 for bug-guix@gnu.org; Sat, 19 Sep 2020 05:31:03 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42094) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kJZCs-0003r5-9m for bug-guix@gnu.org; Sat, 19 Sep 2020 05:30:59 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=46982 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kJZCp-0003FB-2V for bug-guix@gnu.org; Sat, 19 Sep 2020 05:30:55 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Jour de la Raison de =?UTF-8?Q?l'Ann=C3=A9e?= 228 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sat, 19 Sep 2020 11:30:52 +0200 Message-ID: <87o8m2ru43.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) 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: -3.3 (---) Hello, The gcc-mesboot@4.9.4 package has the same =E2=80=98gcc-mesboot1=E2=80=99 i= nput twice: --8<---------------cut here---------------start------------->8--- $ guix describe Generacio 159 Sep 18 2020 08:55:27 (nuna) guix 98b89f4 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 98b89f432103b66efacee0bcba41a94148b8e870 $ cat $(guix gc --references $(guix build -e '(@@ (gnu packages commencemen= t) gcc-mesboot)' -d) |grep gcc-mesboot-4.9.4-guile-builder) [=E2=80=A6] (define %build-inputs (quote (("source" . "/gnu/store/56km255bk1s880yn6rxw4wj3crm2pshk-gcc-4.9.4.ta= r.xz") ("gcc-wrapper" . "/gnu/store/w527yvvbn3m8m243x7q9h6bal035ry9h-gcc-mes= boot1-wrapper-4.6.4") ("gcc" . "/gnu/store/q7f07gpd9sq9krc68gxa73vbqmk06y0a-gcc-mesboot1-4.= 6.4") ; =E2=87=90 ("headers" . "/gnu/store/aj9plwk7k9ma17bbcwd7l8f48z1bim66-glibc-heade= rs-mesboot-2.16.0") ("libc" . "/gnu/store/wgb70ir475v4vhg4bcjzv4h2kaa93qj7-glibc-mesboot-= 2.16.0") ("binutils" . "/gnu/store/mza1k0mgr8ab407yzavwwz07ly7221wy-binutils-m= esboot-2.20.1a") ("xz" . "/gnu/store/r1zsxj7wlvw1aa1ifv3nyrrjag44pc9s-xz-mesboot-5.0.0= ") ("gcc" . "/gnu/store/q7f07gpd9sq9krc68gxa73vbqmk06y0a-gcc-mesboot1-4.= 6.4") ; =E2=87=90 --8<---------------cut here---------------end--------------->8--- This is visible at the package level: --8<---------------cut here---------------start------------->8--- scheme@(gnu packages commencement)> ,pp (package-native-inputs gcc-mesboot) $11 =3D (("gcc-wrapper" #) ("gcc" #) ("headers" #) ("libc" #) ("binutils" #) ("xz" #) ("gcc" #) --8<---------------cut here---------------end--------------->8--- I noticed it while trying to address : it prevents the simple solution of using (delete-duplicates input-drvs) in =E2=80=98bag->derivation=E2=80=99. = (Apart from that this issue is harmless, but I think we=E2=80=99d better be strict about this sort of things deep down in the graph.) Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 19 05:37:46 2020 Received: (at control) by debbugs.gnu.org; 19 Sep 2020 09:37:47 +0000 Received: from localhost ([127.0.0.1]:45664 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kJZJS-0004FF-O1 for submit@debbugs.gnu.org; Sat, 19 Sep 2020 05:37:46 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:65277) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kJZJQ-0004F0-Iu for control@debbugs.gnu.org; Sat, 19 Sep 2020 05:37:44 -0400 X-IronPort-AV: E=Sophos;i="5.77,278,1596492000"; d="scan'208";a="359472657" Received: from 91-160-117-201.subs.proxad.net (HELO ribbon) ([91.160.117.201]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Sep 2020 11:37:37 +0200 Date: Sat, 19 Sep 2020 11:37:37 +0200 Message-Id: <87h7rurtsu.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #43508 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -4.0 (----) 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: -5.0 (-----) severity 43508 important quit From unknown Sat Jun 21 12:20:33 2025 X-Loop: help-debbugs@gnu.org Subject: bug#43508: gcc-mesboot@4.9.4 has duplicate =?UTF-8?Q?=E2=80=98gcc-mesboot1=E2=80=99?= input Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 21 Sep 2020 13:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43508 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 43508@debbugs.gnu.org Received: via spool by 43508-submit@debbugs.gnu.org id=B43508.160069627512523 (code B ref 43508); Mon, 21 Sep 2020 13:52:01 +0000 Received: (at 43508) by debbugs.gnu.org; 21 Sep 2020 13:51:15 +0000 Received: from localhost ([127.0.0.1]:53908 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKMDq-0003Ft-W4 for submit@debbugs.gnu.org; Mon, 21 Sep 2020 09:51:15 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54026) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kKMDn-0003FY-Hg for 43508@debbugs.gnu.org; Mon, 21 Sep 2020 09:51:13 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57137) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kKMDi-00061M-8P for 43508@debbugs.gnu.org; Mon, 21 Sep 2020 09:51:06 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=40278 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kKMDh-0007uo-Mb for 43508@debbugs.gnu.org; Mon, 21 Sep 2020 09:51:06 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87o8m2ru43.fsf@gnu.org> Date: Mon, 21 Sep 2020 15:51:03 +0200 In-Reply-To: <87o8m2ru43.fsf@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Sat, 19 Sep 2020 11:30:52 +0200") Message-ID: <87pn6fjl14.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) 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: -3.3 (---) Ludovic Court=C3=A8s skribis: > The gcc-mesboot@4.9.4 package has the same =E2=80=98gcc-mesboot1=E2=80=99= input twice: > > $ guix describe > Generacio 159 Sep 18 2020 08:55:27 (nuna) > guix 98b89f4 > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: 98b89f432103b66efacee0bcba41a94148b8e870 > $ cat $(guix gc --references $(guix build -e '(@@ (gnu packages commencem= ent) gcc-mesboot)' -d) |grep gcc-mesboot-4.9.4-guile-builder) > [=E2=80=A6] > (define %build-inputs > (quote > (("source" . "/gnu/store/56km255bk1s880yn6rxw4wj3crm2pshk-gcc-4.9.4.= tar.xz") > ("gcc-wrapper" . "/gnu/store/w527yvvbn3m8m243x7q9h6bal035ry9h-gcc-m= esboot1-wrapper-4.6.4") > ("gcc" . "/gnu/store/q7f07gpd9sq9krc68gxa73vbqmk06y0a-gcc-mesboot1-= 4.6.4") ; =E2=87=90 > ("headers" . "/gnu/store/aj9plwk7k9ma17bbcwd7l8f48z1bim66-glibc-hea= ders-mesboot-2.16.0") > ("libc" . "/gnu/store/wgb70ir475v4vhg4bcjzv4h2kaa93qj7-glibc-mesboo= t-2.16.0") > ("binutils" . "/gnu/store/mza1k0mgr8ab407yzavwwz07ly7221wy-binutils= -mesboot-2.20.1a") > ("xz" . "/gnu/store/r1zsxj7wlvw1aa1ifv3nyrrjag44pc9s-xz-mesboot-5.0= .0") > ("gcc" . "/gnu/store/q7f07gpd9sq9krc68gxa73vbqmk06y0a-gcc-mesboot1-= 4.6.4") ; =E2=87=90 Fixed in 18fa433bf5c420868562b9f4b017c5c97251a44b on =E2=80=98core-updates= =E2=80=99. > I noticed it while trying to address > : it prevents the simple solution of > using (delete-duplicates input-drvs) in =E2=80=98bag->derivation=E2=80=99= . (Apart from > that this issue is harmless, but I think we=E2=80=99d better be strict ab= out > this sort of things deep down in the graph.) There are other similar situations that prevent this solution on =E2=80=98master=E2=80=99 anyway. In particular, any package that has the same dependency both in =E2=80=98in= puts=E2=80=99 and in =E2=80=98native-inputs=E2=80=99 ends up with duplicates in =E2=80=98= %build-inputs=E2=80=99. This is the case, for example, of =E2=80=98help2man=E2=80=99, where Perl is both= in =E2=80=98native-inputs=E2=80=99 and in =E2=80=98inputs=E2=80=99. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 27 17:40:36 2020 Received: (at control) by debbugs.gnu.org; 27 Sep 2020 21:40:37 +0000 Received: from localhost ([127.0.0.1]:50595 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kMePM-0007K9-KD for submit@debbugs.gnu.org; Sun, 27 Sep 2020 17:40:36 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50778) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kMePK-0007Jx-Sf for control@debbugs.gnu.org; Sun, 27 Sep 2020 17:40:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57673) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kMePE-0005Fy-JR for control@debbugs.gnu.org; Sun, 27 Sep 2020 17:40:29 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=43882 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kMePC-0005cr-Fa for control@debbugs.gnu.org; Sun, 27 Sep 2020 17:40:27 -0400 Date: Sun, 27 Sep 2020 23:40:25 +0200 Message-Id: <87eemmew52.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #43508 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.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: -3.3 (---) tags 43508 fixed close 43508 quit