GNU bug report logs - #77705
[PATCH] gnu: emacs-ess: Fix install path.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Thu, 10 Apr 2025 14:20:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77705: closed ([PATCH] gnu: emacs-ess: Fix install path.)
Date: Mon, 26 May 2025 08:42:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 26 May 2025 09:41:29 +0100
with message-id <87ecwbn4qu.fsf <at> cbaines.net>
and subject line Re: [bug#77705] [PATCH] gnu: emacs-ess: Fix install path.
has caused the debbugs.gnu.org bug report #77705,
regarding [PATCH] gnu: emacs-ess: Fix install path.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
77705: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77705
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: emacs-ess: Fix install path.
Date: Thu, 10 Apr 2025 16:19:04 +0200
* gnu/packages/statistics.scm (emacs-ess): Update to Fix install path.

Packages must be installed under "site-packages/name-version/".

Change-Id: Ifdfbd2ad0d006f9f1cef83230876b9a5656949e3
---

This package installs under "site-packages/", which is wrong.

 gnu/packages/statistics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 55b726c66b..520cad03ec 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -7345,7 +7345,7 @@ (define-public emacs-ess
                "$(MAKE) -C etc install"))))))
     (build-system gnu-build-system)
     (arguments
-     (let ((base-directory "/share/emacs/site-lisp"))
+     (let ((base-directory (string-append "/share/emacs/site-lisp/" "ess-" version)))
        (list
         #:modules '((guix build gnu-build-system)
                     (guix build utils)

base-commit: 07c9a4273152deb128006b5ac2087d5fe30a5927
--
2.49.0



[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org>
Cc: 77705-done <at> debbugs.gnu.org, Cayetano Santos <csantosb <at> inventati.org>
Subject: Re: [bug#77705] [PATCH] gnu: emacs-ess: Fix install path.
Date: Mon, 26 May 2025 09:41:29 +0100
[Message part 4 (text/plain, inline)]
Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/statistics.scm (emacs-ess): Update to Fix install path.
>
> Packages must be installed under "site-packages/name-version/".
>
> Change-Id: Ifdfbd2ad0d006f9f1cef83230876b9a5656949e3
> ---
>
> This package installs under "site-packages/", which is wrong.
>
>  gnu/packages/statistics.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks for the patch, I've pushed this to master as
97d2a336d8ee9eeb4655ec1a6a238e1635e465bc.

Chris
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 21 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.