Source: curl
Version: 8.19.0-1
Tags: upstream, fixed-upstream, patch, ftbfs
Forwarded: https://github.com/curl/curl/pull/20910
Dear maintainer,
When I build curl with parallel=32, the package FTBFS
with the following error:
> test 0459...[config file with argument using whitespace missing quotes]
>
> 459: stderr FAILED:
> --- log/106/check-expected 2026-03-18 08:45:29.006237960 +0000
> +++ log/106/check-generated 2026-03-18 08:45:29.006202062 +0000
> @@ -1,2 +1,2 @@
> -Warning: log/106/config:1 Option 'data' uses argument with unquoted
> whitespace.[CR][LF]
> -Warning: This may cause side-effects. Consider double quotes.[CR][LF]
> +Warning: log/106/config:1 Option 'data' uses argument with unquoted [CR][LF]
> +Warning: whitespace. This may cause side-effects. Consider double
> quotes.[CR][LF]
> ......
>
> FAIL 459: 'config file with argument using whitespace missing quotes' HTTP,
> --config
>
> TESTFAIL: These test cases failed: 459
The reason for this problem is that when the number of
parallel process is high, the number in the path (here
is 106) may become larger than 100, making the line
wrapped at a different position.
This has been fixed by upstream in commit d20fa5cd39de
("test459: switch to mode="warn" for stderr check").
Cheers,
Miao Wang