core-x86-64-v3/zlib 1:1.2.12-2.1 seems broken #3

Closed
opened 2022-04-24 13:22:52 +02:00 by figue · 2 comments

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:

[INFO] ERROR in closure-compiler: java.util.zip.ZipException: invalid entry CRC (expected 0x4e1f14a4 but got 0xb1e0eb5b)
[INFO] 	at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:408)
[INFO] 	at java.util.zip.ZipInputStream.read(ZipInputStream.java:197)
[INFO] 	at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:141)
[INFO] 	at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:119)
[INFO] 	at com.google.javascript.jscomp.AbstractCommandLineRunner.getBuiltinExterns(AbstractCommandLineRunner.java:483)
[INFO] 	at com.google.javascript.jscomp.CommandLineRunner.createExterns(CommandLineRunner.java:2065)
[INFO] 	at com.google.javascript.jscomp.AbstractCommandLineRunner.doRun(AbstractCommandLineRunner.java:1147)
[INFO] 	at com.google.javascript.jscomp.AbstractCommandLineRunner.run(AbstractCommandLineRunner.java:532)
[INFO] 	at com.google.javascript.jscomp.CommandLineRunner.main(CommandLineRunner.java:2223)

In any case, thank you very much for your work.

Hi. I have issues compiling [guacamole-client](https://aur.archlinux.org/packages/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: ``` [INFO] ERROR in closure-compiler: java.util.zip.ZipException: invalid entry CRC (expected 0x4e1f14a4 but got 0xb1e0eb5b) [INFO] at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:408) [INFO] at java.util.zip.ZipInputStream.read(ZipInputStream.java:197) [INFO] at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:141) [INFO] at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:119) [INFO] at com.google.javascript.jscomp.AbstractCommandLineRunner.getBuiltinExterns(AbstractCommandLineRunner.java:483) [INFO] at com.google.javascript.jscomp.CommandLineRunner.createExterns(CommandLineRunner.java:2065) [INFO] at com.google.javascript.jscomp.AbstractCommandLineRunner.doRun(AbstractCommandLineRunner.java:1147) [INFO] at com.google.javascript.jscomp.AbstractCommandLineRunner.run(AbstractCommandLineRunner.java:532) [INFO] at com.google.javascript.jscomp.CommandLineRunner.main(CommandLineRunner.java:2223) ``` In any case, thank you very much for your work.
Owner

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

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
Author

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...

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...
figue closed this issue 2022-04-25 13:45:36 +02:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ALHP/alhp-mirrorlist#3
No description provided.