core-x86-64-v3/zlib 1:1.2.12-2.1 seems broken #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi. I have issues compiling guacamole-client if I have core-x86-64-v3/zlib 1:1.2.12-2.1. Installing core/zlib 1:1.2.12-2 resolve the issue.
The npm error log complains about ZipException, I don't know what exactly happens thought:
In any case, thank you very much for your work.
Hi @figue, would you mind opening this over at https://git.harting.dev/ALHP/ALHP.GO? This repo is meant for mirror applications and issues with mirrors in general.
As for the issue itself, after some research, that seems to be a problem with zlib 1.2.12 changing some previously undefined behavior. I'll link to some of these issues/threads I found below. Are you sure you are seeing these build errors with
-2.1
? Since that should have a patch applied which was backported, restoring the old behavior.https://github.com/madler/zlib/issues/613
https://bugs.gentoo.org/836370
https://bugs.archlinux.org/task/74371
Thanks @anonfunc and sorry to post the issue here. I installed 1:1.2.12-2.1 and all seems ok now. Probably my installed version was 1:1.2.12-1.1 but I miscopied...