test459: switch to mode="warn" for stderr check - #20910
Closed
bagder wants to merge 1 commit into
Closed
Conversation
In a -j192 build, this output used a three-digit number for the output, thus wrapping differently and causing it to error. Reported-by: Carlos Henrique Lima Melara
bagder
marked this pull request as ready for review
March 12, 2026 15:45
vszakats
added a commit
that referenced
this pull request
Mar 17, 2026
- document building curl with CMake. - mention all supported forks in the OpenSSL section. Delete dedicated quictls section. - add TLS-backend pkgconfig dir to `PKG_CONFIG_PATH` for correctness. OpenSSL-based ones often work without this, by finding system `openssl.pc`. For GnuTLS and wolfSSL this has a lesser chance. Best to point to them explicitly. (configure may technically be able to do this automatically, but it isn't implemented.) - use `--with-ngtcp2=<path>` again, where possible. GnuTLS is the exception, pending fix in #20910. Same for BoringSSL, but not documented in `HTTP3.md`. - replace `<somewhereN>` with `/path/to/depname` for clarity. - move `LDFLAGS` after `./configure` for curl, to match dep builds. - move `--with-ngtcp2` next to the TLS-backend option. Follow-up to 1e3c2be #20926 Follow-up to 3c64ffa #18415 #18188 Cherry-picked from #20920 Closes #20947
outcast36
pushed a commit
to greearb/curl
that referenced
this pull request
Jun 3, 2026
In a -j192 build, this output used a three-digit number for the output, thus wrapping differently and causing it to error. Reported-by: Carlos Henrique Lima Melara Closes curl#20910
outcast36
pushed a commit
to greearb/curl
that referenced
this pull request
Jun 3, 2026
- document building curl with CMake. - mention all supported forks in the OpenSSL section. Delete dedicated quictls section. - add TLS-backend pkgconfig dir to `PKG_CONFIG_PATH` for correctness. OpenSSL-based ones often work without this, by finding system `openssl.pc`. For GnuTLS and wolfSSL this has a lesser chance. Best to point to them explicitly. (configure may technically be able to do this automatically, but it isn't implemented.) - use `--with-ngtcp2=<path>` again, where possible. GnuTLS is the exception, pending fix in curl#20910. Same for BoringSSL, but not documented in `HTTP3.md`. - replace `<somewhereN>` with `/path/to/depname` for clarity. - move `LDFLAGS` after `./configure` for curl, to match dep builds. - move `--with-ngtcp2` next to the TLS-backend option. Follow-up to 1e3c2be curl#20926 Follow-up to 3c64ffa curl#18415 curl#18188 Cherry-picked from curl#20920 Closes curl#20947
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In a -j192 build, this output used a three-digit number for the output, thus wrapping differently and causing it to error.
Reported-by: Carlos Henrique Lima Melara