-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 5.0.0 does not contain bin for linux anymore #113
Comments
Therefore also everyone who updated |
Hello, Same here. I don't want to run So we tried to simply install gifsicle package from debian official repo, just a few megs, so great, but gifcicle-bin don't seems to be able to detect it and try to build it, it is a shame : ( There are two solutions:
For now, same we cannot use no more this package. |
This issue affects vercel / now CI too, so that I had to put it under optional dependencies that fail every single time but also I manually pre-build assets locally, before pushing, but that's not ideal. As I am myself a Linux user, if there's anything I can do to provide Linux binaries please let me know, thanks. |
mmh I was courious what the reason for the removal was but as there has not been a reaction on this issue, I am also not sure if the owner would accept a PR.. Also there has not been really a reaction on this PR #106.. |
@janwidmer do you know any valid alternative? my interest is about optimizing already available GIFs and nothing else, to be honest, but I might drop that if there's no alternative, or provide one by myself, that's going to work in common CIs too. |
ah ya that's definitely causing the error of issue #79 . Would be great to re-add, please. |
@WebReflection we ended up installing the build tools to generate the binary by ourselfs in our Gitlab CI image |
Same issue Gulp-image breaks too |
I'm now running into this exact same issue as well (linked over from imagemin/imagemin-gifsicle#40) |
* chore(deps): update dependency hexo-all-minifier to v0.5.5 * temporary fix imagemin/gifsicle-bin#113 Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Jinzhe Zeng <[email protected]>
Just a friendly ping... Any update about this issue ? |
There’s a documented issue in “imagemin-gifsicle” where a recent update (5.0.0) removed the binaries for linux distributions: imagemin/gifsicle-bin#113 This causes it to explode in CI via our direct dependency on image-webpack-loader. The 7.0.0 version of image-webpack-loader relies on version 5 of gifsicle. If we downgrade back to 6.0.0, we get gifsicle 4.0.1 instead, which still has the binaries.
There’s a documented issue in “imagemin-gifsicle” where a recent update (5.0.0) removed the binaries for linux distributions: imagemin/gifsicle-bin#113 This causes it to explode in CI via our direct dependency on image-webpack-loader. The 7.0.0 version of image-webpack-loader relies on version 5 of gifsicle. If we downgrade back to 6.0.0, we get gifsicle 4.0.1 instead, which still has the binaries.
There’s a documented issue in “imagemin-gifsicle” where a recent update (5.0.0) removed the binaries for linux distributions: imagemin/gifsicle-bin#113 This causes it to explode in CI via our direct dependency on image-webpack-loader. The 7.0.0 version of image-webpack-loader relies on version 5 of gifsicle. If we downgrade back to 6.0.0, we get gifsicle 4.0.1 instead, which still has the binaries.
There’s a documented issue in “imagemin-gifsicle” where a recent update (5.0.0) removed the binaries for linux distributions: imagemin/gifsicle-bin#113 This causes it to explode in CI via our direct dependency on image-webpack-loader. The 7.0.0 version of image-webpack-loader relies on version 5 of gifsicle. If we downgrade back to 6.0.0, we get gifsicle 4.0.1 instead, which still has the binaries.
Any progress or response from Imagemin team about this? Seems there are multiple tickets in imagmin projects, but doesn't seem to be any responses about fixes, besides people finding work arounds or downgrading. imagemin/imagemin-gifsicle#37 imagemin/imagemin-gifsicle#32 imagemin/imagemin-gifsicle#40 imagemin/imagemin-gifsicle#45 |
I think this is resolved via #118 |
we'd need a new release of course, but assuming you're talking about 64 bit x86 linux binary this should do the trick. |
@mreinstein thanks for your work. As we use it as part of |
We are using imagemin-gifsicle and therefore gifsicle-bin as part of our build. With the release 5.0.0, the linux bin files got removed. As consequence of that removal, our build does not work anymore on the CI Server. (The build tries to rebuild gifcicle and misses
autoreconf
for that..)Was there a specific reason to update only the windows / mac versions of the bin and removing the linux ones?
Would it be possible to re-add them? There is also an open PR which wanted to update the Linux Version: #106
The text was updated successfully, but these errors were encountered: