Skip to content
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

Updated Gloo to version as of 2021-05-21 #5352

Merged
merged 4 commits into from
Sep 1, 2022

Conversation

stemann
Copy link
Contributor

@stemann stemann commented Aug 24, 2022

No description provided.

@stemann
Copy link
Contributor Author

stemann commented Aug 24, 2022

@giordano Is there a trick for linking for *-w64-mingw32 when the linker fails with:

undefined reference to `__imp_gethostname'

https://dev.azure.com/JuliaPackaging/Yggdrasil/_build/results?buildId=21548&view=logs&j=5448dbe0-f2cb-5f4c-78ce-09f571b85d5e&t=c83582e6-d39d-5d80-ebce-b51ed759db33&l=351

I figured out it might be something with linking with ws2_32, but not quite sure which is the semi-elegant way of getting CMake to do the right thing...

@giordano
Copy link
Member

Yes, you need to tell CMake that ws2_32 is also required: #5199 (comment)

@stemann
Copy link
Contributor Author

stemann commented Aug 26, 2022

Getting LibUV errors with x86_64-linux-gnu.

@giordano Could #5366 have done something unexpected to LibUV ?

Now with LibUV_jll v2.0.1+9 :

[06:25:20] /opt/x86_64-linux-gnu/bin/../lib/gcc/x86_64-linux-gnu/5.2.0/../../../../x86_64-linux-gnu/bin/ld: /workspace/destdir/lib/libuv.a(libuv_la-core.o): unrecognized relocation (0x2a) in section `.text'
[06:25:20] /opt/x86_64-linux-gnu/bin/../lib/gcc/x86_64-linux-gnu/5.2.0/../../../../x86_64-linux-gnu/bin/ld: final link failed: Bad value

https://dev.azure.com/JuliaPackaging/Yggdrasil/_build/results?buildId=21648&view=logs&j=4e6b0417-a16f-55e6-e950-5731f735dc51&t=7d926a80-dce3-5582-c49e-981650b9fb74&l=309

Things were all good on Wednesday with LibUV_jll v2.0.1+8
https://dev.azure.com/JuliaPackaging/Yggdrasil/_build/results?buildId=21546&view=logs&j=4e6b0417-a16f-55e6-e950-5731f735dc51&t=7d926a80-dce3-5582-c49e-981650b9fb74

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants