******************************************************************************** conan install libidn2/2.3.0@ --build=libidn2 --profile=/Users/jenkins/w/BuildSingleReference/24482/355aac4d-566b-4b25-91ac-aa9df8c7f2b3/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/Users/jenkins/w/BuildSingleReference/.conan/profiles/default) Found apple-clang 12.0 Default settings os=Macos os_build=Macos arch=x86_64 arch_build=x86_64 compiler=apple-clang compiler.version=12.0 compiler.libcxx=libc++ build_type=Release *** You can change them in /Users/jenkins/w/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=12.0 os=Macos os_build=Macos [options] libidn2:shared=True [build_requires] [env] libiconv/1.16: Not found in local cache, looking in remotes... libiconv/1.16: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz libiconv/1.16: Downloaded recipe revision b470d65f230073c5cf775b8c14fb8c1e libidn2/2.3.0: Forced build from source Installing package: libidn2/2.3.0 Requirements libiconv/1.16 from 'conan-center' - Downloaded libidn2/2.3.0 from local cache - Cache Packages libiconv/1.16:647afeb69d3b0a2d3d316e80b24d38c714cc6900 - Download libidn2/2.3.0:cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a - Build Installing (downloading, building) binaries... libiconv/1.16: Retrieving package 647afeb69d3b0a2d3d316e80b24d38c714cc6900 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz libiconv/1.16: Package installed 647afeb69d3b0a2d3d316e80b24d38c714cc6900 libiconv/1.16: Downloaded package revision 5cf34f9aa51a5ca951dbd588299721f1 libiconv/1.16: Appending PATH environment var: /Users/jenkins/w/BuildSingleReference/.conan/data/libiconv/1.16/_/_/package/647afeb69d3b0a2d3d316e80b24d38c714cc6900/bin [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK libidn2/2.3.0: Configuring sources in /Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK libidn2/2.3.0: Copying sources to build folder libidn2/2.3.0: Building your package in /Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/build/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a libidn2/2.3.0: Generator txt created conanbuildinfo.txt [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK libidn2/2.3.0: Calling build() libidn2/2.3.0: Calling: > source_subfolder/configure '--enable-shared=yes' '--enable-static=no' '--with-libiconv-prefix=/Users/jenkins/w/BuildSingleReference/.conan/data/libiconv/1.16/_/_/package/647afeb69d3b0a2d3d316e80b24d38c714cc6900' '--disable-nls' '--disable-rpath' '--prefix=/Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----Running------ > source_subfolder/configure '--enable-shared=yes' '--enable-static=no' '--with-libiconv-prefix=/Users/jenkins/w/BuildSingleReference/.conan/data/libiconv/1.16/_/_/package/647afeb69d3b0a2d3d316e80b24d38c714cc6900' '--disable-nls' '--disable-rpath' '--prefix=/Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----------------- checking for a BSD-compatible install... /usr/local/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-apple-darwin20.3.0 checking host system type... x86_64-apple-darwin20.3.0 checking for gcc... gcc 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... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for Minix Amsterdam compiler... no checking for ar... ar checking the archiver (ar) interface... ar checking for ar... (cached) ar checking for ranlib... ranlib checking for gcc option to accept ISO C99... none needed checking for gcc option to accept ISO Standard C... (cached) none needed checking the archiver (ar) interface... (cached) ar checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786432 checking how to convert x86_64-apple-darwin20.3.0 file names to x86_64-apple-darwin20.3.0 format... func_convert_file_noop checking how to convert x86_64-apple-darwin20.3.0 file names to toolchain format... func_convert_file_noop checking for /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... no checking for strip... strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin20.3.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether // is distinct from /... no checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking for complete errno.h... yes checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... no checking whether getdelim is declared... yes checking for getdelim... yes checking for getprogname... yes checking for getexecname... no checking for _set_invalid_parameter_handler... no checking whether getline is declared... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking sys/cdefs.h usability... yes checking sys/cdefs.h presence... yes checking for sys/cdefs.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for unistd.h... (cached) yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... no checking for inline... inline checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no checking whether malloc, realloc, calloc are POSIX compliant... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for wchar_t... yes checking for wint_t... yes checking whether wint_t is too small... no checking for unsigned long long int... yes checking for long long int... yes checking whether stdint.h conforms to C99... yes checking whether stdint.h predates C++11... no checking whether stdint.h has UINTMAX_WIDTH etc.... no checking whether strerror(0) succeeds... no checking for C/C++ restrict keyword... __restrict checking for pid_t... yes checking for mode_t... yes checking whether // is distinct from /... (cached) no checking for error_at_line... no checking for working getdelim function... yes checking for getline... yes checking for working getline function... yes checking whether program_invocation_name is declared... no checking whether program_invocation_short_name is declared... no checking whether __argv is declared... no checking whether __progname is defined in default libraries... yes checking whether the compiler generally respects inline... yes checking if LD -Wl,--version-script works... no checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking whether program_invocation_name is declared... (cached) no checking whether program_invocation_short_name is declared... (cached) no checking for rawmemchr... no checking for ssize_t... yes checking for va_copy... yes checking for good max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking which flavor of printf attribute matches inttypes macros... system checking for strchrnul... no checking for strverscmp... no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for ld used by gcc... /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking how to link with libiconv... /Users/jenkins/w/BuildSingleReference/.conan/data/libiconv/1.16/_/_/package/647afeb69d3b0a2d3d316e80b24d38c714cc6900/lib/libiconv.a checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for libunistring... no, trying again together with libiconv checking for libunistring... no, consider installing GNU libunistring checking for nl_langinfo and CODESET... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for alloca as a compiler built-in... yes checking whether the compiler generally respects inline... (cached) yes checking for ssize_t... (cached) yes checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for gtk-doc... no checking for gtkdoc-check... no checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking for GTKDOC_DEPS... no checking whether NLS is requested... no checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for CFPreferencesCopyAppValue... yes checking for CFLocaleCopyCurrent... yes checking whether to use NLS... no checking whether to build with code coverage support... no checking whether make supports nested variables... (cached) yes checking whether -Wno-missing-field-initializers is supported... yes checking whether -Wno-missing-field-initializers is needed... no checking whether -Wuninitialized is supported... yes checking max safe object size... 9223372036854775807 checking whether C compiler handles -Werror -Wunknown-warning-option... yes checking whether C compiler handles -fno-common... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -W... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wabsolute-value... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Waddress... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Waddress-of-packed-member... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Waggressive-loop-optimizations... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wall... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wattribute-warning... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wattributes... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wbad-function-cast... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wbool-compare... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wbool-operation... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wbuiltin-declaration-mismatch... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wbuiltin-macro-redefined... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wcannot-profile... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wcast-align... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wcast-align=strict... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wcast-function-type... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wchar-subscripts... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wclobbered... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wcomment... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wcomments... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wcoverage-mismatch... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wcpp... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wdangling-else... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wdate-time... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wdeprecated... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wdeprecated-declarations... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wdesignated-init... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wdisabled-optimization... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wdiscarded-array-qualifiers... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wdiscarded-qualifiers... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wdiv-by-zero... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wdouble-promotion... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wduplicated-branches... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wduplicated-cond... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wduplicate-decl-specifier... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wempty-body... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wendif-labels... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wenum-compare... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wexpansion-to-defined... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wextra... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wformat-contains-nul... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wformat-extra-args... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wformat-nonliteral... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wformat-security... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wformat-signedness... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wformat-y2k... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wformat-zero-length... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wframe-address... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wfree-nonheap-object... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Whsa... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wif-not-aligned... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wignored-attributes... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wignored-qualifiers... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wimplicit... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wimplicit-function-declaration... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wimplicit-int... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wincompatible-pointer-types... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Winit-self... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Winline... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wint-conversion... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wint-in-bool-context... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wint-to-pointer-cast... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Winvalid-memory-model... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Winvalid-pch... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wlogical-not-parentheses... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wlogical-op... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wmain... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wmaybe-uninitialized... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wmemset-elt-size... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wmemset-transposed-args... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wmisleading-indentation... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wmissing-attributes... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wmissing-braces... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wmissing-declarations... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wmissing-include-dirs... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wmissing-parameter-type... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wmissing-profile... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wmissing-prototypes... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wmultichar... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wmultistatement-macros... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wnarrowing... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wnested-externs... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wnonnull... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wnonnull-compare... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wnull-dereference... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wodr... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wold-style-declaration... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wold-style-definition... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wopenmp-simd... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Woverflow... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Woverlength-strings... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Woverride-init... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wpacked... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wpacked-bitfield-compat... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wpacked-not-aligned... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wparentheses... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wpointer-arith... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wpointer-compare... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wpointer-sign... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wpointer-to-int-cast... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wpragmas... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wpsabi... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wrestrict... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wreturn-local-addr... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wreturn-type... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wscalar-storage-order... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wsequence-point... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wshadow... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wshift-count-negative... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wshift-count-overflow... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wshift-negative-value... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wsizeof-array-argument... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wsizeof-pointer-div... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wsizeof-pointer-memaccess... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wstack-protector... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wstrict-aliasing... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wstrict-overflow... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wstrict-prototypes... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wstringop-truncation... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wsuggest-attribute=cold... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wsuggest-attribute=const... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wsuggest-attribute=format... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wsuggest-attribute=malloc... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wsuggest-attribute=noreturn... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wsuggest-attribute=pure... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wsuggest-final-methods... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wsuggest-final-types... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wswitch... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wswitch-bool... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wswitch-unreachable... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wsync-nand... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wtautological-compare... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wtrampolines... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wtrigraphs... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wtype-limits... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wuninitialized... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wunknown-pragmas... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wunsafe-loop-optimizations... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wunused... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wunused-but-set-parameter... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wunused-but-set-variable... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wunused-function... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wunused-label... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wunused-local-typedefs... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wunused-macros... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wunused-parameter... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wunused-result... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wunused-value... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wunused-variable... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wvarargs... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wvector-operation-performance... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wvla... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wvolatile-register-var... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Walloc-size-larger-than=9223372036854775807... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Warray-bounds=2... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wattribute-alias=2... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wformat-overflow=2... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wformat-truncation=2... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wimplicit-fallthrough=5... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wnormalized=nfc... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wshift-overflow=2... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wstringop-overflow=2... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wunused-const-variable=2... no checking whether C compiler handles -Werror -Wunknown-warning-option... (cached) yes checking whether C compiler handles -Wvla-larger-than=4031... no checking whether C compiler handles -fdiagnostics-show-option... yes checking whether C compiler handles -fdiagnostics-color=always... yes checking whether C compiler handles -Wno-missing-field-initializers... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating doc/Makefile config.status: creating doc/reference/Makefile config.status: creating doc/reference/version.xml config.status: creating Makefile config.status: creating examples/Makefile config.status: creating lib/idn2.h config.status: creating lib/Makefile config.status: creating unistring/Makefile config.status: creating gl/Makefile config.status: creating libidn2.pc config.status: creating po/Makefile.in config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating fuzz/Makefile config.status: creating config.h config.status: linking source_subfolder/GNUmakefile to GNUmakefile config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: Summary of build options: Version: 2.3.0 Host OS: darwin20.3.0 Install prefix: /Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a Compiler: gcc Warning flags: -fno-common -W -Wabsolute-value -Waddress -Waddress-of-packed-member -Wall -Wattributes -Wbad-function-cast -Wbool-operation -Wbuiltin-macro-redefined -Wcast-align -Wchar-subscripts -Wcomment -Wcomments -Wcpp -Wdangling-else -Wdate-time -Wdeprecated -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wdouble-promotion -Wduplicate-decl-specifier -Wempty-body -Wendif-labels -Wenum-compare -Wexpansion-to-defined -Wextra -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wformat-zero-length -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Winline -Wint-conversion -Wint-in-bool-context -Wint-to-pointer-cast -Winvalid-pch -Wlogical-not-parentheses -Wmain -Wmemset-transposed-args -Wmisleading-indentation -Wmissing-braces -Wmissing-declarations -Wmissing-include-dirs -Wmissing-prototypes -Wmultichar -Wnarrowing -Wnested-externs -Wnonnull -Wnull-dereference -Wodr -Wold-style-definition -Woverflow -Woverlength-strings -Woverride-init -Wpacked -Wparentheses -Wpointer-arith -Wpointer-compare -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wreturn-type -Wsequence-point -Wshadow -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-div -Wsizeof-pointer-memaccess -Wstack-protector -Wstrict-aliasing -Wstrict-overflow -Wstrict-prototypes -Wswitch -Wswitch-bool -Wtautological-compare -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvla -Wvolatile-register-var -Wwrite-strings -fdiagnostics-show-option -fdiagnostics-color=always -Wno-missing-field-initializers CFLAGS: -m64 -O3 -isysroot /Users/administrator/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -arch x86_64 -I/Users/jenkins/w/BuildSingleReference/.conan/data/libiconv/1.16/_/_/package/647afeb69d3b0a2d3d316e80b24d38c714cc6900/include -DNDEBUG LDFlags: -m64 -L/Users/jenkins/w/BuildSingleReference/.conan/data/libiconv/1.16/_/_/package/647afeb69d3b0a2d3d316e80b24d38c714cc6900/lib Documentation: yes Library types: Shared=yes, Static=no Libiconv: yes -L/Users/jenkins/w/BuildSingleReference/.conan/data/libiconv/1.16/_/_/package/647afeb69d3b0a2d3d316e80b24d38c714cc6900/lib -liconv Libunistring: no, consider installing GNU libunistring Valgrind: Version script: no ----Running------ > make -j4 ----------------- /Users/administrator/Downloads/Xcode.app/Contents/Developer/usr/bin/make all-recursive Making all in unistring GEN alloca.h GEN iconv.h GEN limits.h GEN stdint.h GEN sys/types.h GEN uniconv.h GEN unictype.h GEN uninorm.h GEN unistr.h GEN unitypes.h /Users/administrator/Downloads/Xcode.app/Contents/Developer/usr/bin/make all-recursive CC c-ctype.lo CC c-strcasecmp.lo CC c-strncasecmp.lo CC localcharset.lo CC malloca.lo CC striconveh.lo CC striconveha.lo CC uniconv/u8-conv-from-enc.lo CC uniconv/u8-strconv-from-enc.lo CC uniconv/u8-strconv-from-locale.lo CC uniconv/u8-strconv-to-enc.lo CC uniconv/u8-strconv-to-locale.lo CC unictype/bidi_of.lo CC unictype/categ_M.lo CC unictype/categ_none.lo CC unictype/categ_of.lo CC unictype/categ_test.lo CC unictype/combiningclass.lo CC unictype/joiningtype_of.lo CC unictype/scripts.lo CC uninorm/canonical-decomposition.lo CC uninorm/composition.lo CC uninorm/decompose-internal.lo CC uninorm/decomposition-table.lo CC uninorm/nfc.lo CC uninorm/nfd.lo CC uninorm/u32-normalize.lo CC unistr/u32-cpy.lo CC unistr/u32-cpy-alloc.lo CC unistr/u32-mbtouc-unsafe.lo CC unistr/u32-strlen.lo CC unistr/u32-to-u8.lo CC unistr/u32-uctomb.lo CC unistr/u8-check.lo CC unistr/u8-mblen.lo CC unistr/u8-mbtouc.lo CC unistr/u8-mbtouc-aux.lo CC unistr/u8-mbtouc-unsafe.lo CC unistr/u8-mbtouc-unsafe-aux.lo CC unistr/u8-mbtoucr.lo CC unistr/u8-prev.lo CC unistr/u8-strlen.lo CC unistr/u8-to-u32.lo CC unistr/u8-uctomb.lo CC unistr/u8-uctomb-aux.lo CCLD libunistring.la Making all in gl GEN getopt.h GEN getopt-cdefs.h GEN limits.h GEN stdint.h GEN stdio.h GEN stdlib.h GEN string.h GEN sys/types.h GEN unistd.h /Users/administrator/Downloads/Xcode.app/Contents/Developer/usr/bin/make all-recursive CC dirname-lgpl.lo CC basename-lgpl.lo CC stripslash.lo CC getprogname.lo CC progname.lo CC unistd.lo CC version-etc.lo CC error.lo CC getopt.lo CC getopt1.lo CC rawmemchr.lo CC strchrnul.lo CC strerror.lo CC strerror-override.lo CC strverscmp.lo CCLD libgnu.la Making all in lib /Users/administrator/Downloads/Xcode.app/Contents/Developer/usr/bin/make all-am CC idna.lo CC lookup.lo CC decode.lo CC register.lo CC bidi.lo CC version.lo CC error.lo CC puny_encode.lo CC puny_decode.lo CC free.lo CC data.lo CC tr46map.lo CC tables.lo CC context.lo CCLD libidn2.la Making all in src /Users/administrator/Downloads/Xcode.app/Contents/Developer/usr/bin/make all-am CC idn2.o CC libidn2_cmd_la-idn2_cmd.lo CCLD libidn2_cmd.la CCLD idn2 Making all in examples CC decode.o CC lookup.o CC register.o CC example-toascii.o CC example-tounicode.o CCLD decode CCLD register CCLD lookup CCLD example-toascii CCLD example-tounicode Making all in tests /Users/administrator/Downloads/Xcode.app/Contents/Developer/usr/bin/make all-am make[3]: Nothing to be done for `all-am'. Making all in fuzz make[2]: Nothing to be done for `all'. Making all in po make[2]: Nothing to be done for `all'. Making all in doc /Users/administrator/Downloads/Xcode.app/Contents/Developer/usr/bin/make all-recursive Making all in reference make[4]: Nothing to be done for `all'. make[4]: Nothing to be done for `all-am'. make[2]: Nothing to be done for `all-am'. libidn2/2.3.0: Package 'cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a' built libidn2/2.3.0: Build folder /Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/build/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a libidn2/2.3.0: Generated conaninfo.txt libidn2/2.3.0: Generated conanbuildinfo.txt libidn2/2.3.0: Generating the package libidn2/2.3.0: Package folder /Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a libidn2/2.3.0: Calling package() ----Running------ > make install -j4 ----------------- Making install in unistring /Users/administrator/Downloads/Xcode.app/Contents/Developer/usr/bin/make install-recursive make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in gl /Users/administrator/Downloads/Xcode.app/Contents/Developer/usr/bin/make install-recursive make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in lib /Users/administrator/Downloads/Xcode.app/Contents/Developer/usr/bin/make install-am /usr/local/bin/gmkdir -p '/Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/include' /usr/local/bin/gmkdir -p '/Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/lib' /bin/sh ../libtool --mode=install /usr/local/bin/ginstall -c libidn2.la '/Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/lib' /usr/local/bin/ginstall -c -m 644 idn2.h '/Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/include' libtool: install: /usr/local/bin/ginstall -c .libs/libidn2.0.dylib /Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/lib/libidn2.0.dylib libtool: install: (cd /Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/lib && { ln -s -f libidn2.0.dylib libidn2.dylib || { rm -f libidn2.dylib && ln -s libidn2.0.dylib libidn2.dylib; }; }) libtool: install: /usr/local/bin/ginstall -c .libs/libidn2.lai /Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/lib/libidn2.la Making install in src /Users/administrator/Downloads/Xcode.app/Contents/Developer/usr/bin/make install-am make[3]: Nothing to be done for `install-data-am'. /usr/local/bin/gmkdir -p '/Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/bin' /bin/sh ../libtool --mode=install /usr/local/bin/ginstall -c idn2 '/Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/bin' libtool: install: /usr/local/bin/ginstall -c .libs/idn2 /Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/bin/idn2 Making install in examples make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. Making install in tests /Users/administrator/Downloads/Xcode.app/Contents/Developer/usr/bin/make install-am make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in fuzz make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. Making install in po if test "libidn2" = "gettext-tools"; then \ /usr/local/bin/gmkdir -p /Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/local/bin/ginstall -c -m 644 ../source_subfolder/po/$file \ /Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/share/gettext/po/$file; \ done; \ else \ : ; \ fi Making install in doc /Users/administrator/Downloads/Xcode.app/Contents/Developer/usr/bin/make install-recursive Making install in reference make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-exec-am'. /usr/local/bin/gmkdir -p '/Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/share/man/man1' /usr/local/bin/gmkdir -p '/Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/share/man/man3' /usr/local/bin/gmkdir -p '/Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/share/info' /usr/local/bin/ginstall -c -m 644 ../source_subfolder/doc/idn2.1 '/Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/share/man/man1' /usr/local/bin/ginstall -c -m 644 ../source_subfolder/doc/man/idn2_to_unicode_8z4z.3 ../source_subfolder/doc/man/idn2_to_unicode_4z4z.3 ../source_subfolder/doc/man/idn2_to_unicode_44i.3 ../source_subfolder/doc/man/idn2_to_unicode_8z8z.3 ../source_subfolder/doc/man/idn2_to_unicode_8zlz.3 ../source_subfolder/doc/man/idn2_to_unicode_lzlz.3 ../source_subfolder/doc/man/idn2_lookup_u8.3 ../source_subfolder/doc/man/idn2_lookup_ul.3 ../source_subfolder/doc/man/idn2_to_ascii_4i.3 ../source_subfolder/doc/man/idn2_to_ascii_4i2.3 ../source_subfolder/doc/man/idn2_to_ascii_4z.3 ../source_subfolder/doc/man/idn2_to_ascii_8z.3 ../source_subfolder/doc/man/idn2_to_ascii_lz.3 ../source_subfolder/doc/man/idn2_register_u8.3 ../source_subfolder/doc/man/idn2_register_ul.3 ../source_subfolder/doc/man/idn2_strerror.3 ../source_subfolder/doc/man/idn2_strerror_name.3 ../source_subfolder/doc/man/idn2_check_version.3 ../source_subfolder/doc/man/idn2_free.3 '/Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/share/man/man3' /usr/local/bin/ginstall -c -m 644 ../source_subfolder/doc/libidn2.info '/Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/share/info' install-info --info-dir='/Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/share/info' '/Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/share/info/libidn2.info' make[2]: Nothing to be done for `install-exec-am'. /usr/local/bin/gmkdir -p '/Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/lib/pkgconfig' /usr/local/bin/ginstall -c -m 644 libidn2.pc '/Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/lib/pkgconfig' [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK libidn2/2.3.0 package(): Packaged 2 files: idn2, COPYING libidn2/2.3.0 package(): Packaged 1 '.h' file: idn2.h libidn2/2.3.0 package(): Packaged 2 '.dylib' files: libidn2.0.dylib, libidn2.dylib libidn2/2.3.0: Package 'cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a' created libidn2/2.3.0: Created package revision b8937713ecee3040a539c2b1a8bc53ae libidn2/2.3.0: Appending PATH environment variable: /Users/jenkins/w/BuildSingleReference/.conan/data/libidn2/2.3.0/_/_/package/cee8c7e6dfd714e0e3bdae3ec3b7fc925520696a/bin [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK configure: WARNING: You will not be able to create source packages with 'make dist' because gtk-doc >= 1.14 is not found. /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libunistring.a(c-ctype.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libunistring.a(u32-mbtouc-unsafe.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libunistring.a(u32-uctomb.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libunistring.a(u8-mbtouc.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libunistring.a(u8-mbtouc-unsafe.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libunistring.a(u8-uctomb.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libunistring.a(c-ctype.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libunistring.a(u32-mbtouc-unsafe.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libunistring.a(u32-uctomb.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libunistring.a(u8-mbtouc.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libunistring.a(u8-mbtouc-unsafe.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libunistring.a(u8-uctomb.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(getprogname.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(unistd.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(getprogname.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(unistd.o) has no symbols no symbols no symbols no symbols no symbols no symbols no symbols no symbols no symbols In file included from ../source_subfolder/src/idn2.c:37: ../source_subfolder/gl/gettext.h:227:19: warning: variable length array used [-Wvla] char msg_ctxt_id[msgctxt_len + msgid_len];  ^ ../source_subfolder/gl/gettext.h:275:19: warning: variable length array used [-Wvla] char msg_ctxt_id[msgctxt_len + msgid_len];  ^ ../source_subfolder/src/idn2.c:59:22: warning: format string is not a string literal [-Wformat-nonliteral] fprintf (stderr, _("Try `%s --help' for more information.\n"),  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/idn2.c:38:19: note: expanded from macro '_' #define _(String) dgettext (PACKAGE, String)  ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/gl/gettext.h:70:38: note: expanded from macro 'dgettext' # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid))  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/idn2.c:63:15: warning: format string is not a string literal [-Wformat-nonliteral] printf (_("\  ^~~~ ../source_subfolder/src/idn2.c:38:19: note: expanded from macro '_' #define _(String) dgettext (PACKAGE, String)  ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/gl/gettext.h:70:38: note: expanded from macro 'dgettext' # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid))  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/idn2.c:153:13: warning: string literal of length 28846 exceeds maximum length 4095 that ISO C99 compilers are required to support [-Woverlength-strings] puts (CONDITIONS);  ^~~~~~~~~~ ../source_subfolder/src/blurbs.h:35:3: note: expanded from macro 'CONDITIONS' " TERMS AND CONDITIONS\n" \  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/idn2.c:217:22: warning: format string is not a string literal [-Wformat-nonliteral] fprintf (stderr, _("Charset: %s\n"), locale_charset ());  ^~~~~~~~~~~~~~~~~~ ../source_subfolder/src/idn2.c:38:19: note: expanded from macro '_' #define _(String) dgettext (PACKAGE, String)  ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/gl/gettext.h:70:38: note: expanded from macro 'dgettext' # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid))  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6 warnings generated. /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libidn2_cmd.a(getprogname.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libidn2_cmd.a(unistd.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libidn2_cmd.a(c-ctype.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libidn2_cmd.a(u32-mbtouc-unsafe.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libidn2_cmd.a(u32-uctomb.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libidn2_cmd.a(u8-mbtouc-unsafe.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libidn2_cmd.a(u8-mbtouc.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libidn2_cmd.a(u8-uctomb.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libidn2_cmd.a(getprogname.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libidn2_cmd.a(unistd.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libidn2_cmd.a(c-ctype.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libidn2_cmd.a(u32-mbtouc-unsafe.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libidn2_cmd.a(u32-uctomb.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libidn2_cmd.a(u8-mbtouc-unsafe.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libidn2_cmd.a(u8-mbtouc.o) has no symbols /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libidn2_cmd.a(u8-uctomb.o) has no symbols Nothing to install