From mboxrd@z Thu Jan 1 00:00:00 1970 From: brettg@posteo.net Subject: Re: emacs-guix throwing errors Date: Sat, 06 Apr 2019 02:59:49 +0200 Message-ID: References: <87wokdmnt2.fsf@posteo.net> <871s2h8stb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hCZga-0004ar-Jt for help-guix@gnu.org; Fri, 05 Apr 2019 20:59:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hCZgW-00061x-T6 for help-guix@gnu.org; Fri, 05 Apr 2019 20:59:54 -0400 Received: from mout01.posteo.de ([185.67.36.65]:47415) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hCZgW-0005xM-30 for help-guix@gnu.org; Fri, 05 Apr 2019 20:59:52 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 770B916005E for ; Sat, 6 Apr 2019 02:59:50 +0200 (CEST) In-Reply-To: <871s2h8stb.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: Alex Kost Cc: help-guix On 04.04.2019 21:38, Alex Kost wrote: > Brett Gilio (2019-04-01 16:13 -0500) wrote: >=20 >> Hi all. I am hoping the maintainer of emacs-guix will see this: >=20 > Hello, >=20 >> Whenever I try to search for a package, or perform any of the routine >> guix commands using the emacs-guix interface, I am getting this error. >>=20 >> guix-geiser-eval: Error in evaluating guile expression: ERROR: In=20 >> procedure string-append: >> In procedure string-append: Wrong type (expecting string): >> #< variable: "GHC_PACKAGE_PATH" files: >> ("lib/ghc-8.0.2") separator: ":" file-type: directory file-pattern: >> ".*\\.conf\\.d$"> >>=20 >> The specifics of the string seem to change based on what I am trying=20 >> to >> do, but regardless it does not work and I have to perform those=20 >> commands >> using the command line. >>=20 >> Any ideas? >=20 > No ideas currently, but could you please switch to *Guix Internal REPL* > buffer, run ",bt" command there and show its output. Thanks. Hi Alex, Here is the backtrace for doing a regexp search for 'emacs' scheme@(emacs-guix)> ,bt 10 (eval (#:19:16 ()>)=20 #) In emacs-guix/packages.scm: 793:19 9 (package/output-sexps _ _ _ _ _) In srfi/srfi-1.scm: 679:15 8 (append-map _ _ . _) 592:29 7 (map1 (# =E2=80=A6)) 592:29 6 (map1 (# # # =E2=80=A6)) 592:29 5 (map1 (# =E2=80=A6)) 592:29 4 (map1 (# #<=E2=80=A6> =E2=80=A6)) 592:17 3 (map1 (# =E2=80=A6)) e The backtrace seems to change depending on what I search, here is one=20 for regexp 'python' scheme@(emacs-guix)> ,bt 336 (eval (#:19:16 ()>)=20 #) In emacs-guix/packages.scm: 793:19335 (package/output-sexps _ _ _ _ _) In srfi/srfi-1.scm: 679:15334 (append-map _ _ . _) 592:29333 (map1 (# # =E2= =80=A6)) 592:29332 (map1 (# # # =E2=80=A6)) 592:29331 (map1 (# #=20 # =E2=80=A6)) 592:29330 (map1 (# # # =E2=80=A6)) 592:29329 (map1 (# # # =E2=80=A6)) 592:29328 (map1 (# # # =E2=80=A6)) 592:29327 (map1 (# # # =E2=80=A6)) 592:29326 (map1 (# # # =E2=80=A6)) 592:29325 (map1 (# # # =E2=80=A6)) 592:29324 (map1 (# # # =E2=80=A6)) 592:29323 (map1 (# # # =E2=80=A6)) 592:29322 (map1 (# # #<=E2=80=A6> =E2=80=A6)) 592:29321 (map1 (# # # =E2=80=A6)) 592:29320 (map1 (# # # =E2=80=A6)) 592:29319 (map1 (# # # =E2=80=A6)) I can reproduce this on a fresh install with no emacs configuration. Is=20 anybody else experiencing this issue?