GNU bug report logs - #61127
[PATCH 0/1] gnu: emacs-sqlite3-api: Broken sqlite3.el.

Previous Next

Package: guix-patches;

Reported by: Fredrik Salomonsson <plattfot <at> posteo.net>

Date: Sat, 28 Jan 2023 22:54:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61127 in the body.
You can then email your comments to 61127 AT debbugs.gnu.org in the normal way.

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#61127; Package guix-patches. (Sat, 28 Jan 2023 22:54:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Fredrik Salomonsson <plattfot <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 28 Jan 2023 22:54:02 GMT) Full text and rfc822 format available.

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

From: Fredrik Salomonsson <plattfot <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Fredrik Salomonsson <plattfot <at> posteo.net>
Subject: [PATCH 0/1] gnu: emacs-sqlite3-api: Broken sqlite3.el.
Date: Sat, 28 Jan 2023 22:53:42 +0000
Incorrect call to emacs-substitute-sexps caused it to genarate a string
instead of a call to load-module in sqlite3.el. Resulted in a broken
emacs-sqlite3-api package.
 
Fredrik Salomonsson (1):
  gnu: emacs-sqlite3-api: Broken sqlite3.el.

 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 1bed1d848166a4081051b4e87a5ec4942ddb3397
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61127; Package guix-patches. (Sat, 28 Jan 2023 22:58:02 GMT) Full text and rfc822 format available.

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

From: Fredrik Salomonsson <plattfot <at> posteo.net>
To: 61127 <at> debbugs.gnu.org
Cc: Fredrik Salomonsson <plattfot <at> posteo.net>
Subject: [PATCH 1/1] gnu: emacs-sqlite3-api: Broken sqlite3.el.
Date: Sat, 28 Jan 2023 22:57:12 +0000
* gnu/packages/emacs-xyz.scm (emacs-sqlite3-api)[arguments]<#:phases>: Correct
emacs-substitute-sexps arguments.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ad3603b205..1ca1d44639 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6922,8 +6922,8 @@ (define-public emacs-sqlite3-api
               (make-file-writable "sqlite3.el")
               (emacs-substitute-sexps "sqlite3.el"
                 ("(require 'sqlite3-api nil t)"
-                 (string-append
-                  "(module-load \"" #$output "/lib/sqlite3-api.so\")")))))
+                 `(module-load
+                   ,(string-append #$output "/lib/sqlite3-api.so"))))))
           (add-before 'check 'build-emacs-module
             (lambda _
               ;; Remove code that fetches constants from the SQLite website
-- 
2.39.1





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sun, 29 Jan 2023 14:47:02 GMT) Full text and rfc822 format available.

Notification sent to Fredrik Salomonsson <plattfot <at> posteo.net>:
bug acknowledged by developer. (Sun, 29 Jan 2023 14:47:02 GMT) Full text and rfc822 format available.

Message #13 received at 61127-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Fredrik Salomonsson <plattfot <at> posteo.net>
Cc: 61127-done <at> debbugs.gnu.org
Subject: Re: [bug#61127] [PATCH 1/1] gnu: emacs-sqlite3-api: Broken sqlite3.el.
Date: Sun, 29 Jan 2023 15:45:50 +0100
Hello,

Fredrik Salomonsson <plattfot <at> posteo.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-sqlite3-api)[arguments]<#:phases>: Correct
> emacs-substitute-sexps arguments.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 27 Feb 2023 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 52 days ago.

Previous Next


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