Auto detecting your dev setup to initialize the default profile (/home/conan/w/cci_PR-3073/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 6.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 '/home/conan/w/cci_PR-3073/.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=6 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/cci_PR-3073/.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: 8.4609375 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/** [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 [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK [HOOK - conan-center.py] pre_export(): [NO ASCII CHARACTERS (KB-H047)] OK [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK [HOOK - conan-center.py] pre_export(): [CMAKE VERSION REQUIRED (KB-H048)] OK [HOOK - conan-center.py] pre_export(): [CMAKE WINDOWS EXPORT ALL SYMBOLS (KB-H049)] OK [HOOK - conan-center.py] pre_export(): [DEFAULT OPTIONS AS DICTIONARY (KB-H051)] OK [HOOK - conan-center.py] pre_export(): [CONFIG.YML HAS NEW VERSION (KB-H052)] OK Exporting package recipe libiconv/1.16 exports: File 'conandata.yml' found. Exporting it... libiconv/1.16 exports: Copied 1 '.yml' file: conandata.yml libiconv/1.16 exports_sources: Copied 1 '.patch' file: 0001-libcharset-fix-linkage.patch [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] Saving conandata.yml: {'sources': {'1.16': {'url': 'https://ftp.gnu.org/gnu/libiconv/libiconv-1.16.tar.gz', 'sha256': 'e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04'}}, 'patches': {'1.16': [{'patch_file': 'patches/0001-libcharset-fix-linkage.patch', 'base_path': 'source_subfolder'}]}} [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] New conandata.yml contents: patches: '1.16': - base_path: source_subfolder patch_file: patches/0001-libcharset-fix-linkage.patch sources: '1.16': sha256: e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04 url: https://ftp.gnu.org/gnu/libiconv/libiconv-1.16.tar.gz [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] OK [HOOK - conan-center.py] post_export(): [DEFAULT SHARED OPTION VALUE (KB-H050)] OK libiconv/1.16: A new conanfile.py version was exported libiconv/1.16: Folder: /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/export libiconv/1.16: Using the exported files summary hash as the recipe revision: 85ac258c97a3774c645f0c32a29e21bd libiconv/1.16: Exported revision: 85ac258c97a3774c645f0c32a29e21bd Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=6 os=Linux os_build=Linux [options] libiconv:shared=False [build_requires] [env] libiconv/1.16: Forced build from source libiconv/1.16 (test package): Installing package Requirements libiconv/1.16 from local cache - Cache Packages libiconv/1.16:f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK libiconv/1.16: Configuring sources in /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK libiconv/1.16: Copying sources to build folder libiconv/1.16: Building your package in /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb libiconv/1.16: Generator txt created conanbuildinfo.txt [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK libiconv/1.16: Calling build() libiconv/1.16: Calling: > ./configure '--enable-static' '--disable-shared' '--prefix=/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----Running------ > ./configure '--enable-static' '--disable-shared' '--prefix=/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' '--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 whether make sets $(MAKE)... (cached) 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 how to run the C preprocessor... /usr/bin/gcc -E checking for strip... /usr/bin/strip checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for Minix Amsterdam compiler... no checking for ar... ar checking for ranlib... ranlib 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... /usr/bin/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 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 path variable... LD_LIBRARY_PATH checking whether to activate relocatable installation... no checking how to copy files... cp -p checking how to make hard links... ln checking whether ln -s works... yes checking for windres... windres --target=pe-x86-64 checking whether the -Werror option is usable... yes checking for simple visibility declarations... 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 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 whether NLS is requested... yes 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 for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for CFLocaleCopyPreferredLanguages... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for mbstate_t... yes checking for wchar_t... yes checking for getc_unlocked... yes checking for mbrtowc... yes checking for wcrtomb... yes checking for mbsinit... yes checking for setlocale... yes checking whether is standalone... yes checking for memmove... yes checking for nl_langinfo and CODESET... yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/param.h... yes checking for limits.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 symlink... yes checking for canonicalize_file_name... yes checking for getcwd... yes checking for readlink... yes checking for realpath... yes checking for readlinkat... yes checking for getprogname... no checking for getexecname... no checking for lstat... yes checking for _set_invalid_parameter_handler... no checking for setenv... yes checking for working fcntl.h... yes checking for wchar.h... (cached) yes checking for EILSEQ... yes checking byte ordering... little endian checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes 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 whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... 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 unsigned long long int... yes checking for long long int... yes checking for sigset_t... yes checking for SIGPIPE... yes checking whether setenv is declared... yes checking for ssize_t... 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 for wint_t... yes checking whether wint_t is too small... no checking whether stdint.h conforms to C99... yes checking whether stdint.h predates C++11... no checking whether stdint.h has UINTMAX_WIDTH etc.... yes checking whether strerror(0) succeeds... yes checking for C/C++ restrict keyword... __restrict checking for struct timespec in ... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgets_unlocked is declared... 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... yes checking whether getchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether // is distinct from /... (cached) no checking for error_at_line... 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 for mbstate_t... (cached) 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... yes checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking for sigprocmask... (cached) yes checking for ssize_t... (cached) 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... yes checking whether NULL can be used in arbitrary expressions... yes checking which flavor of printf attribute matches inttypes macros... system checking for working strerror function... yes checking for nlink_t... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating srclib/Makefile config.status: creating src/Makefile config.status: creating po/Makefile.in config.status: creating man/Makefile config.status: creating tests/Makefile config.status: creating include/iconv.h config.status: creating include/iconv.h.inst config.status: creating config.h config.status: creating lib/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 libcharset (/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/libcharset) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' '--enable-static' '--disable-shared' '--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=-m64 -O3 -s -fPIC' 'LDFLAGS=-m64' 'LIBS=' 'CPPFLAGS=-DNDEBUG' --cache-file=/dev/null --srcdir=. checking whether make sets $(MAKE)... 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 how to run the C preprocessor... /usr/bin/gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking 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 ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking for gawk... no checking for mawk... mawk 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 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 path variable... LD_LIBRARY_PATH checking whether to activate relocatable installation... no checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking for nl_langinfo and CODESET... yes checking for unistd.h... (cached) yes checking for symlink... yes checking for working fcntl.h... yes checking whether we are using the GNU C Library >= 2.1 or uClibc... yes checking for setlocale... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating include/localcharset.h config.status: creating include/localcharset.h.inst config.status: creating config.h config.status: executing libtool commands ----Running------ > make -j3 ----------------- builddir="`pwd`"; cd libcharset && make all && make install-lib libdir="$builddir/lib" includedir="$builddir/lib" make[1]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/libcharset' if [ ! -d include ] ; then mkdir include ; fi cp ./include/libcharset.h.in include/libcharset.h cd lib && make all make[2]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/libcharset/lib' /bin/bash ../libtool --mode=compile /usr/bin/gcc -I. -I. -I.. -I./.. -I../include -m64 -O3 -s -fPIC -fvisibility=hidden -DNDEBUG -DBUILDING_LIBCHARSET -DHAVE_CONFIG_H -c ./localcharset.c /bin/bash ../libtool --mode=compile /usr/bin/gcc -I. -I. -I.. -I./.. -I../include -m64 -O3 -s -fPIC -fvisibility=hidden -DNDEBUG -DBUILDING_LIBCHARSET -DHAVE_CONFIG_H -c ./relocatable-stub.c libtool: compile: /usr/bin/gcc -I. -I. -I.. -I./.. -I../include -m64 -O3 -s -fPIC -fvisibility=hidden -DNDEBUG -DBUILDING_LIBCHARSET -DHAVE_CONFIG_H -c ./localcharset.c -o localcharset.o libtool: compile: /usr/bin/gcc -I. -I. -I.. -I./.. -I../include -m64 -O3 -s -fPIC -fvisibility=hidden -DNDEBUG -DBUILDING_LIBCHARSET -DHAVE_CONFIG_H -c ./relocatable-stub.c -o relocatable-stub.o /bin/bash ../libtool --mode=link /usr/bin/gcc -m64 -m64 -O3 -s -fPIC -fvisibility=hidden -o libcharset.la -rpath /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib -version-info 1:0:0 -no-undefined localcharset.lo relocatable-stub.lo libtool: link: ar cru .libs/libcharset.a localcharset.o relocatable-stub.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libcharset.a libtool: link: ( cd ".libs" && rm -f "libcharset.la" && ln -s "../libcharset.la" "libcharset.la" ) make[2]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/libcharset/lib' make[1]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/libcharset' make[1]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/libcharset' cd lib && make all make[2]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/libcharset/lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/libcharset/lib' cd lib && make install-lib libdir='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/lib' includedir='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/lib' make[2]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/libcharset/lib' /bin/bash ../build-aux/mkinstalldirs /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/lib /bin/bash ../libtool --mode=install /usr/bin/install -c libcharset.la /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/lib/libcharset.la libtool: install: /usr/bin/install -c .libs/libcharset.lai /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/lib/libcharset.la libtool: install: /usr/bin/install -c .libs/libcharset.a /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/lib/libcharset.a libtool: install: chmod 644 /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/lib/libcharset.a libtool: install: ranlib /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/lib/libcharset.a libtool: warning: remember to run 'libtool --finish /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib' make[2]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/libcharset/lib' /bin/bash ./build-aux/mkinstalldirs /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/lib /usr/bin/install -c -m 644 include/libcharset.h /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/lib/libcharset.h /usr/bin/install -c -m 644 include/localcharset.h.inst /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/lib/localcharset.h make[1]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/libcharset' cd lib && make all make[1]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/lib' /bin/bash ../libtool --mode=compile /usr/bin/gcc -I. -I. -I../include -I./../include -I.. -I./.. -DNDEBUG -m64 -O3 -s -fPIC -fvisibility=hidden -DLIBDIR=\"/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c ./iconv.c /bin/bash ../libtool --mode=compile /usr/bin/gcc -I. -I. -I../include -I./../include -I.. -I./.. -DNDEBUG -m64 -O3 -s -fPIC -fvisibility=hidden -DLIBDIR=\"/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c /bin/bash ../libtool --mode=compile /usr/bin/gcc -I. -I. -I../include -I./../include -I.. -I./.. -DNDEBUG -m64 -O3 -s -fPIC -fvisibility=hidden -DLIBDIR=\"/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c ./relocatable.c libtool: compile: /usr/bin/gcc -I. -I. -I../include -I./../include -I.. -I./.. -DNDEBUG -m64 -O3 -s -fPIC -fvisibility=hidden -DLIBDIR=\"/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c ./relocatable.c -o relocatable.o libtool: compile: /usr/bin/gcc -I. -I. -I../include -I./../include -I.. -I./.. -DNDEBUG -m64 -O3 -s -fPIC -fvisibility=hidden -DLIBDIR=\"/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c ./iconv.c -o iconv.o libtool: compile: /usr/bin/gcc -I. -I. -I../include -I./../include -I.. -I./.. -DNDEBUG -m64 -O3 -s -fPIC -fvisibility=hidden -DLIBDIR=\"/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib\" -DBUILDING_LIBICONV -DBUILDING_DLL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -Drelocate2=libiconv_relocate2 -DHAVE_CONFIG_H -c ./../libcharset/lib/localcharset.c -o localcharset.o /bin/bash ../libtool --mode=link /usr/bin/gcc -m64 -m64 -O3 -s -fPIC -fvisibility=hidden -o libiconv.la -rpath /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib -version-info 8:1:6 -no-undefined iconv.lo localcharset.lo relocatable.lo libtool: link: ar cru .libs/libiconv.a iconv.o localcharset.o relocatable.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libiconv.a libtool: link: ( cd ".libs" && rm -f "libiconv.la" && ln -s "../libiconv.la" "libiconv.la" ) make[1]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/lib' cd srclib && make all make[1]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/srclib' 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 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 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 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''@/0/g' \ -e 's/@''GNULIB_MBSNLEN''@/0/g' \ -e 's/@''GNULIB_MBSCHR''@/0/g' \ -e 's/@''GNULIB_MBSRCHR''@/0/g' \ -e 's/@''GNULIB_MBSSTR''@/0/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''@/0/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''@/0/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''@/1/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 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 make all-am make[2]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/srclib' /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DNDEBUG -m64 -O3 -s -fPIC -c -o allocator.o allocator.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DNDEBUG -m64 -O3 -s -fPIC -c -o areadlink.o areadlink.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DNDEBUG -m64 -O3 -s -fPIC -c -o binary-io.o binary-io.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DNDEBUG -m64 -O3 -s -fPIC -c -o careadlinkat.o careadlinkat.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DNDEBUG -m64 -O3 -s -fPIC -c -o dirname-lgpl.o dirname-lgpl.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DNDEBUG -m64 -O3 -s -fPIC -c -o basename-lgpl.o basename-lgpl.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DNDEBUG -m64 -O3 -s -fPIC -c -o stripslash.o stripslash.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DNDEBUG -m64 -O3 -s -fPIC -c -o getprogname.o getprogname.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DNDEBUG -m64 -O3 -s -fPIC -c -o malloca.o malloca.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DNDEBUG -m64 -O3 -s -fPIC -c -o progname.o progname.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DNDEBUG -m64 -O3 -s -fPIC -c -o safe-read.o safe-read.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DNDEBUG -m64 -O3 -s -fPIC -c -o stat-time.o stat-time.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DNDEBUG -m64 -O3 -s -fPIC -c -o unistd.o unistd.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DNDEBUG -m64 -O3 -s -fPIC -c -o xmalloc.o xmalloc.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DNDEBUG -m64 -O3 -s -fPIC -c -o xstrdup.o xstrdup.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DNDEBUG -m64 -O3 -s -fPIC -c -o xreadlink.o xreadlink.c /usr/bin/gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DNDEBUG -m64 -O3 -s -fPIC -c -o uniwidth/width.o uniwidth/width.c rm -f libicrt.a ar cr libicrt.a allocator.o areadlink.o binary-io.o careadlinkat.o dirname-lgpl.o basename-lgpl.o stripslash.o getprogname.o malloca.o progname.o safe-read.o stat-time.o unistd.o uniwidth/width.o xmalloc.o xstrdup.o xreadlink.o ranlib libicrt.a make[2]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/srclib' make[1]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/srclib' cd src && make all make[1]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/src' /usr/bin/gcc -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -m64 -O3 -s -fPIC -DNDEBUG -DINSTALLDIR=\"/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/bin\" -DLOCALEDIR=\"/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale\" ./iconv_no_i18n.c /usr/bin/gcc -c -I. -I. -I.. -I../include -I./../include -I../srclib -I./../srclib -I../lib -m64 -O3 -s -fPIC -DNDEBUG -DINSTALLDIR=\"/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/bin\" -DLOCALEDIR=\"/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale\" ./iconv.c /bin/bash ../libtool --mode=link /usr/bin/gcc -m64 -m64 -O3 -s -fPIC iconv_no_i18n.o ../srclib/libicrt.a ../lib/libiconv.la -o iconv_no_i18n libtool: link: /usr/bin/gcc -m64 -m64 -O3 -s -fPIC iconv_no_i18n.o -o iconv_no_i18n ../srclib/libicrt.a ../lib/.libs/libiconv.a test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 . make[1]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/src' cd po && make all make[1]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/po' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/po' cd man && make all make[1]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/man' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/man' if test -d tests; then cd tests && make all; fi make[1]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/tests' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/tests' libiconv/1.16: Package 'f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' built libiconv/1.16: Build folder /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb libiconv/1.16: Generated conaninfo.txt libiconv/1.16: Generated conanbuildinfo.txt libiconv/1.16: Generating the package libiconv/1.16: Package folder /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb libiconv/1.16: Calling package() ----Running------ > make install -j3 ----------------- cd libcharset && make install prefix='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' exec_prefix='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' libdir='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib' make[1]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/libcharset' cd lib && make install prefix='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' exec_prefix='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' libdir='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib' make[2]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/libcharset/lib' /bin/bash ../build-aux/mkinstalldirs /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib ; \ /bin/bash ../libtool --mode=install /usr/bin/install -c libcharset.la /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libcharset.la mkdir -p -- /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib libtool: install: /usr/bin/install -c .libs/libcharset.lai /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libcharset.la libtool: install: /usr/bin/install -c .libs/libcharset.a /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libcharset.a libtool: install: chmod 644 /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libcharset.a libtool: install: ranlib /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libcharset.a libtool: finish: PATH="/opt/pyenv/versions/3.7.5/bin:/opt/pyenv/libexec:/opt/pyenv/plugins/python-build/bin:/opt/pyenv/plugins/pyenv-virtualenv/bin:/opt/pyenv/plugins/pyenv-update/bin:/opt/pyenv/plugins/pyenv-installer/bin:/opt/pyenv/plugins/pyenv-doctor/bin:/opt/pyenv/shims:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[2]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/libcharset/lib' /bin/bash ./build-aux/mkinstalldirs /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include mkdir -p -- /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include /usr/bin/install -c -m 644 include/libcharset.h /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/libcharset.h /usr/bin/install -c -m 644 include/localcharset.h.inst /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/localcharset.h make[1]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/libcharset' cd lib && make install prefix='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' exec_prefix='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' libdir='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib' make[1]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/lib' if [ ! -d /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib ] ; then /bin/bash ../build-aux/mkinstalldirs /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib ; fi /bin/bash ../libtool --mode=install /usr/bin/install -c libiconv.la /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libiconv.la libtool: install: /usr/bin/install -c .libs/libiconv.lai /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libiconv.la libtool: install: /usr/bin/install -c .libs/libiconv.a /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libiconv.a libtool: install: chmod 644 /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libiconv.a libtool: install: ranlib /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libiconv.a libtool: finish: PATH="/opt/pyenv/versions/3.7.5/bin:/opt/pyenv/libexec:/opt/pyenv/plugins/python-build/bin:/opt/pyenv/plugins/pyenv-virtualenv/bin:/opt/pyenv/plugins/pyenv-update/bin:/opt/pyenv/plugins/pyenv-installer/bin:/opt/pyenv/plugins/pyenv-doctor/bin:/opt/pyenv/shims:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- case "linux-gnu" in \ aix*) (cd /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib && \ objects=`ar t libiconv.a`" "`ar t /lib/libiconv.a` && \ ar x libiconv.a && ar x /lib/libiconv.a && \ ar q libiconv.new.a $objects && \ rm -f $objects && \ mv -f libiconv.new.a libiconv.a) ;; \ esac make[1]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/lib' cd srclib && make install prefix='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' exec_prefix='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' libdir='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib' make[1]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/srclib' make install-am make[2]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/srclib' make[3]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/srclib' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/srclib' make[2]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/srclib' make[1]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/srclib' cd src && make install prefix='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' exec_prefix='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' libdir='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib' make[1]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/src' test `ls -ld . | sed -e 's/^d\(.........\).*/\1/'` = rwxrwxrwx || chmod 777 . if [ ! -d /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/bin ] ; then /bin/bash ../build-aux/mkinstalldirs /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/bin ; fi mkdir -p -- /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/bin case "linux-gnu" in \ hpux*) /usr/bin/gcc -m64 -m64 -O3 -s -fPIC `if test -n ''; then /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/bin; fi` iconv.o ../srclib/libicrt.a -L/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib -liconv `if test -n ''; then echo " -Wl,+b -Wl,/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib"; fi` -o iconv;; \ *) /bin/bash ../libtool --mode=link /usr/bin/gcc -m64 -m64 -O3 -s -fPIC `if test -n ''; then /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/bin; fi` iconv.o ../srclib/libicrt.a /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libiconv.la -o iconv;; \ esac libtool: link: /usr/bin/gcc -m64 -m64 -O3 -s -fPIC iconv.o -o iconv ../srclib/libicrt.a /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libiconv.a /bin/bash ../libtool --mode=install /usr/bin/install -c iconv /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/bin/iconv libtool: install: /usr/bin/install -c iconv /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/bin/iconv make[1]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/src' if [ ! -d /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include ] ; then /bin/bash ./build-aux/mkinstalldirs /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include ; fi /usr/bin/install -c -m 644 include/iconv.h.inst /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/include/iconv.h cd po && make install prefix='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' exec_prefix='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' datarootdir='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share' datadir='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share' make[1]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/po' installing af.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/af/LC_MESSAGES/libiconv.mo installing bg.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/bg/LC_MESSAGES/libiconv.mo installing ca.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/ca/LC_MESSAGES/libiconv.mo installing cs.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/cs/LC_MESSAGES/libiconv.mo installing da.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/da/LC_MESSAGES/libiconv.mo installing de.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/de/LC_MESSAGES/libiconv.mo installing el.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/el/LC_MESSAGES/libiconv.mo installing eo.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/eo/LC_MESSAGES/libiconv.mo installing es.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/es/LC_MESSAGES/libiconv.mo installing et.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/et/LC_MESSAGES/libiconv.mo installing fi.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/fi/LC_MESSAGES/libiconv.mo installing fr.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/fr/LC_MESSAGES/libiconv.mo installing ga.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/ga/LC_MESSAGES/libiconv.mo installing gl.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/gl/LC_MESSAGES/libiconv.mo installing hr.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/hr/LC_MESSAGES/libiconv.mo installing hu.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/hu/LC_MESSAGES/libiconv.mo installing id.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/id/LC_MESSAGES/libiconv.mo installing it.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/it/LC_MESSAGES/libiconv.mo installing ja.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/ja/LC_MESSAGES/libiconv.mo installing lt.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/lt/LC_MESSAGES/libiconv.mo installing nl.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/nl/LC_MESSAGES/libiconv.mo installing pl.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/pl/LC_MESSAGES/libiconv.mo installing pt_BR.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/pt_BR/LC_MESSAGES/libiconv.mo installing rm.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/rm/LC_MESSAGES/libiconv.mo installing ro.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/ro/LC_MESSAGES/libiconv.mo installing ru.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/ru/LC_MESSAGES/libiconv.mo installing sk.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/sk/LC_MESSAGES/libiconv.mo installing sl.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/sl/LC_MESSAGES/libiconv.mo installing sq.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/sq/LC_MESSAGES/libiconv.mo installing sr.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/sr/LC_MESSAGES/libiconv.mo installing sv.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/sv/LC_MESSAGES/libiconv.mo installing tr.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/tr/LC_MESSAGES/libiconv.mo installing uk.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/uk/LC_MESSAGES/libiconv.mo installing vi.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/vi/LC_MESSAGES/libiconv.mo installing wa.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/wa/LC_MESSAGES/libiconv.mo installing zh_CN.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/zh_CN/LC_MESSAGES/libiconv.mo installing zh_TW.gmo as /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/locale/zh_TW/LC_MESSAGES/libiconv.mo if test "libiconv" = "gettext-tools"; then \ /bin/mkdir -p /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/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 \ /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/po' cd man && make install prefix='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' exec_prefix='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' datarootdir='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share' datadir='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share' mandir='/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/man' make[1]: Entering directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/man' if [ ! -d /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/man/man1 ] ; then /bin/bash ../build-aux/mkinstalldirs /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/man/man1 ; fi mkdir -p -- /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/man/man1 builddir="`pwd`"; cd . && for f in *.1 ; do (cd "$builddir"; echo /usr/bin/install -c -m 644 ./$f /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/man/man1/$f ; /usr/bin/install -c -m 644 ./$f /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/man/man1/$f) ; done /usr/bin/install -c -m 644 ./iconv.1 /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/man/man1/iconv.1 if [ ! -d /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/man/man3 ] ; then /bin/bash ../build-aux/mkinstalldirs /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/man/man3 ; fi mkdir -p -- /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/man/man3 builddir="`pwd`"; cd . && for f in *.3 ; do (cd "$builddir"; echo /usr/bin/install -c -m 644 ./$f /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/man/man3/$f ; /usr/bin/install -c -m 644 ./$f /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/man/man3/$f) ; done /usr/bin/install -c -m 644 ./iconv.3 /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/man/man3/iconv.3 /usr/bin/install -c -m 644 ./iconv_close.3 /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/man/man3/iconv_close.3 /usr/bin/install -c -m 644 ./iconv_open.3 /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/man/man3/iconv_open.3 /usr/bin/install -c -m 644 ./iconv_open_into.3 /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/man/man3/iconv_open_into.3 /usr/bin/install -c -m 644 ./iconvctl.3 /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/man/man3/iconvctl.3 if [ ! -d /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/doc/ ] ; then /bin/bash ../build-aux/mkinstalldirs /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/doc/ ; fi mkdir -p -- /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/doc/ builddir="`pwd`"; cd . && for f in *.html ; do (cd "$builddir"; echo /usr/bin/install -c -m 644 ./$f /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/doc//$f ; /usr/bin/install -c -m 644 ./$f /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/doc//$f) ; done /usr/bin/install -c -m 644 ./iconv.1.html /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/doc//iconv.1.html /usr/bin/install -c -m 644 ./iconv.3.html /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/doc//iconv.3.html /usr/bin/install -c -m 644 ./iconv_close.3.html /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/doc//iconv_close.3.html /usr/bin/install -c -m 644 ./iconv_open.3.html /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/doc//iconv_open.3.html /usr/bin/install -c -m 644 ./iconv_open_into.3.html /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/doc//iconv_open_into.3.html /usr/bin/install -c -m 644 ./iconvctl.3.html /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/share/doc//iconvctl.3.html make[1]: Leaving directory '/home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/build/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/source_subfolder/man' [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 libiconv/1.16 package(): Packaged 2 '.a' files: libcharset.a, libiconv.a libiconv/1.16 package(): Packaged 1 '.LIB' file: COPYING.LIB libiconv/1.16 package(): Packaged 3 '.h' files: localcharset.h, libcharset.h, iconv.h libiconv/1.16 package(): Packaged 1 file: iconv libiconv/1.16: Package 'f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb' created libiconv/1.16: Created package revision 38ff3d42e7d2ef861e0af19c3ea1c8cc libiconv/1.16: Appending PATH environment var: /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/bin [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK libiconv/1.16 (test package): Generator txt created conanbuildinfo.txt libiconv/1.16 (test package): Generator cmake created conanbuildinfo.cmake libiconv/1.16 (test package): Generator cmake_find_package created FindIconv.cmake libiconv/1.16 (test package): Generated conaninfo.txt libiconv/1.16 (test package): Generated graphinfo Using lockfile: '/home/conan/w/cci_PR-3073/2/7d70cc0d-90e5-40bd-b002-e93818a675fb/recipes/libiconv/all/test_package/build/55ebbe4237dcca1c1dd07dcdb222736302776e3a/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 libiconv/1.16 (test package): Calling build() ----Running------ > cd '/home/conan/w/cci_PR-3073/2/7d70cc0d-90e5-40bd-b002-e93818a675fb/recipes/libiconv/all/test_package/build/55ebbe4237dcca1c1dd07dcdb222736302776e3a' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="6" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_MODULE_PATH="/home/conan/w/cci_PR-3073/2/7d70cc0d-90e5-40bd-b002-e93818a675fb/recipes/libiconv/all/test_package/build/55ebbe4237dcca1c1dd07dcdb222736302776e3a" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/cci_PR-3073/2/7d70cc0d-90e5-40bd-b002-e93818a675fb/recipes/libiconv/all/test_package' ----------------- -- The C compiler identification is GNU 6.4.0 -- The CXX compiler identification is GNU 6.4.0 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler GCC>=5, checking major version 6 -- Conan: Checking correct version: 6 -- Conan: C++ stdlib: libstdc++11 -- Conan: Using autogenerated FindIconv.cmake -- Found Iconv: 1.16 (found version "1.16") -- Library iconv found /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libiconv.a -- Found: /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libiconv.a -- Library charset found /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libcharset.a -- Found: /home/conan/w/cci_PR-3073/.conan/data/libiconv/1.16/_/_/package/f7e573cb501ccfc49e9e4d84de886bc1ef2e6ebb/lib/libcharset.a -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY -- Build files have been written to: /home/conan/w/cci_PR-3073/2/7d70cc0d-90e5-40bd-b002-e93818a675fb/recipes/libiconv/all/test_package/build/55ebbe4237dcca1c1dd07dcdb222736302776e3a ----Running------ > cmake --build '/home/conan/w/cci_PR-3073/2/7d70cc0d-90e5-40bd-b002-e93818a675fb/recipes/libiconv/all/test_package/build/55ebbe4237dcca1c1dd07dcdb222736302776e3a' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o [100%] Linking CXX executable bin/test_package [100%] Built target test_package libiconv/1.16 (test package): Running test() ----Running------ > bin/test_package ----------------- retval 0 99 105 97 111 JSON file created at '/home/conan/w/cci_PR-3073/2/7d70cc0d-90e5-40bd-b002-e93818a675fb/_create.json'