From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dimakakos Dimos Subject: bug#37357: Guix gc removes next-gtk-webkit input with next installed Date: Mon, 09 Sep 2019 19:13:59 +0300 Message-ID: <87y2yxsb08.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37166) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7MWK-0001cS-Dv for bug-guix@gnu.org; Mon, 09 Sep 2019 12:28:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i7MWJ-0004U9-EG for bug-guix@gnu.org; Mon, 09 Sep 2019 12:28:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59888) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i7MWI-0004TZ-I9 for bug-guix@gnu.org; Mon, 09 Sep 2019 12:28:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i7MWI-0002Z2-D7 for bug-guix@gnu.org; Mon, 09 Sep 2019 12:28:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:34394) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i7MIo-0007Ru-5H for bug-guix@gnu.org; Mon, 09 Sep 2019 12:14:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i7MIn-00044b-1N for bug-guix@gnu.org; Mon, 09 Sep 2019 12:14:05 -0400 Received: from mail-wr1-x42c.google.com ([2a00:1450:4864:20::42c]:39269) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i7MIm-00042t-RP for bug-guix@gnu.org; Mon, 09 Sep 2019 12:14:04 -0400 Received: by mail-wr1-x42c.google.com with SMTP id t16so14521063wra.6 for ; Mon, 09 Sep 2019 09:14:04 -0700 (PDT) Received: from localhost (188.4.127.92.dsl.dyn.forthnet.gr. [188.4.127.92]) by smtp.gmail.com with ESMTPSA id e12sm4026676wrw.37.2019.09.09.09.14.00 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Sep 2019 09:14:01 -0700 (PDT) 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: 37357@debbugs.gnu.org After running gc and trying to launch next-browser I get: [19:11:29] next base.lisp (start) - NEXT::+VERSION+: "1.3.1" [19:11:29] next base.lisp (load-lisp-file form-fun-4) - Loading configuration from /home/bendersteed/.config/next/init.lisp... [19:11:30] next minibuffer.lisp (echo) - Can't echo 'MINIBUFFER-MODE enabled.' without minibuffer or interface [19:11:30] next remote.lisp (ensure-dbus-session form-fun-4) - Bus connection name: :1.103 [19:11:30] next remote.lisp (initialize-instance :after remote-interface) - Bus connection name: :1.104 [19:11:30] next port.lisp (run-program port) - Current directory: /home/bendersteed/ [19:11:30] next port.lisp (run-program port) - Platform port path: /gnu/store/5hh6qpp4lqa6gy1ghdb4ppvjamgb3mbc-next-gtk-webkit-1.3.1/bin/next-gtk-webkit [19:11:30] next port.lisp (run-program port) - Platform port arguments: NIL [19:11:30] next port.lisp (run-program port) - Platform port log file: /home/bendersteed/.local/share/next/next-gtk-webkit.log [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 Make sure the platform port executable is either in the PATH or set in you ~/.config/next/init.lisp, for instance: (setf (get-default 'port 'path) "~/common-lisp/next/ports/gtk-webkit/next-gtk-webkit") ; ; compilation unit aborted ; caught 1 fatal ERROR condition 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?