Fork me on GitHub
#babashka-sci-dev
<
2022-03-28
>
borkdude12:03:29

@thiagokokada The static build of clj-kondo is failing, but I don't know why. If you have time, maybe you could take a peek to see if something looks weird?

kokada12:03:20

Can you link the build logs 👀 ?

kokada12:03:45

Just found it

kokada12:03:05

zlib-1.2.11.tar.gz: FAILED
sha256sum: WARNING: 1 computed checksum did NOT match

kokada12:03:02

Probably from here

kokada12:03:10

Now, why the checksum changed?

kokada12:03:22

It shouldn't

kokada12:03:02

Huh... There is a new 1.2.12 release

kokada12:03:07

So this should be updated anyway

kokada12:03:28

It seem they removed the 1.2.11 release:

curl 

<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>

kokada12:03:33

So this makes sense

kokada12:03:50

I can open a PR to bump it to 1.2.12

kokada12:03:08

Also probably it could have returned a better error instead of a checksum mismatch

borkdude12:03:18

Aaah ok thanks!

borkdude12:03:24

Please, PR welcome

borkdude12:03:29

Same probably applies to bb too

borkdude12:03:45

Thanks a lot, you rule!

kokada12:03:41

You rule @U04V15CAJ! I am just trying to help where I can 🙂

❤️ 1
kokada15:03:29

How are those CRCs being calculated :thinking_face: ?

borkdude15:03:41

it seems setup-musl is still using zlib 1.11

borkdude15:03:27

I'll ping Fabio

kokada15:03:55

Yeah, I think it is better to ask GraalVM devs

kokada15:03:11

We can workaround for now by using 1.2.11, but there is a reason that zlib devs removed it from download

kokada15:03:36

It seems that it has some serious bugs: > Due to the bug fixes, any installations of 1.2.11 should be replaced with 1.2.12.

borkdude15:03:14

@thiagokokada Maybe you can try to join here: https://graalvm.slack.com/archives/CN9KSFB40/p1648481789750829 Then we can discuss with the graal team

kokada15:03:14

Not sure how this would help

borkdude15:03:39

All linux pods depend on musl :/

borkdude15:03:14

gonna try it

borkdude16:03:03

Feel free to resolve the conflict by just using yours

borkdude16:03:06

and I'll merge

kokada16:03:20

Fixed the conflict

kokada16:03:25

Just to be clear, I didn't test it

kokada16:03:31

So maybe it is better to wait CI to run

kokada16:03:07

Well, or we can test it on master 😅

kokada16:03:32

Anyway, hope the GraalVM folks eventually update the zlib from their side

kokada16:03:52

BTW, I am trying to access the GraalVM Slack but it seems I can't create an account :thinking_face: ?