Auto detecting your dev setup to initialize the default profile (/tmp/c3ipr/pr_835_4_0_0/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 5.4 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/tmp/c3ipr/pr_835_4_0_0/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=5 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /tmp/c3ipr/pr_835_4_0_0/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** [HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 21.517578125 KB [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: ['patches/*.patch'] [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK Exporting package recipe gettext/0.20.1 exports: File 'conandata.yml' found. Exporting it... gettext/0.20.1 exports: Copied 1 '.yml' file: conandata.yml gettext/0.20.1 exports_sources: Copied 3 '.patch' files: 0002-memmove-is-intrinsic-function-on-MSVC.patch, 0003-Reported-by-Gabor-Z.-Papp-gzp-papp.hu.patch, 0001-build-Fix-build-errors-with-MSVC.patch [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] Saving conandata.yml: {'sources': {'0.20.1': {'sha256': '66415634c6e8c3fa8b71362879ec7575e27da43da562c798a8a2f223e6e47f5c', 'url': 'https://ftp.gnu.org/pub/gnu/gettext/gettext-0.20.1.tar.gz'}}, 'patches': {'0.20.1': [{'patch_file': 'patches/0001-build-Fix-build-errors-with-MSVC.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0002-memmove-is-intrinsic-function-on-MSVC.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0003-Reported-by-Gabor-Z.-Papp-gzp-papp.hu.patch', 'base_path': 'source_subfolder'}]}} [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] New conandata.yml contents: patches: 0.20.1: - base_path: source_subfolder patch_file: patches/0001-build-Fix-build-errors-with-MSVC.patch - base_path: source_subfolder patch_file: patches/0002-memmove-is-intrinsic-function-on-MSVC.patch - base_path: source_subfolder patch_file: patches/0003-Reported-by-Gabor-Z.-Papp-gzp-papp.hu.patch sources: 0.20.1: sha256: 66415634c6e8c3fa8b71362879ec7575e27da43da562c798a8a2f223e6e47f5c url: https://ftp.gnu.org/pub/gnu/gettext/gettext-0.20.1.tar.gz [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] OK gettext/0.20.1: A new conanfile.py version was exported gettext/0.20.1: Folder: /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/export gettext/0.20.1: Using the exported files summary hash as the recipe revision: bb01a9cf3e5f77d485ba920786387724 gettext/0.20.1: Exported revision: bb01a9cf3e5f77d485ba920786387724 Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++ compiler.version=5 os=Linux os_build=Linux [options] [build_requires] [env] gettext/0.20.1: Forced build from source gettext/0.20.1 (test package): Installing package Requirements gettext/0.20.1 from local cache - Cache Packages gettext/0.20.1:44fcf6b9a7fb86b2586303e3db40189d3b511830 - Build [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK gettext/0.20.1: Configuring sources in /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK gettext/0.20.1: Copying sources to build folder gettext/0.20.1: Building your package in /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830 gettext/0.20.1: 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 gettext/0.20.1: Calling build() gettext/0.20.1: Calling: > ./configure 'HELP2MAN=/bin/true' 'EMACS=no' '--disable-nls' '--disable-dependency-tracking' '--enable-relocatable' '--disable-c++' '--disable-java' '--disable-csharp' '--disable-libasprintf' '--disable-curses' '--disable-shared' '--disable-static' '--prefix=/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830' '--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/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /usr/bin/gcc... none checking for bison... no checking for byacc... no checking whether to use Java... no checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for Java compiler... no checking for jar... no checking for preferred C# implementation... no checking for C# compiler... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for Minix Amsterdam compiler... no checking for ar... ar checking for ranlib... ranlib 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 special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes 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... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /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... @ checking for strip... strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from /usr/bin/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 dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes checking for windres... no checking whether NLS is requested... no checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking whether we are using the GNU C Library 2 or newer... yes checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking for inline... inline checking for size_t... yes checking for stdint.h... yes checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for xlocale.h... yes checking for string.h... (cached) yes checking for getopt.h... yes checking for sys/cdefs.h... yes checking for iconv.h... yes checking for crtdefs.h... no checking for wctype.h... yes checking for langinfo.h... yes checking for limits.h... yes checking for sys/mman.h... yes checking for sys/stat.h... (cached) yes checking for sys/time.h... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for sys/socket.h... yes checking for features.h... yes checking for getpagesize... yes checking for working mmap... yes checking whether integer division by zero raises SIGFPE... yes checking for inttypes.h... yes checking for unsigned long long int... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking 32-bit host C ABI... no checking for the common suffixes of directories in the library search path... lib,lib checking whether imported symbols can be declared weak... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for multithread API to use... posix checking for pthread_rwlock_t... yes checking whether pthread_rwlock_rdlock prefers a writer to a reader... no checking whether to use C++... no checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes checking for inttypes.h... (cached) yes checking for limits.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getuid... yes checking for mempcpy... yes checking for munmap... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for argz_count... yes checking for argz_stringify... yes checking for argz_next... yes checking for __fsetlocking... yes checking whether feof_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking for bison... no checking for long long int... yes checking for wchar_t... yes checking for wint_t... yes checking whether wint_t is too small... no checking for intmax_t... yes checking whether printf() supports POSIX/XSI format strings... yes checking whether we are using the GNU C Library >= 2.1 or uClibc... yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for stdint.h... (cached) yes checking for symlink... yes checking for uselocale... yes checking for canonicalize_file_name... yes checking for getcwd... (cached) yes checking for readlink... yes checking for realpath... yes checking for readlinkat... yes checking for getprogname... no checking for getexecname... no checking for iswcntrl... yes checking for iswblank... yes checking for newlocale... yes checking for duplocale... yes checking for freelocale... yes checking for lstat... yes checking for mbsinit... yes checking for mbrtowc... yes checking for mbslen... no checking for mprotect... yes checking for _set_invalid_parameter_handler... no checking for setenv... yes checking for wcwidth... yes checking for working fcntl.h... yes checking whether uselocale works... yes checking for fake locale system (OpenBSD)... no checking for Solaris 11.4 locale system... no checking for getlocalename_l... no checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for CFLocaleCopyPreferredLanguages... no checking for flexible array member... yes checking for ptrdiff_t... yes checking for features.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for asprintf... yes checking for wprintf... yes checking for newlocale... (cached) yes checking for putenv... yes checking for setenv... (cached) yes checking for snprintf... yes checking for strnlen... yes checking for uselocale... (cached) yes checking for wcslen... yes checking for wcsnlen... yes checking for mbrtowc... (cached) yes checking for wcrtomb... yes checking whether _snprintf is declared... no checking whether _snwprintf is declared... no checking whether getc_unlocked is declared... yes checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyCurrent... (cached) no checking for CFLocaleCopyPreferredLanguages... (cached) no checking whether to use NLS... no checking whether // is distinct from /... no checking whether realpath works... yes checking if environ is properly declared... yes 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 *... yes checking for pid_t... yes checking for mode_t... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking for working GNU getopt_long function... yes checking whether iswcntrl works... yes checking for towlower... yes checking for wctype_t... yes checking for wctrans_t... yes checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no checking for good max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether lstat correctly handles trailing slash... yes checking whether malloc, realloc, calloc are POSIX compliant... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for mbstate_t... yes checking for a traditional japanese locale... none checking for a transitional chinese locale... none checking for a french Unicode locale... none checking for mmap... yes checking for MAP_ANONYMOUS... yes checking whether memchr works... yes checking for sigset_t... yes checking for SIGPIPE... yes checking for shared library path variable... LD_LIBRARY_PATH checking whether to activate relocatable installation... yes checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking for _NSGetExecutablePath... no checking whether setenv is declared... yes checking for uid_t in sys/types.h... yes checking whether C symbols are prefixed with underscore at the linker level... no checking whether stat file-mode macros are broken... no checking for nlink_t... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... 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... yes checking for C/C++ restrict keyword... __restrict checking whether strnlen is declared... yes checking for struct timespec in ... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... (cached) yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgets_unlocked is declared... (cached) yes checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getc_unlocked is declared... (cached) yes checking whether getchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether uses 'inline' correctly... yes checking for atexit... yes checking whether // is distinct from /... (cached) no checking for error_at_line... yes checking for flexible array member... (cached) yes checking whether program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... yes checking whether __argv is declared... no checking whether the compiler generally respects inline... no checking whether iswblank is declared... yes checking whether to use Java... no checking whether langinfo.h defines CODESET... yes checking whether langinfo.h defines T_FMT_AMPM... yes checking whether langinfo.h defines ALTMON_1... no checking whether langinfo.h defines ERA... yes checking whether langinfo.h defines YESEXPR... yes checking whether locale.h conforms to POSIX:2001... yes checking whether locale.h defines locale_t... yes checking whether struct lconv is properly defined... yes checking for pthread_rwlock_t... (cached) yes checking whether pthread_rwlock_rdlock prefers a writer to a reader... (cached) no checking whether mbrtowc handles incomplete characters... guessing yes checking whether mbrtowc works as well as mbtowc... guessing yes checking whether mbrtowc handles a NULL pwc argument... guessing yes checking whether mbrtowc handles a NULL string argument... guessing yes checking whether mbrtowc has a correct return value... guessing yes checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes checking whether mbrtowc works on empty input... yes checking whether the C locale is free of encoding errors... no checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking for memmove... yes checking whether program_invocation_name is declared... (cached) yes checking whether program_invocation_short_name is declared... (cached) yes checking for raise... yes checking for sigprocmask... yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking for tsearch... (cached) yes checking whether setlocale supports the C locale... yes checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking for sigprocmask... (cached) yes checking for ssize_t... yes checking whether stat handles trailing slashes on files... yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtimensec... no checking for struct stat.st_birthtim.tv_nsec... no checking for good max_align_t... (cached) yes checking whether NULL can be used in arbitrary expressions... (cached) yes checking which flavor of printf attribute matches inttypes macros... system checking for working strerror function... yes checking for working strnlen... yes checking for strtoul... (cached) yes checking for nlink_t... (cached) yes checking whether iswcntrl works... (cached) yes checking for towlower... (cached) yes checking for wctype_t... (cached) yes checking for wctrans_t... (cached) yes checking whether wcwidth is declared... yes checking whether wcwidth works reasonably in UTF-8 locales... yes checking for size_t... (cached) yes checking for setlocale... yes checking for perl... /usr/bin/perl checking for sched_yield in -lrt... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating csharpcomp.sh config.status: creating javacomp.sh config.status: creating Makefile config.status: creating doc/Makefile config.status: creating intl/Makefile config.status: creating intl-java/Makefile config.status: creating intl-csharp/Makefile config.status: creating gnulib-lib/Makefile config.status: creating src/Makefile config.status: creating src/gettext.sh config.status: creating po/Makefile.in config.status: creating man/Makefile config.status: creating man/x-to-1 config.status: creating m4/Makefile config.status: creating tests/Makefile config.status: creating config.h 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 === configuring in libasprintf (/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/libasprintf) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830' 'HELP2MAN=/bin/true' 'EMACS=no' '--disable-nls' '--disable-dependency-tracking' '--enable-relocatable' '--disable-c++' '--disable-java' '--disable-csharp' '--disable-libasprintf' '--disable-curses' '--disable-shared' '--disable-static' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' 'CC=/usr/bin/gcc' 'CFLAGS=' 'LDFLAGS=' 'LIBS=' 'CPPFLAGS=' 'CXX=/usr/bin/g++' 'CXXFLAGS=' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for Minix Amsterdam compiler... no checking for ar... ar checking for ranlib... ranlib checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes 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... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /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... @ checking for strip... strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from /usr/bin/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 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 for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for ld used by /usr/bin/g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes checking if /usr/bin/g++ static flag -static works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking if /usr/bin/g++ supports -c -o file.o... (cached) yes checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for windres... no checking features.h usability... yes checking features.h presence... yes checking for features.h... yes checking for inline... inline checking for size_t... yes checking for unsigned long long int... yes checking for long long int... yes checking for wchar_t... yes checking for wint_t... yes checking whether wint_t is too small... no checking for mbstate_t... yes checking for ptrdiff_t... yes checking for inttypes.h... yes checking for stdint.h... yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for stdint.h... (cached) yes checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes 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 for stdint.h... (cached) yes checking for SIZE_MAX... (cached) yes checking for stdint.h... (cached) yes checking for snprintf... yes checking for vasprintf... yes checking for strnlen... yes checking for wcslen... yes checking for wcsnlen... yes checking for mbrtowc... yes checking for wcrtomb... yes checking whether _snprintf is declared... no checking whether printf() supports POSIX/XSI format strings... yes checking for dvips... /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/build-aux/missing dvips checking for texi2pdf... /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/build-aux/missing texi2pdf checking for perl... /usr/bin/perl checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands make all-recursive make[1]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime' Making all in doc make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/doc' Making all in intl make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl' make all-am make[3]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl' sed -e '/IN_LIBGLOCALE/d' \ -e 's,@''HAVE_POSIX_PRINTF''@,1,g' \ -e 's,@''HAVE_ASPRINTF''@,1,g' \ -e 's,@''HAVE_SNPRINTF''@,1,g' \ -e 's,@''HAVE_WPRINTF''@,1,g' \ -e 's,@''HAVE_NAMELESS_LOCALES''@,0,g' \ -e 's,@''HAVE_NEWLOCALE''@,1,g' \ < ./libgnuintl.in.h \ | if test 'no' = yes; then \ sed -e 's/extern \([^()]*\);/extern __declspec (dllimport) \1;/'; \ else \ cat; \ fi \ | sed -e 's/extern \([^"]\)/extern LIBINTL_DLL_EXPORTED \1/' \ -e "/#define _LIBINTL_H/r ./export.h" \ | sed -e 's,@''HAVE_VISIBILITY''@,1,g' \ > libgnuintl.h /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o hash-string.lo ./hash-string.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o l10nflist.lo ./l10nflist.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o explodename.lo ./explodename.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./hash-string.c -o hash-string.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./explodename.c -o explodename.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./l10nflist.c -o l10nflist.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o dcigettext.lo ./dcigettext.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o dcngettext.lo ./dcngettext.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o dngettext.lo ./dngettext.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./dcigettext.c -o dcigettext.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./dcngettext.c -o dcngettext.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./dngettext.c -o dngettext.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o ngettext.lo ./ngettext.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o plural.lo ./plural.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o plural-exp.lo ./plural-exp.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./ngettext.c -o ngettext.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./plural.c -o plural.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o localcharset.lo ./localcharset.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./plural-exp.c -o plural-exp.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o threadlib.lo ./threadlib.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o lock.lo ./lock.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./localcharset.c -o localcharset.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./threadlib.c -o threadlib.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o relocatable.lo ./relocatable.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./lock.c -o lock.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o langprefs.lo ./langprefs.c sed -e 's/extern \([^"]\)/extern LIBINTL_DLL_EXPORTED \1/' \ -e 's/extern,/extern LIBINTL_DLL_EXPORTED,/' \ -e "/#if HAVE_USELOCALE/r ./export.h" \ < ./localename-table.in.h \ | sed -e 's,@''HAVE_VISIBILITY''@,1,g' \ > localename-table.h /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o log.lo ./log.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./relocatable.c -o relocatable.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./langprefs.c -o langprefs.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o printf.lo ./printf.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o setlocale.lo ./setlocale.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./log.c -o log.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o version.lo ./version.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./printf.c -o printf.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./setlocale.c -o setlocale.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o xsize.lo ./xsize.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o osdep.lo ./osdep.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./version.c -o version.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o intl-compat.lo ./intl-compat.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./xsize.c -o xsize.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./osdep.c -o osdep.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o bindtextdom.lo ./bindtextdom.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o dcgettext.lo ./dcgettext.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./intl-compat.c -o intl-compat.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o dgettext.lo ./dgettext.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./bindtextdom.c -o bindtextdom.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./dcgettext.c -o dcgettext.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o gettext.lo ./gettext.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o finddomain.lo ./finddomain.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./dgettext.c -o dgettext.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o loadmsgcat.lo ./loadmsgcat.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./gettext.c -o gettext.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./finddomain.c -o finddomain.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o localealias.lo ./localealias.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./loadmsgcat.c -o loadmsgcat.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o textdomain.lo ./textdomain.c /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o localename.lo ./localename.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./localealias.c -o localealias.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./textdomain.c -o textdomain.o /bin/bash ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c -o localename-table.lo ./localename-table.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./localename.c -o localename.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DLOCALE_ALIAS_PATH=\"\" -DLIBDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2 -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -c ./localename-table.c -o localename-table.o /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -fvisibility=hidden -no-undefined -export-symbols-regex '^([^g]|g[^l]|gl[^w]|glw[^t]|glwt[^h]|glwth[^r]|glwthr[^e]|glwthre[^a]|glwthrea[^d]).*' -version-info 9:6:1 -rpath /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib -o libgnuintl.la bindtextdom.lo dcgettext.lo dgettext.lo gettext.lo finddomain.lo hash-string.lo loadmsgcat.lo localealias.lo textdomain.lo l10nflist.lo explodename.lo dcigettext.lo dcngettext.lo dngettext.lo ngettext.lo plural.lo plural-exp.lo localcharset.lo threadlib.lo lock.lo relocatable.lo langprefs.lo localename.lo localename-table.lo log.lo printf.lo setlocale.lo version.lo xsize.lo osdep.lo intl-compat.lo libtool: link: ar cru .libs/libgnuintl.a bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o hash-string.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o dcigettext.o dcngettext.o dngettext.o ngettext.o plural.o plural-exp.o localcharset.o threadlib.o lock.o relocatable.o langprefs.o localename.o localename-table.o log.o printf.o setlocale.o version.o xsize.o osdep.o intl-compat.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libgnuintl.a libtool: link: ( cd ".libs" && rm -f "libgnuintl.la" && ln -s "../libgnuintl.la" "libgnuintl.la" ) make[3]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl' make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl' Making all in intl-java make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl-java' cd . && test ! -d /usr/lib/jdk1.3.1 || env PATH=/usr/lib/jdk1.3.1/bin:$PATH javadoc -d javadoc2 gnu.gettext gnu/gettext/*.java make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl-java' Making all in intl-csharp make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl-csharp' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl-csharp' Making all in gnulib-lib make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/gnulib-lib' rm -f alloca.h-t alloca.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''HAVE_ALLOCA_H''@||g' < ./alloca.in.h; \ } > alloca.h-t && \ mv -f alloca.h-t alloca.h rm -f fcntl.h-t fcntl.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_FCNTL_H''@||g' \ -e 's/@''GNULIB_FCNTL''@/0/g' \ -e 's/@''GNULIB_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_OPEN''@/0/g' \ -e 's/@''GNULIB_OPENAT''@/0/g' \ -e 's|@''HAVE_FCNTL''@|1|g' \ -e 's|@''HAVE_OPENAT''@|1|g' \ -e 's|@''REPLACE_FCNTL''@|0|g' \ -e 's|@''REPLACE_OPEN''@|0|g' \ -e 's|@''REPLACE_OPENAT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ < ./fcntl.in.h; \ } > fcntl.h-t && \ mv fcntl.h-t fcntl.h rm -f iconv.h-t iconv.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_ICONV_H''@||g' \ -e 's/@''GNULIB_ICONV''@/1/g' \ -e 's|@''ICONV_CONST''@||g' \ -e 's|@''REPLACE_ICONV''@|0|g' \ -e 's|@''REPLACE_ICONV_OPEN''@|0|g' \ -e 's|@''REPLACE_ICONV_UTF''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ < ./iconv.in.h; \ } > iconv.h-t && \ mv iconv.h-t iconv.h rm -f langinfo.h-t langinfo.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_LANGINFO_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_LANGINFO_H''@||g' \ -e 's/@''GNULIB_NL_LANGINFO''@/0/g' \ -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \ -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \ -e 's|@''HAVE_LANGINFO_ALTMON''@|0|g' \ -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \ -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \ -e 's|@''HAVE_NL_LANGINFO''@|1|g' \ -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ < ./langinfo.in.h; \ } > langinfo.h-t && \ mv langinfo.h-t langinfo.h rm -f limits.h-t limits.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_LIMITS_H''@||g' \ < ./limits.in.h; \ } > limits.h-t && \ mv limits.h-t limits.h rm -f locale.h-t locale.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_LOCALE_H''@||g' \ -e 's/@''GNULIB_LOCALECONV''@/0/g' \ -e 's/@''GNULIB_SETLOCALE''@/1/g' \ -e 's/@''GNULIB_DUPLOCALE''@/0/g' \ -e 's/@''GNULIB_LOCALENAME''@/1/g' \ -e 's|@''HAVE_NEWLOCALE''@|1|g' \ -e 's|@''HAVE_DUPLOCALE''@|1|g' \ -e 's|@''HAVE_FREELOCALE''@|1|g' \ -e 's|@''HAVE_XLOCALE_H''@|1|g' \ -e 's|@''REPLACE_LOCALECONV''@|0|g' \ -e 's|@''REPLACE_SETLOCALE''@|0|g' \ -e 's|@''REPLACE_NEWLOCALE''@|0|g' \ -e 's|@''REPLACE_DUPLOCALE''@|0|g' \ -e 's|@''REPLACE_FREELOCALE''@|0|g' \ -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ < ./locale.in.h; \ } > locale.h-t && \ mv locale.h-t locale.h rm -f signal.h-t signal.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SIGNAL_H''@||g' \ -e 's/@''GNULIB_PTHREAD_SIGMASK''@/0/g' \ -e 's/@''GNULIB_RAISE''@/1/g' \ -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/1/g' \ -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \ -e 's/@''GNULIB_SIGACTION''@/0/g' \ -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \ -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \ -e 's|@''HAVE_RAISE''@|1|g' \ -e 's|@''HAVE_SIGSET_T''@|1|g' \ -e 's|@''HAVE_SIGINFO_T''@|1|g' \ -e 's|@''HAVE_SIGACTION''@|1|g' \ -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \ -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \ -e 's|@''HAVE_SIGHANDLER_T''@|1|g' \ -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \ -e 's|@''REPLACE_RAISE''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ < ./signal.in.h; \ } > signal.h-t && \ mv signal.h-t signal.h rm -f stdint.h-t stdint.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_STDINT_H''@/1/g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STDINT_H''@||g' \ -e 's/@''HAVE_C99_STDINT_H''@/1/g' \ -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \ -e 's/@''HAVE_INTTYPES_H''@/1/g' \ -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \ -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \ -e 's/@''HAVE_WCHAR_H''@/1/g' \ -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \ -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \ -e 's/@''BITSIZEOF_PTRDIFF_T''@//g' \ -e 's/@''PTRDIFF_T_SUFFIX''@//g' \ -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@//g' \ -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@//g' \ -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \ -e 's/@''BITSIZEOF_SIZE_T''@//g' \ -e 's/@''SIZE_T_SUFFIX''@//g' \ -e 's/@''BITSIZEOF_WCHAR_T''@//g' \ -e 's/@''HAVE_SIGNED_WCHAR_T''@//g' \ -e 's/@''WCHAR_T_SUFFIX''@//g' \ -e 's/@''BITSIZEOF_WINT_T''@//g' \ -e 's/@''HAVE_SIGNED_WINT_T''@//g' \ -e 's/@''WINT_T_SUFFIX''@//g' \ -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \ < ./stdint.in.h; \ } > stdint.h-t && \ mv stdint.h-t stdint.h rm -f stdio.h-t stdio.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STDIO_H''@||g' \ -e 's/@''GNULIB_DPRINTF''@/0/g' \ -e 's/@''GNULIB_FCLOSE''@/0/g' \ -e 's/@''GNULIB_FDOPEN''@/0/g' \ -e 's/@''GNULIB_FFLUSH''@/0/g' \ -e 's/@''GNULIB_FGETC''@/1/g' \ -e 's/@''GNULIB_FGETS''@/1/g' \ -e 's/@''GNULIB_FOPEN''@/0/g' \ -e 's/@''GNULIB_FPRINTF''@/1/g' \ -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_FPURGE''@/0/g' \ -e 's/@''GNULIB_FPUTC''@/1/g' \ -e 's/@''GNULIB_FPUTS''@/1/g' \ -e 's/@''GNULIB_FREAD''@/1/g' \ -e 's/@''GNULIB_FREOPEN''@/0/g' \ -e 's/@''GNULIB_FSCANF''@/1/g' \ -e 's/@''GNULIB_FSEEK''@/0/g' \ -e 's/@''GNULIB_FSEEKO''@/0/g' \ -e 's/@''GNULIB_FTELL''@/0/g' \ -e 's/@''GNULIB_FTELLO''@/0/g' \ -e 's/@''GNULIB_FWRITE''@/1/g' \ -e 's/@''GNULIB_GETC''@/1/g' \ -e 's/@''GNULIB_GETCHAR''@/1/g' \ -e 's/@''GNULIB_GETDELIM''@/0/g' \ -e 's/@''GNULIB_GETLINE''@/0/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_PCLOSE''@/0/g' \ -e 's/@''GNULIB_PERROR''@/0/g' \ -e 's/@''GNULIB_POPEN''@/0/g' \ -e 's/@''GNULIB_PRINTF''@/1/g' \ -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_PUTC''@/1/g' \ -e 's/@''GNULIB_PUTCHAR''@/1/g' \ -e 's/@''GNULIB_PUTS''@/1/g' \ -e 's/@''GNULIB_REMOVE''@/0/g' \ -e 's/@''GNULIB_RENAME''@/0/g' \ -e 's/@''GNULIB_RENAMEAT''@/0/g' \ -e 's/@''GNULIB_SCANF''@/1/g' \ -e 's/@''GNULIB_SNPRINTF''@/0/g' \ -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/1/g' \ -e 's/@''GNULIB_TMPFILE''@/0/g' \ -e 's/@''GNULIB_VASPRINTF''@/0/g' \ -e 's/@''GNULIB_VDPRINTF''@/0/g' \ -e 's/@''GNULIB_VFPRINTF''@/1/g' \ -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_VFSCANF''@/0/g' \ -e 's/@''GNULIB_VSCANF''@/0/g' \ -e 's/@''GNULIB_VPRINTF''@/1/g' \ -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \ -e 's/@''GNULIB_VSNPRINTF''@/0/g' \ -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \ < ./stdio.in.h | \ sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \ -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \ -e 's|@''HAVE_DECL_FTELLO''@|1|g' \ -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \ -e 's|@''HAVE_DECL_GETLINE''@|1|g' \ -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \ -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \ -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \ -e 's|@''HAVE_DPRINTF''@|1|g' \ -e 's|@''HAVE_FSEEKO''@|1|g' \ -e 's|@''HAVE_FTELLO''@|1|g' \ -e 's|@''HAVE_PCLOSE''@|1|g' \ -e 's|@''HAVE_POPEN''@|1|g' \ -e 's|@''HAVE_RENAMEAT''@|1|g' \ -e 's|@''HAVE_VASPRINTF''@|1|g' \ -e 's|@''HAVE_VDPRINTF''@|1|g' \ -e 's|@''REPLACE_DPRINTF''@|0|g' \ -e 's|@''REPLACE_FCLOSE''@|0|g' \ -e 's|@''REPLACE_FDOPEN''@|0|g' \ -e 's|@''REPLACE_FFLUSH''@|0|g' \ -e 's|@''REPLACE_FOPEN''@|0|g' \ -e 's|@''REPLACE_FPRINTF''@|0|g' \ -e 's|@''REPLACE_FPURGE''@|0|g' \ -e 's|@''REPLACE_FREOPEN''@|0|g' \ -e 's|@''REPLACE_FSEEK''@|0|g' \ -e 's|@''REPLACE_FSEEKO''@|0|g' \ -e 's|@''REPLACE_FTELL''@|0|g' \ -e 's|@''REPLACE_FTELLO''@|0|g' \ -e 's|@''REPLACE_GETDELIM''@|0|g' \ -e 's|@''REPLACE_GETLINE''@|0|g' \ -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \ -e 's|@''REPLACE_PERROR''@|0|g' \ -e 's|@''REPLACE_POPEN''@|0|g' \ -e 's|@''REPLACE_PRINTF''@|0|g' \ -e 's|@''REPLACE_REMOVE''@|0|g' \ -e 's|@''REPLACE_RENAME''@|0|g' \ -e 's|@''REPLACE_RENAMEAT''@|0|g' \ -e 's|@''REPLACE_SNPRINTF''@|0|g' \ -e 's|@''REPLACE_SPRINTF''@|0|g' \ -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \ -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \ -e 's|@''REPLACE_TMPFILE''@|0|g' \ -e 's|@''REPLACE_VASPRINTF''@|0|g' \ -e 's|@''REPLACE_VDPRINTF''@|0|g' \ -e 's|@''REPLACE_VFPRINTF''@|0|g' \ -e 's|@''REPLACE_VPRINTF''@|0|g' \ -e 's|@''REPLACE_VSNPRINTF''@|0|g' \ -e 's|@''REPLACE_VSPRINTF''@|0|g' \ -e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \ } > stdio.h-t && \ mv stdio.h-t stdio.h rm -f stdlib.h-t stdlib.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STDLIB_H''@||g' \ -e 's/@''GNULIB__EXIT''@/0/g' \ -e 's/@''GNULIB_ATOLL''@/0/g' \ -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \ -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \ -e 's/@''GNULIB_GETLOADAVG''@/0/g' \ -e 's/@''GNULIB_GETSUBOPT''@/0/g' \ -e 's/@''GNULIB_GRANTPT''@/0/g' \ -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \ -e 's/@''GNULIB_MBTOWC''@/0/g' \ -e 's/@''GNULIB_MKDTEMP''@/0/g' \ -e 's/@''GNULIB_MKOSTEMP''@/0/g' \ -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \ -e 's/@''GNULIB_MKSTEMP''@/0/g' \ -e 's/@''GNULIB_MKSTEMPS''@/0/g' \ -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \ -e 's/@''GNULIB_PTSNAME''@/0/g' \ -e 's/@''GNULIB_PTSNAME_R''@/0/g' \ -e 's/@''GNULIB_PUTENV''@/0/g' \ -e 's/@''GNULIB_QSORT_R''@/0/g' \ -e 's/@''GNULIB_RANDOM''@/0/g' \ -e 's/@''GNULIB_RANDOM_R''@/0/g' \ -e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \ -e 's/@''GNULIB_REALLOCARRAY''@/0/g' \ -e 's/@''GNULIB_REALPATH''@/1/g' \ -e 's/@''GNULIB_RPMATCH''@/0/g' \ -e 's/@''GNULIB_SECURE_GETENV''@/0/g' \ -e 's/@''GNULIB_SETENV''@/0/g' \ -e 's/@''GNULIB_STRTOD''@/0/g' \ -e 's/@''GNULIB_STRTOLD''@/0/g' \ -e 's/@''GNULIB_STRTOLL''@/0/g' \ -e 's/@''GNULIB_STRTOULL''@/0/g' \ -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \ -e 's/@''GNULIB_UNLOCKPT''@/0/g' \ -e 's/@''GNULIB_UNSETENV''@/0/g' \ -e 's/@''GNULIB_WCTOMB''@/0/g' \ < ./stdlib.in.h | \ sed -e 's|@''HAVE__EXIT''@|1|g' \ -e 's|@''HAVE_ATOLL''@|1|g' \ -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \ -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \ -e 's|@''HAVE_GETSUBOPT''@|1|g' \ -e 's|@''HAVE_GRANTPT''@|1|g' \ -e 's|@''HAVE_INITSTATE''@|1|g' \ -e 's|@''HAVE_DECL_INITSTATE''@|1|g' \ -e 's|@''HAVE_MBTOWC''@|1|g' \ -e 's|@''HAVE_MKDTEMP''@|1|g' \ -e 's|@''HAVE_MKOSTEMP''@|1|g' \ -e 's|@''HAVE_MKOSTEMPS''@|1|g' \ -e 's|@''HAVE_MKSTEMP''@|1|g' \ -e 's|@''HAVE_MKSTEMPS''@|1|g' \ -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \ -e 's|@''HAVE_PTSNAME''@|1|g' \ -e 's|@''HAVE_PTSNAME_R''@|1|g' \ -e 's|@''HAVE_QSORT_R''@|1|g' \ -e 's|@''HAVE_RANDOM''@|1|g' \ -e 's|@''HAVE_RANDOM_H''@|1|g' \ -e 's|@''HAVE_RANDOM_R''@|1|g' \ -e 's|@''HAVE_REALLOCARRAY''@|1|g' \ -e 's|@''HAVE_REALPATH''@|1|g' \ -e 's|@''HAVE_RPMATCH''@|1|g' \ -e 's|@''HAVE_SECURE_GETENV''@|1|g' \ -e 's|@''HAVE_DECL_SETENV''@|1|g' \ -e 's|@''HAVE_SETSTATE''@|1|g' \ -e 's|@''HAVE_DECL_SETSTATE''@|1|g' \ -e 's|@''HAVE_STRTOD''@|1|g' \ -e 's|@''HAVE_STRTOLD''@|1|g' \ -e 's|@''HAVE_STRTOLL''@|1|g' \ -e 's|@''HAVE_STRTOULL''@|1|g' \ -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \ -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \ -e 's|@''HAVE_UNLOCKPT''@|1|g' \ -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \ -e 's|@''REPLACE_CALLOC''@|0|g' \ -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \ -e 's|@''REPLACE_INITSTATE''@|0|g' \ -e 's|@''REPLACE_MALLOC''@|0|g' \ -e 's|@''REPLACE_MBTOWC''@|0|g' \ -e 's|@''REPLACE_MKSTEMP''@|0|g' \ -e 's|@''REPLACE_PTSNAME''@|0|g' \ -e 's|@''REPLACE_PTSNAME_R''@|0|g' \ -e 's|@''REPLACE_PUTENV''@|0|g' \ -e 's|@''REPLACE_QSORT_R''@|0|g' \ -e 's|@''REPLACE_RANDOM''@|0|g' \ -e 's|@''REPLACE_RANDOM_R''@|0|g' \ -e 's|@''REPLACE_REALLOC''@|0|g' \ -e 's|@''REPLACE_REALPATH''@|0|g' \ -e 's|@''REPLACE_SETENV''@|0|g' \ -e 's|@''REPLACE_SETSTATE''@|0|g' \ -e 's|@''REPLACE_STRTOD''@|0|g' \ -e 's|@''REPLACE_STRTOLD''@|0|g' \ -e 's|@''REPLACE_UNSETENV''@|0|g' \ -e 's|@''REPLACE_WCTOMB''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _Noreturn/r ./_Noreturn.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \ } > stdlib.h-t && \ mv stdlib.h-t stdlib.h rm -f string.h-t string.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STRING_H''@||g' \ -e 's/@''GNULIB_EXPLICIT_BZERO''@/0/g' \ -e 's/@''GNULIB_FFSL''@/0/g' \ -e 's/@''GNULIB_FFSLL''@/0/g' \ -e 's/@''GNULIB_MBSLEN''@/1/g' \ -e 's/@''GNULIB_MBSNLEN''@/0/g' \ -e 's/@''GNULIB_MBSCHR''@/0/g' \ -e 's/@''GNULIB_MBSRCHR''@/0/g' \ -e 's/@''GNULIB_MBSSTR''@/1/g' \ -e 's/@''GNULIB_MBSCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSCASESTR''@/0/g' \ -e 's/@''GNULIB_MBSCSPN''@/0/g' \ -e 's/@''GNULIB_MBSPBRK''@/0/g' \ -e 's/@''GNULIB_MBSSPN''@/0/g' \ -e 's/@''GNULIB_MBSSEP''@/0/g' \ -e 's/@''GNULIB_MBSTOK_R''@/0/g' \ -e 's/@''GNULIB_MEMCHR''@/1/g' \ -e 's/@''GNULIB_MEMMEM''@/0/g' \ -e 's/@''GNULIB_MEMPCPY''@/0/g' \ -e 's/@''GNULIB_MEMRCHR''@/0/g' \ -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \ -e 's/@''GNULIB_STPCPY''@/0/g' \ -e 's/@''GNULIB_STPNCPY''@/0/g' \ -e 's/@''GNULIB_STRCHRNUL''@/0/g' \ -e 's/@''GNULIB_STRDUP''@/0/g' \ -e 's/@''GNULIB_STRNCAT''@/0/g' \ -e 's/@''GNULIB_STRNDUP''@/0/g' \ -e 's/@''GNULIB_STRNLEN''@/1/g' \ -e 's/@''GNULIB_STRPBRK''@/0/g' \ -e 's/@''GNULIB_STRSEP''@/0/g' \ -e 's/@''GNULIB_STRSTR''@/0/g' \ -e 's/@''GNULIB_STRCASESTR''@/0/g' \ -e 's/@''GNULIB_STRTOK_R''@/0/g' \ -e 's/@''GNULIB_STRERROR''@/1/g' \ -e 's/@''GNULIB_STRERROR_R''@/0/g' \ -e 's/@''GNULIB_STRSIGNAL''@/0/g' \ -e 's/@''GNULIB_STRVERSCMP''@/0/g' \ < ./string.in.h | \ sed -e 's|@''HAVE_EXPLICIT_BZERO''@|1|g' \ -e 's|@''HAVE_FFSL''@|1|g' \ -e 's|@''HAVE_FFSLL''@|1|g' \ -e 's|@''HAVE_MBSLEN''@|0|g' \ -e 's|@''HAVE_MEMCHR''@|1|g' \ -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \ -e 's|@''HAVE_MEMPCPY''@|1|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \ -e 's|@''HAVE_RAWMEMCHR''@|1|g' \ -e 's|@''HAVE_STPCPY''@|1|g' \ -e 's|@''HAVE_STPNCPY''@|1|g' \ -e 's|@''HAVE_STRCHRNUL''@|1|g' \ -e 's|@''HAVE_DECL_STRDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \ -e 's|@''HAVE_STRPBRK''@|1|g' \ -e 's|@''HAVE_STRSEP''@|1|g' \ -e 's|@''HAVE_STRCASESTR''@|1|g' \ -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \ -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \ -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \ -e 's|@''HAVE_STRVERSCMP''@|1|g' \ -e 's|@''REPLACE_MEMCHR''@|0|g' \ -e 's|@''REPLACE_MEMMEM''@|0|g' \ -e 's|@''REPLACE_STPNCPY''@|0|g' \ -e 's|@''REPLACE_STRCHRNUL''@|0|g' \ -e 's|@''REPLACE_STRDUP''@|0|g' \ -e 's|@''REPLACE_STRNCAT''@|0|g' \ -e 's|@''REPLACE_STRNDUP''@|0|g' \ -e 's|@''REPLACE_STRNLEN''@|0|g' \ -e 's|@''REPLACE_STRSTR''@|0|g' \ -e 's|@''REPLACE_STRCASESTR''@|0|g' \ -e 's|@''REPLACE_STRTOK_R''@|0|g' \ -e 's|@''REPLACE_STRERROR''@|0|g' \ -e 's|@''REPLACE_STRERROR_R''@|0|g' \ -e 's|@''REPLACE_STRSIGNAL''@|0|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \ < ./string.in.h; \ } > string.h-t && \ mv string.h-t string.h /bin/mkdir -p sys /bin/mkdir -p sys rm -f sys/stat.h-t sys/stat.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_STAT_H''@||g' \ -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \ -e 's|@''WINDOWS_STAT_TIMESPEC''@|0|g' \ -e 's/@''GNULIB_FCHMODAT''@/0/g' \ -e 's/@''GNULIB_FSTAT''@/0/g' \ -e 's/@''GNULIB_FSTATAT''@/0/g' \ -e 's/@''GNULIB_FUTIMENS''@/0/g' \ -e 's/@''GNULIB_LCHMOD''@/0/g' \ -e 's/@''GNULIB_LSTAT''@/1/g' \ -e 's/@''GNULIB_MKDIRAT''@/0/g' \ -e 's/@''GNULIB_MKFIFO''@/0/g' \ -e 's/@''GNULIB_MKFIFOAT''@/0/g' \ -e 's/@''GNULIB_MKNOD''@/0/g' \ -e 's/@''GNULIB_MKNODAT''@/0/g' \ -e 's/@''GNULIB_STAT''@/1/g' \ -e 's/@''GNULIB_UTIMENSAT''@/0/g' \ -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/0/g' \ -e 's|@''HAVE_FCHMODAT''@|1|g' \ -e 's|@''HAVE_FSTATAT''@|1|g' \ -e 's|@''HAVE_FUTIMENS''@|1|g' \ -e 's|@''HAVE_LCHMOD''@|1|g' \ -e 's|@''HAVE_LSTAT''@|1|g' \ -e 's|@''HAVE_MKDIRAT''@|1|g' \ -e 's|@''HAVE_MKFIFO''@|1|g' \ -e 's|@''HAVE_MKFIFOAT''@|1|g' \ -e 's|@''HAVE_MKNOD''@|1|g' \ -e 's|@''HAVE_MKNODAT''@|1|g' \ -e 's|@''HAVE_UTIMENSAT''@|1|g' \ -e 's|@''REPLACE_FSTAT''@|0|g' \ -e 's|@''REPLACE_FSTATAT''@|0|g' \ -e 's|@''REPLACE_FUTIMENS''@|0|g' \ -e 's|@''REPLACE_LSTAT''@|0|g' \ -e 's|@''REPLACE_MKDIR''@|0|g' \ -e 's|@''REPLACE_MKFIFO''@|0|g' \ -e 's|@''REPLACE_MKNOD''@|0|g' \ -e 's|@''REPLACE_STAT''@|0|g' \ -e 's|@''REPLACE_UTIMENSAT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ < ./sys_stat.in.h; \ } > sys/stat.h-t && \ mv sys/stat.h-t sys/stat.h rm -f sys/types.h-t sys/types.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_TYPES_H''@||g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \ -e 's|@''WINDOWS_STAT_INODES''@|0|g' \ < ./sys_types.in.h; \ } > sys/types.h-t && \ mv sys/types.h-t sys/types.h rm -f time.h-t time.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_TIME_H''@||g' \ -e 's/@''GNULIB_CTIME''@/0/g' \ -e 's/@''GNULIB_LOCALTIME''@/0/g' \ -e 's/@''GNULIB_MKTIME''@/0/g' \ -e 's/@''GNULIB_NANOSLEEP''@/0/g' \ -e 's/@''GNULIB_STRFTIME''@/0/g' \ -e 's/@''GNULIB_STRPTIME''@/0/g' \ -e 's/@''GNULIB_TIMEGM''@/0/g' \ -e 's/@''GNULIB_TIME_R''@/0/g' \ -e 's/@''GNULIB_TIME_RZ''@/0/g' \ -e 's/@''GNULIB_TZSET''@/0/g' \ -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \ -e 's|@''HAVE_NANOSLEEP''@|1|g' \ -e 's|@''HAVE_STRPTIME''@|1|g' \ -e 's|@''HAVE_TIMEGM''@|1|g' \ -e 's|@''HAVE_TIMEZONE_T''@|0|g' \ -e 's|@''HAVE_TZSET''@|1|g' \ -e 's|@''REPLACE_CTIME''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_GMTIME''@|0|g' \ -e 's|@''REPLACE_LOCALTIME''@|0|g' \ -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_STRFTIME''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_TZSET''@|GNULIB_PORTCHECK|g' \ -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \ -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ < ./time.in.h; \ } > time.h-t && \ mv time.h-t time.h rm -f unistd.h-t unistd.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_UNISTD_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_UNISTD_H''@||g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \ -e 's/@''GNULIB_CHDIR''@/0/g' \ -e 's/@''GNULIB_CHOWN''@/0/g' \ -e 's/@''GNULIB_CLOSE''@/0/g' \ -e 's/@''GNULIB_DUP''@/0/g' \ -e 's/@''GNULIB_DUP2''@/0/g' \ -e 's/@''GNULIB_DUP3''@/0/g' \ -e 's/@''GNULIB_ENVIRON''@/1/g' \ -e 's/@''GNULIB_EUIDACCESS''@/0/g' \ -e 's/@''GNULIB_FACCESSAT''@/0/g' \ -e 's/@''GNULIB_FCHDIR''@/0/g' \ -e 's/@''GNULIB_FCHOWNAT''@/0/g' \ -e 's/@''GNULIB_FDATASYNC''@/0/g' \ -e 's/@''GNULIB_FSYNC''@/0/g' \ -e 's/@''GNULIB_FTRUNCATE''@/0/g' \ -e 's/@''GNULIB_GETCWD''@/0/g' \ -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \ -e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \ -e 's/@''GNULIB_GETGROUPS''@/0/g' \ -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \ -e 's/@''GNULIB_GETLOGIN''@/0/g' \ -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \ -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \ -e 's/@''GNULIB_GETPASS''@/0/g' \ -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \ -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \ -e 's/@''GNULIB_ISATTY''@/0/g' \ -e 's/@''GNULIB_LCHOWN''@/0/g' \ -e 's/@''GNULIB_LINK''@/0/g' \ -e 's/@''GNULIB_LINKAT''@/0/g' \ -e 's/@''GNULIB_LSEEK''@/0/g' \ -e 's/@''GNULIB_PIPE''@/0/g' \ -e 's/@''GNULIB_PIPE2''@/0/g' \ -e 's/@''GNULIB_PREAD''@/0/g' \ -e 's/@''GNULIB_PWRITE''@/0/g' \ -e 's/@''GNULIB_READ''@/0/g' \ -e 's/@''GNULIB_READLINK''@/1/g' \ -e 's/@''GNULIB_READLINKAT''@/0/g' \ -e 's/@''GNULIB_RMDIR''@/0/g' \ -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \ -e 's/@''GNULIB_SLEEP''@/0/g' \ -e 's/@''GNULIB_SYMLINK''@/0/g' \ -e 's/@''GNULIB_SYMLINKAT''@/0/g' \ -e 's/@''GNULIB_TRUNCATE''@/0/g' \ -e 's/@''GNULIB_TTYNAME_R''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/1/g' \ -e 's/@''GNULIB_UNLINK''@/0/g' \ -e 's/@''GNULIB_UNLINKAT''@/0/g' \ -e 's/@''GNULIB_USLEEP''@/0/g' \ -e 's/@''GNULIB_WRITE''@/0/g' \ < ./unistd.in.h | \ sed -e 's|@''HAVE_CHOWN''@|1|g' \ -e 's|@''HAVE_DUP2''@|1|g' \ -e 's|@''HAVE_DUP3''@|1|g' \ -e 's|@''HAVE_EUIDACCESS''@|1|g' \ -e 's|@''HAVE_FACCESSAT''@|1|g' \ -e 's|@''HAVE_FCHDIR''@|1|g' \ -e 's|@''HAVE_FCHOWNAT''@|1|g' \ -e 's|@''HAVE_FDATASYNC''@|1|g' \ -e 's|@''HAVE_FSYNC''@|1|g' \ -e 's|@''HAVE_FTRUNCATE''@|1|g' \ -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \ -e 's|@''HAVE_GETGROUPS''@|1|g' \ -e 's|@''HAVE_GETHOSTNAME''@|1|g' \ -e 's|@''HAVE_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_GETPASS''@|1|g' \ -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \ -e 's|@''HAVE_LCHOWN''@|1|g' \ -e 's|@''HAVE_LINK''@|1|g' \ -e 's|@''HAVE_LINKAT''@|1|g' \ -e 's|@''HAVE_PIPE''@|1|g' \ -e 's|@''HAVE_PIPE2''@|1|g' \ -e 's|@''HAVE_PREAD''@|1|g' \ -e 's|@''HAVE_PWRITE''@|1|g' \ -e 's|@''HAVE_READLINK''@|1|g' \ -e 's|@''HAVE_READLINKAT''@|1|g' \ -e 's|@''HAVE_SETHOSTNAME''@|1|g' \ -e 's|@''HAVE_SLEEP''@|1|g' \ -e 's|@''HAVE_SYMLINK''@|1|g' \ -e 's|@''HAVE_SYMLINKAT''@|1|g' \ -e 's|@''HAVE_UNLINKAT''@|1|g' \ -e 's|@''HAVE_USLEEP''@|1|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \ -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \ -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \ -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \ -e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \ -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \ -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \ -e 's|@''HAVE_DECL_TRUNCATE''@|1|g' \ -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \ -e 's|@''HAVE_OS_H''@|0|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \ | \ sed -e 's|@''REPLACE_CHOWN''@|0|g' \ -e 's|@''REPLACE_CLOSE''@|0|g' \ -e 's|@''REPLACE_DUP''@|0|g' \ -e 's|@''REPLACE_DUP2''@|0|g' \ -e 's|@''REPLACE_FACCESSAT''@|0|g' \ -e 's|@''REPLACE_FCHOWNAT''@|0|g' \ -e 's|@''REPLACE_FTRUNCATE''@|0|g' \ -e 's|@''REPLACE_GETCWD''@|0|g' \ -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \ -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \ -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \ -e 's|@''REPLACE_GETGROUPS''@|0|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ -e 's|@''REPLACE_GETPASS''@|0|g' \ -e 's|@''REPLACE_ISATTY''@|0|g' \ -e 's|@''REPLACE_LCHOWN''@|0|g' \ -e 's|@''REPLACE_LINK''@|0|g' \ -e 's|@''REPLACE_LINKAT''@|0|g' \ -e 's|@''REPLACE_LSEEK''@|0|g' \ -e 's|@''REPLACE_PREAD''@|0|g' \ -e 's|@''REPLACE_PWRITE''@|0|g' \ -e 's|@''REPLACE_READ''@|0|g' \ -e 's|@''REPLACE_READLINK''@|0|g' \ -e 's|@''REPLACE_READLINKAT''@|0|g' \ -e 's|@''REPLACE_RMDIR''@|0|g' \ -e 's|@''REPLACE_SLEEP''@|0|g' \ -e 's|@''REPLACE_SYMLINK''@|0|g' \ -e 's|@''REPLACE_SYMLINKAT''@|0|g' \ -e 's|@''REPLACE_TRUNCATE''@|0|g' \ -e 's|@''REPLACE_TTYNAME_R''@|0|g' \ -e 's|@''REPLACE_UNLINK''@|0|g' \ -e 's|@''REPLACE_UNLINKAT''@|0|g' \ -e 's|@''REPLACE_USLEEP''@|0|g' \ -e 's|@''REPLACE_WRITE''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \ } > unistd.h-t && \ mv unistd.h-t unistd.h rm -f unistr.h-t unistr.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat ./unistr.in.h; \ } > unistr.h-t && \ mv -f unistr.h-t unistr.h rm -f unitypes.h-t unitypes.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat ./unitypes.in.h; \ } > unitypes.h-t && \ mv -f unitypes.h-t unitypes.h rm -f uniwidth.h-t uniwidth.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat ./uniwidth.in.h; \ } > uniwidth.h-t && \ mv -f uniwidth.h-t uniwidth.h rm -f wchar.h-t wchar.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''HAVE_FEATURES_H''@|1|g' \ -e 's|@''NEXT_WCHAR_H''@||g' \ -e 's|@''HAVE_WCHAR_H''@|1|g' \ -e 's/@''HAVE_CRTDEFS_H''@/0/g' \ -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \ -e 's/@''GNULIB_BTOWC''@/0/g' \ -e 's/@''GNULIB_WCTOB''@/0/g' \ -e 's/@''GNULIB_MBSINIT''@/1/g' \ -e 's/@''GNULIB_MBRTOWC''@/1/g' \ -e 's/@''GNULIB_MBRLEN''@/0/g' \ -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \ -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \ -e 's/@''GNULIB_WCRTOMB''@/0/g' \ -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \ -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \ -e 's/@''GNULIB_WCWIDTH''@/1/g' \ -e 's/@''GNULIB_WMEMCHR''@/0/g' \ -e 's/@''GNULIB_WMEMCMP''@/0/g' \ -e 's/@''GNULIB_WMEMCPY''@/0/g' \ -e 's/@''GNULIB_WMEMMOVE''@/0/g' \ -e 's/@''GNULIB_WMEMSET''@/0/g' \ -e 's/@''GNULIB_WCSLEN''@/0/g' \ -e 's/@''GNULIB_WCSNLEN''@/0/g' \ -e 's/@''GNULIB_WCSCPY''@/0/g' \ -e 's/@''GNULIB_WCPCPY''@/0/g' \ -e 's/@''GNULIB_WCSNCPY''@/0/g' \ -e 's/@''GNULIB_WCPNCPY''@/0/g' \ -e 's/@''GNULIB_WCSCAT''@/0/g' \ -e 's/@''GNULIB_WCSNCAT''@/0/g' \ -e 's/@''GNULIB_WCSCMP''@/0/g' \ -e 's/@''GNULIB_WCSNCMP''@/0/g' \ -e 's/@''GNULIB_WCSCASECMP''@/0/g' \ -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \ -e 's/@''GNULIB_WCSCOLL''@/0/g' \ -e 's/@''GNULIB_WCSXFRM''@/0/g' \ -e 's/@''GNULIB_WCSDUP''@/0/g' \ -e 's/@''GNULIB_WCSCHR''@/0/g' \ -e 's/@''GNULIB_WCSRCHR''@/0/g' \ -e 's/@''GNULIB_WCSCSPN''@/0/g' \ -e 's/@''GNULIB_WCSSPN''@/0/g' \ -e 's/@''GNULIB_WCSPBRK''@/0/g' \ -e 's/@''GNULIB_WCSSTR''@/0/g' \ -e 's/@''GNULIB_WCSTOK''@/0/g' \ -e 's/@''GNULIB_WCSWIDTH''@/0/g' \ -e 's/@''GNULIB_WCSFTIME''@/0/g' \ < ./wchar.in.h | \ sed -e 's|@''HAVE_WINT_T''@|1|g' \ -e 's|@''HAVE_BTOWC''@|1|g' \ -e 's|@''HAVE_MBSINIT''@|1|g' \ -e 's|@''HAVE_MBRTOWC''@|1|g' \ -e 's|@''HAVE_MBRLEN''@|1|g' \ -e 's|@''HAVE_MBSRTOWCS''@|1|g' \ -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \ -e 's|@''HAVE_WCRTOMB''@|1|g' \ -e 's|@''HAVE_WCSRTOMBS''@|1|g' \ -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \ -e 's|@''HAVE_WMEMCHR''@|1|g' \ -e 's|@''HAVE_WMEMCMP''@|1|g' \ -e 's|@''HAVE_WMEMCPY''@|1|g' \ -e 's|@''HAVE_WMEMMOVE''@|1|g' \ -e 's|@''HAVE_WMEMSET''@|1|g' \ -e 's|@''HAVE_WCSLEN''@|1|g' \ -e 's|@''HAVE_WCSNLEN''@|1|g' \ -e 's|@''HAVE_WCSCPY''@|1|g' \ -e 's|@''HAVE_WCPCPY''@|1|g' \ -e 's|@''HAVE_WCSNCPY''@|1|g' \ -e 's|@''HAVE_WCPNCPY''@|1|g' \ -e 's|@''HAVE_WCSCAT''@|1|g' \ -e 's|@''HAVE_WCSNCAT''@|1|g' \ -e 's|@''HAVE_WCSCMP''@|1|g' \ -e 's|@''HAVE_WCSNCMP''@|1|g' \ -e 's|@''HAVE_WCSCASECMP''@|1|g' \ -e 's|@''HAVE_WCSNCASECMP''@|1|g' \ -e 's|@''HAVE_WCSCOLL''@|1|g' \ -e 's|@''HAVE_WCSXFRM''@|1|g' \ -e 's|@''HAVE_WCSDUP''@|1|g' \ -e 's|@''HAVE_WCSCHR''@|1|g' \ -e 's|@''HAVE_WCSRCHR''@|1|g' \ -e 's|@''HAVE_WCSCSPN''@|1|g' \ -e 's|@''HAVE_WCSSPN''@|1|g' \ -e 's|@''HAVE_WCSPBRK''@|1|g' \ -e 's|@''HAVE_WCSSTR''@|1|g' \ -e 's|@''HAVE_WCSTOK''@|1|g' \ -e 's|@''HAVE_WCSWIDTH''@|1|g' \ -e 's|@''HAVE_WCSFTIME''@|1|g' \ -e 's|@''HAVE_DECL_WCTOB''@|1|g' \ -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \ | \ sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \ -e 's|@''REPLACE_BTOWC''@|0|g' \ -e 's|@''REPLACE_WCTOB''@|0|g' \ -e 's|@''REPLACE_MBSINIT''@|0|g' \ -e 's|@''REPLACE_MBRTOWC''@|1|g' \ -e 's|@''REPLACE_MBRLEN''@|0|g' \ -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \ -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \ -e 's|@''REPLACE_WCRTOMB''@|0|g' \ -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \ -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \ -e 's|@''REPLACE_WCWIDTH''@|0|g' \ -e 's|@''REPLACE_WCSWIDTH''@|0|g' \ -e 's|@''REPLACE_WCSFTIME''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \ } > wchar.h-t && \ mv wchar.h-t wchar.h rm -f wctype.h-t wctype.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_WCTYPE_H''@/1/g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_WCTYPE_H''@||g' \ -e 's/@''HAVE_CRTDEFS_H''@/0/g' \ -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \ -e 's/@''GNULIB_ISWBLANK''@/1/g' \ -e 's/@''GNULIB_WCTYPE''@/0/g' \ -e 's/@''GNULIB_ISWCTYPE''@/0/g' \ -e 's/@''GNULIB_WCTRANS''@/0/g' \ -e 's/@''GNULIB_TOWCTRANS''@/0/g' \ -e 's/@''HAVE_ISWBLANK''@/1/g' \ -e 's/@''HAVE_ISWCNTRL''@/1/g' \ -e 's/@''HAVE_WCTYPE_T''@/1/g' \ -e 's/@''HAVE_WCTRANS_T''@/1/g' \ -e 's/@''HAVE_WINT_T''@/1/g' \ -e 's/@''REPLACE_ISWBLANK''@/0/g' \ -e 's/@''REPLACE_ISWCNTRL''@/0/g' \ -e 's/@''REPLACE_TOWLOWER''@/0/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \ < ./wctype.in.h; \ } > wctype.h-t && \ mv wctype.h-t wctype.h make all-recursive make[3]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/gnulib-lib' make[4]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/gnulib-lib' /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o allocator.o allocator.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o areadlink.o areadlink.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o basename.o basename.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o binary-io.o binary-io.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o c-ctype.o c-ctype.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o c-strcasecmp.o c-strcasecmp.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o c-strncasecmp.o c-strncasecmp.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o careadlinkat.o careadlinkat.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o closeout.o closeout.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o dirname-lgpl.o dirname-lgpl.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o basename-lgpl.o basename-lgpl.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o stripslash.o stripslash.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o fwriteerror.o fwriteerror.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o getprogname.o getprogname.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o hard-locale.o hard-locale.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o localcharset.o localcharset.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o localename.o localename.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o localename-table.o localename-table.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o malloca.o malloca.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o mbchar.o mbchar.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o mbiter.o mbiter.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o mbslen.o mbslen.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o mbsstr.o mbsstr.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o mbuiter.o mbuiter.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o progname.o progname.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o propername.o propername.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o stat-time.o stat-time.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o striconv.o striconv.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o strnlen1.o strnlen1.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o glthread/threadlib.o glthread/threadlib.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o trim.o trim.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o unistd.o unistd.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o wctype-h.o wctype-h.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o xmalloc.o xmalloc.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o xstrdup.o xstrdup.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o xreadlink.o xreadlink.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o xstriconv.o xstriconv.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o mbrtowc.o mbrtowc.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o progreloc.o progreloc.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o relocatable.o relocatable.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o glthread/lock.o glthread/lock.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o unistr/u8-mbtoucr.o unistr/u8-mbtoucr.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o unistr/u8-uctomb.o unistr/u8-uctomb.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o unistr/u8-uctomb-aux.o unistr/u8-uctomb-aux.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -c -o uniwidth/width.o uniwidth/width.c rm -f libgrt.a ar cr libgrt.a allocator.o areadlink.o basename.o binary-io.o c-ctype.o c-strcasecmp.o c-strncasecmp.o careadlinkat.o closeout.o dirname-lgpl.o basename-lgpl.o stripslash.o fwriteerror.o getprogname.o hard-locale.o localcharset.o localename.o localename-table.o glthread/lock.o malloca.o mbchar.o mbiter.o mbslen.o mbsstr.o mbuiter.o progname.o propername.o stat-time.o striconv.o strnlen1.o glthread/threadlib.o trim.o unistd.o unistr/u8-mbtoucr.o unistr/u8-uctomb.o unistr/u8-uctomb-aux.o uniwidth/width.o wctype-h.o xmalloc.o xstrdup.o xreadlink.o xstriconv.o mbrtowc.o progreloc.o relocatable.o ranlib libgrt.a make[4]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/gnulib-lib' make[3]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/gnulib-lib' make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/gnulib-lib' Making all in src make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/src' /usr/bin/gcc -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I../intl -I./../intl -I../gnulib-lib -I./../gnulib-lib -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin\" -c -o gettext-gettext.o `test -f 'gettext.c' || echo './'`gettext.c /usr/bin/gcc -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I../intl -I./../intl -I../gnulib-lib -I./../gnulib-lib -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin\" -c -o ngettext-ngettext.o `test -f 'ngettext.c' || echo './'`ngettext.c /usr/bin/gcc -DLOCALEDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I. -I. -I.. -I../intl -I./../intl -I../gnulib-lib -I./../gnulib-lib -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin\" -c -o envsubst-envsubst.o `test -f 'envsubst.c' || echo './'`envsubst.c /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin\" `"../../build-aux/reloc-ldflags" "x86_64-pc-linux-gnu" "/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib" /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin` -o gettext gettext-gettext.o ../gnulib-lib/libgrt.a /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin\" `"../../build-aux/reloc-ldflags" "x86_64-pc-linux-gnu" "/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib" /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin` -o ngettext ngettext-ngettext.o ../gnulib-lib/libgrt.a /bin/bash ../libtool --tag=CC --mode=link /usr/bin/gcc -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin\" `"../../build-aux/reloc-ldflags" "x86_64-pc-linux-gnu" "/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib" /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin` -o envsubst envsubst-envsubst.o ../gnulib-lib/libgrt.a libtool: link: /usr/bin/gcc -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin\" -Wl,-rpath -Wl,\$ORIGIN/../lib -o gettext gettext-gettext.o ../gnulib-lib/libgrt.a libtool: link: /usr/bin/gcc -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin\" -Wl,-rpath -Wl,\$ORIGIN/../lib -o ngettext ngettext-ngettext.o ../gnulib-lib/libgrt.a libtool: link: /usr/bin/gcc -DINSTALLDIR=\"/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin\" -Wl,-rpath -Wl,\$ORIGIN/../lib -o envsubst envsubst-envsubst.o ../gnulib-lib/libgrt.a make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/src' Making all in po make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/po' Making all in man make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/man' srcdir=''; \ test -f ./gettext.1.in || srcdir=./; \ if test -f ${srcdir}gettext.1.in; then \ sed -e 's|@''localedir''@|/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale|g' ${srcdir}gettext.1.in > t-gettext.1 && \ mv t-gettext.1 gettext.1; \ fi srcdir=''; \ test -f ./ngettext.1.in || srcdir=./; \ if test -f ${srcdir}ngettext.1.in; then \ sed -e 's|@''localedir''@|/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale|g' ${srcdir}ngettext.1.in > t-ngettext.1 && \ mv t-ngettext.1 ngettext.1; \ fi srcdir=''; \ test -f ./gettext.1.html.in || srcdir=./; \ if test -f ${srcdir}gettext.1.html.in; then \ sed -e 's|@''localedir''@|/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale|g' ${srcdir}gettext.1.html.in > t-gettext.1.html && \ mv t-gettext.1.html gettext.1.html; \ fi srcdir=''; \ test -f ./ngettext.1.html.in || srcdir=./; \ if test -f ${srcdir}ngettext.1.html.in; then \ sed -e 's|@''localedir''@|/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/locale|g' ${srcdir}ngettext.1.html.in > t-ngettext.1.html && \ mv t-ngettext.1.html ngettext.1.html; \ fi make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/man' Making all in m4 make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/m4' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/m4' Making all in tests make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/tests' make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime' make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime' make[1]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime' gettext/0.20.1: Package '44fcf6b9a7fb86b2586303e3db40189d3b511830' built gettext/0.20.1: Build folder /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830 gettext/0.20.1: Generated conaninfo.txt gettext/0.20.1: Generated conanbuildinfo.txt gettext/0.20.1: Generating the package gettext/0.20.1: Package folder /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830 gettext/0.20.1: Calling package() Making install in doc make[1]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/doc' make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/doc' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/doc' make[1]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/doc' Making install in intl make[1]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl' make install-am make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl' make[3]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl' make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl' make[1]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl' Making install in intl-java make[1]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl-java' cd . && test ! -d /usr/lib/jdk1.3.1 || env PATH=/usr/lib/jdk1.3.1/bin:$PATH javadoc -d javadoc2 gnu.gettext gnu/gettext/*.java make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl-java' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/gettext cd . && test ! -d /usr/lib/jdk1.3.1 || env PATH=/usr/lib/jdk1.3.1/bin:$PATH javadoc -d javadoc2 gnu.gettext gnu/gettext/*.java /bin/mkdir -p /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/javadoc2 /bin/mkdir -p /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/javadoc2/gnu/gettext /usr/bin/install -c -m 644 ./javadoc2/index.html /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/javadoc2/index.html /usr/bin/install -c -m 644 ./javadoc2/allclasses-frame.html /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/javadoc2/allclasses-frame.html /usr/bin/install -c -m 644 ./javadoc2/overview-tree.html /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/javadoc2/overview-tree.html /usr/bin/install -c -m 644 ./javadoc2/deprecated-list.html /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/javadoc2/deprecated-list.html /usr/bin/install -c -m 644 ./javadoc2/serialized-form.html /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/javadoc2/serialized-form.html /usr/bin/install -c -m 644 ./javadoc2/index-all.html /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/javadoc2/index-all.html /usr/bin/install -c -m 644 ./javadoc2/help-doc.html /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/javadoc2/help-doc.html /usr/bin/install -c -m 644 ./javadoc2/packages.html /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/javadoc2/packages.html /usr/bin/install -c -m 644 ./javadoc2/package-list /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/javadoc2/package-list /usr/bin/install -c -m 644 ./javadoc2/stylesheet.css /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/javadoc2/stylesheet.css /usr/bin/install -c -m 644 ./javadoc2/gnu/gettext/package-summary.html /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/javadoc2/gnu/gettext/package-summary.html /usr/bin/install -c -m 644 ./javadoc2/gnu/gettext/package-tree.html /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/javadoc2/gnu/gettext/package-tree.html /usr/bin/install -c -m 644 ./javadoc2/gnu/gettext/package-frame.html /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/javadoc2/gnu/gettext/package-frame.html /usr/bin/install -c -m 644 ./javadoc2/gnu/gettext/GettextResource.html /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/javadoc2/gnu/gettext/GettextResource.html make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl-java' make[1]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl-java' Making install in intl-csharp make[1]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl-csharp' make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl-csharp' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/lib /bin/mkdir -p /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/csharpdoc /usr/bin/install -c -m 644 ./doc/index.html /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/csharpdoc/index.html /usr/bin/install -c -m 644 ./doc/namespaces.html /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/csharpdoc/namespaces.html /usr/bin/install -c -m 644 ./doc/begin.html /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/csharpdoc/begin.html /usr/bin/install -c -m 644 ./doc/GNU_Gettext.html /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/csharpdoc/GNU_Gettext.html /usr/bin/install -c -m 644 ./doc/GNU_Gettext_GettextResourceManager.html /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceManager.html /usr/bin/install -c -m 644 ./doc/GNU_Gettext_GettextResourceSet.html /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/csharpdoc/GNU_Gettext_GettextResourceSet.html make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl-csharp' make[1]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/intl-csharp' Making install in gnulib-lib make[1]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/gnulib-lib' make install-recursive make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/gnulib-lib' make[3]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/gnulib-lib' make[4]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/gnulib-lib' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/gnulib-lib' make[3]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/gnulib-lib' make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/gnulib-lib' make[1]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/gnulib-lib' Making install in src make[1]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/src' make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/src' make[2]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin' /bin/mkdir -p '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c gettext ngettext envsubst '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin' /usr/bin/install -c gettext.sh '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin' libtool: install: /usr/bin/install -c gettext /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/gettext libtool: install: /usr/bin/install -c ngettext /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/ngettext libtool: install: /usr/bin/install -c envsubst /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/envsubst make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/src' make[1]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/src' Making install in po make[1]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/po' if test "gettext-runtime" = "gettext-tools"; then \ /bin/mkdir -p /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/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/bin/install -c -m 644 ./$file \ /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/po' Making install in man make[1]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/man' make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/man' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext for file in gettext.1.html ngettext.1.html envsubst.1.html gettext.3.html ngettext.3.html textdomain.3.html bindtextdomain.3.html bind_textdomain_codeset.3.html; do \ if test -f $file; then dir=.; else dir=.; fi; \ /usr/bin/install -c -m 644 $dir/$file /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/doc/gettext/$file; \ done /bin/mkdir -p '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/man/man1' /bin/mkdir -p '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/man/man3' /usr/bin/install -c -m 644 gettext.3 ngettext.3 textdomain.3 bindtextdomain.3 bind_textdomain_codeset.3 dgettext.3 dcgettext.3 dngettext.3 dcngettext.3 '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/man/man3' /bin/mkdir -p '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/man/man1' /bin/mkdir -p '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/man/man3' /usr/bin/install -c -m 644 gettext.1 ngettext.1 envsubst.1 '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/man/man1' make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/man' make[1]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/man' Making install in m4 make[1]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/m4' make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/m4' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/m4' make[1]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/m4' Making install in tests make[1]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/tests' make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/tests' make[1]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime/tests' make[1]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime' make[2]: Entering directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/gettext' /usr/bin/install -c -m 644 ABOUT-NLS '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/gettext' make[2]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime' make[1]: Leaving directory '/tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/build/44fcf6b9a7fb86b2586303e3db40189d3b511830/source_subfolder/gettext-runtime' [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 gettext/0.20.1 package(): Packaged 4 files: envsubst, ngettext, gettext, COPYING gettext/0.20.1 package(): Packaged 1 '.sh' file: gettext.sh gettext/0.20.1: Package '44fcf6b9a7fb86b2586303e3db40189d3b511830' created gettext/0.20.1: Created package revision a496ac8185b85cdaec249885f8721e76 gettext/0.20.1: Appending PATH environment variable: /tmp/c3ipr/pr_835_4_0_0/.conan/data/gettext/0.20.1/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK gettext/0.20.1 (test package): Generator txt created conanbuildinfo.txt gettext/0.20.1 (test package): Generated conaninfo.txt gettext/0.20.1 (test package): Generated graphinfo Using lockfile: '/tmp/c3ipr/pr_835_4_0_0/test_package/build/04a89eb3fd1ca69c0373770cfc8222ea2544fde6/conan.lock' Using cached profile from lockfile [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 gettext/0.20.1 (test package): Running build() gettext/0.20.1 (test package): Running test() gettext (GNU gettext-runtime) 0.20.1 Copyright (C) 1995-2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Ulrich Drepper. ngettext (GNU gettext-runtime) 0.20.1 Copyright (C) 1995-1997, 2000-2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Ulrich Drepper. JSON file created at '/tmp/c3ipr/pr_835_4_0_0/_create.json'