-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
dist: drop duplicate entry from CMAKE_DIST
#17012
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
Closed
Closed
Conversation
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
A new kind of recurring failure that started in the last couple of day: AM openssl !ipv6 !--libcurl:
https://github.com/curl/curl/actions/runs/14378524385/job/40318328714?pr=17012#step:41:3789 → #17014 Also, a combination of gcc + xcode is broken again. |
https://github.com/curl/curl/actions/runs/14378524390/job/40316589059?pr=17012#step:7:169 |
This comment was marked as duplicate.
This comment was marked as duplicate.
vszakats
added a commit
that referenced
this pull request
Apr 10, 2025
Add workaround for an issue related to the gcc "hacklayer" after the GitHub macos-15-arm64 runner bumped to 20250408.1231. Fixes: ``` configure:5175: gcc-13 -o conftest --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -w conftest.c >&5 In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/_stdio.h:71, from /opt/homebrew/Cellar/gcc@13/13.3.0/lib/gcc/13/gcc/aarch64-apple-darwin24/13/include-fixed/stdio.h:75, from conftest.c:9: /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/_stdio.h: In function 'fmemopen': /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/_stdio.h:457:107: error: expected declaration specifiers before '__API_AVAILABLE_GET_MACRO_93585900' 457 | FILE *fmemopen(void * __restrict __buf _LIBC_SIZE(__size), size_t __size, const char * __restrict __mode) __API_AVAILABLE(macos(10.13), ios(11.0), tvos(11.0), watchos(4.0)); | ^~~~~~~~~~~~~~~ ``` Ref: https://github.com/curl/curl/actions/runs/14378524390/job/40316589059?pr=17012#step:7:169 Assisted-by: Bo Anderson Bug: #17012 (comment) Bug: Homebrew/homebrew-core#194778 (comment) Closes #17017
nbaws
pushed a commit
to nbaws/curl
that referenced
this pull request
Apr 26, 2025
nbaws
pushed a commit
to nbaws/curl
that referenced
this pull request
Apr 26, 2025
Add workaround for an issue related to the gcc "hacklayer" after the GitHub macos-15-arm64 runner bumped to 20250408.1231. Fixes: ``` configure:5175: gcc-13 -o conftest --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -w conftest.c >&5 In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/_stdio.h:71, from /opt/homebrew/Cellar/gcc@13/13.3.0/lib/gcc/13/gcc/aarch64-apple-darwin24/13/include-fixed/stdio.h:75, from conftest.c:9: /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/_stdio.h: In function 'fmemopen': /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/_stdio.h:457:107: error: expected declaration specifiers before '__API_AVAILABLE_GET_MACRO_93585900' 457 | FILE *fmemopen(void * __restrict __buf _LIBC_SIZE(__size), size_t __size, const char * __restrict __mode) __API_AVAILABLE(macos(10.13), ios(11.0), tvos(11.0), watchos(4.0)); | ^~~~~~~~~~~~~~~ ``` Ref: https://github.com/curl/curl/actions/runs/14378524390/job/40316589059?pr=17012#step:7:169 Assisted-by: Bo Anderson Bug: curl#17012 (comment) Bug: Homebrew/homebrew-core#194778 (comment) Closes curl#17017
nbaws
pushed a commit
to nbaws/curl
that referenced
this pull request
Apr 26, 2025
nbaws
pushed a commit
to nbaws/curl
that referenced
this pull request
Apr 26, 2025
Add workaround for an issue related to the gcc "hacklayer" after the GitHub macos-15-arm64 runner bumped to 20250408.1231. Fixes: ``` configure:5175: gcc-13 -o conftest --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -w conftest.c >&5 In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/_stdio.h:71, from /opt/homebrew/Cellar/gcc@13/13.3.0/lib/gcc/13/gcc/aarch64-apple-darwin24/13/include-fixed/stdio.h:75, from conftest.c:9: /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/_stdio.h: In function 'fmemopen': /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/_stdio.h:457:107: error: expected declaration specifiers before '__API_AVAILABLE_GET_MACRO_93585900' 457 | FILE *fmemopen(void * __restrict __buf _LIBC_SIZE(__size), size_t __size, const char * __restrict __mode) __API_AVAILABLE(macos(10.13), ios(11.0), tvos(11.0), watchos(4.0)); | ^~~~~~~~~~~~~~~ ``` Ref: https://github.com/curl/curl/actions/runs/14378524390/job/40316589059?pr=17012#step:7:169 Assisted-by: Bo Anderson Bug: curl#17012 (comment) Bug: Homebrew/homebrew-core#194778 (comment) Closes curl#17017
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.
No description provided.