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

libz-ng-sys 1.1.20 fails to link where 1.1.16 worked #227

Closed
konstin opened this issue Oct 31, 2024 · 1 comment
Closed

libz-ng-sys 1.1.20 fails to link where 1.1.16 worked #227

konstin opened this issue Oct 31, 2024 · 1 comment

Comments

@konstin
Copy link

konstin commented Oct 31, 2024

After upgrading from libz-ng-sys 1.1.16 to 1.1.20, we're getting linker failures on windows both in CI and locally (full log: https://github.com/astral-sh/uv/actions/runs/11598373662/job/32295408945?pr=8703):

          liblibz_ng_sys-3eff2929ed972d5f.rlib(deflate_quick.obj) : error LNK2019: unresolved external symbol __imp_isgraph referenced in function deflate_quick
          liblibz_ng_sys-3eff2929ed972d5f.rlib(trees.obj) : error LNK2001: unresolved external symbol __imp_isgraph
          liblibz_ng_sys-3eff2929ed972d5f.rlib(zutil.obj) : error LNK2019: unresolved external symbol __imp__aligned_free referenced in function zng_zcfree
          liblibz_ng_sys-3eff2929ed972d5f.rlib(zutil.obj) : error LNK2019: unresolved external symbol __imp__aligned_malloc referenced in function zng_zcalloc
          C:\Users\Konsti\projects\uv\target\debug\deps\uv.exe : fatal error LNK1120: 3 unresolved externals
@Byron
Copy link
Member

Byron commented Oct 31, 2024

Closing in favor of #225 .

@Byron Byron closed this as not planned Won't fix, can't repro, duplicate, stale Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants