You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My unrelated documentation-only commit 32b8c63 lead to a GitHub Action failure:
/usr/bin/ld: rpki_client-http.o: in function `http_handle':
http.c:(.text+0x13aa): undefined reference to `inflate'
/usr/bin/ld: http.c:(.text+0x19a6): undefined reference to `inflateReset'
/usr/bin/ld: http.c:(.text+0x19b8): undefined reference to `inflateEnd'
/usr/bin/ld: rpki_client-http.o: in function `http_free':
http.c:(.text+0x1f87): undefined reference to `inflateEnd'
/usr/bin/ld: rpki_client-http.o: in function `http_read':
http.c:(.text+0x2a9a): undefined reference to `inflateInit2_'
/usr/bin/ld: rpki_client-http.o: in function `http_done':
http.c:(.text+0x4113): undefined reference to `inflateReset'
/usr/bin/ld: http.c:(.text+0x4125): undefined reference to `inflateEnd'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Looks like zlib is a new dependency and should make it into configure etc.?
The text was updated successfully, but these errors were encountered:
My unrelated documentation-only commit 32b8c63 lead to a GitHub Action failure:
Looks like zlib is a new dependency and should make it into
configure
etc.?The text was updated successfully, but these errors were encountered: