From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: warning: could not locate elisp directory under `/gnu/store/...` Date: Tue, 24 Apr 2018 19:48:27 +0300 Message-ID: <8736zkzh2c.fsf@gmail.com> References: <87lgdxskj2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fB17J-0006Ga-BH for help-guix@gnu.org; Tue, 24 Apr 2018 12:48:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fB17G-0003Ey-8c for help-guix@gnu.org; Tue, 24 Apr 2018 12:48:33 -0400 Received: from mail-lf0-x22f.google.com ([2a00:1450:4010:c07::22f]:45896) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fB17F-0003Dr-V8 for help-guix@gnu.org; Tue, 24 Apr 2018 12:48:30 -0400 Received: by mail-lf0-x22f.google.com with SMTP id q5-v6so21299408lff.12 for ; Tue, 24 Apr 2018 09:48:29 -0700 (PDT) In-Reply-To: <87lgdxskj2.fsf@gmail.com> (Pierre Neidhardt's message of "Sun, 08 Apr 2018 22:27:53 +0530") 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: Pierre Neidhardt Cc: help-guix Pierre Neidhardt (2018-04-08 22:27 +0530) wrote: Hello, Pierre! > I'm down to write my first Emacs package declaration (attached). > It seems quite straightforward and yet it fails to byte-compile: [...] > What am I missing? Probably nothing. I have just tried your package recipe and *.el files have been successfully compiled for me (on the latest guix checkout). I noticed there were multiple changes in the 'emacs-build-system' lately, so perhaps you just tried to build your package in a "wrong" time :-) So I think your package is OK. Could you just do "guix pull" and rebuild it? -- Alex