diff --git a/app/mobile/vendor/bundle/ruby/2.7.0/extensions/arm64-darwin-21/2.7.0/ffi-1.15.5/mkmf.log b/app/mobile/vendor/bundle/ruby/2.7.0/extensions/arm64-darwin-21/2.7.0/ffi-1.15.5/mkmf.log deleted file mode 100644 index 820dee3e..00000000 --- a/app/mobile/vendor/bundle/ruby/2.7.0/extensions/arm64-darwin-21/2.7.0/ffi-1.15.5/mkmf.log +++ /dev/null @@ -1,244 +0,0 @@ -"pkg-config --exists libffi" -| pkg-config --libs libffi -=> "-lffi\n" -"gcc -o conftest -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/arm64-darwin21 -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/ruby/backward -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0 -I. -I/opt/homebrew/opt/libyaml/include -I/opt/homebrew/opt/libksba/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/zlib/include -I/opt/homebrew/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -g -O2 -fno-common -pipe conftest.c -L. -L/Users/abeam/.rvm/rubies/ruby-2.7.6/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -L. -fstack-protector-strong -L/usr/local/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -m64 -lruby.2.7 " -checked program was: -/* begin */ -1: #include "ruby.h" -2: -3: int main(int argc, char **argv) -4: { -5: return !!argv[argc]; -6: } -/* end */ - -"gcc -o conftest -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/arm64-darwin21 -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/ruby/backward -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0 -I. -I/opt/homebrew/opt/libyaml/include -I/opt/homebrew/opt/libksba/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/zlib/include -I/opt/homebrew/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -g -O2 -fno-common -pipe conftest.c -L. -L/Users/abeam/.rvm/rubies/ruby-2.7.6/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -L. -fstack-protector-strong -L/usr/local/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -m64 -lruby.2.7 -lffi " -checked program was: -/* begin */ -1: #include "ruby.h" -2: -3: int main(int argc, char **argv) -4: { -5: return !!argv[argc]; -6: } -/* end */ - -| pkg-config --cflags-only-I libffi -=> "-I/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/ffi\n" -| pkg-config --cflags-only-other libffi -=> "\n" -| pkg-config --libs-only-l libffi -=> "-lffi\n" -package configuration for libffi -incflags: -I/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/ffi -cflags: -ldflags: -libs: -lffi - -have_library: checking for ffi_prep_closure_loc() in -lffi... -------------------- no - -"gcc -o conftest -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/arm64-darwin21 -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/ruby/backward -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0 -I. -I/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/ffi -I/opt/homebrew/opt/libyaml/include -I/opt/homebrew/opt/libksba/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/zlib/include -I/opt/homebrew/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -g -O2 -fno-common -pipe conftest.c -L. -L/Users/abeam/.rvm/rubies/ruby-2.7.6/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -L. -fstack-protector-strong -L/usr/local/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -m64 -lffi -lruby.2.7 -lffi -lffi " -conftest.c:3:10: fatal error: 'ffi.h' file not found -#include - ^~~~~~~ -1 error generated. -checked program was: -/* begin */ - 1: #include "ruby.h" - 2: - 3: #include - 4: - 5: /*top*/ - 6: extern int t(void); - 7: int main(int argc, char **argv) - 8: { - 9: if (argc > 1000000) { -10: int (* volatile tp)(void)=(int (*)(void))&t; -11: printf("%d", (*tp)()); -12: } -13: -14: return !!argv[argc]; -15: } -16: int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_prep_closure_loc; return !p; } -/* end */ - -"gcc -o conftest -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/arm64-darwin21 -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/ruby/backward -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0 -I. -I/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/ffi -I/opt/homebrew/opt/libyaml/include -I/opt/homebrew/opt/libksba/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/zlib/include -I/opt/homebrew/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -g -O2 -fno-common -pipe conftest.c -L. -L/Users/abeam/.rvm/rubies/ruby-2.7.6/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -L. -fstack-protector-strong -L/usr/local/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -m64 -lffi -lruby.2.7 -lffi -lffi " -conftest.c:3:10: fatal error: 'ffi.h' file not found -#include - ^~~~~~~ -1 error generated. -checked program was: -/* begin */ - 1: #include "ruby.h" - 2: - 3: #include - 4: - 5: /*top*/ - 6: extern int t(void); - 7: int main(int argc, char **argv) - 8: { - 9: if (argc > 1000000) { -10: int (* volatile tp)(void)=(int (*)(void))&t; -11: printf("%d", (*tp)()); -12: } -13: -14: return !!argv[argc]; -15: } -16: extern void ffi_prep_closure_loc(); -17: int t(void) { ffi_prep_closure_loc(); return 0; } -/* end */ - --------------------- - -have_library: checking for ffi_prep_closure_loc() in -llibffi... -------------------- no - -"gcc -o conftest -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/arm64-darwin21 -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/ruby/backward -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0 -I. -I/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/ffi -I/opt/homebrew/opt/libyaml/include -I/opt/homebrew/opt/libksba/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/zlib/include -I/opt/homebrew/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -g -O2 -fno-common -pipe conftest.c -L. -L/Users/abeam/.rvm/rubies/ruby-2.7.6/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -L. -fstack-protector-strong -L/usr/local/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -m64 -lffi -lruby.2.7 -llibffi -lffi " -conftest.c:3:10: fatal error: 'ffi.h' file not found -#include - ^~~~~~~ -1 error generated. -checked program was: -/* begin */ - 1: #include "ruby.h" - 2: - 3: #include - 4: - 5: /*top*/ - 6: extern int t(void); - 7: int main(int argc, char **argv) - 8: { - 9: if (argc > 1000000) { -10: int (* volatile tp)(void)=(int (*)(void))&t; -11: printf("%d", (*tp)()); -12: } -13: -14: return !!argv[argc]; -15: } -16: int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_prep_closure_loc; return !p; } -/* end */ - -"gcc -o conftest -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/arm64-darwin21 -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/ruby/backward -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0 -I. -I/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/ffi -I/opt/homebrew/opt/libyaml/include -I/opt/homebrew/opt/libksba/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/zlib/include -I/opt/homebrew/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -g -O2 -fno-common -pipe conftest.c -L. -L/Users/abeam/.rvm/rubies/ruby-2.7.6/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -L. -fstack-protector-strong -L/usr/local/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -m64 -lffi -lruby.2.7 -llibffi -lffi " -conftest.c:3:10: fatal error: 'ffi.h' file not found -#include - ^~~~~~~ -1 error generated. -checked program was: -/* begin */ - 1: #include "ruby.h" - 2: - 3: #include - 4: - 5: /*top*/ - 6: extern int t(void); - 7: int main(int argc, char **argv) - 8: { - 9: if (argc > 1000000) { -10: int (* volatile tp)(void)=(int (*)(void))&t; -11: printf("%d", (*tp)()); -12: } -13: -14: return !!argv[argc]; -15: } -16: extern void ffi_prep_closure_loc(); -17: int t(void) { ffi_prep_closure_loc(); return 0; } -/* end */ - --------------------- - -have_library: checking for ffi_prep_closure_loc() in -llibffi-8... -------------------- no - -"gcc -o conftest -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/arm64-darwin21 -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/ruby/backward -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0 -I. -I/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/ffi -I/opt/homebrew/opt/libyaml/include -I/opt/homebrew/opt/libksba/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/zlib/include -I/opt/homebrew/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -g -O2 -fno-common -pipe conftest.c -L. -L/Users/abeam/.rvm/rubies/ruby-2.7.6/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -L. -fstack-protector-strong -L/usr/local/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -m64 -lffi -lruby.2.7 -llibffi-8 -lffi " -conftest.c:3:10: fatal error: 'ffi.h' file not found -#include - ^~~~~~~ -1 error generated. -checked program was: -/* begin */ - 1: #include "ruby.h" - 2: - 3: #include - 4: - 5: /*top*/ - 6: extern int t(void); - 7: int main(int argc, char **argv) - 8: { - 9: if (argc > 1000000) { -10: int (* volatile tp)(void)=(int (*)(void))&t; -11: printf("%d", (*tp)()); -12: } -13: -14: return !!argv[argc]; -15: } -16: int t(void) { void ((*volatile p)()); p = (void ((*)()))ffi_prep_closure_loc; return !p; } -/* end */ - -"gcc -o conftest -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/arm64-darwin21 -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/ruby/backward -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0 -I. -I/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/ffi -I/opt/homebrew/opt/libyaml/include -I/opt/homebrew/opt/libksba/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/zlib/include -I/opt/homebrew/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -g -O2 -fno-common -pipe conftest.c -L. -L/Users/abeam/.rvm/rubies/ruby-2.7.6/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -L. -fstack-protector-strong -L/usr/local/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -m64 -lffi -lruby.2.7 -llibffi-8 -lffi " -conftest.c:3:10: fatal error: 'ffi.h' file not found -#include - ^~~~~~~ -1 error generated. -checked program was: -/* begin */ - 1: #include "ruby.h" - 2: - 3: #include - 4: - 5: /*top*/ - 6: extern int t(void); - 7: int main(int argc, char **argv) - 8: { - 9: if (argc > 1000000) { -10: int (* volatile tp)(void)=(int (*)(void))&t; -11: printf("%d", (*tp)()); -12: } -13: -14: return !!argv[argc]; -15: } -16: extern void ffi_prep_closure_loc(); -17: int t(void) { ffi_prep_closure_loc(); return 0; } -/* end */ - --------------------- - -block in append_ldflags: checking for whether -Wl,--exclude-libs,ALL is accepted as LDFLAGS... -------------------- no - -"gcc -o conftest -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/arm64-darwin21 -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/ruby/backward -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0 -I. -I/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/ffi -I/opt/homebrew/opt/libyaml/include -I/opt/homebrew/opt/libksba/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/zlib/include -I/opt/homebrew/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -g -O2 -fno-common -pipe conftest.c -L. -L/Users/abeam/.rvm/rubies/ruby-2.7.6/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -L. -fstack-protector-strong -L/usr/local/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -m64 -lffi -lruby.2.7 -Wl,--exclude-libs,ALL " -ld: unknown option: --exclude-libs -clang: error: linker command failed with exit code 1 (use -v to see invocation) -checked program was: -/* begin */ -1: #include "ruby.h" -2: -3: int main(int argc, char **argv) -4: { -5: return !!argv[argc]; -6: } -/* end */ - --------------------- - -block in append_ldflags: checking for whether -pthread is accepted as LDFLAGS... -------------------- yes - -"gcc -o conftest -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/arm64-darwin21 -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/ruby/backward -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0 -I. -I/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/ffi -I/opt/homebrew/opt/libyaml/include -I/opt/homebrew/opt/libksba/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/zlib/include -I/opt/homebrew/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -g -O2 -fno-common -pipe conftest.c -L. -L/Users/abeam/.rvm/rubies/ruby-2.7.6/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -L. -fstack-protector-strong -L/usr/local/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -m64 -lffi -lruby.2.7 -pthread " -checked program was: -/* begin */ -1: #include "ruby.h" -2: -3: int main(int argc, char **argv) -4: { -5: return !!argv[argc]; -6: } -/* end */ - --------------------- - -extconf.h is: -/* begin */ -1: #ifndef EXTCONF_H -2: #define EXTCONF_H -3: #define HAVE_FFI_PREP_CIF_VAR 1 -4: #define USE_INTERNAL_LIBFFI 1 -5: #define USE_FFI_ALLOC 1 -6: #endif -/* end */ - diff --git a/app/mobile/vendor/bundle/ruby/2.7.0/extensions/arm64-darwin-21/2.7.0/json-2.6.3/mkmf.log b/app/mobile/vendor/bundle/ruby/2.7.0/extensions/arm64-darwin-21/2.7.0/json-2.6.3/mkmf.log deleted file mode 100644 index 2fff5012..00000000 --- a/app/mobile/vendor/bundle/ruby/2.7.0/extensions/arm64-darwin-21/2.7.0/json-2.6.3/mkmf.log +++ /dev/null @@ -1,118 +0,0 @@ -have_func: checking for rb_enc_raise() in ruby.h... -------------------- yes - -"gcc -o conftest -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/arm64-darwin21 -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/ruby/backward -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0 -I. -I/opt/homebrew/opt/libyaml/include -I/opt/homebrew/opt/libksba/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/zlib/include -I/opt/homebrew/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -g -O2 -fno-common -pipe conftest.c -L. -L/Users/abeam/.rvm/rubies/ruby-2.7.6/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -L. -fstack-protector-strong -L/usr/local/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -m64 -lruby.2.7 " -checked program was: -/* begin */ -1: #include "ruby.h" -2: -3: int main(int argc, char **argv) -4: { -5: return !!argv[argc]; -6: } -/* end */ - -"gcc -o conftest -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/arm64-darwin21 -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/ruby/backward -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0 -I. -I/opt/homebrew/opt/libyaml/include -I/opt/homebrew/opt/libksba/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/zlib/include -I/opt/homebrew/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -g -O2 -fno-common -pipe conftest.c -L. -L/Users/abeam/.rvm/rubies/ruby-2.7.6/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -L. -fstack-protector-strong -L/usr/local/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -m64 -lruby.2.7 " -conftest.c:16:57: error: use of undeclared identifier 'rb_enc_raise' -int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_enc_raise; return !p; } - ^ -1 error generated. -checked program was: -/* begin */ - 1: #include "ruby.h" - 2: - 3: #include - 4: - 5: /*top*/ - 6: extern int t(void); - 7: int main(int argc, char **argv) - 8: { - 9: if (argc > 1000000) { -10: int (* volatile tp)(void)=(int (*)(void))&t; -11: printf("%d", (*tp)()); -12: } -13: -14: return !!argv[argc]; -15: } -16: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_enc_raise; return !p; } -/* end */ - -"gcc -o conftest -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/arm64-darwin21 -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/ruby/backward -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0 -I. -I/opt/homebrew/opt/libyaml/include -I/opt/homebrew/opt/libksba/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/zlib/include -I/opt/homebrew/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -g -O2 -fno-common -pipe conftest.c -L. -L/Users/abeam/.rvm/rubies/ruby-2.7.6/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -L. -fstack-protector-strong -L/usr/local/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -m64 -lruby.2.7 " -checked program was: -/* begin */ - 1: #include "ruby.h" - 2: - 3: #include - 4: - 5: /*top*/ - 6: extern int t(void); - 7: int main(int argc, char **argv) - 8: { - 9: if (argc > 1000000) { -10: int (* volatile tp)(void)=(int (*)(void))&t; -11: printf("%d", (*tp)()); -12: } -13: -14: return !!argv[argc]; -15: } -16: extern void rb_enc_raise(); -17: int t(void) { rb_enc_raise(); return 0; } -/* end */ - --------------------- - -have_func: checking for rb_enc_interned_str() in ruby.h... -------------------- no - -"gcc -o conftest -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/arm64-darwin21 -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/ruby/backward -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0 -I. -I/opt/homebrew/opt/libyaml/include -I/opt/homebrew/opt/libksba/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/zlib/include -I/opt/homebrew/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -g -O2 -fno-common -pipe conftest.c -L. -L/Users/abeam/.rvm/rubies/ruby-2.7.6/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -L. -fstack-protector-strong -L/usr/local/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -m64 -lruby.2.7 " -conftest.c:16:57: error: use of undeclared identifier 'rb_enc_interned_str' -int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_enc_interned_str; return !p; } - ^ -1 error generated. -checked program was: -/* begin */ - 1: #include "ruby.h" - 2: - 3: #include - 4: - 5: /*top*/ - 6: extern int t(void); - 7: int main(int argc, char **argv) - 8: { - 9: if (argc > 1000000) { -10: int (* volatile tp)(void)=(int (*)(void))&t; -11: printf("%d", (*tp)()); -12: } -13: -14: return !!argv[argc]; -15: } -16: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_enc_interned_str; return !p; } -/* end */ - -"gcc -o conftest -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/arm64-darwin21 -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0/ruby/backward -I/Users/abeam/.rvm/rubies/ruby-2.7.6/include/ruby-2.7.0 -I. -I/opt/homebrew/opt/libyaml/include -I/opt/homebrew/opt/libksba/include -I/opt/homebrew/opt/readline/include -I/opt/homebrew/opt/zlib/include -I/opt/homebrew/opt/openssl@1.1/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -g -O2 -fno-common -pipe conftest.c -L. -L/Users/abeam/.rvm/rubies/ruby-2.7.6/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -L. -fstack-protector-strong -L/usr/local/lib -L/opt/homebrew/opt/libyaml/lib -L/opt/homebrew/opt/libksba/lib -L/opt/homebrew/opt/readline/lib -L/opt/homebrew/opt/zlib/lib -L/opt/homebrew/opt/openssl@1.1/lib -m64 -lruby.2.7 " -Undefined symbols for architecture arm64: - "_rb_enc_interned_str", referenced from: - _t in conftest-233ec9.o -ld: symbol(s) not found for architecture arm64 -clang: error: linker command failed with exit code 1 (use -v to see invocation) -checked program was: -/* begin */ - 1: #include "ruby.h" - 2: - 3: #include - 4: - 5: /*top*/ - 6: extern int t(void); - 7: int main(int argc, char **argv) - 8: { - 9: if (argc > 1000000) { -10: int (* volatile tp)(void)=(int (*)(void))&t; -11: printf("%d", (*tp)()); -12: } -13: -14: return !!argv[argc]; -15: } -16: extern void rb_enc_interned_str(); -17: int t(void) { rb_enc_interned_str(); return 0; } -/* end */ - --------------------- - diff --git a/app/mobile/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi-arm64-darwin21/config.log b/app/mobile/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi-arm64-darwin21/config.log deleted file mode 100644 index 8c939d3b..00000000 --- a/app/mobile/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi-arm64-darwin21/config.log +++ /dev/null @@ -1,1677 +0,0 @@ -This file contains any messages produced by compilers while -running configure, to aid debugging if configure makes a mistake. - -It was created by libffi configure 3.3, which was -generated by GNU Autoconf 2.69. Invocation command line was - - $ /Users/abeam/Workspace/refactor/Databag/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/configure --disable-static --with-pic=yes --disable-dependency-tracking --disable-docs --host=aarch64-apple-darwin21 - -## --------- ## -## Platform. ## -## --------- ## - -hostname = Rolands-Mac-mini.local -uname -m = arm64 -uname -r = 21.6.0 -uname -s = Darwin -uname -v = Darwin Kernel Version 21.6.0: Mon Aug 22 20:20:05 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T8101 - -/usr/bin/uname -p = arm -/bin/uname -X = unknown - -/bin/arch = unknown -/usr/bin/arch -k = unknown -/usr/convex/getsysinfo = unknown -/usr/bin/hostinfo = Mach kernel version: - Darwin Kernel Version 21.6.0: Mon Aug 22 20:20:05 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T8101 -Kernel configured for up to 8 processors. -8 processors are physically available. -8 processors are logically available. -Processor type: arm64e (ARM64E) -Processors active: 0 1 2 3 4 5 6 7 -Primary memory available: 16.00 gigabytes -Default processor set: 465 tasks, 2775 threads, 8 processors -Load average: 16.81, Mach factor: 0.55 -/bin/machine = unknown -/usr/bin/oslevel = unknown -/bin/universe = unknown - -PATH: /Users/abeam/Workspace/refactor/Databag/ios/node_modules/.bin -PATH: /Users/abeam/Workspace/refactor/Databag/node_modules/.bin -PATH: /Users/abeam/Workspace/refactor/node_modules/.bin -PATH: /Users/abeam/Workspace/node_modules/.bin -PATH: /Users/abeam/node_modules/.bin -PATH: /Users/node_modules/.bin -PATH: /node_modules/.bin -PATH: /usr/local/bin -PATH: /Users/abeam/.npm/_npx/7930a8670f922cdb/node_modules/.bin -PATH: /Users/abeam/Workspace/refactor/node_modules/.bin -PATH: /Users/abeam/Workspace/node_modules/.bin -PATH: /Users/abeam/node_modules/.bin -PATH: /Users/node_modules/.bin -PATH: /node_modules/.bin -PATH: /usr/local/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin -PATH: /Users/abeam/.rvm/gems/ruby-2.7.6/bin -PATH: /Users/abeam/.rvm/gems/ruby-2.7.6@global/bin -PATH: /Users/abeam/.rvm/rubies/ruby-2.7.6/bin -PATH: /Users/abeam/.rbenv/shims -PATH: /Users/abeam/.rbenv/bin -PATH: /usr/local/bin -PATH: /usr/bin -PATH: /bin -PATH: /usr/sbin -PATH: /sbin -PATH: /opt/homebrew/bin -PATH: /Library/Apple/usr/bin -PATH: /Users/abeam/.rvm/bin - - -## ----------- ## -## Core tests. ## -## ----------- ## - -configure:2704: checking build system type -configure:2718: result: aarch64-apple-darwin21.6.0 -configure:2738: checking host system type -configure:2751: result: aarch64-apple-darwin21 -configure:2771: checking target system type -configure:2784: result: aarch64-apple-darwin21 -configure:2881: checking for gsed -configure:2912: result: sed -configure:2940: checking for a BSD-compatible install -configure:3008: result: /usr/bin/install -c -configure:3019: checking whether build environment is sane -configure:3074: result: yes -configure:3130: checking for aarch64-apple-darwin21-strip -configure:3160: result: no -configure:3170: checking for strip -configure:3186: found /usr/bin/strip -configure:3197: result: strip -configure:3222: checking for a thread-safe mkdir -p -configure:3261: result: /opt/homebrew/bin/gmkdir -p -configure:3268: checking for gawk -configure:3298: result: no -configure:3268: checking for mawk -configure:3298: result: no -configure:3268: checking for nawk -configure:3298: result: no -configure:3268: checking for awk -configure:3284: found /usr/bin/awk -configure:3295: result: awk -configure:3306: checking whether make sets $(MAKE) -configure:3328: result: yes -configure:3357: checking whether make supports nested variables -configure:3374: result: yes -configure:3519: checking for aarch64-apple-darwin21-gcc -configure:3546: result: gcc -configure:3815: checking for C compiler version -configure:3824: gcc --version >&5 -Apple clang version 13.0.0 (clang-1300.0.29.30) -Target: arm64-apple-darwin21.6.0 -Thread model: posix -InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 -configure:3835: $? = 0 -configure:3824: gcc -v >&5 -Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 -Apple clang version 13.0.0 (clang-1300.0.29.30) -Target: arm64-apple-darwin21.6.0 -Thread model: posix -InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -configure:3835: $? = 0 -configure:3824: gcc -V >&5 -clang: error: argument to '-V' is missing (expected 1 value) -clang: error: no input files -configure:3835: $? = 1 -configure:3824: gcc -qversion >&5 -clang: error: unknown argument '-qversion'; did you mean '--version'? -clang: error: no input files -configure:3835: $? = 1 -configure:3855: checking whether the C compiler works -configure:3877: gcc conftest.c >&5 -configure:3881: $? = 0 -configure:3929: result: yes -configure:3932: checking for C compiler default output file name -configure:3934: result: a.out -configure:3940: checking for suffix of executables -configure:3947: gcc -o conftest conftest.c >&5 -configure:3951: $? = 0 -configure:3973: result: -configure:3995: checking whether we are cross compiling -configure:4003: gcc -o conftest conftest.c >&5 -configure:4007: $? = 0 -configure:4014: ./conftest -configure:4018: $? = 0 -configure:4033: result: no -configure:4038: checking for suffix of object files -configure:4060: gcc -c conftest.c >&5 -configure:4064: $? = 0 -configure:4085: result: o -configure:4089: checking whether we are using the GNU C compiler -configure:4108: gcc -c conftest.c >&5 -configure:4108: $? = 0 -configure:4117: result: yes -configure:4126: checking whether gcc accepts -g -configure:4146: gcc -c -g conftest.c >&5 -configure:4146: $? = 0 -configure:4187: result: yes -configure:4204: checking for gcc option to accept ISO C89 -configure:4267: gcc -c conftest.c >&5 -configure:4267: $? = 0 -configure:4280: result: none needed -configure:4305: checking whether gcc understands -c and -o together -configure:4327: gcc -c conftest.c -o conftest2.o -configure:4330: $? = 0 -configure:4327: gcc -c conftest.c -o conftest2.o -configure:4330: $? = 0 -configure:4342: result: yes -configure:4362: checking whether make supports the include directive -configure:4377: make -f confmf.GNU && cat confinc.out -this is the am__doit target -configure:4380: $? = 0 -configure:4399: result: yes (GNU style) -configure:4424: checking dependency style of gcc -configure:4535: result: none -configure:4564: checking for aarch64-apple-darwin21-g++ -configure:4594: result: no -configure:4564: checking for aarch64-apple-darwin21-c++ -configure:4594: result: no -configure:4564: checking for aarch64-apple-darwin21-gpp -configure:4594: result: no -configure:4564: checking for aarch64-apple-darwin21-aCC -configure:4594: result: no -configure:4564: checking for aarch64-apple-darwin21-CC -configure:4594: result: no -configure:4564: checking for aarch64-apple-darwin21-cxx -configure:4594: result: no -configure:4564: checking for aarch64-apple-darwin21-cc++ -configure:4594: result: no -configure:4564: checking for aarch64-apple-darwin21-cl.exe -configure:4594: result: no -configure:4564: checking for aarch64-apple-darwin21-FCC -configure:4594: result: no -configure:4564: checking for aarch64-apple-darwin21-KCC -configure:4594: result: no -configure:4564: checking for aarch64-apple-darwin21-RCC -configure:4594: result: no -configure:4564: checking for aarch64-apple-darwin21-xlC_r -configure:4594: result: no -configure:4564: checking for aarch64-apple-darwin21-xlC -configure:4594: result: no -configure:4608: checking for g++ -configure:4624: found /usr/bin/g++ -configure:4635: result: g++ -configure:4662: checking for C++ compiler version -configure:4671: g++ --version >&5 -Apple clang version 13.0.0 (clang-1300.0.29.30) -Target: arm64-apple-darwin21.6.0 -Thread model: posix -InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 -configure:4682: $? = 0 -configure:4671: g++ -v >&5 -Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 -Apple clang version 13.0.0 (clang-1300.0.29.30) -Target: arm64-apple-darwin21.6.0 -Thread model: posix -InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin -configure:4682: $? = 0 -configure:4671: g++ -V >&5 -clang: error: argument to '-V' is missing (expected 1 value) -clang: error: no input files -configure:4682: $? = 1 -configure:4671: g++ -qversion >&5 -clang: error: unknown argument '-qversion'; did you mean '--version'? -clang: error: no input files -configure:4682: $? = 1 -configure:4686: checking whether we are using the GNU C++ compiler -configure:4705: g++ -c conftest.cpp >&5 -configure:4705: $? = 0 -configure:4714: result: yes -configure:4723: checking whether g++ accepts -g -configure:4743: g++ -c -g conftest.cpp >&5 -configure:4743: $? = 0 -configure:4784: result: yes -configure:4809: checking dependency style of g++ -configure:4920: result: none -configure:4950: checking dependency style of gcc -configure:5059: result: none -configure:5121: checking how to print strings -configure:5148: result: printf -configure:5169: checking for a sed that does not truncate output -configure:5233: result: /usr/bin/sed -configure:5251: checking for grep that handles long lines and -e -configure:5309: result: /usr/bin/grep -configure:5314: checking for egrep -configure:5376: result: /usr/bin/grep -E -configure:5381: checking for fgrep -configure:5443: result: /usr/bin/grep -F -configure:5478: checking for ld used by gcc -configure:5545: result: ld -configure:5552: checking if the linker (ld) is GNU ld -configure:5567: result: no -configure:5579: checking for BSD- or MS-compatible name lister (nm) -configure:5633: result: no -configure:5647: checking for aarch64-apple-darwin21-dumpbin -configure:5677: result: no -configure:5647: checking for aarch64-apple-darwin21-link -configure:5677: result: no -configure:5691: checking for dumpbin -configure:5721: result: no -configure:5691: checking for link -configure:5707: found /bin/link -configure:5718: result: link -dump -configure:5763: checking the name lister (nm) interface -configure:5770: gcc -c conftest.c >&5 -configure:5773: nm "conftest.o" -configure:5776: output -0000000000000000 S _some_variable -0000000000000000 t ltmp0 -0000000000000000 s ltmp1 -configure:5783: result: BSD nm -configure:5786: checking whether ln -s works -configure:5790: result: yes -configure:5798: checking the maximum length of command line arguments -configure:5929: result: 786432 -configure:5977: checking how to convert aarch64-apple-darwin21.6.0 file names to aarch64-apple-darwin21 format -configure:6017: result: func_convert_file_noop -configure:6024: checking how to convert aarch64-apple-darwin21.6.0 file names to toolchain format -configure:6044: result: func_convert_file_noop -configure:6051: checking for ld option to reload object files -configure:6058: result: -r -configure:6092: checking for aarch64-apple-darwin21-objdump -configure:6122: result: no -configure:6132: checking for objdump -configure:6148: found /usr/bin/objdump -configure:6159: result: objdump -configure:6191: checking how to recognize dependent libraries -configure:6391: result: pass_all -configure:6436: checking for aarch64-apple-darwin21-dlltool -configure:6466: result: no -configure:6476: checking for dlltool -configure:6506: result: no -configure:6536: checking how to associate runtime and link libraries -configure:6563: result: printf %s\n -configure:6580: checking for aarch64-apple-darwin21-ar -configure:6610: result: no -configure:6624: checking for ar -configure:6640: found /usr/bin/ar -configure:6651: result: ar -configure:6688: checking for archiver @FILE support -configure:6705: gcc -c conftest.c >&5 -configure:6705: $? = 0 -configure:6708: ar cru libconftest.a @conftest.lst >&5 -ar: @conftest.lst: No such file or directory -configure:6711: $? = 1 -configure:6731: result: no -configure:6749: checking for aarch64-apple-darwin21-strip -configure:6776: result: strip -configure:6848: checking for aarch64-apple-darwin21-ranlib -configure:6878: result: no -configure:6888: checking for ranlib -configure:6904: found /usr/bin/ranlib -configure:6915: result: ranlib -configure:7017: checking command to parse nm output from gcc object -configure:7170: gcc -c conftest.c >&5 -configure:7173: $? = 0 -configure:7177: nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm -configure:7180: $? = 0 -cannot find nm_test_var in conftest.nm -configure:7170: gcc -c conftest.c >&5 -configure:7173: $? = 0 -configure:7177: nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm -configure:7180: $? = 0 -configure:7246: gcc -o conftest conftest.c conftstm.o >&5 -configure:7249: $? = 0 -configure:7287: result: ok -configure:7334: checking for sysroot -configure:7364: result: no -configure:7371: checking for a working dd -configure:7409: result: /bin/dd -configure:7413: checking how to truncate binary pipes -configure:7428: result: /bin/dd bs=4096 count=1 -configure:7717: checking for aarch64-apple-darwin21-mt -configure:7747: result: no -configure:7757: checking for mt -configure:7787: result: no -configure:7807: checking if : is a manifest tool -configure:7813: : '-?' -configure:7821: result: no -configure:7837: checking for aarch64-apple-darwin21-dsymutil -configure:7867: result: no -configure:7877: checking for dsymutil -configure:7893: found /usr/bin/dsymutil -configure:7904: result: dsymutil -configure:7929: checking for aarch64-apple-darwin21-nmedit -configure:7959: result: no -configure:7969: checking for nmedit -configure:7985: found /usr/bin/nmedit -configure:7996: result: nmedit -configure:8021: checking for aarch64-apple-darwin21-lipo -configure:8051: result: no -configure:8061: checking for lipo -configure:8077: found /usr/bin/lipo -configure:8088: result: lipo -configure:8113: checking for aarch64-apple-darwin21-otool -configure:8143: result: no -configure:8153: checking for otool -configure:8169: found /usr/bin/otool -configure:8180: result: otool -configure:8205: checking for aarch64-apple-darwin21-otool64 -configure:8235: result: no -configure:8245: checking for otool64 -configure:8275: result: no -configure:8320: checking for -single_module linker flag -gcc -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c -configure:8353: result: yes -configure:8356: checking for -exported_symbols_list linker flag -configure:8376: gcc -o conftest -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 -configure:8376: $? = 0 -configure:8386: result: yes -configure:8389: checking for -force_load linker flag -gcc -c -o conftest.o conftest.c -ar cru libconftest.a conftest.o -ranlib libconftest.a -gcc -o conftest conftest.c -Wl,-force_load,./libconftest.a -configure:8421: result: yes -configure:8498: checking how to run the C preprocessor -configure:8529: gcc -E conftest.c -configure:8529: $? = 0 -configure:8543: gcc -E conftest.c -conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found -#include - ^~~~~~~~~~~~~~~~~~ -1 error generated. -configure:8543: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "libffi" -| #define PACKAGE_TARNAME "libffi" -| #define PACKAGE_VERSION "3.3" -| #define PACKAGE_STRING "libffi 3.3" -| #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "libffi" -| #define VERSION "3.3" -| /* end confdefs.h. */ -| #include -configure:8568: result: gcc -E -configure:8588: gcc -E conftest.c -configure:8588: $? = 0 -configure:8602: gcc -E conftest.c -conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found -#include - ^~~~~~~~~~~~~~~~~~ -1 error generated. -configure:8602: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "libffi" -| #define PACKAGE_TARNAME "libffi" -| #define PACKAGE_VERSION "3.3" -| #define PACKAGE_STRING "libffi 3.3" -| #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "libffi" -| #define VERSION "3.3" -| /* end confdefs.h. */ -| #include -configure:8631: checking for ANSI C header files -configure:8651: gcc -c conftest.c >&5 -configure:8651: $? = 0 -configure:8724: gcc -o conftest conftest.c >&5 -configure:8724: $? = 0 -configure:8724: ./conftest -configure:8724: $? = 0 -configure:8735: result: yes -configure:8748: checking for sys/types.h -configure:8748: gcc -c conftest.c >&5 -configure:8748: $? = 0 -configure:8748: result: yes -configure:8748: checking for sys/stat.h -configure:8748: gcc -c conftest.c >&5 -configure:8748: $? = 0 -configure:8748: result: yes -configure:8748: checking for stdlib.h -configure:8748: gcc -c conftest.c >&5 -configure:8748: $? = 0 -configure:8748: result: yes -configure:8748: checking for string.h -configure:8748: gcc -c conftest.c >&5 -configure:8748: $? = 0 -configure:8748: result: yes -configure:8748: checking for memory.h -configure:8748: gcc -c conftest.c >&5 -configure:8748: $? = 0 -configure:8748: result: yes -configure:8748: checking for strings.h -configure:8748: gcc -c conftest.c >&5 -configure:8748: $? = 0 -configure:8748: result: yes -configure:8748: checking for inttypes.h -configure:8748: gcc -c conftest.c >&5 -configure:8748: $? = 0 -configure:8748: result: yes -configure:8748: checking for stdint.h -configure:8748: gcc -c conftest.c >&5 -configure:8748: $? = 0 -configure:8748: result: yes -configure:8748: checking for unistd.h -configure:8748: gcc -c conftest.c >&5 -configure:8748: $? = 0 -configure:8748: result: yes -configure:8762: checking for dlfcn.h -configure:8762: gcc -c conftest.c >&5 -configure:8762: $? = 0 -configure:8762: result: yes -configure:9029: checking for objdir -configure:9044: result: .libs -configure:9308: checking if gcc supports -fno-rtti -fno-exceptions -configure:9326: gcc -c -fno-rtti -fno-exceptions conftest.c >&5 -configure:9330: $? = 0 -configure:9343: result: yes -configure:9701: checking for gcc option to produce PIC -configure:9708: result: -fno-common -DPIC -configure:9716: checking if gcc PIC flag -fno-common -DPIC works -configure:9734: gcc -c -fno-common -DPIC -DPIC conftest.c >&5 -configure:9738: $? = 0 -configure:9751: result: yes -configure:9780: checking if gcc static flag -static works -configure:9808: result: no -configure:9823: checking if gcc supports -c -o file.o -configure:9844: gcc -c -o out/conftest2.o conftest.c >&5 -configure:9848: $? = 0 -configure:9870: result: yes -configure:9878: checking if gcc supports -c -o file.o -configure:9925: result: yes -configure:9958: checking whether the gcc linker (ld) supports shared libraries -configure:11221: result: yes -configure:11461: checking dynamic linker characteristics -configure:12291: result: darwin21 dyld -configure:12413: checking how to hardcode library paths into programs -configure:12438: result: immediate -configure:12986: checking whether stripping libraries is possible -configure:13000: result: yes -configure:13026: checking if libtool supports shared libraries -configure:13028: result: yes -configure:13031: checking whether to build shared libraries -configure:13056: result: yes -configure:13059: checking whether to build static libraries -configure:13063: result: no -configure:13086: checking how to run the C++ preprocessor -configure:13113: g++ -E conftest.cpp -configure:13113: $? = 0 -configure:13127: g++ -E conftest.cpp -conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found -#include - ^~~~~~~~~~~~~~~~~~ -1 error generated. -configure:13127: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "libffi" -| #define PACKAGE_TARNAME "libffi" -| #define PACKAGE_VERSION "3.3" -| #define PACKAGE_STRING "libffi 3.3" -| #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "libffi" -| #define VERSION "3.3" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| /* end confdefs.h. */ -| #include -configure:13152: result: g++ -E -configure:13172: g++ -E conftest.cpp -configure:13172: $? = 0 -configure:13186: g++ -E conftest.cpp -conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found -#include - ^~~~~~~~~~~~~~~~~~ -1 error generated. -configure:13186: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "libffi" -| #define PACKAGE_TARNAME "libffi" -| #define PACKAGE_VERSION "3.3" -| #define PACKAGE_STRING "libffi 3.3" -| #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "libffi" -| #define VERSION "3.3" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| /* end confdefs.h. */ -| #include -configure:13348: checking for ld used by g++ -configure:13415: result: ld -configure:13422: checking if the linker (ld) is GNU ld -configure:13437: result: no -configure:13492: checking whether the g++ linker (ld) supports shared libraries -configure:14565: result: yes -configure:14601: g++ -c -g -O2 conftest.cpp >&5 -configure:14604: $? = 0 -configure:15085: checking for g++ option to produce PIC -configure:15092: result: -fno-common -DPIC -configure:15100: checking if g++ PIC flag -fno-common -DPIC works -configure:15118: g++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 -configure:15122: $? = 0 -configure:15135: result: yes -configure:15158: checking if g++ static flag -static works -configure:15186: result: no -configure:15198: checking if g++ supports -c -o file.o -configure:15219: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 -configure:15223: $? = 0 -configure:15245: result: yes -configure:15250: checking if g++ supports -c -o file.o -configure:15297: result: yes -configure:15327: checking whether the g++ linker (ld) supports shared libraries -configure:15370: result: yes -configure:15511: checking dynamic linker characteristics -configure:16268: result: darwin21 dyld -configure:16333: checking how to hardcode library paths into programs -configure:16358: result: immediate -configure:16426: checking size of size_t -configure:16431: gcc -o conftest conftest.c >&5 -configure:16431: $? = 0 -configure:16431: ./conftest -configure:16431: $? = 0 -configure:16445: result: 8 -configure:16456: checking for C compiler vendor -configure:16504: gcc -c conftest.c >&5 -conftest.c:30:9: error: use of undeclared identifier 'thisisanerror' - thisisanerror; - ^ -1 error generated. -configure:16504: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "libffi" -| #define PACKAGE_TARNAME "libffi" -| #define PACKAGE_VERSION "3.3" -| #define PACKAGE_STRING "libffi 3.3" -| #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "libffi" -| #define VERSION "3.3" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define SIZEOF_SIZE_T 8 -| /* end confdefs.h. */ -| -| int -| main () -| { -| -| #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER)) -| thisisanerror; -| #endif -| -| ; -| return 0; -| } -configure:16504: gcc -c conftest.c >&5 -conftest.c:30:9: error: use of undeclared identifier 'thisisanerror' - thisisanerror; - ^ -1 error generated. -configure:16504: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "libffi" -| #define PACKAGE_TARNAME "libffi" -| #define PACKAGE_VERSION "3.3" -| #define PACKAGE_STRING "libffi 3.3" -| #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "libffi" -| #define VERSION "3.3" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define SIZEOF_SIZE_T 8 -| /* end confdefs.h. */ -| -| int -| main () -| { -| -| #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__)) -| thisisanerror; -| #endif -| -| ; -| return 0; -| } -configure:16504: gcc -c conftest.c >&5 -conftest.c:30:9: error: use of undeclared identifier 'thisisanerror' - thisisanerror; - ^ -1 error generated. -configure:16504: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "libffi" -| #define PACKAGE_TARNAME "libffi" -| #define PACKAGE_VERSION "3.3" -| #define PACKAGE_STRING "libffi 3.3" -| #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "libffi" -| #define VERSION "3.3" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define SIZEOF_SIZE_T 8 -| /* end confdefs.h. */ -| -| int -| main () -| { -| -| #if !(defined(__PATHCC__) || defined(__PATHSCALE__)) -| thisisanerror; -| #endif -| -| ; -| return 0; -| } -configure:16504: gcc -c conftest.c >&5 -configure:16504: $? = 0 -configure:16512: result: clang -configure:17357: checking CFLAGS for maximum warnings -configure:17377: gcc -c -warn all -warn all conftest.c >&5 -clang: error: unknown argument: '-warn' -clang: error: unknown argument: '-warn' -clang: error: no such file or directory: 'all' -clang: error: no such file or directory: 'all' -configure:17377: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "libffi" -| #define PACKAGE_TARNAME "libffi" -| #define PACKAGE_VERSION "3.3" -| #define PACKAGE_STRING "libffi 3.3" -| #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "libffi" -| #define VERSION "3.3" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define SIZEOF_SIZE_T 8 -| /* end confdefs.h. */ -| -| int -| main () -| { -| -| ; -| return 0; -| } -configure:17377: gcc -c -pedantic -Wall conftest.c >&5 -configure:17377: $? = 0 -configure:17385: result: -Wall -configure:17405: : CFLAGS="$CFLAGS" -configure:17408: $? = 0 -configure:17445: checking whether to enable maintainer-specific portions of Makefiles -configure:17454: result: no -configure:17470: checking sys/memfd.h usability -configure:17470: gcc -c -Wall -fexceptions conftest.c >&5 -conftest.c:57:10: fatal error: 'sys/memfd.h' file not found -#include - ^~~~~~~~~~~~~ -1 error generated. -configure:17470: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "libffi" -| #define PACKAGE_TARNAME "libffi" -| #define PACKAGE_VERSION "3.3" -| #define PACKAGE_STRING "libffi 3.3" -| #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "libffi" -| #define VERSION "3.3" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define SIZEOF_SIZE_T 8 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| #include -configure:17470: result: no -configure:17470: checking sys/memfd.h presence -configure:17470: gcc -E conftest.c -conftest.c:24:10: fatal error: 'sys/memfd.h' file not found -#include - ^~~~~~~~~~~~~ -1 error generated. -configure:17470: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "libffi" -| #define PACKAGE_TARNAME "libffi" -| #define PACKAGE_VERSION "3.3" -| #define PACKAGE_STRING "libffi 3.3" -| #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "libffi" -| #define VERSION "3.3" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define SIZEOF_SIZE_T 8 -| /* end confdefs.h. */ -| #include -configure:17470: result: no -configure:17470: checking for sys/memfd.h -configure:17470: result: no -configure:17482: checking for memfd_create -configure:17482: gcc -o conftest -Wall -fexceptions conftest.c >&5 -Undefined symbols for architecture arm64: - "_memfd_create", referenced from: - _main in conftest-d7b539.o -ld: symbol(s) not found for architecture arm64 -clang: error: linker command failed with exit code 1 (use -v to see invocation) -configure:17482: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "libffi" -| #define PACKAGE_TARNAME "libffi" -| #define PACKAGE_VERSION "3.3" -| #define PACKAGE_STRING "libffi 3.3" -| #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "libffi" -| #define VERSION "3.3" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define SIZEOF_SIZE_T 8 -| /* end confdefs.h. */ -| /* Define memfd_create to an innocuous variant, in case declares memfd_create. -| For example, HP-UX 11i declares gettimeofday. */ -| #define memfd_create innocuous_memfd_create -| -| /* System header to define __stub macros and hopefully few prototypes, -| which can conflict with char memfd_create (); below. -| Prefer to if __STDC__ is defined, since -| exists even on freestanding compilers. */ -| -| #ifdef __STDC__ -| # include -| #else -| # include -| #endif -| -| #undef memfd_create -| -| /* Override any GCC internal prototype to avoid an error. -| Use char because int might match the return type of a GCC -| builtin and then its argument prototype would still apply. */ -| #ifdef __cplusplus -| extern "C" -| #endif -| char memfd_create (); -| /* The GNU C library defines this for functions which it implements -| to always fail with ENOSYS. Some functions are actually named -| something starting with __ and the normal name is an alias. */ -| #if defined __stub_memfd_create || defined __stub___memfd_create -| choke me -| #endif -| -| int -| main () -| { -| return memfd_create (); -| ; -| return 0; -| } -configure:17482: result: no -configure:17494: checking sys/mman.h usability -configure:17494: gcc -c -Wall -fexceptions conftest.c >&5 -configure:17494: $? = 0 -configure:17494: result: yes -configure:17494: checking sys/mman.h presence -configure:17494: gcc -E conftest.c -configure:17494: $? = 0 -configure:17494: result: yes -configure:17494: checking for sys/mman.h -configure:17494: result: yes -configure:17507: checking for mmap -configure:17507: gcc -o conftest -Wall -fexceptions conftest.c >&5 -configure:17507: $? = 0 -configure:17507: result: yes -configure:17507: checking for mkostemp -configure:17507: gcc -o conftest -Wall -fexceptions conftest.c >&5 -configure:17507: $? = 0 -configure:17507: result: yes -configure:17517: checking for sys/mman.h -configure:17517: result: yes -configure:17525: checking for mmap -configure:17525: result: yes -configure:17538: checking whether read-only mmap of a plain file works -configure:17555: result: yes -configure:17557: checking whether mmap from /dev/zero works -configure:17579: result: no -configure:17583: checking for MAP_ANON(YMOUS) -configure:17606: gcc -c -Wall -fexceptions conftest.c >&5 -conftest.c:38:5: warning: unused variable 'n' [-Wunused-variable] -int n = MAP_ANONYMOUS; - ^ -1 warning generated. -configure:17606: $? = 0 -configure:17613: result: yes -configure:17619: checking whether mmap with MAP_ANON(YMOUS) works -configure:17636: result: yes -configure:17679: checking for ANSI C header files -configure:17783: result: yes -configure:17793: checking for memcpy -configure:17793: gcc -o conftest -Wall -fexceptions conftest.c >&5 -conftest.c:53:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration] -char memcpy (); - ^ -conftest.c:53:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)' -1 warning generated. -configure:17793: $? = 0 -configure:17793: result: yes -configure:17802: checking for size_t -configure:17802: gcc -c -Wall -fexceptions conftest.c >&5 -configure:17802: $? = 0 -configure:17802: gcc -c -Wall -fexceptions conftest.c >&5 -conftest.c:67:21: error: expected expression -if (sizeof ((size_t))) - ^ -1 error generated. -configure:17802: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "libffi" -| #define PACKAGE_TARNAME "libffi" -| #define PACKAGE_VERSION "3.3" -| #define PACKAGE_STRING "libffi 3.3" -| #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "libffi" -| #define VERSION "3.3" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define SIZEOF_SIZE_T 8 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_MMAP 1 -| #define HAVE_MKOSTEMP 1 -| #define HAVE_MMAP_FILE 1 -| #define HAVE_MMAP_ANON 1 -| #define STDC_HEADERS 1 -| #define HAVE_MEMCPY 1 -| /* end confdefs.h. */ -| #include -| #ifdef HAVE_SYS_TYPES_H -| # include -| #endif -| #ifdef HAVE_SYS_STAT_H -| # include -| #endif -| #ifdef STDC_HEADERS -| # include -| # include -| #else -| # ifdef HAVE_STDLIB_H -| # include -| # endif -| #endif -| #ifdef HAVE_STRING_H -| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -| # include -| # endif -| # include -| #endif -| #ifdef HAVE_STRINGS_H -| # include -| #endif -| #ifdef HAVE_INTTYPES_H -| # include -| #endif -| #ifdef HAVE_STDINT_H -| # include -| #endif -| #ifdef HAVE_UNISTD_H -| # include -| #endif -| int -| main () -| { -| if (sizeof ((size_t))) -| return 0; -| ; -| return 0; -| } -configure:17802: result: yes -configure:17815: checking for working alloca.h -configure:17832: gcc -o conftest -Wall -fexceptions conftest.c >&5 -configure:17832: $? = 0 -configure:17840: result: yes -configure:17848: checking for alloca -configure:17885: gcc -o conftest -Wall -fexceptions conftest.c >&5 -configure:17885: $? = 0 -configure:17893: result: yes -configure:18004: checking size of double -configure:18009: gcc -o conftest -Wall -fexceptions conftest.c >&5 -configure:18009: $? = 0 -configure:18009: ./conftest -configure:18009: $? = 0 -configure:18023: result: 8 -configure:18037: checking size of long double -configure:18042: gcc -o conftest -Wall -fexceptions conftest.c >&5 -configure:18042: $? = 0 -configure:18042: ./conftest -configure:18042: $? = 0 -configure:18056: result: 8 -configure:18089: checking whether byte ordering is bigendian -configure:18104: gcc -c -Wall -fexceptions conftest.c >&5 -configure:18104: $? = 0 -configure:18149: gcc -c -Wall -fexceptions conftest.c >&5 -configure:18149: $? = 0 -configure:18167: gcc -c -Wall -fexceptions conftest.c >&5 -conftest.c:42:4: error: use of undeclared identifier 'not' - not big endian - ^ -1 error generated. -configure:18167: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "libffi" -| #define PACKAGE_TARNAME "libffi" -| #define PACKAGE_VERSION "3.3" -| #define PACKAGE_STRING "libffi 3.3" -| #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "libffi" -| #define VERSION "3.3" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define SIZEOF_SIZE_T 8 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_MMAP 1 -| #define HAVE_MKOSTEMP 1 -| #define HAVE_MMAP_FILE 1 -| #define HAVE_MMAP_ANON 1 -| #define STDC_HEADERS 1 -| #define HAVE_MEMCPY 1 -| #define HAVE_ALLOCA_H 1 -| #define HAVE_ALLOCA 1 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| /* end confdefs.h. */ -| #include -| #include -| -| int -| main () -| { -| #if BYTE_ORDER != BIG_ENDIAN -| not big endian -| #endif -| -| ; -| return 0; -| } -configure:18295: result: no -configure:18314: checking assembler .cfi pseudo-op support -configure:18332: gcc -c -Wall -fexceptions conftest.c >&5 -:1:14: error: Expected an identifier -.cfi_sections - ^ -1 error generated. -configure:18332: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "libffi" -| #define PACKAGE_TARNAME "libffi" -| #define PACKAGE_VERSION "3.3" -| #define PACKAGE_STRING "libffi 3.3" -| #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "libffi" -| #define VERSION "3.3" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define SIZEOF_SIZE_T 8 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_MMAP 1 -| #define HAVE_MKOSTEMP 1 -| #define HAVE_MMAP_FILE 1 -| #define HAVE_MMAP_ANON 1 -| #define STDC_HEADERS 1 -| #define HAVE_MEMCPY 1 -| #define HAVE_ALLOCA_H 1 -| #define HAVE_ALLOCA 1 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| /* end confdefs.h. */ -| asm (".cfi_sections\n\t.cfi_startproc\n\t.cfi_endproc"); -| int -| main () -| { -| -| ; -| return 0; -| } -configure:18340: result: no -configure:18475: checking whether compiler supports pointer authentication -configure:18503: gcc -c -Wall -fexceptions conftest.c >&5 -conftest.c:47:3: error: Pointer authentication not supported -# error Pointer authentication not supported - ^ -1 error generated. -configure:18503: $? = 1 -configure: failed program was: -| /* confdefs.h */ -| #define PACKAGE_NAME "libffi" -| #define PACKAGE_TARNAME "libffi" -| #define PACKAGE_VERSION "3.3" -| #define PACKAGE_STRING "libffi 3.3" -| #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" -| #define PACKAGE_URL "" -| #define PACKAGE "libffi" -| #define VERSION "3.3" -| #define STDC_HEADERS 1 -| #define HAVE_SYS_TYPES_H 1 -| #define HAVE_SYS_STAT_H 1 -| #define HAVE_STDLIB_H 1 -| #define HAVE_STRING_H 1 -| #define HAVE_MEMORY_H 1 -| #define HAVE_STRINGS_H 1 -| #define HAVE_INTTYPES_H 1 -| #define HAVE_STDINT_H 1 -| #define HAVE_UNISTD_H 1 -| #define HAVE_DLFCN_H 1 -| #define LT_OBJDIR ".libs/" -| #define SIZEOF_SIZE_T 8 -| #define HAVE_SYS_MMAN_H 1 -| #define HAVE_MMAP 1 -| #define HAVE_MKOSTEMP 1 -| #define HAVE_MMAP_FILE 1 -| #define HAVE_MMAP_ANON 1 -| #define STDC_HEADERS 1 -| #define HAVE_MEMCPY 1 -| #define HAVE_ALLOCA_H 1 -| #define HAVE_ALLOCA 1 -| #define SIZEOF_DOUBLE 8 -| #define SIZEOF_LONG_DOUBLE 8 -| /* end confdefs.h. */ -| -| int -| main () -| { -| -| #ifdef __clang__ -| # if __has_feature(ptrauth_calls) -| # define HAVE_PTRAUTH 1 -| # endif -| #endif -| -| #ifndef HAVE_PTRAUTH -| # error Pointer authentication not supported -| #endif -| -| ; -| return 0; -| } -configure:18511: result: no -configure:18530: checking for _ prefix in compiled symbols -configure:18540: gcc -c -Wall -fexceptions conftest.c >&5 -conftest.c:2:12: warning: expression result unused [-Wunused-value] -int main(){nm_test_func;return 0;} - ^~~~~~~~~~~~ -1 warning generated. -configure:18543: $? = 0 -configure:18547: nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm -configure:18550: $? = 0 -configure:18572: result: yes -configure:18647: checking whether C compiler accepts -fno-lto -configure:18666: gcc -c -Wall -fexceptions -fno-lto conftest.c >&5 -configure:18666: $? = 0 -configure:18674: result: yes -configure:18683: checking whether .eh_frame section should be read-only -configure:18699: result: yes -configure:18714: checking for __attribute__((visibility("hidden"))) -configure:18723: gcc -Werror -S conftest.c -o conftest.s 1>&5 -configure:18726: $? = 0 -configure:18735: result: yes -configure:18874: checking for ld used by gcc -configure:18941: result: ld -configure:18948: checking if the linker (ld) is GNU ld -configure:18963: result: no -configure:19276: versioning on shared library symbols is no -configure:19397: checking that generated files are newer than configure -configure:19403: result: done -configure:19471: creating ./config.status - -## ---------------------- ## -## Running config.status. ## -## ---------------------- ## - -This file was extended by libffi config.status 3.3, which was -generated by GNU Autoconf 2.69. Invocation command line was - - CONFIG_FILES = - CONFIG_HEADERS = - CONFIG_LINKS = - CONFIG_COMMANDS = - $ ./config.status - -on Rolands-Mac-mini.local - -config.status:1221: creating include/Makefile -config.status:1221: creating include/ffi.h -config.status:1221: creating Makefile -config.status:1221: creating testsuite/Makefile -config.status:1221: creating man/Makefile -config.status:1221: creating doc/Makefile -config.status:1221: creating libffi.pc -config.status:1221: creating fficonfig.h -config.status:1435: executing buildir commands -config.status:1448: skipping top_srcdir/Makefile - not created -config.status:1435: executing depfiles commands -config.status:1435: executing libtool commands -config.status:1435: executing include commands -config.status:1435: executing src commands - -## ---------------- ## -## Cache variables. ## -## ---------------- ## - -ac_cv_build=aarch64-apple-darwin21.6.0 -ac_cv_c_bigendian=no -ac_cv_c_compiler_gnu=yes -ac_cv_cflags_warn_all=-Wall -ac_cv_cxx_compiler_gnu=yes -ac_cv_decl_map_anon=yes -ac_cv_env_CCASFLAGS_set= -ac_cv_env_CCASFLAGS_value= -ac_cv_env_CCAS_set= -ac_cv_env_CCAS_value= -ac_cv_env_CPPFLAGS_set= -ac_cv_env_CPPFLAGS_value= -ac_cv_env_CPP_set= -ac_cv_env_CPP_value= -ac_cv_env_CXXCPP_set= -ac_cv_env_CXXCPP_value= -ac_cv_env_LT_SYS_LIBRARY_PATH_set= -ac_cv_env_LT_SYS_LIBRARY_PATH_value= -ac_cv_env_build_alias_set= -ac_cv_env_build_alias_value= -ac_cv_env_host_alias_set=set -ac_cv_env_host_alias_value=aarch64-apple-darwin21 -ac_cv_env_target_alias_set= -ac_cv_env_target_alias_value= -ac_cv_func_alloca_works=yes -ac_cv_func_memcpy=yes -ac_cv_func_memfd_create=no -ac_cv_func_mkostemp=yes -ac_cv_func_mmap=yes -ac_cv_func_mmap_anon=yes -ac_cv_func_mmap_dev_zero=no -ac_cv_func_mmap_file=yes -ac_cv_header_dlfcn_h=yes -ac_cv_header_inttypes_h=yes -ac_cv_header_memory_h=yes -ac_cv_header_stdc=yes -ac_cv_header_stdint_h=yes -ac_cv_header_stdlib_h=yes -ac_cv_header_string_h=yes -ac_cv_header_strings_h=yes -ac_cv_header_sys_memfd_h=no -ac_cv_header_sys_mman_h=yes -ac_cv_header_sys_stat_h=yes -ac_cv_header_sys_types_h=yes -ac_cv_header_unistd_h=yes -ac_cv_host=aarch64-apple-darwin21 -ac_cv_objext=o -ac_cv_path_EGREP='/usr/bin/grep -E' -ac_cv_path_FGREP='/usr/bin/grep -F' -ac_cv_path_GREP=/usr/bin/grep -ac_cv_path_SED=/usr/bin/sed -ac_cv_path_ax_enable_builddir_sed=sed -ac_cv_path_install='/usr/bin/install -c' -ac_cv_path_lt_DD=/bin/dd -ac_cv_path_mkdir=/opt/homebrew/bin/gmkdir -ac_cv_prog_AWK=awk -ac_cv_prog_CC=gcc -ac_cv_prog_CPP='gcc -E' -ac_cv_prog_CXXCPP='g++ -E' -ac_cv_prog_STRIP=strip -ac_cv_prog_ac_ct_AR=ar -ac_cv_prog_ac_ct_CXX=g++ -ac_cv_prog_ac_ct_DSYMUTIL=dsymutil -ac_cv_prog_ac_ct_DUMPBIN='link -dump' -ac_cv_prog_ac_ct_LIPO=lipo -ac_cv_prog_ac_ct_NMEDIT=nmedit -ac_cv_prog_ac_ct_OBJDUMP=objdump -ac_cv_prog_ac_ct_OTOOL=otool -ac_cv_prog_ac_ct_RANLIB=ranlib -ac_cv_prog_ac_ct_STRIP=strip -ac_cv_prog_cc_c89= -ac_cv_prog_cc_g=yes -ac_cv_prog_cxx_g=yes -ac_cv_prog_make_make_set=yes -ac_cv_sizeof_double=8 -ac_cv_sizeof_long_double=8 -ac_cv_sizeof_size_t=8 -ac_cv_target=aarch64-apple-darwin21 -ac_cv_type_size_t=yes -ac_cv_working_alloca_h=yes -am_cv_CCAS_dependencies_compiler_type=none -am_cv_CC_dependencies_compiler_type=none -am_cv_CXX_dependencies_compiler_type=none -am_cv_make_support_nested_variables=yes -am_cv_prog_cc_c_o=yes -ax_cv_c_compiler_vendor=clang -ax_cv_check_cflags___fno_lto=yes -gcc_cv_as_cfi_pseudo_op=no -libffi_cv_as_ptrauth=no -libffi_cv_hidden_visibility_attribute=yes -libffi_cv_no_lto=-fno-lto -libffi_cv_ro_eh_frame=yes -lt_cv_apple_cc_single_mod=yes -lt_cv_ar_at_file=no -lt_cv_deplibs_check_method=pass_all -lt_cv_file_magic_cmd='$MAGIC_CMD' -lt_cv_file_magic_test_file= -lt_cv_ld_exported_symbols_list=yes -lt_cv_ld_force_load=yes -lt_cv_ld_reload_flag=-r -lt_cv_nm_interface='BSD nm' -lt_cv_objdir=.libs -lt_cv_path_LD=ld -lt_cv_path_LDCXX=ld -lt_cv_path_NM=no -lt_cv_path_mainfest_tool=no -lt_cv_prog_compiler_c_o=yes -lt_cv_prog_compiler_c_o_CXX=yes -lt_cv_prog_compiler_pic='-fno-common -DPIC' -lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' -lt_cv_prog_compiler_pic_works=yes -lt_cv_prog_compiler_pic_works_CXX=yes -lt_cv_prog_compiler_rtti_exceptions=yes -lt_cv_prog_compiler_static_works=no -lt_cv_prog_compiler_static_works_CXX=no -lt_cv_prog_gnu_ld=no -lt_cv_prog_gnu_ldcxx=no -lt_cv_sharedlib_from_linklib_cmd='printf %s\n' -lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' -lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' -lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' -lt_cv_sys_global_symbol_to_import= -lt_cv_sys_max_cmd_len=786432 -lt_cv_sys_symbol_underscore=yes -lt_cv_to_host_file_cmd=func_convert_file_noop -lt_cv_to_tool_file_cmd=func_convert_file_noop -lt_cv_truncate_bin='/bin/dd bs=4096 count=1' - -## ----------------- ## -## Output variables. ## -## ----------------- ## - -ACLOCAL='${SHELL} /Users/abeam/Workspace/refactor/Databag/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/missing aclocal-1.16' -ALLOCA='' -AMDEPBACKSLASH='' -AMDEP_FALSE='' -AMDEP_TRUE='#' -AMTAR='$${TAR-tar}' -AM_BACKSLASH='\' -AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' -AM_DEFAULT_VERBOSITY='1' -AM_LTLDFLAGS='' -AM_RUNTESTFLAGS='' -AM_V='$(V)' -AR='ar' -AUTOCONF='${SHELL} /Users/abeam/Workspace/refactor/Databag/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/missing autoconf' -AUTOHEADER='${SHELL} /Users/abeam/Workspace/refactor/Databag/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/missing autoheader' -AUTOMAKE='${SHELL} /Users/abeam/Workspace/refactor/Databag/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/missing automake-1.16' -AWK='awk' -BUILD_DOCS_FALSE='' -BUILD_DOCS_TRUE='#' -CC='gcc' -CCAS='gcc' -CCASDEPMODE='depmode=none' -CCASFLAGS='' -CCDEPMODE='depmode=none' -CFLAGS=' -Wall -fexceptions' -CPP='gcc -E' -CPPFLAGS='' -CXX='g++' -CXXCPP='g++ -E' -CXXDEPMODE='depmode=none' -CXXFLAGS='-g -O2' -CYGPATH_W='echo' -DEFS='-DHAVE_CONFIG_H' -DEPDIR='.deps' -DLLTOOL='false' -DSYMUTIL='dsymutil' -DUMPBIN=':' -ECHO_C='\c' -ECHO_N='' -ECHO_T='' -EGREP='/usr/bin/grep -E' -EXEEXT='' -FFI_DEBUG_FALSE='' -FFI_DEBUG_TRUE='#' -FFI_EXEC_TRAMPOLINE_TABLE='1' -FFI_EXEC_TRAMPOLINE_TABLE_FALSE='#' -FFI_EXEC_TRAMPOLINE_TABLE_TRUE='' -FGREP='/usr/bin/grep -F' -GREP='/usr/bin/grep' -HAVE_LONG_DOUBLE='0' -HAVE_LONG_DOUBLE_VARIANT='0' -INSTALL_DATA='${INSTALL} -m 644' -INSTALL_PROGRAM='${INSTALL}' -INSTALL_SCRIPT='${INSTALL}' -INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' -LD='ld' -LDFLAGS='' -LIBFFI_BUILD_VERSIONED_SHLIB_FALSE='' -LIBFFI_BUILD_VERSIONED_SHLIB_GNU_FALSE='' -LIBFFI_BUILD_VERSIONED_SHLIB_GNU_TRUE='#' -LIBFFI_BUILD_VERSIONED_SHLIB_SUN_FALSE='' -LIBFFI_BUILD_VERSIONED_SHLIB_SUN_TRUE='#' -LIBFFI_BUILD_VERSIONED_SHLIB_TRUE='#' -LIBOBJS='' -LIBS='' -LIBTOOL='$(SHELL) $(top_builddir)/libtool' -LIPO='lipo' -LN_S='ln -s' -LTLIBOBJS='' -LT_SYS_LIBRARY_PATH='' -MAINT='#' -MAINTAINER_MODE_FALSE='' -MAINTAINER_MODE_TRUE='#' -MAKEINFO='${SHELL} /Users/abeam/Workspace/refactor/Databag/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/missing makeinfo' -MANIFEST_TOOL=':' -MKDIR_P='/opt/homebrew/bin/gmkdir -p' -NM='nm' -NMEDIT='nmedit' -OBJDUMP='objdump' -OBJEXT='o' -OPT_LDFLAGS='' -OTOOL64=':' -OTOOL='otool' -PACKAGE='libffi' -PACKAGE_BUGREPORT='http://github.com/libffi/libffi/issues' -PACKAGE_NAME='libffi' -PACKAGE_STRING='libffi 3.3' -PACKAGE_TARNAME='libffi' -PACKAGE_URL='' -PACKAGE_VERSION='3.3' -PATH_SEPARATOR=':' -PRTDIAG='' -RANLIB='ranlib' -SECTION_LDFLAGS='' -SED='/usr/bin/sed' -SET_MAKE='' -SHELL='/bin/sh' -STRIP='strip' -TARGET='AARCH64' -TARGETDIR='aarch64' -TARGET_OBJ=' src/aarch64/ffi.lo src/aarch64/sysv.lo' -TESTSUBDIR_FALSE='#' -TESTSUBDIR_TRUE='' -VERSION='3.3' -ac_ct_AR='ar' -ac_ct_CC='' -ac_ct_CXX='g++' -ac_ct_DUMPBIN='link -dump' -am__EXEEXT_FALSE='' -am__EXEEXT_TRUE='#' -am__fastdepCCAS_FALSE='' -am__fastdepCCAS_TRUE='#' -am__fastdepCC_FALSE='' -am__fastdepCC_TRUE='#' -am__fastdepCXX_FALSE='' -am__fastdepCXX_TRUE='#' -am__include='include' -am__isrc=' -I$(srcdir)' -am__leading_dot='.' -am__nodep='' -am__quote='' -am__tar='$${TAR-tar} chof - "$$tardir"' -am__untar='$${TAR-tar} xf -' -ax_enable_builddir_sed='sed' -bindir='${exec_prefix}/bin' -build='aarch64-apple-darwin21.6.0' -build_alias='' -build_cpu='aarch64' -build_os='darwin21.6.0' -build_vendor='apple' -datadir='${datarootdir}' -datarootdir='${prefix}/share' -docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' -dvidir='${docdir}' -exec_prefix='${prefix}' -host='aarch64-apple-darwin21' -host_alias='aarch64-apple-darwin21' -host_cpu='aarch64' -host_os='darwin21' -host_vendor='apple' -htmldir='${docdir}' -includedir='${prefix}/include' -infodir='${datarootdir}/info' -install_sh='${SHELL} /Users/abeam/Workspace/refactor/Databag/vendor/bundle/ruby/2.7.0/gems/ffi-1.15.5/ext/ffi_c/libffi/install-sh' -libdir='${exec_prefix}/lib' -libexecdir='${exec_prefix}/libexec' -localedir='${datarootdir}/locale' -localstatedir='${prefix}/var' -mandir='${datarootdir}/man' -mkdir_p='$(MKDIR_P)' -oldincludedir='/usr/include' -pdfdir='${docdir}' -prefix='/usr/local' -program_transform_name='s,x,x,' -psdir='${docdir}' -runstatedir='${localstatedir}/run' -sbindir='${exec_prefix}/sbin' -sharedstatedir='${prefix}/com' -sys_symbol_underscore='yes' -sysconfdir='${prefix}/etc' -target='aarch64-apple-darwin21' -target_alias='aarch64-apple-darwin21' -target_cpu='aarch64' -target_os='darwin21' -target_vendor='apple' -toolexecdir='${libdir}/gcc-lib/$(target_alias)' -toolexeclibdir='${libdir}' - -## ----------- ## -## confdefs.h. ## -## ----------- ## - -/* confdefs.h */ -#define PACKAGE_NAME "libffi" -#define PACKAGE_TARNAME "libffi" -#define PACKAGE_VERSION "3.3" -#define PACKAGE_STRING "libffi 3.3" -#define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues" -#define PACKAGE_URL "" -#define PACKAGE "libffi" -#define VERSION "3.3" -#define STDC_HEADERS 1 -#define HAVE_SYS_TYPES_H 1 -#define HAVE_SYS_STAT_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STRING_H 1 -#define HAVE_MEMORY_H 1 -#define HAVE_STRINGS_H 1 -#define HAVE_INTTYPES_H 1 -#define HAVE_STDINT_H 1 -#define HAVE_UNISTD_H 1 -#define HAVE_DLFCN_H 1 -#define LT_OBJDIR ".libs/" -#define SIZEOF_SIZE_T 8 -#define HAVE_SYS_MMAN_H 1 -#define HAVE_MMAP 1 -#define HAVE_MKOSTEMP 1 -#define HAVE_MMAP_FILE 1 -#define HAVE_MMAP_ANON 1 -#define STDC_HEADERS 1 -#define HAVE_MEMCPY 1 -#define HAVE_ALLOCA_H 1 -#define HAVE_ALLOCA 1 -#define SIZEOF_DOUBLE 8 -#define SIZEOF_LONG_DOUBLE 8 -#define SYMBOL_UNDERSCORE 1 -#define FFI_EXEC_TRAMPOLINE_TABLE 1 -#define HAVE_RO_EH_FRAME 1 -#define EH_FRAME_FLAGS "a" -#define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1 - -configure: exit 0