lierdakil / pandoc-crossref

Pandoc filter for cross-references
https://lierdakil.github.io/pandoc-crossref/
GNU General Public License v2.0
936 stars 74 forks source link

pandoc-crossref 0.3.13.0 incompatible with pandoc 2.19.2 on homebrew #367

Open xot opened 1 year ago

xot commented 1 year ago

pandoc-crossref 0.3.13.0 as binary-installed over homebrew appears incompatible with pandoc 2.19.2:

WARNING: pandoc-crossref was compiled with pandoc 2.18 but is being run through 2.19.2. This is not supported. Strange things may (and likely will) happen silently.

This happens even though https://formulae.brew.sh/formula/pandoc-crossref#default says that it depends on panda 2.19.2

lierdakil commented 1 year ago

This is an issue with homebrew, which I can't do anything about on my end. The last time this came up is in #360. Your options are:

I'll hopefully push out a new release in a bit and the issue will temporarily resolve itself, but it's not a long-term solution.

At the rate this comes up, I feel like I need to mention this in the readme.

xot commented 1 year ago

Thank you for the elaborate response, and apologies for barking up the wrong tree. I'll contact homebrew about this.

nealkruis commented 1 year ago

Homebrew is now on 0.3.14.0, which is compatible with pandoc 2.19.2. Maybe this issue can be closed?

xot commented 1 year ago

Not sure. This issue crops up every once in a while, so there apparently is some hidden dependency that isn't always properly caught.

lierdakil commented 1 year ago

Homebrew is now on 0.3.14.0, which is compatible with pandoc 2.19.2. Maybe this issue can be closed?

This will crop up next time homebrew updates pandoc, probably :shrug:

xot commented 1 year ago

I've barked up the home-brew tree and they closed the issue with this:

https://github.com/Homebrew/homebrew-core/commit/825e438f70921d09cc84e120479272e410199142

lierdakil commented 1 year ago

I'm led to believe the fix is harder than this, but maybe I was misinformed. Honestly, no idea how homebrew does its builds. I guess we'll have to wait and see if it helps :shrug:

lierdakil commented 1 year ago

Thanks by the way.