From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#37357: Guix gc removes next-gtk-webkit input with next installed Date: Mon, 09 Sep 2019 23:25:48 +0200 Message-ID: <8736h59n6r.fsf@elephly.net> References: <87y2yxsb08.fsf@gmail.com> 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]:40848) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7RBg-0002Lg-Mw for bug-guix@gnu.org; Mon, 09 Sep 2019 17:27:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i7RBf-0007Ps-Qy for bug-guix@gnu.org; Mon, 09 Sep 2019 17:27:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60051) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i7RBf-0007Pg-Jy for bug-guix@gnu.org; Mon, 09 Sep 2019 17:27:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i7RBe-0004od-4D for bug-guix@gnu.org; Mon, 09 Sep 2019 17:27:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87y2yxsb08.fsf@gmail.com> 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: Dimakakos Dimos Cc: 37357@debbugs.gnu.org Dimakakos Dimos writes: > After running gc and trying to launch next-browser I get: [=E2=80=A6] > [19:11:30] next base.lisp (initialize-port remote-interface fun24= ) - > Couldn't execute "/gnu/store/5hh6qpp4lqa6gy1ghdb4ppvjamgb3mbc-next-gtk-= webkit-1.3.1/bin/next-gtk-webkit": No such file or directory [=E2=80=A6] > Obviously the package should be live and not be picked up by gc, since > it's an input of a package in a current profile. Any ideas why that > could happen? Can you tell us what version of Guix you used to install Next? There was a short period during which the Next executable was compressed, which effectively hid references from the garbage collector. -- Ricardo