milouse / flycheck-grammalecte

Fork of flycheck-grammalecte to support Grammalecte v0.6.4+ (Mirror)
https://git.umaneti.net/flycheck-grammalecte/about/
GNU General Public License v3.0
10 stars 3 forks source link

Error: Cannot open load file: No such file or directory, use-package #20

Closed joudinet closed 2 years ago

joudinet commented 2 years ago

Hi, when I tried to install the MELPA version, I got the following error messages:

Compiling file /path/to/.emacs.d/elpa/flycheck-grammalecte-20210705.1656/flycheck-grammalecte.el at Mon May  9 14:44:43 2022
Entering directory ‘/path/to/.emacs.d/elpa/flycheck-grammalecte-20210705.1656/’

Compiling file /path/to/.emacs.d/elpa/flycheck-grammalecte-20210705.1656/grammalecte.el at Mon May  9 14:44:43 2022

Compiling file /path/to/.emacs.d/elpa/flycheck-grammalecte-20210705.1656/test-profile-use-package.el at Mon May  9 14:44:44 2022
test-profile-use-package.el:7:7:Warning: assignment to free variable
    ‘org-startup-folded’
test-profile-use-package.el:13:1:Error: Cannot open load file: No such file or directory, use-package

I'm using GNU Emacs 27.1. Any idea what should I do?

joudinet commented 2 years ago

I fixed it by installing the package use-package before installing flycheck-grammalecte

milouse commented 2 years ago

In fact that test file should not be packaged, this is a bug with melpa recipe I have to fix. Thank you for showing it to me.

milouse commented 2 years ago

Follow up on melpa/melpa#8174

milouse commented 2 years ago

I remove that file in the last version, thus the problem should not occur anymore.