zegervdv / homebrew-zathura

Homebrew formulae to build Zathura on Mac OS X
538 stars 41 forks source link

brew install zathura-pdf-mupdf fails #114

Closed nathanbraun closed 1 year ago

nathanbraun commented 1 year ago

I'm trying to install zathura and set it up with mupdf. However, when trying to install zathura-pdf-mupdf I see:

❯ brew install zathura-pdf-mupdf
==> Downloading https://formulae.brew.sh/api/formula.jws.json
#=#=-  #      #
==> Downloading https://formulae.brew.sh/api/cask.jws.json
#=#=-  #      #
==> Fetching zegervdv/zathura/zathura-pdf-mupdf
==> Downloading https://github.com/pwmt/zathura-pdf-mupdf/archive/0.4.0.tar.gz
Already downloaded: /Users/nathanbraun/Library/Caches/Homebrew/downloads/3c06d886ed06177c2fc08e5c819240344dcea2ea46427e8167cca12a575649c7--zathura-pdf-mupdf-0.4.0.tar.gz
==> Installing zathura-pdf-mupdf from zegervdv/zathura
Error: inreplace failed
meson.build:
  expected replacement of "zathura.get_pkgconfig_variable('plugindir')" with "prefix"

Note this appears to be different from issue #66. Let me know if you need any more info.

mjachi commented 1 year ago

I had this issue as well. In the meantime, poppler worked just fine for me, following the same segment of the documentation.

zegervdv commented 1 year ago

Okay, seems like that upstep did not go well. I'll revert the version for now.

zegervdv commented 1 year ago

To go back to the previous version:

brew rm zathura-pdf-mupdf
brew update
brew install zathura-pdf-mupdf
mjachi commented 1 year ago

Confirming that this is fine for me again.