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
Test 1014 failure on FreeBSD 6.2 #12125
Labels
Comments
jay
added a commit
to jay/curl
that referenced
this issue
Oct 15, 2023
- Add 'threadsafe' to the feature list shown during build if POSIX threads are being used. This is a follow-up to 5adb600 which added support for building a thread-safe libcurl with older versions of gcc where atomic is not available but pthread is. Reported-by: Dan Fandrich Fixes curl#12125 Closes #xxxx
Please try #12127 in autotools and cmake and see if it says threadsafe in the build results |
jay
added a commit
to jay/curl
that referenced
this issue
Oct 15, 2023
- Add 'threadsafe' to the feature list shown during build if POSIX threads are being used. This is a follow-up to 5adb600 which added support for building a thread-safe libcurl with older versions of gcc where atomic is not available but pthread is. Reported-by: Dan Fandrich Fixes curl#12125 Closes #xxxx
jay
added a commit
to jay/curl
that referenced
this issue
Oct 16, 2023
- Add 'threadsafe' to the feature list shown during build if POSIX threads are being used. This is a follow-up to 5adb600 which added support for building a thread-safe libcurl with older versions of gcc where atomic is not available but pthread is. Reported-by: Dan Fandrich Fixes curl#12125 Closes #xxxx
zuoxiaofeng
pushed a commit
to zuoxiaofeng/curl
that referenced
this issue
Nov 28, 2023
- Add 'threadsafe' to the feature list shown during build if POSIX threads are being used. This is a follow-up to 5adb600 which added support for building a thread-safe libcurl with older versions of gcc where atomic is not available but pthread is. Reported-by: Dan Fandrich Co-authored-by: Dan Fandrich Fixes curl#12125 Closes curl#12127
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did this
This test failues to to curl reporting
threadsafe
but notcurl-config
The configure test
checking for stdatomic.h
returnsno
, which is correct—it doesn't exist. However,pthread.h
does exist.This may be related to #12090.
I expected the following
No test errors.
curl/libcurl version
curl-8.4.0-dev
operating system
FreeBSD 6.2 i386
The text was updated successfully, but these errors were encountered: