Skip to content
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

research why alpine s390x breaks in ./configure in github actions #44

Open
xquery opened this issue Nov 30, 2023 · 2 comments
Open

research why alpine s390x breaks in ./configure in github actions #44

xquery opened this issue Nov 30, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@xquery
Copy link
Member

xquery commented Nov 30, 2023

No description provided.

@xquery xquery added the bug Something isn't working label Nov 30, 2023
@xquery
Copy link
Member Author

xquery commented Nov 30, 2023

when running ./configure for s390x

checking if getifaddrs is compilable

just hangs ... forever in github actions

@xquery xquery changed the title research why alpine s390x breaks in ./configure research why alpine s390x breaks in ./configure in github actions Nov 30, 2023
@bagder
Copy link
Member

bagder commented Nov 30, 2023

Maybe test this little thing just to see if it makes anything different?

diff --git a/configure.ac b/configure.ac
index d9b396376..e656b0cbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3541,11 +3541,10 @@ CURL_CHECK_FUNC_GETHOSTBYNAME
 CURL_CHECK_FUNC_GETHOSTBYNAME_R
 CURL_CHECK_FUNC_GETHOSTNAME
 CURL_CHECK_FUNC_GETPEERNAME
 CURL_CHECK_FUNC_GETSOCKNAME
 CURL_CHECK_FUNC_IF_NAMETOINDEX
-CURL_CHECK_FUNC_GETIFADDRS
 CURL_CHECK_FUNC_GMTIME_R
 CURL_CHECK_FUNC_INET_NTOP
 CURL_CHECK_FUNC_INET_PTON
 CURL_CHECK_FUNC_IOCTL
 CURL_CHECK_FUNC_IOCTLSOCKET
@@ -3582,10 +3581,11 @@ AC_CHECK_FUNCS([\
   _fseeki64 \
   arc4random \
   fnmatch \
   fseeko \
   geteuid \
+  getifaddrs \
   getpass_r \
   getppid \
   getpwuid \
   getpwuid_r \
   getrlimit \

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants