-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
zlib 1.2.12 fails to compile #608
Comments
Someone reported this downstream in Gentoo too and I think it's a consequence of the misdetection of CC (which in some cases forces a static build even when not requested, and then the rest of the assumptions in the build may not hold). Their report was for a 32-bit multilib build on amd64 though, but the CC issue is going to crop up in lots of configurations. The rest of the script then cascades down a bad path because it's convinced it's not GCC or a GCC-like compiler. Does #607 help? It might be another issue of course though. |
Yes, #607 also solves both the |
Yeah, I saw that too on a plain x86_64 system which does set CC. And #607 does indeed help. |
See 05796d3 . |
I'm reasonably certain this was to work around something like this: madler/zlib#608
I'm reasonably certain this was to work around something like this: madler/zlib#608
I'm reasonably certain this was to work around something like this: madler/zlib#608
When updating alpine linux to 1.2.12 I got this compile error:
I can work around it by adding
-fPIC
, but I wonder if that is the correct fix?There seems also to be a few new symbols introduced in the shared library
libz.so.1.2.12
:Not sure that was intentional or not.
The text was updated successfully, but these errors were encountered: