From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36375: =?UTF-8?Q?=E2=80=98guix_?= =?UTF-8?Q?package=E2=80=99?= should lock the profile Date: Tue, 25 Jun 2019 16:10:22 +0200 Message-ID: <875zotn4c1.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40831) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfmAB-0003zr-85 for bug-guix@gnu.org; Tue, 25 Jun 2019 10:11:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfmA4-000657-Gf for bug-guix@gnu.org; Tue, 25 Jun 2019 10:11:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47811) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hfmA2-00063S-K7 for bug-guix@gnu.org; Tue, 25 Jun 2019 10:11:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hfmA2-000067-En for bug-guix@gnu.org; Tue, 25 Jun 2019 10:11:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:40620) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfm9Y-0003jS-CI for bug-Guix@gnu.org; Tue, 25 Jun 2019 10:10:36 -0400 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: bug-Guix@gnu.org The article at mentions things like: For instance, after installing Icecat, I installed a few other desktop programs and then found Icecat had disappeared from my path again. It=E2=80=99s likely that the person ran several =E2=80=98guix package=E2=80= =99 commands in parallel, and that one undoed the effects of the other. Julien suggested that =E2=80=98guix package=E2=80=99 could grab a lock file= , and I guess it could simply error out when the lock is already taken. Ludo=E2=80=99.