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>

To reply to this bug, email your comments to 77705 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77705; Package guix-patches. (Thu, 10 Apr 2025 14:20:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 10 Apr 2025 14:20:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#77705; Package guix-patches. (Mon, 26 May 2025 08:42:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

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 1 (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)]

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Mon, 26 May 2025 08:42:02 GMT) Full text and rfc822 format available.

Notification sent to Cayetano Santos <csantosb <at> inventati.org>:
bug acknowledged by developer. (Mon, 26 May 2025 08:42:02 GMT) Full text and rfc822 format available.

This bug report was last modified 20 days ago.

Previous Next


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