From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brett Gilio Subject: emacs-guix throwing errors Date: Mon, 01 Apr 2019 16:13:29 -0500 Message-ID: <87wokdmnt2.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hB4FL-0003GL-SI for help-guix@gnu.org; Mon, 01 Apr 2019 17:13:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hB4FK-0002vW-PD for help-guix@gnu.org; Mon, 01 Apr 2019 17:13:35 -0400 Received: from mout01.posteo.de ([185.67.36.65]:35317) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hB4FK-0002uC-1E for help-guix@gnu.org; Mon, 01 Apr 2019 17:13:34 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 38D6316005D for ; Mon, 1 Apr 2019 23:13:32 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 44Y4nl1PDmz6tmF for ; Mon, 1 Apr 2019 23:13:30 +0200 (CEST) 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: help-guix Hi all. I am hoping the maintainer of emacs-guix will see this: 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. guix-geiser-eval: Error in evaluating guile expression: ERROR: In 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$"> The specifics of the string seem to change based on what I am trying to do, but regardless it does not work and I have to perform those commands using the command line. Any ideas?