From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: emacs-guix error Date: Sat, 26 Jan 2019 22:25:44 +0100 Message-ID: <87sgxft8kn.fsf@elephly.net> References: <20190124002021.jnysyvexgo5mkrcl@WaraToNora> <87fttg8w7u.fsf@gmail.com> <20190126033126.72gz25ksje563r25@WaraToNora> <87lg37cfdh.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 ([209.51.188.92]:32782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gnVSs-00021S-M6 for help-guix@gnu.org; Sat, 26 Jan 2019 16:26:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gnVSr-00028y-J1 for help-guix@gnu.org; Sat, 26 Jan 2019 16:26:10 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21061) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gnVSq-000234-TS for help-guix@gnu.org; Sat, 26 Jan 2019 16:26:09 -0500 In-reply-to: <87lg37cfdh.fsf@gmail.com> 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: Maxim Cournoyer Cc: Alex Kost , help-guix Maxim Cournoyer writes: > Hello, > > Yoshinori Arai writes: > >> On Fri, Jan 25, 2019 at 08:48:21PM +0300, Alex Kost wrote: >>=20=20 >>> Hello, do you use Guix on a foreign system (not GuixSD)? If so, please >>> look at: >>>=20 >>> https://github.com/alezost/guix.el#important-note-for-non-guixsd-users >>>=20 >>> Try the workaround described there and let me know if it works or not. >>>=20 >>> --=20 >>> Alex >> >> Hello, I use both, foreign system and GuixSD. There is problem on GuixSD. >> I followed the link you pointed but I can't recover.=20 > > I'm also experiencing the problem reported earlier: > > --8<---------------cut here---------------start------------->8--- > ,m (emacs-guix) > scheme@(emacs-guix)> (process-package-actions "/var/guix/profiles/per-use= r/mcournoyer/guix-profile" #:install '((62110912 "out")) #:upgrade '() #:re= move '() #: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. > scheme@(emacs-guix) [1]> ,bt > In emacs-guix/actions.scm: > 118:8 1 (process-package-actions "/var/guix/profiles/per-user/mcourn= oyer/guix-profile" #:install _ #:upgrade _ #:remove _ #:use-substitutes? _ = # _) > In unknown file: > 0 (_ #) > scheme@(emacs-guix) [1]> > --8<---------------cut here---------------end--------------->8--- > > Maybe a system reconfigure (daemon update) would fix it -- I haven't > tried it yet. Are you using Guix from a git checkout? In that case you=E2=80=99ll need to recompile as there has been an ABI change. --=20 Ricardo