From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: bug#37357: Is there a workaround? Date: Thu, 26 Sep 2019 19:45:38 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60741) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iDXq8-0006mk-P5 for bug-guix@gnu.org; Thu, 26 Sep 2019 13:46:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iDXq7-0004j5-IK for bug-guix@gnu.org; Thu, 26 Sep 2019 13:46:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35890) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iDXq7-0004hn-Ah for bug-guix@gnu.org; Thu, 26 Sep 2019 13:46:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iDXq6-0000W0-6U for bug-guix@gnu.org; Thu, 26 Sep 2019 13:46:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: 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 Konrad Hinsen writes: > I suspect that I am a victim of this bug as well. Is there a workaround? > I tried removing next, doing another gc to get a clean slate, and then > re-installed next. But it still complains that it can't find the > next-gtk-webkit executable. This actually does work, if you remove older generations of your profile first that still contain next. So this is a workaround, but a somewhat radical one because it requires throwing away a lot of stuff. Konrad.