unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Gregor Kling <gregor.kling@its.thm.de>
Cc: emacs-devel@gnu.org
Subject: Re: emacsql-sqlite-builtin
Date: Thu, 2 Feb 2023 10:11:14 +0100	[thread overview]
Message-ID: <2af088f6-ba47-b2be-2870-511e9d20bf56@its.thm.de> (raw)
In-Reply-To: <87y1phpfef.fsf@tcd.ie>

[-- Attachment #1: Type: text/plain, Size: 1915 bytes --]

On 01.02.23 16:35, Basil L. Contovounesios wrote:
> Gregor Kling [2023-02-01 13:21 +0100] wrote:
> 
>> On 01.02.23 12:10, Basil L. Contovounesios wrote:
>>
>>> What versions do you have installed?
>>
>>   Status: Installed in ‘emacsql-3.1.1/’ (unsigned).
> 
> This looks like the version from MELPA Stable.
> 
>>   Status: Installed in ‘emacsql-sqlite-builtin-20221127.2146/’ (unsigned).
> 
> And this like the version from MELPA.
> 
> This seems like a likely culprit, because the emacsql-connection class
> changed between these versions.
> 
> What is your value of package-archives?
> 
> I suggest making sure all your EmacSQL packages are installed from the
> same archive:
> 
>    either https://elpa.nongnu.org/nongnu-devel/
>        or https://melpa.org/packages/
> 
> This should ensure that their versions are mutually consistent.
>  > If different versions of the same package exist in different archives,
> you can tell Emacs precisely where to get different packages from by
> customising the user options package-archive-priorities and
> package-pinned-packages.

In the aftermath this would have been better placed in
help-gnu-emacs because of lack of knowledge.

Nevertheless, thanks Basil, for breaking the tie.

(setq package-archives
       '(("GNU ELPA"     . "https://elpa.gnu.org/packages/")
         ("nongnu"       . "https://elpa.nongnu.org/nongnu/")
         ("nongnu-devel" . "https://elpa.nongnu.org/nongnu-devel/"))
       package-archive-priorities
       '(("GNU ELPA"     . 10)
         ("nongnu"       . 8)
         ("nongnu-devel" . 6))
(setq package-pinned-packages
       '(("emacsql-sqlite-builtin" . "nongnu-devel")))

has solved the issue.

-- 
Gregor Kling

Abteilung ITS, Sachgebiet ITS-N
Anwendungsentwicklung (IPAM, Tooling, Automation)
DNS, DHCP
Technische Hochschule Mittelhessen
University of Applied Sciences
Tel: 0641/309-1292
E-Mail: gregor.kling@its.thm.de


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4735 bytes --]

  parent reply	other threads:[~2023-02-02  9:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-31 11:10 emacsql-sqlite-builtin Gregor Kling
2023-01-31 14:09 ` emacsql-sqlite-builtin Eli Zaretskii
2023-01-31 21:04   ` emacsql-sqlite-builtin Tim Cross
2023-02-01  6:00     ` emacsql-sqlite-builtin Richard Kim
2023-02-22 20:53       ` emacsql-sqlite-builtin c.buhtz
2023-02-01  8:00     ` emacsql-sqlite-builtin Gregor Kling
2023-02-01 11:10       ` emacsql-sqlite-builtin Basil L. Contovounesios
2023-02-01 12:21         ` emacsql-sqlite-builtin Gregor Kling
2023-02-01 15:35           ` emacsql-sqlite-builtin Basil L. Contovounesios
2023-02-02  3:45             ` emacsql-sqlite-builtin Richard Kim
2023-02-02  9:11             ` Gregor Kling [this message]
2023-02-01 12:38       ` emacsql-sqlite-builtin Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2af088f6-ba47-b2be-2870-511e9d20bf56@its.thm.de \
    --to=gregor.kling@its.thm.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).