From unknown Sat Jun 21 05:18:55 2025 X-Loop: help-debbugs@gnu.org Subject: bug#32253: Creation of unchanged profiles Resent-From: Andreas Enge Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 23 Jul 2018 20:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 32253 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 32253@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.153237827021692 (code B ref -1); Mon, 23 Jul 2018 20:38:01 +0000 Received: (at submit) by debbugs.gnu.org; 23 Jul 2018 20:37:50 +0000 Received: from localhost ([127.0.0.1]:54384 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fhhaY-0005dn-0d for submit@debbugs.gnu.org; Mon, 23 Jul 2018 16:37:50 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56368) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fhhaW-0005dZ-Kz for submit@debbugs.gnu.org; Mon, 23 Jul 2018 16:37:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhhaQ-0002pF-K9 for submit@debbugs.gnu.org; Mon, 23 Jul 2018 16:37:43 -0400 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 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38027) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fhhaQ-0002pB-Fk for submit@debbugs.gnu.org; Mon, 23 Jul 2018 16:37:42 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhhaP-0001d6-90 for bug-guix@gnu.org; Mon, 23 Jul 2018 16:37:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhhaO-0002oN-9n for bug-guix@gnu.org; Mon, 23 Jul 2018 16:37:41 -0400 Received: from hera.aquilenet.fr ([2a0c:e300::1]:50320) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fhhaO-0002nW-2C for bug-guix@gnu.org; Mon, 23 Jul 2018 16:37:40 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 2F80211D8; Mon, 23 Jul 2018 22:37:37 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id moMtqTPEjdgx; Mon, 23 Jul 2018 22:37:35 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:910:103f::c1e]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 910B111D6; Mon, 23 Jul 2018 22:37:35 +0200 (CEST) Date: Mon, 23 Jul 2018 22:37:33 +0200 From: Andreas Enge Message-ID: <20180723151150.GA13469@jurong> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.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: -5.3 (-----) Something I have noticed just now with the new "guix pull", but which also happens with regular profiles through "guix package": Sometimes (always?) unchanged profiles are created with a new number. For instance, here is the result of three "guix pull" in my profile: $ guix pull -l Generation 1 Jul 22 2018 23:47:42 guix 9f2adb2 repository URL: https://git.savannah.gnu.org/git/guix.git branch: origin/master commit: 9f2adb2f19db6d2e2234df15b0e24c5d01b9181c Generation 2 Jul 23 2018 14:43:30 guix fef7bab repository URL: https://git.savannah.gnu.org/git/guix.git branch: origin/master commit: fef7baba786a96b7a3100c9c7adf8b45782ced37 1 new package: guile-pfds 6 packages upgraded: c-toxcore@0.2.4, hyperrogue@10.4j, qtox@1.16.3, wine-staging-patchset-data@3.13, wine-staging@3.13, wine64-staging@3.13 Generation 3 Jul 23 2018 14:59:55 (aktuell) guix fef7bab repository URL: https://git.savannah.gnu.org/git/guix.git branch: origin/master commit: fef7baba786a96b7a3100c9c7adf8b45782ced37 The third generation is identical to the second one and should not have been created. Andreas From unknown Sat Jun 21 05:18:55 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Andreas Enge Subject: bug#32253: closed (Fixed) Message-ID: References: <20190219225612.GA3238@jurong> <20180723151150.GA13469@jurong> X-Gnu-PR-Message: they-closed 32253 X-Gnu-PR-Package: guix Reply-To: 32253@debbugs.gnu.org Date: Tue, 19 Feb 2019 22:57:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1550617021-13952-1" This is a multi-part message in MIME format... ------------=_1550617021-13952-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #32253: Creation of unchanged profiles which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 32253@debbugs.gnu.org. --=20 32253: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D32253 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1550617021-13952-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 32253-done) by debbugs.gnu.org; 19 Feb 2019 22:56:18 +0000 Received: from localhost ([127.0.0.1]:56886 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gwEJG-0003c7-6V for submit@debbugs.gnu.org; Tue, 19 Feb 2019 17:56:18 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:54640) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gwEJE-0003by-0P for 32253-done@debbugs.gnu.org; Tue, 19 Feb 2019 17:56:16 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 42CBF10ECA; Tue, 19 Feb 2019 23:56:15 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nNMhP5b0NLdk; Tue, 19 Feb 2019 23:56:14 +0100 (CET) Received: from jurong (unknown [IPv6:2001:910:103f:0:2d09:8018:be35:9702]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 618AD10A2D; Tue, 19 Feb 2019 23:56:14 +0100 (CET) Date: Tue, 19 Feb 2019 23:56:12 +0100 From: Andreas Enge To: 32253-done@debbugs.gnu.org Subject: Fixed Message-ID: <20190219225612.GA3238@jurong> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.11.2 (2019-01-07) X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 32253-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: -0.3 (/) The bug has apparently been fixed in the meantime, I cannot reproduce it any more. Andreas ------------=_1550617021-13952-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 23 Jul 2018 20:37:50 +0000 Received: from localhost ([127.0.0.1]:54384 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fhhaY-0005dn-0d for submit@debbugs.gnu.org; Mon, 23 Jul 2018 16:37:50 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56368) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fhhaW-0005dZ-Kz for submit@debbugs.gnu.org; Mon, 23 Jul 2018 16:37:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhhaQ-0002pF-K9 for submit@debbugs.gnu.org; Mon, 23 Jul 2018 16:37:43 -0400 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 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38027) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fhhaQ-0002pB-Fk for submit@debbugs.gnu.org; Mon, 23 Jul 2018 16:37:42 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhhaP-0001d6-90 for bug-guix@gnu.org; Mon, 23 Jul 2018 16:37:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhhaO-0002oN-9n for bug-guix@gnu.org; Mon, 23 Jul 2018 16:37:41 -0400 Received: from hera.aquilenet.fr ([2a0c:e300::1]:50320) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fhhaO-0002nW-2C for bug-guix@gnu.org; Mon, 23 Jul 2018 16:37:40 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 2F80211D8; Mon, 23 Jul 2018 22:37:37 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id moMtqTPEjdgx; Mon, 23 Jul 2018 22:37:35 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:910:103f::c1e]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 910B111D6; Mon, 23 Jul 2018 22:37:35 +0200 (CEST) Date: Mon, 23 Jul 2018 22:37:33 +0200 From: Andreas Enge To: bug-guix@gnu.org Subject: Creation of unchanged profiles Message-ID: <20180723151150.GA13469@jurong> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.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: -5.3 (-----) Something I have noticed just now with the new "guix pull", but which also happens with regular profiles through "guix package": Sometimes (always?) unchanged profiles are created with a new number. For instance, here is the result of three "guix pull" in my profile: $ guix pull -l Generation 1 Jul 22 2018 23:47:42 guix 9f2adb2 repository URL: https://git.savannah.gnu.org/git/guix.git branch: origin/master commit: 9f2adb2f19db6d2e2234df15b0e24c5d01b9181c Generation 2 Jul 23 2018 14:43:30 guix fef7bab repository URL: https://git.savannah.gnu.org/git/guix.git branch: origin/master commit: fef7baba786a96b7a3100c9c7adf8b45782ced37 1 new package: guile-pfds 6 packages upgraded: c-toxcore@0.2.4, hyperrogue@10.4j, qtox@1.16.3, wine-staging-patchset-data@3.13, wine-staging@3.13, wine64-staging@3.13 Generation 3 Jul 23 2018 14:59:55 (aktuell) guix fef7bab repository URL: https://git.savannah.gnu.org/git/guix.git branch: origin/master commit: fef7baba786a96b7a3100c9c7adf8b45782ced37 The third generation is identical to the second one and should not have been created. Andreas ------------=_1550617021-13952-1--