all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Philip Kaludercic <philipk@posteo.net>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: North Year <ny-ml@outlook.com>,  Visuwesh <visuweshm@gmail.com>,
	 Okamsn <okamsn@protonmail.com>,
	 emacs-devel@gnu.org
Subject: Re: Adding the `prescient` packages to NonGNU ELPA?
Date: Sat, 17 Dec 2022 16:24:23 +0000	[thread overview]
Message-ID: <87iliavw08.fsf@posteo.net> (raw)
In-Reply-To: <87pmcivwrq.fsf@posteo.net> (Philip Kaludercic's message of "Sat,  17 Dec 2022 17:07:53 +0100")

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

Philip Kaludercic <philipk@posteo.net> writes:

> Stefan Monnier <monnier@iro.umontreal.ca> writes:
>
>>> The only issue I can think about is if later on someone else wants to
>>> add a package that depends on a specific "sub-package", and they find
>>> themselves in a conflict specifying their dependency list, in case this
>>> hypothetical package is to be distributed both via ELPA and MELPA.
>>
>> Not our problem?
>
> So let it be written, so let it be done.
>
> I will prepare the package with everything bundled into a single
> package, and see if that works out.

As I had suspected, the main issue is that byte-compilation fails:

--8<---------------cut here---------------start------------->8---
make -k packages/prescient
Byte compiling packages/prescient/company-prescient.el
Error loading autoloads: (file-missing Cannot open load file No such file or directory /home/philip/Source/nongnu/packages/elfeed/elfeed-autoloads)

In toplevel form:
packages/prescient/company-prescient.el:29:2: Error: Cannot open load file: No such file or directory, company
make: *** [GNUmakefile:119: packages/prescient/company-prescient.elc] Error 1
Byte compiling packages/prescient/corfu-prescient.el
Error loading autoloads: (file-missing Cannot open load file No such file or directory /home/philip/Source/nongnu/packages/elfeed/elfeed-autoloads)

In toplevel form:
packages/prescient/corfu-prescient.el:27:2: Error: Cannot open load file: No such file or directory, corfu
make: *** [GNUmakefile:119: packages/prescient/corfu-prescient.elc] Error 1
Byte compiling packages/prescient/ivy-prescient.el
Error loading autoloads: (file-missing Cannot open load file No such file or directory /home/philip/Source/nongnu/packages/elfeed/elfeed-autoloads)

In toplevel form:
packages/prescient/ivy-prescient.el:32:2: Error: Cannot open load file: No such file or directory, ivy
make: *** [GNUmakefile:119: packages/prescient/ivy-prescient.elc] Error 1
Byte compiling packages/prescient/selectrum-prescient.el
Error loading autoloads: (file-missing Cannot open load file No such file or directory /home/philip/Source/nongnu/packages/elfeed/elfeed-autoloads)

In toplevel form:
packages/prescient/selectrum-prescient.el:27:2: Error: Cannot open load file: No such file or directory, selectrum
make: *** [GNUmakefile:119: packages/prescient/selectrum-prescient.elc] Error 1
Byte compiling packages/prescient/vertico-prescient.el
Error loading autoloads: (file-missing Cannot open load file No such file or directory /home/philip/Source/nongnu/packages/elfeed/elfeed-autoloads)

In toplevel form:
packages/prescient/vertico-prescient.el:29:2: Error: Cannot open load file: No such file or directory, vertico
make: *** [GNUmakefile:119: packages/prescient/vertico-prescient.elc] Error 1
make: Target 'packages/prescient' not remade because of errors.
--8<---------------cut here---------------end--------------->8---

But I guess this can be resolved upstream, if there is an interest.
Other than that, the tarball has a lot of administrative files.  I'd
recommend adding an .elpaignore:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-.elpaignore-Ignore-administrative-files.patch --]
[-- Type: text/x-diff, Size: 503 bytes --]

From 263d6101bb66216a62928cff5490ea05770b1397 Mon Sep 17 00:00:00 2001
From: Philip Kaludercic <philipk@posteo.net>
Date: Sat, 17 Dec 2022 17:24:04 +0100
Subject: [PATCH] * .elpaignore: Ignore administrative files

---
 .elpaignore | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 .elpaignore

diff --git a/.elpaignore b/.elpaignore
new file mode 100644
index 0000000000..cf3e7575c2
--- /dev/null
+++ b/.elpaignore
@@ -0,0 +1,5 @@
+Dockerfile
+.github
+Makefile
+scripts
+stub
-- 
2.35.1


  reply	other threads:[~2022-12-17 16:24 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-20  3:27 Adding the `prescient` packages to NonGNU ELPA? Okamsn
2022-11-20  9:24 ` Philip Kaludercic
2022-11-20 11:23   ` Stefan Kangas
2022-11-20 15:19     ` Stefan Monnier
2022-11-20 15:41       ` Philip Kaludercic
2022-11-21 21:17         ` Richard Stallman
2022-11-22 13:53           ` Akib Azmain Turja
2022-11-23 23:12             ` okamsn
2022-11-26  0:50               ` Richard Stallman
2022-11-20 17:10   ` Visuwesh
2022-11-20 18:39     ` Stefan Monnier
2022-12-16  9:41     ` North Year
2022-12-16 19:25       ` Philip Kaludercic
2022-12-17  3:28         ` Stefan Monnier
2022-12-17  9:17           ` Philip Kaludercic
2022-12-17 15:52             ` Stefan Monnier
2022-12-17 16:07               ` Philip Kaludercic
2022-12-17 16:24                 ` Philip Kaludercic [this message]
2022-12-17 18:01                   ` Okamsn
2022-12-17 18:08                     ` Philip Kaludercic
2022-12-17 18:39                     ` Stefan Monnier
2022-12-20  1:32                       ` Okamsn
2022-12-20  3:10                         ` Stefan Monnier
2022-11-20 17:42   ` Okamsn
2022-12-05  0:27     ` Okamsn
2022-12-05 15:21       ` Stefan Monnier
2022-12-09  3:58         ` Okamsn
2022-12-09 15:08           ` Stefan Monnier
2022-12-09 15:27             ` Philip Kaludercic
2022-12-10  4:10             ` Richard Kim
2022-12-10 15:12               ` Stefan Monnier
2022-12-10 16:38                 ` Richard Kim
2022-12-10 17:44                   ` Stefan Monnier
2022-12-05 17:21       ` Philip Kaludercic
2022-12-16  2:04         ` Okamsn
2022-12-16 19:26           ` Philip Kaludercic
2022-11-22 15:41   ` Jonas Bernoulli
2022-11-22 21:09     ` Stefan Monnier
2022-11-23  9:56       ` Jonas Bernoulli
2022-11-23 12:33         ` Stefan Monnier

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

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

  git send-email \
    --in-reply-to=87iliavw08.fsf@posteo.net \
    --to=philipk@posteo.net \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=ny-ml@outlook.com \
    --cc=okamsn@protonmail.com \
    --cc=visuweshm@gmail.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.