******************************************************************************** conan install mpdecimal/2.5.0@#33228dce12afd27071dbdcd76f098526 --build=mpdecimal -pr /home/conan/w/prod/BuildSingleReference/198469/6ec7f686-dc35-476f-8b89-ab718f3b6198/profile_linux_11_libcpp_clang_debug_64.mpdecimal-shared-False.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/BuildSingleReference/.conan/profiles/default) CC and CXX: clang, clang++ Found clang 11.1 clang>=8, using the major as version Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=clang compiler.version=11 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Debug compiler=clang compiler.libcxx=libc++ compiler.version=11 os=Linux [options] mpdecimal:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True mpdecimal/2.5.0: Forced build from source Installing package: mpdecimal/2.5.0 Requirements mpdecimal/2.5.0 from local cache - Cache Packages mpdecimal/2.5.0:fe447edde70b016fbb382bcfc976f9329dfa3ed7 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK mpdecimal/2.5.0: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/mpdecimal/2.5.0/_/_/source [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 mpdecimal/2.5.0: Copying sources to build folder mpdecimal/2.5.0: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/mpdecimal/2.5.0/_/_/build/fe447edde70b016fbb382bcfc976f9329dfa3ed7 mpdecimal/2.5.0: Generator txt created conanbuildinfo.txt mpdecimal/2.5.0: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK mpdecimal/2.5.0: Calling build() mpdecimal/2.5.0: Calling: > ./configure '--enable-cxx' '--prefix=/home/conan/w/prod/BuildSingleReference/.conan/data/mpdecimal/2.5.0/_/_/package/fe447edde70b016fbb382bcfc976f9329dfa3ed7' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----Running------ > ./configure '--enable-cxx' '--prefix=/home/conan/w/prod/BuildSingleReference/.conan/data/mpdecimal/2.5.0/_/_/package/fe447edde70b016fbb382bcfc976f9329dfa3ed7' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' '--datarootdir=${prefix}/share' ----------------- checking system as reported by uname -s... Linux checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for --enable-cxx... yes checking for --enable-profile... no checking for gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether clang++ accepts -g... yes checking for ar... ar checking for ranlib... ranlib checking how to run the C preprocessor... clang -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for size_t... yes checking for int32_t... yes checking for int64_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for __uint128_t... yes checking size of size_t... 8 checking size of __uint128_t... 16 checking for x64 gcc inline assembler... yes checking for x87 gcc inline assembler... yes checking for -O2... yes checking for a BSD-compatible install... /usr/bin/install -c checking for glibc _FORTIFY_SOURCE/memmove bug... no configure: creating ./config.status config.status: creating Makefile config.status: creating libmpdec/Makefile config.status: creating tests/Makefile config.status: creating libmpdec/mpdecimal.h config.status: creating libmpdec++/Makefile config.status: creating tests++/Makefile config.status: creating config.h mpdecimal/2.5.0: # ============================================================================== # Unix Makefile for libmpdec # ============================================================================== LIBSTATIC = libmpdec.a LIBNAME = libmpdec.so LIBSONAME = libmpdec.so.2 LIBSHARED = libmpdec.so.2.5.0 CC = clang LD = clang AR = ar RANLIB = ranlib MPD_PGEN = MPD_PUSE = MPD_PREC = 19 MPD_DPREC = 38 CONFIGURE_CFLAGS = -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -g -fPIC MPD_CFLAGS = $(strip $(CONFIGURE_CFLAGS) $(CFLAGS)) MPD_CFLAGS_SHARED = $(MPD_CFLAGS) -fPIC CONFIGURE_LDFLAGS = -shared -Wl,-soname,libmpdec.so.2 -m64 MPD_LDFLAGS = $(strip $(CONFIGURE_LDFLAGS) $(LDFLAGS)) ifeq ($(MAKECMDGOALS), profile_gen) MPD_CFLAGS += $(MPD_PGEN) MPD_LDFLAGS += $(MPD_PGEN) endif ifeq ($(MAKECMDGOALS), profile_use) MPD_CFLAGS += $(MPD_PUSE) MPD_LDFLAGS += $(MPD_PUSE) endif default: $(LIBSTATIC) $(LIBSHARED) OBJS := basearith.o context.o constants.o convolute.o crt.o mpdecimal.o \ mpsignal.o difradix2.o fnt.o fourstep.o io.o mpalloc.o numbertheory.o \ sixstep.o transpose.o SHARED_OBJS := .objs/basearith.o .objs/context.o .objs/constants.o \ .objs/convolute.o .objs/crt.o .objs/mpdecimal.o .objs/mpsignal.o \ .objs/difradix2.o .objs/fnt.o .objs/fourstep.o .objs/io.o \ .objs/mpalloc.o .objs/numbertheory.o .objs/sixstep.o \ .objs/transpose.o $(LIBSTATIC): Makefile $(OBJS) $(AR) rc $(LIBSTATIC) $(OBJS) $(RANLIB) $(LIBSTATIC) $(LIBSHARED): Makefile $(SHARED_OBJS) $(LD) $(MPD_LDFLAGS) -o $(LIBSHARED) $(SHARED_OBJS) -lm ln -sf $(LIBSHARED) $(LIBNAME) ln -sf $(LIBSHARED) $(LIBSONAME) basearith.o:\ Makefile basearith.c mpdecimal.h basearith.h typearith.h constants.h $(CC) $(MPD_CFLAGS) -c basearith.c .objs/basearith.o:\ Makefile basearith.c mpdecimal.h basearith.h typearith.h constants.h $(CC) $(MPD_CFLAGS_SHARED) -c basearith.c -o .objs/basearith.o constants.o:\ Makefile constants.c mpdecimal.h constants.h $(CC) $(MPD_CFLAGS) -c constants.c .objs/constants.o:\ Makefile constants.c mpdecimal.h constants.h $(CC) $(MPD_CFLAGS_SHARED) -c constants.c -o .objs/constants.o context.o:\ Makefile context.c mpdecimal.h $(CC) $(MPD_CFLAGS) -c context.c .objs/context.o:\ Makefile context.c mpdecimal.h $(CC) $(MPD_CFLAGS_SHARED) -c context.c -o .objs/context.o convolute.o:\ Makefile convolute.c mpdecimal.h bits.h constants.h convolute.h fnt.h \ fourstep.h numbertheory.h sixstep.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS) -c convolute.c .objs/convolute.o:\ Makefile convolute.c mpdecimal.h bits.h constants.h convolute.h fnt.h \ fourstep.h numbertheory.h sixstep.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS_SHARED) -c convolute.c -o .objs/convolute.o crt.o:\ Makefile crt.c mpdecimal.h constants.h crt.h numbertheory.h umodarith.h \ typearith.h $(CC) $(MPD_CFLAGS) -c crt.c .objs/crt.o:\ Makefile crt.c mpdecimal.h constants.h crt.h numbertheory.h umodarith.h \ typearith.h $(CC) $(MPD_CFLAGS_SHARED) -c crt.c -o .objs/crt.o difradix2.o:\ Makefile difradix2.c mpdecimal.h bits.h constants.h difradix2.h \ numbertheory.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS) -c difradix2.c .objs/difradix2.o:\ Makefile difradix2.c mpdecimal.h bits.h constants.h difradix2.h \ numbertheory.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS_SHARED) -c difradix2.c -o .objs/difradix2.o fnt.o:\ Makefile fnt.c mpdecimal.h bits.h difradix2.h numbertheory.h constants.h \ fnt.h $(CC) $(MPD_CFLAGS) -c fnt.c .objs/fnt.o:\ Makefile fnt.c mpdecimal.h bits.h difradix2.h numbertheory.h constants.h \ fnt.h $(CC) $(MPD_CFLAGS_SHARED) -c fnt.c -o .objs/fnt.o fourstep.o:\ Makefile fourstep.c mpdecimal.h constants.h fourstep.h numbertheory.h \ sixstep.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS) -c fourstep.c .objs/fourstep.o:\ Makefile fourstep.c mpdecimal.h constants.h fourstep.h numbertheory.h \ sixstep.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS_SHARED) -c fourstep.c -o .objs/fourstep.o io.o:\ Makefile io.c mpdecimal.h typearith.h io.h $(CC) $(MPD_CFLAGS) -c io.c .objs/io.o:\ Makefile io.c mpdecimal.h typearith.h io.h $(CC) $(MPD_CFLAGS_SHARED) -c io.c -o .objs/io.o mpalloc.o:\ Makefile mpalloc.c mpdecimal.h mpalloc.h typearith.h $(CC) $(MPD_CFLAGS) -c mpalloc.c .objs/mpalloc.o:\ Makefile mpalloc.c mpdecimal.h mpalloc.h typearith.h $(CC) $(MPD_CFLAGS_SHARED) -c mpalloc.c -o .objs/mpalloc.o mpdecimal.o:\ Makefile mpdecimal.c mpdecimal.h basearith.h typearith.h bits.h \ constants.h convolute.h crt.h mpalloc.h $(CC) $(MPD_CFLAGS) -c mpdecimal.c .objs/mpdecimal.o:\ Makefile mpdecimal.c mpdecimal.h basearith.h typearith.h bits.h \ constants.h convolute.h crt.h mpalloc.h $(CC) $(MPD_CFLAGS_SHARED) -c mpdecimal.c -o .objs/mpdecimal.o mpsignal.o:\ Makefile mpsignal.c mpdecimal.h $(CC) $(MPD_CFLAGS) -c mpsignal.c .objs/mpsignal.o:\ Makefile mpsignal.c mpdecimal.h $(CC) $(MPD_CFLAGS_SHARED) -c mpsignal.c -o .objs/mpsignal.o numbertheory.o:\ Makefile numbertheory.c mpdecimal.h bits.h numbertheory.h \ constants.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS) -c numbertheory.c .objs/numbertheory.o:\ Makefile numbertheory.c mpdecimal.h bits.h numbertheory.h \ constants.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS_SHARED) -c numbertheory.c -o .objs/numbertheory.o sixstep.o:\ Makefile sixstep.c mpdecimal.h bits.h constants.h difradix2.h \ numbertheory.h sixstep.h transpose.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS) -c sixstep.c .objs/sixstep.o:\ Makefile sixstep.c mpdecimal.h bits.h constants.h difradix2.h \ numbertheory.h sixstep.h transpose.h umodarith.h typearith.h $(CC) $(MPD_CFLAGS_SHARED) -c sixstep.c -o .objs/sixstep.o transpose.o:\ Makefile transpose.c mpdecimal.h bits.h constants.h transpose.h \ typearith.h $(CC) $(MPD_CFLAGS) -c transpose.c .objs/transpose.o:\ Makefile transpose.c mpdecimal.h bits.h constants.h transpose.h \ typearith.h $(CC) $(MPD_CFLAGS_SHARED) -c transpose.c -o .objs/transpose.o bench: bench.c $(LIBSTATIC) $(CC) $(MPD_CFLAGS) -o bench bench.c $(LIBSTATIC) -lm bench_full: bench_full.c $(LIBSTATIC) $(CC) $(MPD_CFLAGS) -o bench_full bench_full.c $(LIBSTATIC) -lm bench_shared: bench.c $(LIBSHARED) $(CC) -L. $(MPD_CFLAGS) -o bench_shared bench.c -lmpdec -lm bench_full_shared: bench_full.c $(LIBSHARED) $(CC) -L. $(MPD_CFLAGS) -o bench_full_shared bench_full.c -lmpdec -lm pow: Makefile examples/pow.c $(LIBSTATIC) $(CC) -I. $(MPD_CFLAGS) -o pow examples/pow.c $(LIBSTATIC) -lm sqrt: Makefile examples/sqrt.c $(LIBSTATIC) $(CC) -I. $(MPD_CFLAGS) -o sqrt examples/sqrt.c $(LIBSTATIC) -lm examples: pow sqrt profile_gen: clean bench_full bench_shared ./bench_full $(MPD_PREC) 1000 ./bench_full $(MPD_DPREC) 1000 LD_32_LIBRARY_PATH=. LD_LIBRARY_PATH=. ./bench_shared $(MPD_PREC) 1000000 LD_32_LIBRARY_PATH=. LD_LIBRARY_PATH=. ./bench_shared $(MPD_DPREC) 1000000 rm -f *.o *.gch .objs/*.o .objs/*.gch bench_full bench_shared rm -f $(LIBSTATIC) $(LIBSHARED) $(LIBSONAME) $(LIBNAME) profile_use: bench_full bench_shared ./bench_full $(MPD_PREC) 1000 ./bench_full $(MPD_DPREC) 1000 LD_32_LIBRARY_PATH=. LD_LIBRARY_PATH=. ./bench_shared $(MPD_PREC) 1000000 LD_32_LIBRARY_PATH=. LD_LIBRARY_PATH=. ./bench_shared $(MPD_DPREC) 1000000 profile: $(MAKE) profile_gen $(MAKE) profile_use check: default cd ../tests && $(MAKE) && ./runshort.sh check_alloc: default cd ../tests && $(MAKE) && ./runshort_alloc.sh clean: rm -f *.o *.so *.gch *.gcda *.gcno *.gcov *.dyn *.dpi *.lock rm -f bench bench_shared bench_full bench_full_shared pow sqrt $(LIBSTATIC) $(LIBSHARED) $(LIBSONAME) $(LIBNAME) cd .objs && rm -f *.o *.so *.gch *.gcda *.gcno *.gcov *.dyn *.dpi *.lock distclean: clean rm -f config.h config.log config.status Makefile mpdecimal.h ----Running------ > make libmpdec.a -j3 ----------------- clang -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -g -fPIC -m64 -g -fPIC -c basearith.c clang -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -g -fPIC -m64 -g -fPIC -c context.c clang -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -g -fPIC -m64 -g -fPIC -c constants.c clang -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -g -fPIC -m64 -g -fPIC -c convolute.c clang -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -g -fPIC -m64 -g -fPIC -c crt.c clang -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -g -fPIC -m64 -g -fPIC -c mpdecimal.c clang -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -g -fPIC -m64 -g -fPIC -c mpsignal.c clang -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -g -fPIC -m64 -g -fPIC -c difradix2.c clang -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -g -fPIC -m64 -g -fPIC -c fnt.c clang -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -g -fPIC -m64 -g -fPIC -c fourstep.c clang -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -g -fPIC -m64 -g -fPIC -c io.c clang -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -g -fPIC -m64 -g -fPIC -c mpalloc.c clang -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -g -fPIC -m64 -g -fPIC -c numbertheory.c clang -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -g -fPIC -m64 -g -fPIC -c sixstep.c clang -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -DNDEBUG -m64 -g -fPIC -m64 -g -fPIC -c transpose.c ar rc libmpdec.a basearith.o context.o constants.o convolute.o crt.o mpdecimal.o mpsignal.o difradix2.o fnt.o fourstep.o io.o mpalloc.o numbertheory.o sixstep.o transpose.o ranlib libmpdec.a ----Running------ > make libmpdec++.a -j3 ----------------- clang++ -I. -I../libmpdec -Wall -Wextra -Wexit-time-destructors -std=c++11 -pedantic -O3 -DNDEBUG -m64 -g -fPIC -stdlib=libc++ -m64 -g -fPIC -stdlib=libc++ -c decimal.cc ar rc libmpdec++.a decimal.o ranlib libmpdec++.a mpdecimal/2.5.0: Package 'fe447edde70b016fbb382bcfc976f9329dfa3ed7' built mpdecimal/2.5.0: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/mpdecimal/2.5.0/_/_/build/fe447edde70b016fbb382bcfc976f9329dfa3ed7 mpdecimal/2.5.0: Generated conaninfo.txt mpdecimal/2.5.0: Generated conanbuildinfo.txt mpdecimal/2.5.0: Generating the package mpdecimal/2.5.0: Package folder /home/conan/w/prod/BuildSingleReference/.conan/data/mpdecimal/2.5.0/_/_/package/fe447edde70b016fbb382bcfc976f9329dfa3ed7 mpdecimal/2.5.0: Calling package() [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 mpdecimal/2.5.0 package(): Packaged 1 '.h' file: mpdecimal.h mpdecimal/2.5.0 package(): Packaged 1 '.hh' file: decimal.hh mpdecimal/2.5.0 package(): Packaged 1 '.txt' file: LICENSE.txt mpdecimal/2.5.0 package(): Packaged 2 '.a' files: libmpdec++.a, libmpdec.a mpdecimal/2.5.0: Package 'fe447edde70b016fbb382bcfc976f9329dfa3ed7' created mpdecimal/2.5.0: Created package revision d9e1ad275bf31b03cc89becba4f97fa1 [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