exiftool
is missing IO::Uncompress::Brotli
#195911
Labels
bug
Reproducible Homebrew/homebrew-core bug
exiftool
is missing IO::Uncompress::Brotli
#195911
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Running
exiftool
against a JXL image:What happened (include all command output)?
Warning : Install IO::Uncompress::Brotli to decode Brotli-compressed metadata
What did you expect to happen?
JXL metadata displayed
Notes
Note that the verification doesn't really apply, since a missing dependency in the formula
This is a follow up of the discussion https://github.com/orgs/Homebrew/discussions/5013 and in parts of #192273:
Currently exiftool cant work with JXL metadata out of the box. This is due to missing
IO::Uncompress::Brotli
, this is an optionalperl
dependency.We (the impacted users from the discussion) now propose one of two mitigation possibilities:
IO::Uncompress::Brotli
as part of the installationperl
and add a dependency to Homebreperl
and allow using modules from this installationThe text was updated successfully, but these errors were encountered: