This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 61
pandoc-citeproc fails on Linux: "Could not find locale data for C-UTF" #420
Comments
What does |
On the GitHub Actions build,
|
Sure, you could export |
dhimmel
added a commit
to dhimmel/manubot
that referenced
this issue
Nov 2, 2019
Solution suggested at jgm/pandoc-citeproc#420 (comment)
traversaro
added a commit
to traversaro/traversaro.github.io
that referenced
this issue
Jan 26, 2020
With workaround for jgm/pandoc-citeproc#420 (comment) .
traversaro
added a commit
to traversaro/traversaro.github.io
that referenced
this issue
Jan 26, 2020
…nt (#1) * Create ghpages.yml * Fix pandoc-citeproc With workaround for jgm/pandoc-citeproc#420 (comment) . * Use source branch to store the conf files * Use Apr iinstead of April as April seems to create problems
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As reported in manubot/manubot#167, calling
pandoc-citeproc --bib2json
on some Linux systems results in the following error:I believe the error is printed by this line of the source code:
pandoc-citeproc/src/Text/CSL/Data.hs
Line 44 in 24fad3f
We have experienced this error on two occasions, both using the version of pandoc-citeproc that is bundled with pandoc 2.7.3:
pandoc-citeproc --bib2json
via a subprocess in python on ubuntu-latest via GitHub Actions. pandoc was installed usingdpkg --install
here. build logpandoc-citeproc --bib2json
via a subprocess in python on linux via AppVeyor. Pandoc was installed via conda here. build logNote that the error does not occur on our Travis CI linux builds nor on local linux builds. So perhaps it has something to do with how locales are set for certain CI-optimized linux distros.
I tried lot's of workarounds in manubot/manubot#136 and couldn't figure out any workarounds for this error. @jgm any suggestions?
The text was updated successfully, but these errors were encountered: