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

The ngtcp2-gnutls CI build is broken #6493

Closed
bagder opened this issue Jan 19, 2021 · 1 comment
Closed

The ngtcp2-gnutls CI build is broken #6493

bagder opened this issue Jan 19, 2021 · 1 comment
Labels
build CI Continuous Integration HTTP/3 h3 or quic related

Comments

@bagder
Copy link
Member

bagder commented Jan 19, 2021

See build log from current master. It has been broken for a while now (a few days?)

The curl configure output ends like this:

checking for pkg-config... (cached) /usr/bin/pkg-config
checking for libnghttp2 options with pkg-config... found
configure: -l is -lnghttp2
configure: -I is -I/usr/local/include
configure: -L is -L/usr/local/lib
checking for nghttp2_session_set_local_window_size in -lnghttp2... yes
checking nghttp2/nghttp2.h usability... yes
checking nghttp2/nghttp2.h presence... yes
checking for nghttp2/nghttp2.h... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for libngtcp2 options with pkg-config... found
configure: -l is -lngtcp2
configure: -I is -I/home/travis/ngbuild/include
configure: -L is -L/home/travis/ngbuild/lib
checking for ngtcp2_conn_client_new in -lngtcp2... yes
checking ngtcp2/ngtcp2.h usability... yes
checking ngtcp2/ngtcp2.h presence... yes
checking for ngtcp2/ngtcp2.h... yes
configure: Added /home/travis/ngbuild/lib to CURL_LIBRARY_PATH
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for libngtcp2_crypto_gnutls options with pkg-config... no
configure: error: --with-ngtcp2 was specified but could not find ngtcp2_crypto_gnutls pkg-config file.
@bagder bagder added build HTTP/3 h3 or quic related CI Continuous Integration labels Jan 19, 2021
@bagder
Copy link
Member Author

bagder commented Jan 19, 2021

@ueno, any idea what it is?

bagder added a commit that referenced this issue Jan 21, 2021
it permafails right now and I don't know why

Avoids #6493
@bagder bagder closed this as completed in b371d26 Jan 22, 2021
@curl curl deleted a comment from nardl Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build CI Continuous Integration HTTP/3 h3 or quic related
Development

Successfully merging a pull request may close this issue.

1 participant