From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: Re: Weird lint warning Date: Sun, 11 Nov 2018 08:55:42 +0000 Message-ID: References: <5b596849-9d6e-f600-b79b-ad8a2cd0a646@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gLlX9-0003Lb-ON for guix-devel@gnu.org; Sun, 11 Nov 2018 03:56:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gLlX3-0004a5-NA for guix-devel@gnu.org; Sun, 11 Nov 2018 03:55:55 -0500 Received: from mail-it1-x129.google.com ([2607:f8b0:4864:20::129]:40404) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gLlX3-0004Xx-HH for guix-devel@gnu.org; Sun, 11 Nov 2018 03:55:49 -0500 Received: by mail-it1-x129.google.com with SMTP id e11so9246694itl.5 for ; Sun, 11 Nov 2018 00:55:49 -0800 (PST) In-Reply-To: <5b596849-9d6e-f600-b79b-ad8a2cd0a646@riseup.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org, swedebugia Hi! On November 11, 2018 7:21:08 AM UTC, swedebugia = wrote: >$ =2E/pre-inst-env guix lint ufw >guix lint: warning: failed to load '(gnu packages #{=2E#python}#)': >no code for module (gnu packages #{=2E#python}#) > > >Does anyone know what this means? This is caused by temporary files created by Emacs while editing=2E Try sa= ving the modified buffer; the temporary file (and the above warning) should= vanish=2E Maxim