Auto detecting your dev setup to initialize the default profile (/tmp/c3ipr/pr_994_18_0_2/.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 '/tmp/c3ipr/pr_994_18_0_2/.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 /tmp/c3ipr/pr_994_18_0_2/.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: 199.20703125 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 Exporting package recipe ncurses/6.2 exports: File 'conandata.yml' found. Exporting it... ncurses/6.2 exports: Copied 1 '.yml' file: conandata.yml ncurses/6.2 exports_sources: Copied 15 '.patch' files [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] Saving conandata.yml: {'sources': {'6.2': {'url': 'https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.2.tar.gz', 'sha256': '30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d'}}, 'patches': {'6.2': [{'patch_file': 'patches/0001-Look-for-pcre2posix-instead-of-pcre2-posix.h.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0002-Optionally-include-sys-time.h.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0003-Do-not-redeclare-exit.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0004-fix-win32con.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0005-api-must-be-placed-next-to-variable-name.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0006-Add-potentially-missing-STDOUT_FILENO.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0007-No-import-export-declaration-on-class-members.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0008-Add-include-file-to-add-export-annotation.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0009-Added-enable-fvisibility-configure-option.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0010-Pass-BUILDING_XXX-compile-definition-while-building-.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0011-Let-each-sublibrary-do-its-own-import-exporting.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0012-Learn-configure-about-msvc.patch', 'base_path': 'source_subfolder'}, {'patch_file': 'patches/0015-Run-autoreconf.patch', 'base_path': 'source_subfolder'}]}} [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] New conandata.yml contents: patches: '6.2': - base_path: source_subfolder patch_file: patches/0001-Look-for-pcre2posix-instead-of-pcre2-posix.h.patch - base_path: source_subfolder patch_file: patches/0002-Optionally-include-sys-time.h.patch - base_path: source_subfolder patch_file: patches/0003-Do-not-redeclare-exit.patch - base_path: source_subfolder patch_file: patches/0004-fix-win32con.patch - base_path: source_subfolder patch_file: patches/0005-api-must-be-placed-next-to-variable-name.patch - base_path: source_subfolder patch_file: patches/0006-Add-potentially-missing-STDOUT_FILENO.patch - base_path: source_subfolder patch_file: patches/0007-No-import-export-declaration-on-class-members.patch - base_path: source_subfolder patch_file: patches/0008-Add-include-file-to-add-export-annotation.patch - base_path: source_subfolder patch_file: patches/0009-Added-enable-fvisibility-configure-option.patch - base_path: source_subfolder patch_file: patches/0010-Pass-BUILDING_XXX-compile-definition-while-building-.patch - base_path: source_subfolder patch_file: patches/0011-Let-each-sublibrary-do-its-own-import-exporting.patch - base_path: source_subfolder patch_file: patches/0012-Learn-configure-about-msvc.patch - base_path: source_subfolder patch_file: patches/0015-Run-autoreconf.patch sources: '6.2': sha256: 30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d url: https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.2.tar.gz [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] OK ncurses/6.2: A new conanfile.py version was exported ncurses/6.2: Folder: /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/export ncurses/6.2: Using the exported files summary hash as the recipe revision: 44378b7c0acef63b4a1d880d36eebfbc ncurses/6.2: Exported revision: 44378b7c0acef63b4a1d880d36eebfbc Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=6 os=Linux os_build=Linux [options] ncurses:shared=True [build_requires] [env] ncurses/6.2: Forced build from source ncurses/6.2 (test package): Installing package Requirements ncurses/6.2 from local cache - Cache Packages ncurses/6.2:2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK ncurses/6.2: Configuring sources in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK ncurses/6.2: Copying sources to build folder ncurses/6.2: Building your package in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2 [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 ncurses/6.2: Calling build() ncurses/6.2: Calling: > source_subfolder/configure '--with-shared' '--without-normal' '--with-cxx-binding' '--with-cxx-shared' '--disable-reentrant' '--disable-widec' '--without-pcre2' '--without-libtool' '--without-ada' '--without-manpages' '--without-tests' '--disable-echo' '--without-debug' '--without-profile' '--with-sp-funcs' '--disable-rpath' '--datarootdir=/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/share' '--disable-pc-files' '--prefix=/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' ----Running------ > source_subfolder/configure '--with-shared' '--without-normal' '--with-cxx-binding' '--with-cxx-shared' '--disable-reentrant' '--disable-widec' '--without-pcre2' '--without-libtool' '--without-ada' '--without-manpages' '--without-tests' '--disable-echo' '--without-debug' '--without-profile' '--with-sp-funcs' '--disable-rpath' '--datarootdir=/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/share' '--disable-pc-files' '--prefix=/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' ----------------- checking for egrep... grep -E Configuring NCURSES 6.2 ABI 6 (Mon May 18 14:32:55 UTC 2020) checking for package version... 6.2 checking for package patch date... 20200212 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu Configuring for linux-gnu checking for prefix... /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2 checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking version of /usr/bin/gcc... 6.4.0 checking if this is really Intel C compiler... no checking if this is really Clang C compiler... no checking for /usr/bin/gcc option to accept ANSI C... none needed checking $CFLAGS variable... ok checking $CC variable... ok checking how to run the C preprocessor... /usr/bin/gcc -E checking whether /usr/bin/gcc needs -traditional... no checking whether /usr/bin/gcc understands -c and -o together... yes checking for ldconfig... /sbin/ldconfig checking if you want to ensure bool is consistent with C++... yes checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking if /usr/bin/g++ works... yes checking version of /usr/bin/g++... 6.4.0 checking if you want to build C++ binding and demo... yes checking if you want to build with Ada... no checking if you want to install terminal database... yes checking if you want to install manpages... no checking if you want to build programs such as tic... yes checking if you want to build test-programs... no checking if you wish to install curses.h... yes checking for mawk... mawk checking for egrep... (cached) grep -E checking for a BSD compatible install... /usr/bin/install -c checking for lint... no checking for cppcheck... no checking for splint... no checking whether ln -s works... yes checking if ln -s -f options work... yes checking for long file names... yes checking if you want to use pkg-config... yes checking for pkg-config... /usr/bin/pkg-config checking for /usr/bin/pkg-config library directory... checking done... /usr/lib/x86_64-linux-gnu/pkgconfig checking if we should install .pc files for /usr/bin/pkg-config... no checking if we should assume mixed-case filenames... auto checking if filesystem supports mixed-case filenames... yes checking whether make sets ${MAKE}... yes checking for exctags... no checking for ctags... no checking for exetags... no checking for etags... no checking for ctags... no checking for etags... no checking for makeflags variable... checking for ranlib... ranlib checking for ld... ld checking for ar... ar checking for nm... nm checking for ar... (cached) ar checking for options to update archives... -curvU checking if you have specified an install-prefix... checking if libtool -version-number should be used... yes checking if you want to build libraries with libtool... no checking if you want to build shared libraries... yes checking if you want to build static libraries... no checking if you want to build debug libraries... no checking if you want to build profiling libraries... no checking if you want to build C++ shared libraries... yes checking for specified models... shared checking for default model... shared checking if you want to have a library-prefix... auto checking for PATH separator... : checking if you want to build a separate terminfo library... no checking if you want to build a separate tic library... no checking for default loader flags... checking if rpath option should be used... no checking if shared libraries should be relinked during install... yes checking if release/abi version should be used for shared libs... auto checking which /usr/bin/gcc option to use... -fPIC checking if current CFLAGS link properly... yes checking if versioned-symbols file should be used... no checking if you want to link with the GPM mouse library... maybe checking for gpm.h... no checking if you want to use PCRE2 for regular-expressions... no checking if you want to disable library suffixes... no checking if you wish to append extra suffix to header/library paths... checking if you wish to install ncurses overwriting curses... no checking if external terminfo-database is used... yes checking which terminfo source-file will be installed... ${top_srcdir}/misc/terminfo.src checking whether to use hashed database instead of directory/tree... no checking for list of fallback descriptions... checking if you want modern xterm or antique... xterm-new checking if xterm backspace sends BS or DEL... BS checking for list of terminfo directories... /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/share/terminfo checking for default terminfo directory... /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/share/terminfo checking if big-core option selected... yes checking if big-strings option selected... yes checking if you want termcap-fallback support... no checking if ~/.terminfo is wanted... yes checking if you want to use restricted environment when running as root... yes checking for unistd.h... yes checking for remove... yes checking for unlink... yes checking if link/symlink functions work... link symlink checking if tic should use symbolic links... no checking if tic should use hard links... yes checking if you want broken-linker support code... no checking if tputs should process BSD-style prefix padding... no checking if the POSIX test-macros are already defined... no checking if this is the GNU C library... yes checking if _DEFAULT_SOURCE can be used as a basis... yes checking if _XOPEN_SOURCE=600 works with _DEFAULT_SOURCE... yes checking if _XOPEN_SOURCE really is set... yes checking if SIGWINCH is defined... yes checking for nl_langinfo and CODESET... yes checking if you want wide-character code... no checking whether to enable _LP64 definition in curses.h... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for fseeko... yes checking whether to use struct dirent64... no checking if you want tparm not to use X/Open fixed-parameter list... yes checking if you want to suppress wattr* macros to help with ncurses5/ncurses6 transition... no checking for X11 rgb file... /usr/share/X11/rgb.txt checking for type of bool... auto checking for alternate terminal capabilities file... Caps checking for type of chtype... uint32_t checking for type of ospeed... short checking for type of mmask_t... uint32_t checking for size CCHARW_MAX... 5 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... (cached) yes checking for signed char... yes checking size of signed char... 1 checking if you want to use signed Boolean array in term.h... no checking for type of tparm args... intptr_t checking if RCS identifiers should be compiled-in... no checking if you want to use fvisibility... no checking format of man-pages... gzip checking for manpage renaming... /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/source_subfolder/man/man_db.renames checking if manpage aliases will be installed... yes checking if manpage symlinks should be used... yes checking for manpage tbl... no checking if you want to build with function extensions... yes checking if you want to build with SCREEN extensions... yes checking if you want to build with terminal-driver... no checking for extended use of const keyword... yes checking if you want to use extended colors... yes configure: WARNING: This option applies only to wide-character library checking if you want to use extended mouse encoding... yes checking if you want to use extended putwin/screendump... yes checking if you want $NCURSES_NO_PADDING code... yes checking if you want SIGWINCH handler... yes checking if you want user-definable terminal capabilities like termcap... yes checking if you want to link with the pthread library... no checking if you want reentrant code... no checking if you want opaque curses-library structures... no checking if you want opaque form-library structures... no checking if you want opaque menu-library structures... no checking if you want opaque panel-library structures... no checking if you want all development code... no checking if you want hard-tabs code... no checking if you want limited support for xmc... no checking if you do not want to assume colors are white-on-black... yes checking if you want hashmap scrolling-optimization code... yes checking if you want colorfgbg code... no checking if you want interop bindings... yes checking if you want experimental safe-sprintf code... no checking if you want wgetch-events code... no checking if you want to see long compiling messages... no checking if you want to install stripped executables... yes checking if install accepts -p option... yes checking if install needs to be told about ownership... no checking if you want to see compiler warnings... configure: checking for /usr/bin/gcc __attribute__ directives... ... scanf ... printf ... unused ... noreturn checking if you want to work around bogus compiler/loader warnings... no checking if you want to enable runtime assertions... no checking if you want to use dmalloc for testing... no checking if you want to use dbmalloc for testing... no checking if you want to use valgrind for testing... no checking if you want to perform memory-leak testing... no checking whether to add trace feature to all models... no checking if we want to use GNAT projects... yes checking for gettimeofday... yes checking if -lm needed for math functions... yes checking for ANSI C header files... (cached) yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking whether time.h and sys/time.h may both be included... yes checking for regcomp... yes checking for regular-expression headers... regex.h checking for fcntl.h... yes checking for getopt.h... yes checking for limits.h... yes checking for locale.h... yes checking for math.h... yes checking for poll.h... yes checking for sys/bsdtypes.h... no checking for sys/ioctl.h... yes checking for sys/param.h... yes checking for sys/poll.h... yes checking for sys/select.h... yes checking for sys/time.h... yes checking for sys/times.h... yes checking for ttyent.h... yes checking for unistd.h... (cached) yes checking for wctype.h... yes checking for unistd.h... (cached) yes checking for getopt.h... (cached) yes checking for header declaring getopt variables... unistd.h checking if external environ is declared... no checking if external environ exists... yes checking for getenv... yes checking for putenv... yes checking for setenv... yes checking for strdup... yes checking if getenv returns consistent values... yes checking if sys/time.h works with sys/select.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking if /usr/bin/gcc supports options to tune inlining... yes checking for signal global datatype... volatile sig_atomic_t checking if unsigned literals are legal... yes checking if external errno is declared... yes checking if external errno exists... no checking if data-only library module links... yes checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getopt... yes checking for getttynam... yes checking for issetugid... no checking for localeconv... yes checking for poll... yes checking for putenv... (cached) yes checking for remove... (cached) yes checking for select... yes checking for setbuf... yes checking for setbuffer... yes checking for setenv... (cached) yes checking for setvbuf... yes checking for sigaction... yes checking for sigvec... no checking for strdup... (cached) yes checking for strstr... yes checking for sysconf... yes checking for tcgetpgrp... yes checking for times... yes checking for tsearch... yes checking for vsnprintf... yes checking for isascii... yes checking whether sigaction needs _POSIX_SOURCE... no checking if nanosleep really works... yes checking for termio.h... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/termio.h... no checking whether termios.h needs _POSIX_SOURCE... no checking for tcgetattr... yes checking for vsscanf function or workaround... vsscanf checking for unistd.h... (cached) yes checking for working mkstemp... yes checking whether setvbuf arguments are reversed... no checking for intptr_t... yes checking for ssize_t... yes checking for type sigaction_t... no checking declaration of size-change... yes checking for memmove... yes checking for posix_openpt... yes checking if poll really works... yes checking for va_copy... yes checking for pid_t... yes checking for unistd.h... (cached) yes checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking if fopen accepts explicit binary mode... yes checking for openpty in -lutil... yes checking for openpty header... pty.h checking if we should include stdbool.h... yes checking for builtin bool type... no checking if we already have C++ library... yes checking whether /usr/bin/g++ understands -c and -o together... yes checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for typeinfo... yes checking for iostream... yes checking if iostream uses std-namespace... yes checking if we should include stdbool.h... (cached) yes checking for builtin bool type... yes checking for size of bool... unsigned char checking for special defines needed for etip.h... none checking if /usr/bin/g++ accepts parameter initialization... no checking if /usr/bin/g++ accepts static_cast... yes checking for library subsets... ticlib+termlib+ext_tinfo+base+ext_funcs checking default library suffix... checking default library-dependency suffix... .so checking default object directory... obj_s checking c++ library-dependency suffix... .so checking where we will install curses.h... ${prefix}/include/ncurses checking for src modules... ncurses progs panel menu form checking for defines to add to ncurses6-config script... -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 package: ncurses checking for linker search path... /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /lib64 /usr/local/lib /lib /usr/lib configure: creating ./config.status config.status: creating include/MKterm.h.awk config.status: creating include/curses.head config.status: creating include/ncurses_dll.h config.status: creating include/ncurses_exports.h config.status: creating include/termcap.h config.status: creating include/unctrl.h config.status: creating include/Makefile config.status: creating ncurses/Makefile config.status: creating progs/Makefile config.status: creating panel/Makefile config.status: creating menu/Makefile config.status: creating form/Makefile config.status: creating misc/Makefile config.status: creating c++/Makefile config.status: creating misc/run_tic.sh config.status: creating misc/ncurses-config config.status: creating man/ncurses6-config.1 config.status: creating Makefile config.status: creating include/ncurses_cfg.h Appending rules for shared model (ncurses: ticlib+termlib+ext_tinfo+base+ext_funcs) Appending rules for shared model (progs: ticlib+termlib+ext_tinfo+base+ext_funcs) Appending rules for shared model (panel: ticlib+termlib+ext_tinfo+base+ext_funcs) Appending rules for shared model (menu: ticlib+termlib+ext_tinfo+base+ext_funcs) Appending rules for shared model (form: ticlib+termlib+ext_tinfo+base+ext_funcs) Appending rules for shared model (c++: ticlib+termlib+ext_tinfo+base+ext_funcs) creating headers.sh ** Configuration summary for NCURSES 6.2 20200212: extended funcs: yes xterm terminfo: xterm-new bin directory: /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin lib directory: /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib include directory: /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses man directory: /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/share/man terminfo directory: /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/share/terminfo ** Include-directory is not in a standard location ----Running------ > make -j3 ----------------- cd include && make DESTDIR="" RPATH_LIST="/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib" all make[1]: Entering directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include' cat curses.head >curses.h /bin/sh ../source_subfolder/include/MKhashsize.sh ../source_subfolder/include/Caps ../source_subfolder/include/Caps-ncurses >hashsize.h AWK=mawk /bin/sh ../source_subfolder/include/MKncurses_def.sh ../source_subfolder/include/ncurses_defs >ncurses_def.h AWK=mawk /bin/sh ../source_subfolder/include/MKkey_defs.sh ../source_subfolder/include/Caps ../source_subfolder/include/Caps-ncurses >>curses.h AWK=mawk /bin/sh ../source_subfolder/include/MKparametrized.sh ../source_subfolder/include/Caps ../source_subfolder/include/Caps-ncurses >parametrized.h touch config.h mawk -f MKterm.h.awk ../source_subfolder/include/Caps ../source_subfolder/include/Caps-ncurses > term.h /bin/sh ../source_subfolder/include/edit_cfg.sh ../include/ncurses_cfg.h term.h ** edit: HAVE_TCGETATTR 1 ** edit: HAVE_TERMIOS_H 1 /bin/sh -c 'if test "chtype" = "cchar_t" ; then cat ../source_subfolder/include/curses.wide >>curses.h ; fi' cat ../source_subfolder/include/curses.tail >>curses.h ** edit: HAVE_TERMIO_H 1 ** edit: BROKEN_LINKER 0 make[1]: Leaving directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include' cd ncurses && make DESTDIR="" RPATH_LIST="/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib" all make[1]: Entering directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/ncurses' mawk -f ../source_subfolder/ncurses/tinfo/MKcodes.awk bigstrings=1 ../source_subfolder/include/Caps ../source_subfolder/include/Caps-ncurses >codes.c /usr/bin/gcc -o make_hash -DHAVE_CONFIG_H -DUSE_BUILD_CC -I../ncurses -I../source_subfolder/ncurses -I../include -I../source_subfolder/ncurses/../include -DHAVE_CONFIG_H -DBUILDING_NCURSES -I../ncurses -I. -I../source_subfolder/ncurses -I../include -I../source_subfolder/ncurses/../include -D_GLIBCXX_USE_CXX11_ABI=1 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNDEBUG -m64 -g --param max-inline-insns-single=1200 ../source_subfolder/ncurses/tinfo/make_hash.c -m64 /bin/sh -e ../source_subfolder/ncurses/tty/MKexpanded.sh "/usr/bin/gcc -E" -DHAVE_CONFIG_H -DBUILDING_NCURSES -I../ncurses -I. -I../source_subfolder/ncurses -I../include -I../source_subfolder/ncurses/../include -D_GLIBCXX_USE_CXX11_ABI=1 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNDEBUG > expanded.c /bin/sh -e ../source_subfolder/ncurses/tinfo/MKfallback.sh /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/share/terminfo ../source_subfolder/misc/terminfo.src tic infocmp >fallback.c /bin/sh -e ../source_subfolder/ncurses/base/MKlib_gen.sh "/usr/bin/gcc -E -DHAVE_CONFIG_H -DBUILDING_NCURSES -I../ncurses -I. -I../source_subfolder/ncurses -I../include -I../source_subfolder/ncurses/../include -D_GLIBCXX_USE_CXX11_ABI=1 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNDEBUG" "mawk" generated <../include/curses.h >lib_gen.c .. adding -P option to work around /usr/bin/gcc 6.4.0 AWK=mawk /bin/sh ../source_subfolder/ncurses/tinfo/MKkeys_list.sh ../source_subfolder/include/Caps ../source_subfolder/include/Caps-ncurses | LC_ALL=C sort >keys.list /bin/sh -e ../source_subfolder/ncurses/base/MKlib_gen.sh "/usr/bin/gcc -E -DHAVE_CONFIG_H -DBUILDING_NCURSES -I../ncurses -I. -I../source_subfolder/ncurses -I../include -I../source_subfolder/ncurses/../include -D_GLIBCXX_USE_CXX11_ABI=1 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNDEBUG" "mawk" implemented <../include/curses.h >link_test.c mawk -f ../source_subfolder/ncurses/tinfo/MKnames.awk bigstrings=1 ../source_subfolder/include/Caps ../source_subfolder/include/Caps-ncurses >names.c echo | mawk -f ../source_subfolder/ncurses/base/MKunctrl.awk bigstrings=1 >unctrl.c .. adding -P option to work around /usr/bin/gcc 6.4.0 /usr/bin/gcc -o make_keys -DHAVE_CONFIG_H -DUSE_BUILD_CC -I../ncurses -I../source_subfolder/ncurses -I../include -I../source_subfolder/ncurses/../include -DHAVE_CONFIG_H -DBUILDING_NCURSES -I../ncurses -I. -I../source_subfolder/ncurses -I../include -I../source_subfolder/ncurses/../include -D_GLIBCXX_USE_CXX11_ABI=1 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNDEBUG -m64 -g --param max-inline-insns-single=1200 ../source_subfolder/ncurses/tinfo/make_keys.c -m64 compiling hardscroll (obj_s) compiling hashmap (obj_s) compiling lib_addch (obj_s) compiling lib_addstr (obj_s) compiling lib_beep (obj_s) compiling lib_bkgd (obj_s) compiling lib_box (obj_s) compiling lib_chgat (obj_s) compiling lib_clear (obj_s) compiling lib_clearok (obj_s) compiling lib_clrbot (obj_s) compiling lib_clreol (obj_s) compiling lib_color (obj_s) compiling lib_colorset (obj_s) compiling lib_delch (obj_s) compiling lib_delwin (obj_s) compiling lib_echo (obj_s) compiling lib_endwin (obj_s) compiling lib_erase (obj_s) compiling lib_flash (obj_s) compiling lib_gen (obj_s) compiling lib_getch (obj_s) compiling lib_getstr (obj_s) compiling lib_hline (obj_s) compiling lib_immedok (obj_s) compiling lib_inchstr (obj_s) compiling lib_initscr (obj_s) compiling lib_insch (obj_s) compiling lib_insdel (obj_s) compiling lib_insnstr (obj_s) compiling lib_instr (obj_s) compiling lib_isendwin (obj_s) compiling lib_leaveok (obj_s) compiling lib_mouse (obj_s) compiling lib_move (obj_s) compiling lib_mvcur (obj_s) compiling lib_mvwin (obj_s) compiling lib_newterm (obj_s) compiling lib_newwin (obj_s) compiling lib_nl (obj_s) compiling lib_overlay (obj_s) compiling lib_pad (obj_s) compiling lib_printw (obj_s) compiling lib_redrawln (obj_s) compiling lib_refresh (obj_s) compiling lib_restart (obj_s) compiling lib_scanw (obj_s) compiling lib_screen (obj_s) compiling lib_scroll (obj_s) compiling lib_scrollok (obj_s) compiling lib_scrreg (obj_s) compiling lib_set_term (obj_s) compiling lib_slk (obj_s) compiling lib_slkatr_set (obj_s) compiling lib_slkatrof (obj_s) compiling lib_slkatron (obj_s) compiling lib_slkattr (obj_s) compiling lib_slkatrset (obj_s) compiling lib_slkclear (obj_s) compiling lib_slkcolor (obj_s) compiling lib_slkinit (obj_s) compiling lib_slklab (obj_s) compiling lib_slkrefr (obj_s) compiling lib_slkset (obj_s) compiling lib_slktouch (obj_s) compiling lib_touch (obj_s) compiling lib_tstp (obj_s) compiling lib_ungetch (obj_s) compiling lib_vidattr (obj_s) compiling lib_vline (obj_s) compiling lib_wattroff (obj_s) compiling lib_wattron (obj_s) compiling lib_winch (obj_s) compiling lib_window (obj_s) compiling nc_panel (obj_s) compiling safe_sprintf (obj_s) compiling tty_update (obj_s) compiling varargs (obj_s) compiling vsscanf (obj_s) compiling lib_freeall (obj_s) compiling expanded (obj_s) compiling legacy_coding (obj_s) compiling lib_dft_fgbg (obj_s) compiling lib_print (obj_s) compiling new_pair (obj_s) compiling resizeterm (obj_s) compiling use_screen (obj_s) compiling use_window (obj_s) compiling wresize (obj_s) compiling access (obj_s) compiling add_tries (obj_s) compiling alloc_ttype (obj_s) compiling codes (obj_s) compiling comp_error (obj_s) compiling comp_hash (obj_s) compiling db_iterator (obj_s) compiling doalloc (obj_s) compiling entries (obj_s) compiling fallback (obj_s) compiling free_ttype (obj_s) compiling getenv_num (obj_s) compiling home_terminfo (obj_s) compiling lib_acs (obj_s) compiling lib_baudrate (obj_s) compiling lib_cur_term (obj_s) compiling lib_data (obj_s) compiling lib_has_cap (obj_s) compiling lib_kernel (obj_s) compiling lib_longname (obj_s) compiling lib_napms (obj_s) compiling lib_options (obj_s) compiling lib_raw (obj_s) compiling lib_setup (obj_s) compiling lib_termcap (obj_s) compiling lib_termname (obj_s) compiling lib_tgoto (obj_s) compiling lib_ti (obj_s) compiling lib_tparm (obj_s) compiling lib_tputs (obj_s) compiling lib_trace (obj_s) compiling lib_ttyflags (obj_s) compiling lib_twait (obj_s) compiling name_match (obj_s) compiling names (obj_s) compiling obsolete (obj_s) compiling read_entry (obj_s) compiling read_termcap (obj_s) compiling strings (obj_s) compiling tries (obj_s) compiling trim_sgr0 (obj_s) compiling unctrl (obj_s) compiling visbuf (obj_s) compiling alloc_entry (obj_s) compiling captoinfo (obj_s) compiling comp_expand (obj_s) compiling comp_parse (obj_s) compiling comp_scan (obj_s) compiling parse_entry (obj_s) compiling write_entry (obj_s) compiling define_key (obj_s) compiling hashed_db (obj_s) compiling key_defined (obj_s) compiling keybound (obj_s) compiling keyok (obj_s) compiling version (obj_s) /usr/bin/gcc -o report_offsets -DHAVE_CONFIG_H -DUSE_BUILD_CC -I../ncurses -I../source_subfolder/ncurses -I../include -I../source_subfolder/ncurses/../include -DHAVE_CONFIG_H -DBUILDING_NCURSES -I../ncurses -I. -I../source_subfolder/ncurses -I../include -I../source_subfolder/ncurses/../include -D_GLIBCXX_USE_CXX11_ABI=1 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DNDEBUG -m64 -g --param max-inline-insns-single=1200 ../source_subfolder/ncurses/report_offsets.c -m64 /bin/sh -e ../source_subfolder/ncurses/tinfo/MKcaptab.sh mawk 1 ../source_subfolder/ncurses/tinfo/MKcaptab.awk ../source_subfolder/include/Caps ../source_subfolder/include/Caps-ncurses > comp_captab.c /bin/sh -e ../source_subfolder/ncurses/tinfo/MKuserdefs.sh mawk 1 ../source_subfolder/include/Caps ../source_subfolder/include/Caps-ncurses > comp_userdefs.c mawk -f ../source_subfolder/ncurses/base/MKkeyname.awk bigstrings=1 keys.list > lib_keyname.c ./make_keys keys.list > init_keytry.h compiling comp_captab (obj_s) compiling comp_userdefs (obj_s) ./report_offsets Size/offsets of data structures: 4 attr_t 4 chtype 4 mmask_t 20 MEVENT 1 NCURSES_BOOL 1544 SCREEN 0 SCREEN._ifd 172 SCREEN._fifo 720 SCREEN._fifohead 940 SCREEN._direct_color 1264 SCREEN._panelHook 1360 SCREEN.jump 1488 SCREEN.rsp 1500 + SCREEN._no_padding 1501 + SCREEN._use_ritm 1502 + SCREEN._assumed_color 1520 + SCREEN._resize 1536 s SCREEN.use_tioctl 208 TERMINAL 0 TERMINAL.type 72 TERMINAL.Filedes 76 TERMINAL.Ottyb 136 TERMINAL.Nttyb 196 TERMINAL._baudrate 200 TERMINAL._termname 72 TERMTYPE 40 + TERMTYPE.ext_str_table 66 + TERMTYPE.ext_Strings 88 WINDOW 440 NCURSES_GLOBALS 12 NCURSES_GLOBALS.init_signals 416 n NCURSES_GLOBALS._nc_windowlist 424 + NCURSES_GLOBALS.home_terminfo 436 + NCURSES_GLOBALS.safeprint_rows 760 NCURSES_PRESCREEN 600 NCURSES_PRESCREEN.saved_tty 608 NCURSES_PRESCREEN.use_tioctl 616 NCURSES_PRESCREEN._outch 624 n NCURSES_PRESCREEN.rippedoff 752 + NCURSES_PRESCREEN._no_padding compiling init_keytry (obj_s) compiling lib_keyname (obj_s) linking ../lib/libncurses.so.6.2 /usr/bin/gcc -m64 -m64 -g --param max-inline-insns-single=1200 -shared -Wl,-soname,`basename ../lib/libncurses.so.6.2 .6.2`.6,-stats,-lc -o ../lib/libncurses.so.6.2 ../obj_s/hardscroll.o ../obj_s/hashmap.o ../obj_s/lib_addch.o ../obj_s/lib_addstr.o ../obj_s/lib_beep.o ../obj_s/lib_bkgd.o ../obj_s/lib_box.o ../obj_s/lib_chgat.o ../obj_s/lib_clear.o ../obj_s/lib_clearok.o ../obj_s/lib_clrbot.o ../obj_s/lib_clreol.o ../obj_s/lib_color.o ../obj_s/lib_colorset.o ../obj_s/lib_delch.o ../obj_s/lib_delwin.o ../obj_s/lib_echo.o ../obj_s/lib_endwin.o ../obj_s/lib_erase.o ../obj_s/lib_flash.o ../obj_s/lib_gen.o ../obj_s/lib_getch.o ../obj_s/lib_getstr.o ../obj_s/lib_hline.o ../obj_s/lib_immedok.o ../obj_s/lib_inchstr.o ../obj_s/lib_initscr.o ../obj_s/lib_insch.o ../obj_s/lib_insdel.o ../obj_s/lib_insnstr.o ../obj_s/lib_instr.o ../obj_s/lib_isendwin.o ../obj_s/lib_leaveok.o ../obj_s/lib_mouse.o ../obj_s/lib_move.o ../obj_s/lib_mvcur.o ../obj_s/lib_mvwin.o ../obj_s/lib_newterm.o ../obj_s/lib_newwin.o ../obj_s/lib_nl.o ../obj_s/lib_overlay.o ../obj_s/lib_pad.o ../obj_s/lib_printw.o ../obj_s/lib_redrawln.o ../obj_s/lib_refresh.o ../obj_s/lib_restart.o ../obj_s/lib_scanw.o ../obj_s/lib_screen.o ../obj_s/lib_scroll.o ../obj_s/lib_scrollok.o ../obj_s/lib_scrreg.o ../obj_s/lib_set_term.o ../obj_s/lib_slk.o ../obj_s/lib_slkatr_set.o ../obj_s/lib_slkatrof.o ../obj_s/lib_slkatron.o ../obj_s/lib_slkatrset.o ../obj_s/lib_slkattr.o ../obj_s/lib_slkclear.o ../obj_s/lib_slkcolor.o ../obj_s/lib_slkinit.o ../obj_s/lib_slklab.o ../obj_s/lib_slkrefr.o ../obj_s/lib_slkset.o ../obj_s/lib_slktouch.o ../obj_s/lib_touch.o ../obj_s/lib_tstp.o ../obj_s/lib_ungetch.o ../obj_s/lib_vidattr.o ../obj_s/lib_vline.o ../obj_s/lib_wattroff.o ../obj_s/lib_wattron.o ../obj_s/lib_winch.o ../obj_s/lib_window.o ../obj_s/nc_panel.o ../obj_s/safe_sprintf.o ../obj_s/tty_update.o ../obj_s/varargs.o ../obj_s/vsscanf.o ../obj_s/lib_freeall.o ../obj_s/expanded.o ../obj_s/legacy_coding.o ../obj_s/lib_dft_fgbg.o ../obj_s/lib_print.o ../obj_s/new_pair.o ../obj_s/resizeterm.o ../obj_s/use_screen.o ../obj_s/use_window.o ../obj_s/wresize.o ../obj_s/access.o ../obj_s/add_tries.o ../obj_s/alloc_ttype.o ../obj_s/codes.o ../obj_s/comp_captab.o ../obj_s/comp_error.o ../obj_s/comp_hash.o ../obj_s/comp_userdefs.o ../obj_s/db_iterator.o ../obj_s/doalloc.o ../obj_s/entries.o ../obj_s/fallback.o ../obj_s/free_ttype.o ../obj_s/getenv_num.o ../obj_s/home_terminfo.o ../obj_s/init_keytry.o ../obj_s/lib_acs.o ../obj_s/lib_baudrate.o ../obj_s/lib_cur_term.o ../obj_s/lib_data.o ../obj_s/lib_has_cap.o ../obj_s/lib_kernel.o ../obj_s/lib_keyname.o ../obj_s/lib_longname.o ../obj_s/lib_napms.o ../obj_s/lib_options.o ../obj_s/lib_raw.o ../obj_s/lib_setup.o ../obj_s/lib_termcap.o ../obj_s/lib_termname.o ../obj_s/lib_tgoto.o ../obj_s/lib_ti.o ../obj_s/lib_tparm.o ../obj_s/lib_tputs.o ../obj_s/lib_trace.o ../obj_s/lib_ttyflags.o ../obj_s/lib_twait.o ../obj_s/name_match.o ../obj_s/names.o ../obj_s/obsolete.o ../obj_s/read_entry.o ../obj_s/read_termcap.o ../obj_s/strings.o ../obj_s/tries.o ../obj_s/trim_sgr0.o ../obj_s/unctrl.o ../obj_s/visbuf.o ../obj_s/alloc_entry.o ../obj_s/captoinfo.o ../obj_s/comp_expand.o ../obj_s/comp_parse.o ../obj_s/comp_scan.o ../obj_s/parse_entry.o ../obj_s/write_entry.o ../obj_s/define_key.o ../obj_s/hashed_db.o ../obj_s/key_defined.o ../obj_s/keybound.o ../obj_s/keyok.o ../obj_s/version.o -L../lib /usr/bin/ld: total time in link: 0.079369 /usr/bin/ld: data size 11345920 cd ../lib && (ln -s -f libncurses.so.6.2 libncurses.so.6; ln -s -f libncurses.so.6 libncurses.so; ) make[1]: Leaving directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/ncurses' cd progs && make DESTDIR="" RPATH_LIST="/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib" all make[1]: Entering directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/progs' /bin/sh ../source_subfolder/progs/MKtermsort.sh mawk ../source_subfolder/progs/../include/Caps >termsort.c echo "#ifndef __TRANSFORM_H" >transform.h echo "#define __TRANSFORM_H 1" >>transform.h compiling tparm_type (obj_s) echo "#include " >>transform.h echo "extern bool same_program(const char *, const char *);" >>transform.h /bin/sh -c 'if test -n "" ; then echo "#define SUFFIX_IGNORED \"\"">>transform.h; fi' echo "#define PROG_CAPTOINFO \"`echo captoinfo| sed 's/$//'|sed 's,x,x,'|sed 's/$//'`\"" >>transform.h echo "#define PROG_INFOTOCAP \"`echo infotocap| sed 's/$//'|sed 's,x,x,'|sed 's/$//'`\"" >>transform.h echo "#define PROG_CLEAR \"`echo clear| sed 's/$//'|sed 's,x,x,'|sed 's/$//'`\"" >>transform.h echo "#define PROG_RESET \"`echo reset| sed 's/$//'|sed 's,x,x,'|sed 's/$//'`\"" >>transform.h echo "#define PROG_INIT \"`echo init| sed 's/$//'|sed 's,x,x,'|sed 's/$//'`\"" >>transform.h echo "#endif /* __TRANSFORM_H */" >>transform.h compiling infocmp (obj_s) compiling clear (obj_s) compiling clear_cmd (obj_s) compiling tty_settings (obj_s) compiling tabs (obj_s) compiling tput (obj_s) compiling reset_cmd (obj_s) compiling tset (obj_s) compiling toe (obj_s) compiling tic (obj_s) compiling dump_entry (obj_s) compiling transform (obj_s) linking clear linking tabs linking tput linking tset linking toe linking infocmp linking tic make[1]: Leaving directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/progs' cd panel && make DESTDIR="" RPATH_LIST="/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib" all make[1]: Entering directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/panel' rm -f ../include/panel.h cp ../source_subfolder/panel/panel.h ../include/panel.h compiling panel (obj_s) compiling p_above (obj_s) compiling p_below (obj_s) compiling p_bottom (obj_s) compiling p_delete (obj_s) compiling p_hide (obj_s) compiling p_hidden (obj_s) compiling p_move (obj_s) compiling p_new (obj_s) compiling p_replace (obj_s) compiling p_show (obj_s) compiling p_top (obj_s) compiling p_update (obj_s) compiling p_user (obj_s) compiling p_win (obj_s) linking ../lib/libpanel.so.6.2 /usr/bin/gcc -m64 -m64 -g --param max-inline-insns-single=1200 -shared -Wl,-soname,`basename ../lib/libpanel.so.6.2 .6.2`.6,-stats,-lc -o ../lib/libpanel.so.6.2 ../obj_s/panel.o ../obj_s/p_above.o ../obj_s/p_below.o ../obj_s/p_bottom.o ../obj_s/p_delete.o ../obj_s/p_hide.o ../obj_s/p_hidden.o ../obj_s/p_move.o ../obj_s/p_new.o ../obj_s/p_replace.o ../obj_s/p_show.o ../obj_s/p_top.o ../obj_s/p_update.o ../obj_s/p_user.o ../obj_s/p_win.o -L../lib -lncurses /usr/bin/ld: total time in link: 0.025436 /usr/bin/ld: data size 4771840 cd ../lib && (ln -s -f libpanel.so.6.2 libpanel.so.6; ln -s -f libpanel.so.6 libpanel.so; ) make[1]: Leaving directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/panel' cd menu && make DESTDIR="" RPATH_LIST="/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib" all make[1]: Entering directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/menu' rm -f ../include/menu.h rm -f ../include/eti.h rm -f ../include/mf_common.h cp ../source_subfolder/menu/menu.h ../include/menu.h cp ../source_subfolder/menu/eti.h ../include/eti.h cp ../source_subfolder/menu/mf_common.h ../include/mf_common.h compiling m_attribs (obj_s) compiling m_cursor (obj_s) compiling m_driver (obj_s) compiling m_format (obj_s) compiling m_global (obj_s) compiling m_hook (obj_s) compiling m_item_cur (obj_s) compiling m_item_nam (obj_s) compiling m_item_new (obj_s) compiling m_item_opt (obj_s) compiling m_item_top (obj_s) compiling m_item_use (obj_s) compiling m_item_val (obj_s) compiling m_item_vis (obj_s) compiling m_items (obj_s) compiling m_new (obj_s) compiling m_opts (obj_s) compiling m_pad (obj_s) compiling m_pattern (obj_s) compiling m_post (obj_s) compiling m_req_name (obj_s) compiling m_scale (obj_s) compiling m_spacing (obj_s) compiling m_sub (obj_s) compiling m_userptr (obj_s) compiling m_win (obj_s) linking ../lib/libmenu.so.6.2 /usr/bin/gcc -m64 -m64 -g --param max-inline-insns-single=1200 -shared -Wl,-soname,`basename ../lib/libmenu.so.6.2 .6.2`.6,-stats,-lc -o ../lib/libmenu.so.6.2 ../obj_s/m_attribs.o ../obj_s/m_cursor.o ../obj_s/m_driver.o ../obj_s/m_format.o ../obj_s/m_global.o ../obj_s/m_hook.o ../obj_s/m_item_cur.o ../obj_s/m_item_nam.o ../obj_s/m_item_new.o ../obj_s/m_item_opt.o ../obj_s/m_item_top.o ../obj_s/m_item_use.o ../obj_s/m_item_val.o ../obj_s/m_item_vis.o ../obj_s/m_items.o ../obj_s/m_new.o ../obj_s/m_opts.o ../obj_s/m_pad.o ../obj_s/m_pattern.o ../obj_s/m_post.o ../obj_s/m_req_name.o ../obj_s/m_scale.o ../obj_s/m_spacing.o ../obj_s/m_sub.o ../obj_s/m_userptr.o ../obj_s/m_win.o -L../lib -lncurses /usr/bin/ld: total time in link: 0.028697 /usr/bin/ld: data size 5038080 cd ../lib && (ln -s -f libmenu.so.6.2 libmenu.so.6; ln -s -f libmenu.so.6 libmenu.so; ) make[1]: Leaving directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/menu' cd form && make DESTDIR="" RPATH_LIST="/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib" all make[1]: Entering directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/form' rm -f ../include/form.h cp ../source_subfolder/form/form.h ../include/form.h compiling fld_arg (obj_s) compiling fld_attr (obj_s) compiling fld_current (obj_s) compiling fld_def (obj_s) compiling fld_dup (obj_s) compiling fld_ftchoice (obj_s) compiling fld_ftlink (obj_s) compiling fld_info (obj_s) compiling fld_just (obj_s) compiling fld_link (obj_s) compiling fld_max (obj_s) compiling fld_move (obj_s) compiling fld_newftyp (obj_s) compiling fld_opts (obj_s) compiling fld_pad (obj_s) compiling fld_page (obj_s) compiling fld_stat (obj_s) compiling fld_type (obj_s) compiling fld_user (obj_s) compiling frm_cursor (obj_s) compiling frm_data (obj_s) compiling frm_def (obj_s) compiling frm_driver (obj_s) compiling frm_hook (obj_s) compiling frm_opts (obj_s) compiling frm_page (obj_s) compiling frm_post (obj_s) compiling frm_req_name (obj_s) compiling frm_scale (obj_s) compiling frm_sub (obj_s) compiling frm_user (obj_s) compiling frm_win (obj_s) compiling fty_alnum (obj_s) compiling fty_alpha (obj_s) compiling fty_enum (obj_s) compiling fty_generic (obj_s) compiling fty_int (obj_s) compiling fty_ipv4 (obj_s) compiling fty_num (obj_s) compiling fty_regex (obj_s) linking ../lib/libform.so.6.2 /usr/bin/gcc -m64 -m64 -g --param max-inline-insns-single=1200 -shared -Wl,-soname,`basename ../lib/libform.so.6.2 .6.2`.6,-stats,-lc -o ../lib/libform.so.6.2 ../obj_s/fld_arg.o ../obj_s/fld_attr.o ../obj_s/fld_current.o ../obj_s/fld_def.o ../obj_s/fld_dup.o ../obj_s/fld_ftchoice.o ../obj_s/fld_ftlink.o ../obj_s/fld_info.o ../obj_s/fld_just.o ../obj_s/fld_link.o ../obj_s/fld_max.o ../obj_s/fld_move.o ../obj_s/fld_newftyp.o ../obj_s/fld_opts.o ../obj_s/fld_pad.o ../obj_s/fld_page.o ../obj_s/fld_stat.o ../obj_s/fld_type.o ../obj_s/fld_user.o ../obj_s/frm_cursor.o ../obj_s/frm_data.o ../obj_s/frm_def.o ../obj_s/frm_driver.o ../obj_s/frm_hook.o ../obj_s/frm_opts.o ../obj_s/frm_page.o ../obj_s/frm_post.o ../obj_s/frm_req_name.o ../obj_s/frm_scale.o ../obj_s/frm_sub.o ../obj_s/frm_user.o ../obj_s/frm_win.o ../obj_s/fty_alnum.o ../obj_s/fty_alpha.o ../obj_s/fty_enum.o ../obj_s/fty_generic.o ../obj_s/fty_int.o ../obj_s/fty_ipv4.o ../obj_s/fty_num.o ../obj_s/fty_regex.o -L../lib -lncurses /usr/bin/ld: total time in link: 0.035741 /usr/bin/ld: data size 5779456 cd ../lib && (ln -s -f libform.so.6.2 libform.so.6; ln -s -f libform.so.6 libform.so; ) make[1]: Leaving directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/form' cd misc && make DESTDIR="" RPATH_LIST="/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib" all make[1]: Entering directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/misc' WHICH_XTERM=xterm-new \ XTERM_KBS=BS \ datadir=/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/share \ /bin/sh ../source_subfolder/misc/gen_edit.sh >run_tic.sed echo '** adjusting tabset paths' ** adjusting tabset paths sed -f run_tic.sed ../source_subfolder/misc/terminfo.src >terminfo.tmp make[1]: Leaving directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/misc' cd c++ && make DESTDIR="" RPATH_LIST="/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib" all make[1]: Entering directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/c++' cp ../source_subfolder/c++/etip.h.in etip.h /bin/sh ../source_subfolder/c++/edit_cfg.sh ../include/ncurses_cfg.h etip.h substituting autoconf'd values from ../include/ncurses_cfg.h into etip.h ... CPP_HAS_PARAM_INIT 0 ... CPP_HAS_STATIC_CAST 1 ... ETIP_NEEDS_MATH_EXCEPTION 0 ... ETIP_NEEDS_MATH_H 0 ... HAVE_BUILTIN_H 0 ... HAVE_GPP_BUILTIN_H 0 ... HAVE_GXX_BUILTIN_H 0 ... HAVE_IOSTREAM 1 ... HAVE_TYPEINFO 1 ... HAVE_VALUES_H 0 ... IOSTREAM_NAMESPACE 1 compiling cursesf (obj_s) compiling cursesm (obj_s) compiling cursesw (obj_s) compiling cursespad (obj_s) compiling cursesp (obj_s) compiling cursslk (obj_s) compiling cursesapp (obj_s) compiling cursesmain (obj_s) linking ../lib/libncurses++.so.6.2 /usr/bin/g++ -L../lib -lform -lmenu -lpanel -lncurses -m64 -lutil -m64 -g -shared -Wl,-soname,`basename ../lib/libncurses++.so.6.2 .6.2`.6,-stats,-lc -o ../lib/libncurses++.so.6.2 ../obj_s/cursesf.o ../obj_s/cursesm.o ../obj_s/cursesw.o ../obj_s/cursespad.o ../obj_s/cursesp.o ../obj_s/cursslk.o ../obj_s/cursesapp.o ../obj_s/cursesmain.o -L../lib -lform -lmenu -lpanel -lncurses /usr/bin/ld: total time in link: 0.079863 /usr/bin/ld: data size 15048704 cd ../lib && (ln -s -f libncurses++.so.6.2 libncurses++.so.6; ln -s -f libncurses++.so.6 libncurses++.so; ) make[1]: Leaving directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/c++' ncurses/6.2: Package '2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2' built ncurses/6.2: Build folder /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2 ncurses/6.2: Generated conaninfo.txt ncurses/6.2: Generated conanbuildinfo.txt ncurses/6.2: Generating the package ncurses/6.2: Package folder /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2 ncurses/6.2: Calling package() ----Running------ > make install -j3 ----------------- cd include && make DESTDIR="" RPATH_LIST="/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib" install make[1]: Entering directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include' mkdir -p /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses installing curses.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses installing unctrl.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses installing ncurses_dll.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses installing ncurses_exports.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses installing term.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses installing termcap.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses installing ../source_subfolder/include/tic.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses installing ../source_subfolder/include/term_entry.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses installing ../source_subfolder/include/nc_tparm.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses make[1]: Leaving directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include' cd ncurses && make DESTDIR="" RPATH_LIST="/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib" install make[1]: Entering directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/ncurses' linking /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libncurses.so.6.2 /usr/bin/gcc -m64 -m64 -g --param max-inline-insns-single=1200 -shared -Wl,-soname,`basename /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libncurses.so.6.2 .6.2`.6,-stats,-lc -o /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libncurses.so.6.2 ../obj_s/hardscroll.o ../obj_s/hashmap.o ../obj_s/lib_addch.o ../obj_s/lib_addstr.o ../obj_s/lib_beep.o ../obj_s/lib_bkgd.o ../obj_s/lib_box.o ../obj_s/lib_chgat.o ../obj_s/lib_clear.o ../obj_s/lib_clearok.o ../obj_s/lib_clrbot.o ../obj_s/lib_clreol.o ../obj_s/lib_color.o ../obj_s/lib_colorset.o ../obj_s/lib_delch.o ../obj_s/lib_delwin.o ../obj_s/lib_echo.o ../obj_s/lib_endwin.o ../obj_s/lib_erase.o ../obj_s/lib_flash.o ../obj_s/lib_gen.o ../obj_s/lib_getch.o ../obj_s/lib_getstr.o ../obj_s/lib_hline.o ../obj_s/lib_immedok.o ../obj_s/lib_inchstr.o ../obj_s/lib_initscr.o ../obj_s/lib_insch.o ../obj_s/lib_insdel.o ../obj_s/lib_insnstr.o ../obj_s/lib_instr.o ../obj_s/lib_isendwin.o ../obj_s/lib_leaveok.o ../obj_s/lib_mouse.o ../obj_s/lib_move.o ../obj_s/lib_mvcur.o ../obj_s/lib_mvwin.o ../obj_s/lib_newterm.o ../obj_s/lib_newwin.o ../obj_s/lib_nl.o ../obj_s/lib_overlay.o ../obj_s/lib_pad.o ../obj_s/lib_printw.o ../obj_s/lib_redrawln.o ../obj_s/lib_refresh.o ../obj_s/lib_restart.o ../obj_s/lib_scanw.o ../obj_s/lib_screen.o ../obj_s/lib_scroll.o ../obj_s/lib_scrollok.o ../obj_s/lib_scrreg.o ../obj_s/lib_set_term.o ../obj_s/lib_slk.o ../obj_s/lib_slkatr_set.o ../obj_s/lib_slkatrof.o ../obj_s/lib_slkatron.o ../obj_s/lib_slkatrset.o ../obj_s/lib_slkattr.o ../obj_s/lib_slkclear.o ../obj_s/lib_slkcolor.o ../obj_s/lib_slkinit.o ../obj_s/lib_slklab.o ../obj_s/lib_slkrefr.o ../obj_s/lib_slkset.o ../obj_s/lib_slktouch.o ../obj_s/lib_touch.o ../obj_s/lib_tstp.o ../obj_s/lib_ungetch.o ../obj_s/lib_vidattr.o ../obj_s/lib_vline.o ../obj_s/lib_wattroff.o ../obj_s/lib_wattron.o ../obj_s/lib_winch.o ../obj_s/lib_window.o ../obj_s/nc_panel.o ../obj_s/safe_sprintf.o ../obj_s/tty_update.o ../obj_s/varargs.o ../obj_s/vsscanf.o ../obj_s/lib_freeall.o ../obj_s/expanded.o ../obj_s/legacy_coding.o ../obj_s/lib_dft_fgbg.o ../obj_s/lib_print.o ../obj_s/new_pair.o ../obj_s/resizeterm.o ../obj_s/use_screen.o ../obj_s/use_window.o ../obj_s/wresize.o ../obj_s/access.o ../obj_s/add_tries.o ../obj_s/alloc_ttype.o ../obj_s/codes.o ../obj_s/comp_captab.o ../obj_s/comp_error.o ../obj_s/comp_hash.o ../obj_s/comp_userdefs.o ../obj_s/db_iterator.o ../obj_s/doalloc.o ../obj_s/entries.o ../obj_s/fallback.o ../obj_s/free_ttype.o ../obj_s/getenv_num.o ../obj_s/home_terminfo.o ../obj_s/init_keytry.o ../obj_s/lib_acs.o ../obj_s/lib_baudrate.o ../obj_s/lib_cur_term.o ../obj_s/lib_data.o ../obj_s/lib_has_cap.o ../obj_s/lib_kernel.o ../obj_s/lib_keyname.o ../obj_s/lib_longname.o ../obj_s/lib_napms.o ../obj_s/lib_options.o ../obj_s/lib_raw.o ../obj_s/lib_setup.o ../obj_s/lib_termcap.o ../obj_s/lib_termname.o ../obj_s/lib_tgoto.o ../obj_s/lib_ti.o ../obj_s/lib_tparm.o ../obj_s/lib_tputs.o ../obj_s/lib_trace.o ../obj_s/lib_ttyflags.o ../obj_s/lib_twait.o ../obj_s/name_match.o ../obj_s/names.o ../obj_s/obsolete.o ../obj_s/read_entry.o ../obj_s/read_termcap.o ../obj_s/strings.o ../obj_s/tries.o ../obj_s/trim_sgr0.o ../obj_s/unctrl.o ../obj_s/visbuf.o ../obj_s/alloc_entry.o ../obj_s/captoinfo.o ../obj_s/comp_expand.o ../obj_s/comp_parse.o ../obj_s/comp_scan.o ../obj_s/parse_entry.o ../obj_s/write_entry.o ../obj_s/define_key.o ../obj_s/hashed_db.o ../obj_s/key_defined.o ../obj_s/keybound.o ../obj_s/keyok.o ../obj_s/version.o -L../lib /usr/bin/ld: total time in link: 0.078951 /usr/bin/ld: data size 11345920 cd /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib && (ln -s -f libncurses.so.6.2 libncurses.so.6; ln -s -f libncurses.so.6 libncurses.so; ) test -z "" && /sbin/ldconfig /sbin/ldconfig.real: Can't create temporary cache file /etc/ld.so.cache~: Permission denied Makefile:895: recipe for target '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libncurses.so.6.2' failed make[1]: [/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libncurses.so.6.2] Error 1 (ignored) make[1]: Leaving directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/ncurses' cd progs && make DESTDIR="" RPATH_LIST="/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib" install make[1]: Entering directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/progs' mkdir -p /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin /usr/bin/install -c -s tic /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/`echo tic| sed 's/$//'|sed 's,x,x,'|sed 's/$//'` /usr/bin/install -c -s toe /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/`echo toe| sed 's/$//'|sed 's,x,x,'|sed 's/$//'` linking infotocap to tic (cd /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin && ln -s -f `echo tic| sed 's/$//'|sed 's,x,x,'|sed 's/$//'` `echo infotocap| sed 's/$//'|sed 's,x,x,'|sed 's/$//'`) linking captoinfo to tic (cd /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin && ln -s -f `echo tic| sed 's/$//'|sed 's,x,x,'|sed 's/$//'` `echo captoinfo| sed 's/$//'|sed 's,x,x,'|sed 's/$//'`) /usr/bin/install -c -s infocmp /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/`echo infocmp| sed 's/$//'|sed 's,x,x,'|sed 's/$//'` /usr/bin/install -c -s clear /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/`echo clear| sed 's/$//'|sed 's,x,x,'|sed 's/$//'` /usr/bin/install -c -s tabs /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/`echo tabs| sed 's/$//'|sed 's,x,x,'|sed 's/$//'` /usr/bin/install -c -s tput /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/`echo tput| sed 's/$//'|sed 's,x,x,'|sed 's/$//'` /usr/bin/install -c -s tset /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/`echo tset| sed 's/$//'|sed 's,x,x,'|sed 's/$//'` linking reset to tset (cd /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin && ln -s -f `echo tset| sed 's/$//'|sed 's,x,x,'|sed 's/$//'` `echo reset| sed 's/$//'|sed 's,x,x,'|sed 's/$//'`) make[1]: Leaving directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/progs' cd panel && make DESTDIR="" RPATH_LIST="/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib" install make[1]: Entering directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/panel' linking /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libpanel.so.6.2 /usr/bin/gcc -m64 -m64 -g --param max-inline-insns-single=1200 -shared -Wl,-soname,`basename /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libpanel.so.6.2 .6.2`.6,-stats,-lc -o /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libpanel.so.6.2 ../obj_s/panel.o ../obj_s/p_above.o ../obj_s/p_below.o ../obj_s/p_bottom.o ../obj_s/p_delete.o ../obj_s/p_hide.o ../obj_s/p_hidden.o ../obj_s/p_move.o ../obj_s/p_new.o ../obj_s/p_replace.o ../obj_s/p_show.o ../obj_s/p_top.o ../obj_s/p_update.o ../obj_s/p_user.o ../obj_s/p_win.o -L../lib -lncurses /usr/bin/ld: total time in link: 0.026252 /usr/bin/ld: data size 4771840 cd /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib && (ln -s -f libpanel.so.6.2 libpanel.so.6; ln -s -f libpanel.so.6 libpanel.so; ) test -z "" && /sbin/ldconfig /sbin/ldconfig.real: Can't create temporary cache file /etc/ld.so.cache~: Permission denied Makefile:306: recipe for target '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libpanel.so.6.2' failed make[1]: [/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libpanel.so.6.2] Error 1 (ignored) installing ../source_subfolder/panel/panel.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses make[1]: Leaving directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/panel' cd menu && make DESTDIR="" RPATH_LIST="/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib" install make[1]: Entering directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/menu' linking /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libmenu.so.6.2 /usr/bin/gcc -m64 -m64 -g --param max-inline-insns-single=1200 -shared -Wl,-soname,`basename /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libmenu.so.6.2 .6.2`.6,-stats,-lc -o /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libmenu.so.6.2 ../obj_s/m_attribs.o ../obj_s/m_cursor.o ../obj_s/m_driver.o ../obj_s/m_format.o ../obj_s/m_global.o ../obj_s/m_hook.o ../obj_s/m_item_cur.o ../obj_s/m_item_nam.o ../obj_s/m_item_new.o ../obj_s/m_item_opt.o ../obj_s/m_item_top.o ../obj_s/m_item_use.o ../obj_s/m_item_val.o ../obj_s/m_item_vis.o ../obj_s/m_items.o ../obj_s/m_new.o ../obj_s/m_opts.o ../obj_s/m_pad.o ../obj_s/m_pattern.o ../obj_s/m_post.o ../obj_s/m_req_name.o ../obj_s/m_scale.o ../obj_s/m_spacing.o ../obj_s/m_sub.o ../obj_s/m_userptr.o ../obj_s/m_win.o -L../lib -lncurses /usr/bin/ld: total time in link: 0.029475 /usr/bin/ld: data size 5038080 cd /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib && (ln -s -f libmenu.so.6.2 libmenu.so.6; ln -s -f libmenu.so.6 libmenu.so; ) test -z "" && /sbin/ldconfig /sbin/ldconfig.real: Can't create temporary cache file /etc/ld.so.cache~: Permission denied Makefile:348: recipe for target '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libmenu.so.6.2' failed make[1]: [/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libmenu.so.6.2] Error 1 (ignored) installing ../source_subfolder/menu/eti.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses installing ../source_subfolder/menu/menu.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses make[1]: Leaving directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/menu' cd form && make DESTDIR="" RPATH_LIST="/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib" install make[1]: Entering directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/form' linking /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libform.so.6.2 /usr/bin/gcc -m64 -m64 -g --param max-inline-insns-single=1200 -shared -Wl,-soname,`basename /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libform.so.6.2 .6.2`.6,-stats,-lc -o /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libform.so.6.2 ../obj_s/fld_arg.o ../obj_s/fld_attr.o ../obj_s/fld_current.o ../obj_s/fld_def.o ../obj_s/fld_dup.o ../obj_s/fld_ftchoice.o ../obj_s/fld_ftlink.o ../obj_s/fld_info.o ../obj_s/fld_just.o ../obj_s/fld_link.o ../obj_s/fld_max.o ../obj_s/fld_move.o ../obj_s/fld_newftyp.o ../obj_s/fld_opts.o ../obj_s/fld_pad.o ../obj_s/fld_page.o ../obj_s/fld_stat.o ../obj_s/fld_type.o ../obj_s/fld_user.o ../obj_s/frm_cursor.o ../obj_s/frm_data.o ../obj_s/frm_def.o ../obj_s/frm_driver.o ../obj_s/frm_hook.o ../obj_s/frm_opts.o ../obj_s/frm_page.o ../obj_s/frm_post.o ../obj_s/frm_req_name.o ../obj_s/frm_scale.o ../obj_s/frm_sub.o ../obj_s/frm_user.o ../obj_s/frm_win.o ../obj_s/fty_alnum.o ../obj_s/fty_alpha.o ../obj_s/fty_enum.o ../obj_s/fty_generic.o ../obj_s/fty_int.o ../obj_s/fty_ipv4.o ../obj_s/fty_num.o ../obj_s/fty_regex.o -L../lib -lncurses /usr/bin/ld: total time in link: 0.035220 /usr/bin/ld: data size 5779456 cd /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib && (ln -s -f libform.so.6.2 libform.so.6; ln -s -f libform.so.6 libform.so; ) test -z "" && /sbin/ldconfig /sbin/ldconfig.real: Can't create temporary cache file /etc/ld.so.cache~: Permission denied Makefile:388: recipe for target '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libform.so.6.2' failed make[1]: [/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libform.so.6.2] Error 1 (ignored) installing ../source_subfolder/form/form.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses make[1]: Leaving directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/form' cd misc && make DESTDIR="" RPATH_LIST="/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib" install make[1]: Entering directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/misc' mkdir -p /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/share mkdir -p /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/share/tabset DESTDIR= \ prefix=/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2 \ exec_prefix=/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2 \ bindir=/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin \ top_srcdir=../source_subfolder \ srcdir=../source_subfolder/misc \ datadir=/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/share \ ticdir=/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/share/terminfo \ source=terminfo.tmp \ cross_compiling=no \ /bin/sh ./run_tic.sh ** Building terminfo database, please wait... Running sh ../source_subfolder/misc/shlib tic to install /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/share/terminfo ... You may see messages regarding extended capabilities, e.g., AX. These are extended terminal capabilities which are compiled using tic -x If you have ncurses 4.2 applications, you should read the INSTALL document, and install the terminfo without the -x option. "terminfo.tmp", line 1115, col 36, terminal 'fbterm': limiting value of `pairs' from 0x10000 to 0x7fff "terminfo.tmp", line 4800, col 36, terminal 'xterm+256color': limiting value of `pairs' from 0x10000 to 0x7fff "terminfo.tmp", line 4819, col 36, terminal 'xterm+256setaf': limiting value of `pairs' from 0x10000 to 0x7fff "terminfo.tmp", line 4863, col 25, terminal 'xterm+direct2': limiting value of `colors' from 0x1000000 to 0x7fff "terminfo.tmp", line 4863, col 40, terminal 'xterm+direct2': limiting value of `pairs' from 0x10000 to 0x7fff "terminfo.tmp", line 4878, col 25, terminal 'xterm+direct': limiting value of `colors' from 0x1000000 to 0x7fff "terminfo.tmp", line 4878, col 40, terminal 'xterm+direct': limiting value of `pairs' from 0x10000 to 0x7fff "terminfo.tmp", line 4900, col 25, terminal 'xterm+indirect': limiting value of `colors' from 0x1000000 to 0x7fff "terminfo.tmp", line 4900, col 40, terminal 'xterm+indirect': limiting value of `pairs' from 0x10000 to 0x7fff "terminfo.tmp", line 7641, col 36, terminal 'dvtm-256color': limiting value of `pairs' from 0x10000 to 0x7fff 1750 entries written to /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/share/terminfo ** built new /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/share/terminfo ln: failed to create symbolic link '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/lib/terminfo': No such file or directory ** could not sym-link /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/lib/terminfo for compatibility installing std installing stdcrt installing vt100 installing vt300 finished install.data /usr/bin/install -c ncurses-config /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/bin/ncurses6-config make[1]: Leaving directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/misc' cd c++ && make DESTDIR="" RPATH_LIST="/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib" install make[1]: Entering directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/c++' linking /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libncurses++.so.6.2 /usr/bin/g++ -L../lib -lform -lmenu -lpanel -lncurses -m64 -lutil -m64 -g -shared -Wl,-soname,`basename /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libncurses++.so.6.2 .6.2`.6,-stats,-lc -o /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libncurses++.so.6.2 ../obj_s/cursesf.o ../obj_s/cursesm.o ../obj_s/cursesw.o ../obj_s/cursespad.o ../obj_s/cursesp.o ../obj_s/cursslk.o ../obj_s/cursesapp.o ../obj_s/cursesmain.o -L../lib -lform -lmenu -lpanel -lncurses /usr/bin/ld: total time in link: 0.075264 /usr/bin/ld: data size 15048704 cd /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib && (ln -s -f libncurses++.so.6.2 libncurses++.so.6; ln -s -f libncurses++.so.6 libncurses++.so; ) test -z "" && /sbin/ldconfig /sbin/ldconfig.real: Can't create temporary cache file /etc/ld.so.cache~: Permission denied Makefile:334: recipe for target '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libncurses++.so.6.2' failed make[1]: [/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib/libncurses++.so.6.2] Error 1 (ignored) installing ../source_subfolder/c++/cursesapp.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses installing ../source_subfolder/c++/cursesf.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses installing ../source_subfolder/c++/cursesm.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses installing ../source_subfolder/c++/cursesp.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses installing ../source_subfolder/c++/cursesw.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses installing ../source_subfolder/c++/cursslk.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses installing etip.h in /tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses make[1]: Leaving directory '/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/build/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/c++' [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 ncurses/6.2 package(): Packaged 6 '.2' files ncurses/6.2 package(): Packaged 5 '.so' files ncurses/6.2 package(): Packaged 7 '.6' files ncurses/6.2 package(): Packaged 21 '.h' files ncurses/6.2 package(): Packaged 2724 files ncurses/6.2 package(): Packaged 2 '.sys' files: nansi.sys, ansi.sys ncurses/6.2 package(): Packaged 2 '.sysk' files: nansi.sysk, ansi.sysk ncurses/6.2 package(): Packaged 1 '.26' file: linux2.6.26 ncurses/6.2 package(): Packaged 4 '.0' files: linux3.0, minix-3.0, terminology-1.0.0, bg2.0 ncurses/6.2 package(): Packaged 2 '.5' files: minix-1.5, vt61.5 ncurses/6.2 package(): Packaged 2 '.7' files: minix-1.7, st-0.7 ncurses/6.2 package(): Packaged 2 '.app' files: iTerm.app, iTerm2.app ncurses/6.2 package(): Packaged 1 '.js' file: xterm.js ncurses/6.2 package(): Packaged 2 '.mrxvt' files: screen-bce.mrxvt, screen.mrxvt ncurses/6.2 package(): Packaged 1 '.putty-m1b' file: screen.putty-m1b ncurses/6.2 package(): Packaged 1 '.xterm-256color' file: screen.xterm-256color ncurses/6.2 package(): Packaged 1 '.linux-m1' file: screen.linux-m1 ncurses/6.2 package(): Packaged 2 '.Eterm' files: screen-bce.Eterm, screen.Eterm ncurses/6.2 package(): Packaged 2 '.konsole' files: screen.konsole, screen-bce.konsole ncurses/6.2 package(): Packaged 1 '.vte-256color' file: screen.vte-256color ncurses/6.2 package(): Packaged 1 '.konsole-256color' file: screen.konsole-256color ncurses/6.2 package(): Packaged 1 '.putty-256color' file: screen.putty-256color ncurses/6.2 package(): Packaged 1 '.linux-m2' file: screen.linux-m2 ncurses/6.2 package(): Packaged 1 '.putty-m1' file: screen.putty-m1 ncurses/6.2 package(): Packaged 2 '.rxvt' files: screen-bce.rxvt, screen.rxvt ncurses/6.2 package(): Packaged 2 '.linux' files: screen-bce.linux, screen.linux ncurses/6.2 package(): Packaged 1 '.minitel12-80' file: screen.minitel12-80 ncurses/6.2 package(): Packaged 1 '.putty-m2' file: screen.putty-m2 ncurses/6.2 package(): Packaged 1 '.xterm-r6' file: screen.xterm-r6 ncurses/6.2 package(): Packaged 1 '.minitel1b-nb' file: screen.minitel1b-nb ncurses/6.2 package(): Packaged 1 '.mlterm' file: screen.mlterm ncurses/6.2 package(): Packaged 1 '.mlterm-256color' file: screen.mlterm-256color ncurses/6.2 package(): Packaged 1 '.vte' file: screen.vte ncurses/6.2 package(): Packaged 2 '.xterm-new' files: screen.xterm-new, screen-bce.xterm-new ncurses/6.2 package(): Packaged 1 '.minitel1-nb' file: screen.minitel1-nb ncurses/6.2 package(): Packaged 2 '.gnome' files: screen-bce.gnome, screen.gnome ncurses/6.2 package(): Packaged 1 '.minitel1b' file: screen.minitel1b ncurses/6.2 package(): Packaged 1 '.teraterm' file: screen.teraterm ncurses/6.2 package(): Packaged 1 '.minitel1' file: screen.minitel1 ncurses/6.2 package(): Packaged 1 '.8' file: st-0.8 ncurses/6.2 package(): Packaged 1 '.linux-m1b' file: screen.linux-m1b ncurses/6.2 package(): Packaged 1 '.putty' file: screen.putty ncurses/6.2 package(): Packaged 1 '.xterm-xfree86' file: screen.xterm-xfree86 ncurses/6.2 package(): Packaged 1 '.minitel2-80' file: screen.minitel2-80 ncurses/6.2 package(): Packaged 1 '.minitel1b-80' file: screen.minitel1b-80 ncurses/6.2 package(): Packaged 1 '.59' file: teraterm4.59 ncurses/6.2 package(): Packaged 1 '.97' file: teraterm4.97 ncurses/6.2 package(): Packaged 1 '.1' file: terminology-0.6.1 ncurses/6.2 package(): Packaged 1 '.3' file: teraterm2.3 ncurses/6.2 package(): Packaged 1 '.10rv' file: bg3.10rv ncurses/6.2 package(): Packaged 1 '.10nv' file: bg3.10nv ncurses/6.2 package(): Packaged 1 '.0rv' file: bg2.0rv ncurses/6.2 package(): Packaged 1 '.0nv' file: bg2.0nv ncurses/6.2 package(): Packaged 1 '.25' file: bg1.25 ncurses/6.2 package(): Packaged 1 '.25nv' file: bg1.25nv ncurses/6.2 package(): Packaged 1 '.10' file: bg3.10 ncurses/6.2 package(): Packaged 1 '.25rv' file: bg1.25rv ncurses/6.2 package(): Packaged 1 '.sys-old' file: ansi.sys-old ncurses/6.2: Package '2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2' created ncurses/6.2: Created package revision fd29882d6d11b461e267111d5d061915 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK ncurses/6.2 (test package): Generator cmake created conanbuildinfo.cmake ncurses/6.2 (test package): Generator txt created conanbuildinfo.txt ncurses/6.2 (test package): Generated conaninfo.txt ncurses/6.2 (test package): Generated graphinfo Using lockfile: '/tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca/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 ncurses/6.2 (test package): Calling build() ----Running------ > cd '/tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -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_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DCMAKE_VERBOSE_MAKEFILE="ON" -Wno-dev '/tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/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 -- 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: /tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca ----Running------ > cmake --build '/tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca' '--' '-j3' ----------------- /usr/bin/cmake -S/tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package -B/tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca/CMakeFiles /tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca' /usr/bin/make -f CMakeFiles/test_package.dir/build.make CMakeFiles/test_package.dir/depend make[2]: Entering directory '/tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca' cd /tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package /tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package /tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca /tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca /tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca/CMakeFiles/test_package.dir/DependInfo.cmake --color= Dependee "/tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca/CMakeFiles/test_package.dir/DependInfo.cmake" is newer than depender "/tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca/CMakeFiles/test_package.dir/depend.internal". Dependee "/tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca/CMakeFiles/test_package.dir/depend.internal". Scanning dependencies of target test_package make[2]: Leaving directory '/tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca' /usr/bin/make -f CMakeFiles/test_package.dir/build.make CMakeFiles/test_package.dir/build make[2]: Entering directory '/tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca' [ 50%] Building C object CMakeFiles/test_package.dir/test_package.c.o /usr/bin/gcc -D_GLIBCXX_USE_CXX11_ABI=1 -I/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include -I/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/include/ncurses -m64 -g -o CMakeFiles/test_package.dir/test_package.c.o -c /tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/test_package.c [100%] Linking CXX executable bin/test_package /usr/bin/cmake -E cmake_link_script CMakeFiles/test_package.dir/link.txt --verbose=1 /usr/bin/g++ -m64 -g -rdynamic CMakeFiles/test_package.dir/test_package.c.o -o bin/test_package -L/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib -Wl,-rpath,/tmp/c3ipr/pr_994_18_0_2/.conan/data/ncurses/6.2/_/_/package/2a1c4e5da5b9da83e2f172eeb055e8536d7ed2e2/lib -lncurses++ -lform -lmenu -lpanel -lncurses make[2]: Leaving directory '/tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca' [100%] Built target test_package make[1]: Leaving directory '/tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca' /usr/bin/cmake -E cmake_progress_start /tmp/c3ipr/co_pr_994_18_0_2/recipes/ncurses/all/test_package/build/35009ea35843f9e3142ac9884ef3cfb4b207aeca/CMakeFiles 0 ncurses/6.2 (test package): Running test() ----Running------ > bin/test_package ----------------- ncurses version 'ncurses 6.2.20200212' JSON file created at '/tmp/c3ipr/co_pr_994_18_0_2/_create.json'