andras-simonyi / citeproc-el

A CSL 1.0.2 Citation Processor for Emacs.
GNU General Public License v3.0
85 stars 9 forks source link

Error messages on initial installation from melpa #37

Closed fhars closed 3 years ago

fhars commented 3 years ago

I got these error messages when installing citeproc 20210809.1416 from melpa in emacs 26.3 on ubuntu 20.04.2 ("Datei oder Verzeichnis nicht gefunden" is "file not found":

In toplevel form:
citeproc-biblatex.el:28:1:Error: Cannot open load file: Datei oder Verzeichnis nicht gefunden, iso8601

In toplevel form:
citeproc-itemgetters.el:41:1:Error: Cannot open load file: Datei oder Verzeichnis nicht gefunden, iso8601

In toplevel form:
citeproc-test-human.el:36:1:Error: Cannot open load file: Datei oder Verzeichnis nicht gefunden, iso8601

In toplevel form:
citeproc.el:48:1:Error: Cannot open load file: Datei oder Verzeichnis nicht gefunden, iso8601

In toplevel form:
citeproc-org-setup.el:29:1:Error: Cannot open load file: Datei oder Verzeichnis nicht gefunden, iso8601

In toplevel form:
citeproc-org.el:45:1:Error: Cannot open load file: Datei oder Verzeichnis nicht gefunden, iso8601

In toplevel form:
citeproc-biblatex.el:28:1:Error: Cannot open load file: Datei oder Verzeichnis nicht gefunden, iso8601

In toplevel form:
citeproc-itemgetters.el:41:1:Error: Cannot open load file: Datei oder Verzeichnis nicht gefunden, iso8601

In toplevel form:
citeproc-test-human.el:36:1:Error: Cannot open load file: Datei oder Verzeichnis nicht gefunden, iso8601

In toplevel form:
citeproc.el:48:1:Error: Cannot open load file: Datei oder Verzeichnis nicht gefunden, iso8601

Should they happen? Are they important?

andras-simonyi commented 3 years ago

Hello, thanks for reporting this! I used the iso8601 library for parsing BibLaTeX dates, which was apparently only introduced in Emacs 27.1. I switched the code now to the older `parse-time', so the warnings should go away if you update the package to the newest version when it becomes available on Melpa.

andras-simonyi commented 3 years ago

Could you report back whether the changes I've made solved the problem? In the absence of a response I'll consider this fixed and close this issue in 1-2 days.