image_optim_pack icon indicating copy to clipboard operation
image_optim_pack copied to clipboard

No pack for this OS and/or ARCH, check verbose output

Open andrewkendall opened this issue 1 year ago • 1 comments

I've been seeing a lot of output from my logs since recent versions.

No pack for this OS and/or ARCH, check verbose output

Rolling back to 0.10.1.20240317 seems to have fixed.

This is on Rocky Linux 8 updated to the latest version.

Anyone else seeing similar?

andrewkendall avatar Jun 27 '24 22:06 andrewkendall

Must be caused by switching to building using container.

Running following should show the problem

(
set -x

vendor/darwin-x86_64/advpng --version
vendor/darwin-x86_64/gifsicle --version
vendor/darwin-x86_64/jhead -V
vendor/darwin-x86_64/jpeg-recompress -V
vendor/darwin-x86_64/jpegoptim --version
vendor/darwin-x86_64/jpegtran -v -
vendor/darwin-x86_64/optipng --version
vendor/darwin-x86_64/oxipng --version
vendor/darwin-x86_64/pngcrush -version
vendor/darwin-x86_64/pngout
vendor/darwin-x86_64/pngquant --version
)

toy avatar Jun 30 '24 15:06 toy

@toy I got the same issue trying to upgrade past 0.10 and debugged it further. I believe I may have found the cause, at least for me, which I documented in #29.

Umofomia avatar Jan 30 '25 17:01 Umofomia

@andrewkendall Please reopen if version 0.11.2 doesn't resolve the problem

toy avatar Jan 30 '25 23:01 toy