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
Curl 8.4.0 fails to build because of a checksrc error. File src/.checksrc is missing from release tarball #12084
Comments
Thanks everyone for reporting and fixing. |
@tawmoto From what I see in the latest git commits, a release 8.4.1 is currently being cut, so I would expect "very soon" ;) |
This has not been decided. From my perspective, this is a rather minor build nuisance that might not in itself suffice to make us to a quick patch release. The fact that we work on 8.4.1 now is just because we just shipped 8.4.0 so if we don't merge any feature, the next release will become 8.4.1. But I'm not ruling it out either. |
thank you, Daniel. |
We cannot modify a release, we can only do new releases. |
Building with |
Regression from e5bb88b curl#11958 Bug: curl#11958 (comment) Reported-by: Romain Geissler Fixes curl#12084 Closes curl#12085
I did this
Hi,
See my comments in #11958, it seems that the release tarball for curl 8.4.0 misses the file
src/.checksrc
. When we try to build it from sources, we get this when checksrc is ran:We have downloaded this tarball https://curl.se/download/curl-8.4.0.tar.gz where apparently the newly added file
src/.checksrc
is missing. If we apply this patch to add it back, it works:So... shall there be a new 8.4.1 release with the file included in the tarball ?
Cheers,
Romain
I expected the following
Build works from the official tarball.
curl/libcurl version
curl 8.4.0
operating system
Ubuntu 22.04.
The text was updated successfully, but these errors were encountered: