-
Notifications
You must be signed in to change notification settings - Fork 37
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
Compilation fails #18
Comments
Maybe related to imagemin/jpegtran-bin#83 |
Likewise issues with this plugin using node-alpine docker image. |
I believe this might have to do with Sourceforge being down. |
@naseem-qadium @armpogart Were you able to resolve this issue? I am seeing it again in the last 48 hours, but not as recently as 3 days ago on the same build. |
I am seeing this failure in an Alpine Linux 3.7 container. node 8.9.3 |
I'm also seeing this. Latest node:alpine image. |
@accnops Was it working for you previously and recently started failing? |
@stevenscg, that's exactly what I'm experiencing. Nothing changed, and now it fails. |
Same here on node:8-alpine |
We're seeing the same issue today. It appears the binary isn't building correctly for alpine during |
This is definitely because of the SourceForge outage :/ (for the sake of clarity, that I'd recomend thumbsuping imagemin/optipng-bin#94 so that this is at least more apparent when it occurs. |
I opened a PR to resolve this: imagemin/optipng-bin#95, please give it a 👍! |
Thanks @bericp1 and @dylansmith! I added thumbsup and subscribed to both of those. Pretty nasty failure mode. |
@stevenscg yep, same issue now, it was resolved before that. I think it was just SourceForge problem as it resolved by itself a couple of days later. And now again my build are failing. |
I think this is more of a |
Any other alternative to download it for alpine precompiled? |
We are using
gulp-imagemin
but this issue is related exactly to jpegtran. We have a build system running in docker container and base onnode:alpine
, recently it started to fail. The minimal case to replicate the problem.docker run -it node:alpine /bin/sh
Install some build dependencies
apk add --update --no-cache make g++ automake autoconf libtool nasm libpng-dev
npm install optipng-bin
We get following output that is worth mentioning
Previously it was running ok on the same build system. I can't say exactly when it first started to fail as I was using cache and I have noticed the problem after cleaning the cache.
The text was updated successfully, but these errors were encountered: