You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
configure:4703: checking build system compiler gcc
configure:4716: gcc conftest.c
conftest.c:4:3: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
exit(0);
^
conftest.c:4:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 error generated.
configure:4720: $? = 1
configure:4727: result: no
configure:4703: checking build system compiler cc
configure:4716: cc conftest.c
conftest.c:4:3: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
exit(0);
^
conftest.c:4:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 error generated.
configure:4720: $? = 1
configure:4727: result: no
configure:4703: checking build system compiler c89
configure:4716: c89 conftest.c
conftest.c:4:3: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
exit(0);
^
conftest.c:4:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 error generated.
configure:4720: $? = 1
configure:4727: result: no
configure:4703: checking build system compiler c99
configure:4716: c99 conftest.c
conftest.c:4:3: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
exit(0);
^
conftest.c:4:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
1 error generated.
configure:4720: $? = 1
configure:4727: result: no
configure:4738: error: Cannot find a build system compiler
checking build system type... x86_64-apple-darwin19.6.0
checking host system type... aarch64-ios-darwin
checking for -R flag... none
Searching for libraries
checking /Users/milos/Developer/mobile-ffmpeg/prebuilt/ios-arm64/gmp/lib... added
checking /Users/milos/Developer/mobile-ffmpeg/prebuilt/ios-arm64/nettle/lib... not found
checking /usr/local/lib... added
checking /sw/local/lib... not found
checking /sw/lib... not found
checking /usr/gnu/lib... not found
checking /opt/gnu/lib... not found
checking /sw/gnu/lib... not found
checking /usr/freeware/lib... not found
checking /usr/pkg/lib... not found
checking for aarch64-ios-darwin-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for ifunc support... no
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking if LD -Wl,--version-script works... no
checking whether make sets $(MAKE)... yes
checking for aarch64-ios-darwin-ranlib... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib
checking for aarch64-ios-darwin-nm... no
checking for nm... nm
configure: WARNING: using cross tools not prefixed with host triplet
checking for aarch64-ios-darwin-objdump... no
checking for objdump... objdump
checking for aarch64-ios-darwin-ar... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking whether ln -s works... yes
checking build system compiler gcc... no
checking build system compiler cc... no
checking build system compiler c89... no
checking build system compiler c99... no
configure: error: Cannot find a build system compiler
Environment
Platform: iOS
Architecture: x86_64, arm64
Source branch: 4.4
Xcode version: 12.0
The text was updated successfully, but these errors were encountered:
Description
Command fails to build gnutls due to nettle dependency failing to configure and build.
Expected behavior
Build passing
Current behavior
When running command above, it will fail due to nettle dependency failing to build
Logs
The build fails due to configure not finding compilers
nettle/configure.log
build.log
Environment
The text was updated successfully, but these errors were encountered: