conda-forge / poppler-feedstock

A conda-smithy repository for poppler.
BSD 3-Clause "New" or "Revised" License
22 stars 16 forks source link

poppler v24.03.0 #157

Closed Fdawgs closed 8 months ago

Fdawgs commented 8 months ago

Checklist

conda-forge-webservices[bot] commented 8 months ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

Fdawgs commented 8 months ago

@conda-forge-admin, please rerender

pkgw commented 8 months ago

On the failed OSX builds there are a bunch of messages about clang-format but it doesn't look like they're the real issue. Error is:

cd $SRC_DIR/utils && xgettext --keyword=_ --language=c++ --package-name=pdfsig --output-dir=po --output=pdfsig.pot pdfsig.cc
dyld: Library not loaded: @rpath/libintl.8.dylib
  Referenced from: $PREFIX/bin/xgettext
  Reason: Incompatible library version: xgettext requires version 12.0.0 or later, but libintl.8.dylib provides version 10.0.0
/bin/sh: line 1: 16682 Abort trap: 6           xgettext --keyword=_ --language=c++ --package-name=pdfsig --output-dir=po --output=pdfsig.pot pdfsig.cc
xhochy commented 8 months ago

The failure was due to a broken glib package. A rerun fixed it.