From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: emacs-guix error Date: Fri, 25 Jan 2019 20:48:21 +0300 Message-ID: <87fttg8w7u.fsf@gmail.com> References: <20190124002021.jnysyvexgo5mkrcl@WaraToNora> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gn5aM-0002z7-8x for help-guix@gnu.org; Fri, 25 Jan 2019 12:48:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gn5aL-0007ED-EU for help-guix@gnu.org; Fri, 25 Jan 2019 12:48:10 -0500 Received: from mail-lj1-x22a.google.com ([2a00:1450:4864:20::22a]:43386) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gn5aL-0007Cx-7c for help-guix@gnu.org; Fri, 25 Jan 2019 12:48:09 -0500 Received: by mail-lj1-x22a.google.com with SMTP id q2-v6so9065010lji.10 for ; Fri, 25 Jan 2019 09:48:08 -0800 (PST) In-Reply-To: <20190124002021.jnysyvexgo5mkrcl@WaraToNora> (Yoshinori Arai's message of "Thu, 24 Jan 2019 09:20:21 +0900") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Yoshinori Arai Cc: help-guix Yoshinori Arai (2019-01-24 09:20 +0900) wrote: > hello, > > When I will execute install pacakge or dry-run on emacs-guix, this error is > showed. It's success to install on command line. > > (process-package-actions "/var/guix/profiles/per-user/yoshi/guix-profile" #:install '((145722368 "out")) #:upgrade '() #:remove '() #:use-substitutes? #t #:dry-run? #f) > The process begins ... > ERROR: Wrong type to apply: # > > Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue. > > Please tell me the pointer to resolve this issue. Hello, do you use Guix on a foreign system (not GuixSD)? If so, please look at: https://github.com/alezost/guix.el#important-note-for-non-guixsd-users Try the workaround described there and let me know if it works or not. -- Alex