******************************************************************************** conan install make/4.4@#92c7132b451d1c4a2e73b62dc27420c4 --build=make -pr /home/conan/w/prod-v1/bsr/7948/ddcbc/profile_linux_5_libstdcpp11_gcc_debug_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod-v1/bsr/7948/afadd/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 5.4 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod-v1/bsr/7948/afadd/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=5 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod-v1/bsr/7948/afadd/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True make/4.4: Forced build from source Installing package: make/4.4 Requirements make/4.4 from local cache - Cache Packages make/4.4:cc9f9b2b9f92fc82888026414560bf79d8c3a052 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK make/4.4: Configuring sources in /home/conan/w/prod-v1/bsr/7948/afadd/.conan/data/make/4.4/_/_/source/src make/4.4: [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK make/4.4: Copying sources to build folder make/4.4: Building your package in /home/conan/w/prod-v1/bsr/7948/afadd/.conan/data/make/4.4/_/_/build/cc9f9b2b9f92fc82888026414560bf79d8c3a052 make/4.4: Generator txt created conanbuildinfo.txt make/4.4: Calling generate() make/4.4: Aggregating env generators [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 make/4.4: Calling build() make/4.4: Calling: > "/home/conan/w/prod-v1/bsr/7948/afadd/.conan/data/make/4.4/_/_/build/cc9f9b2b9f92fc82888026414560bf79d8c3a052/src/configure" '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' ----Running------ > . "/home/conan/w/prod-v1/bsr/7948/afadd/.conan/data/make/4.4/_/_/build/cc9f9b2b9f92fc82888026414560bf79d8c3a052/build-debug/conan/conanbuild.sh" && "/home/conan/w/prod-v1/bsr/7948/afadd/.conan/data/make/4.4/_/_/build/cc9f9b2b9f92fc82888026414560bf79d8c3a052/src/configure" '--prefix=/' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' ----------------- checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free 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 supports the include directive... yes (GNU style) 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 the compiler supports GNU C... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking whether the compiler is clang... no checking for compiler option needed when checking for declarations... none checking dependency style of /usr/bin/gcc... gcc3 checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for sys/param.h... yes checking for vfork.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for gcc... (cached) /usr/bin/gcc checking whether the compiler supports GNU C... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to enable C11 features... (cached) none needed checking whether /usr/bin/gcc understands -c and -o together... (cached) yes checking whether the compiler is clang... (cached) no checking for compiler option needed when checking for declarations... (cached) none checking dependency style of /usr/bin/gcc... (cached) gcc3 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for Minix Amsterdam compiler... no checking for ar... ar checking for ranlib... ranlib checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for eaccess... yes checking for /usr/bin/gcc options needed to detect all undeclared functions... none needed checking host CPU and C ABI... x86_64 checking for _Bool... yes checking for stdbool.h that conforms to C99 or later... no checking for C compiler option to allow warnings... -Wno-error checking for alloca as a compiler built-in... yes checking for getloadavg... yes checking for sys/loadavg.h... no checking whether getloadavg is declared... yes checking if system libc has GNU glob... yes checking whether system uses MSDOS-style paths... no checking for ranlib... (cached) ranlib checking how to run the C preprocessor... /usr/bin/gcc -E checking for ar... ar checking for perl... perl checking whether byte ordering is bigendian... no checking for a sed that does not truncate output... /bin/sed 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 ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for library containing strerror... none required checking for library containing getpwnam... none required checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether stat file-mode macros are broken... no checking for stdlib.h... (cached) yes checking for locale.h... yes checking for unistd.h... (cached) yes checking for limits.h... yes checking for fcntl.h... yes checking for string.h... (cached) yes checking for memory.h... yes checking for sys/param.h... (cached) yes checking for sys/resource.h... yes checking for sys/timeb.h... yes checking for sys/time.h... yes checking for sys/select.h... yes checking for sys/file.h... yes checking for spawn.h... yes checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for pid_t... yes checking for off_t... yes checking for size_t... (cached) yes checking for ssize_t... yes checking for unsigned long long int... yes checking for long long int... yes checking for intmax_t... yes checking for uintmax_t... yes checking for sig_atomic_t... yes checking for nanoseconds field of struct stat... st_mtim.tv_nsec checking whether to use high resolution file timestamps... yes checking for library containing clock_gettime... none required checking for standard gettimeofday... yes checking for strtoll... yes checking for strdup... yes checking for strndup... yes checking for stpcpy... yes checking for memrchr... yes checking for mempcpy... yes checking for umask... yes checking for mkstemp... yes checking for mktemp... yes checking for fdopen... yes checking for dup... yes checking for dup2... yes checking for getcwd... yes checking for realpath... yes checking for sigsetmask... yes checking for sigaction... yes checking for getgroups... yes checking for seteuid... yes checking for setegid... yes checking for setlinebuf... yes checking for setreuid... yes checking for setregid... yes checking for mkfifo... yes checking for getrlimit... yes checking for setrlimit... yes checking for setvbuf... yes checking for pipe... yes checking for strerror... yes checking for strsignal... yes checking for lstat... yes checking for readlink... yes checking for atexit... yes checking for isatty... yes checking for ttyname... yes checking for pselect... yes checking for posix_spawn... yes checking for posix_spawnattr_setsigmask... yes checking whether bsd_signal is declared... yes checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strcmpi... no checking for strncmpi... no checking for stricmp... no checking for strnicmp... no checking for working strcoll... yes checking whether closedir returns void... no checking for struct dirent.d_type... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GNU Guile... no checking whether sys_siglist is declared... yes checking whether _sys_siglist is declared... yes checking whether __sys_siglist is declared... no checking for sys/wait.h... yes checking for waitpid... yes checking for wait3... yes checking for union wait... no checking for SA_RESTART... yes checking whether dlopen is declared... yes checking whether dlsym is declared... yes checking whether dlerror is declared... yes checking for library containing dlopen... -ldl checking If the linker accepts -Wl,--export-dynamic... yes checking for posix_spawn that fails synchronously... no checking for location of SCCS get command... get checking if malloc debugging is wanted... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating build.cfg config.status: creating tests/config-flags.pm config.status: creating Makefile config.status: creating lib/Makefile config.status: creating doc/Makefile config.status: creating po/Makefile.in config.status: creating src/config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile ----Running------ > . "/home/conan/w/prod-v1/bsr/7948/afadd/.conan/data/make/4.4/_/_/build/cc9f9b2b9f92fc82888026414560bf79d8c3a052/build-debug/conan/conanbuild.sh" && ./build.sh ----------------- config.status: creating ./lib/alloca.h__ config.status: creating ./lib/stdbool.h__ compiling lib/concat-filename.c... compiling lib/findprog-in.c... creating libgnu.a... compiling src/ar.c... compiling src/arscan.c... compiling src/commands.c... compiling src/default.c... compiling src/dir.c... compiling src/expand.c... compiling src/file.c... compiling src/function.c... compiling src/getopt.c... compiling src/getopt1.c... compiling src/guile.c... compiling src/hash.c... compiling src/implicit.c... compiling src/job.c... compiling src/load.c... compiling src/loadapi.c... compiling src/main.c... compiling src/misc.c... compiling src/output.c... compiling src/read.c... compiling src/remake.c... compiling src/rule.c... compiling src/shuffle.c... compiling src/signame.c... compiling src/strcache.c... compiling src/variable.c... compiling src/version.c... compiling src/vpath.c... compiling src/posixos.c... compiling src/remote-stub.c... linking make... done. make/4.4: Package 'cc9f9b2b9f92fc82888026414560bf79d8c3a052' built make/4.4: Build folder /home/conan/w/prod-v1/bsr/7948/afadd/.conan/data/make/4.4/_/_/build/cc9f9b2b9f92fc82888026414560bf79d8c3a052/build-debug make/4.4: Generated conaninfo.txt make/4.4: Generated conanbuildinfo.txt make/4.4: Generating the package make/4.4: Package folder /home/conan/w/prod-v1/bsr/7948/afadd/.conan/data/make/4.4/_/_/package/cc9f9b2b9f92fc82888026414560bf79d8c3a052 make/4.4: Calling package() make/4.4: Copied 1 file: COPYING make/4.4: Copied 1 file: make [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(): [STATIC ARTIFACTS (KB-H074)] OK [HOOK - conan-center.py] post_package(): [EITHER STATIC OR SHARED OF EACH LIB (KB-H076)] 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 [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK [HOOK - conan-center.py] post_package(): [APPLE RELOCATABLE SHARED LIBS (KB-H077)] OK make/4.4 package(): Packaged 2 files: COPYING, make make/4.4: Package 'cc9f9b2b9f92fc82888026414560bf79d8c3a052' created make/4.4: Created package revision 288204e012fd7e94d3c109186b8f4ab0 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK [HOOK - conan-center.py] post_package_info(): [INCLUDE PATH DOES NOT EXIST (KB-H071)] OK Aggregating env generators make/4.4: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior