******************************************************************************** conan install mpdecimal/2.5.1@ --profile=/Users/jenkins/w/BuildSingleReference/8774/8a9c9984-1d2c-432a-8e71-61b6a28b671d/profile.txt --build=mpdecimal ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=10.0 os=Macos os_build=Macos [options] mpdecimal:shared=True [build_requires] [env] mpdecimal/2.5.1: Forced build from source Installing package: mpdecimal/2.5.1 Requirements mpdecimal/2.5.1 from local cache - Cache Packages mpdecimal/2.5.1:cf916404dc5e0daad4c3fb38b57b24d75d094153 - Build Build requirements autoconf/2.69 from 'conan-center' - Cache m4/1.4.18 from 'conan-center' - Cache Build requirements packages autoconf/2.69:cc471ed355602ffa7007968c83aa4e7e648a38b5 - Cache m4/1.4.18:f8bda7f0751e4bc3beaa6c3b2eb02d455291c8a2 - Cache Installing (downloading, building) binaries... m4/1.4.18: Already installed! m4/1.4.18: Appending PATH environment variable: /Users/jenkins/w/BuildSingleReference/.conan/data/m4/1.4.18/_/_/package/f8bda7f0751e4bc3beaa6c3b2eb02d455291c8a2/bin m4/1.4.18: Setting M4 environment variable: /Users/jenkins/w/BuildSingleReference/.conan/data/m4/1.4.18/_/_/package/f8bda7f0751e4bc3beaa6c3b2eb02d455291c8a2/bin/m4 [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 autoconf/2.69: Already installed! autoconf/2.69: Appending PATH env var with : /Users/jenkins/w/BuildSingleReference/.conan/data/autoconf/2.69/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin autoconf/2.69: Setting AC_MACRODIR to /Users/jenkins/w/BuildSingleReference/.conan/data/autoconf/2.69/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin/share/autoconf autoconf/2.69: Setting AUTOCONF to /Users/jenkins/w/BuildSingleReference/.conan/data/autoconf/2.69/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin/autoconf autoconf/2.69: Setting AUTORECONF to /Users/jenkins/w/BuildSingleReference/.conan/data/autoconf/2.69/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin/autoreconf autoconf/2.69: Setting AUTOHEADER to /Users/jenkins/w/BuildSingleReference/.conan/data/autoconf/2.69/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin/autoheader autoconf/2.69: Setting AUTOM4TE to /Users/jenkins/w/BuildSingleReference/.conan/data/autoconf/2.69/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin/autom4te autoconf/2.69: Setting AUTOM4TE_PERLLIBDIR to /Users/jenkins/w/BuildSingleReference/.conan/data/autoconf/2.69/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin/share/autoconf [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 mpdecimal/2.5.1: Applying build-requirement: autoconf/2.69 mpdecimal/2.5.1: Applying build-requirement: m4/1.4.18 mpdecimal/2.5.1: Copying sources to build folder mpdecimal/2.5.1: Building your package in /Users/jenkins/w/BuildSingleReference/.conan/data/mpdecimal/2.5.1/_/_/build/cf916404dc5e0daad4c3fb38b57b24d75d094153 mpdecimal/2.5.1: Generator txt created conanbuildinfo.txt [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK mpdecimal/2.5.1: Calling build() ----Running------ > autoreconf -fiv ----------------- mpdecimal/2.5.1: Calling: > ./configure '--enable-cxx' '--prefix=/Users/jenkins/w/BuildSingleReference/.conan/data/mpdecimal/2.5.1/_/_/package/cf916404dc5e0daad4c3fb38b57b24d75d094153' '--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=/Users/jenkins/w/BuildSingleReference/.conan/data/mpdecimal/2.5.1/_/_/package/cf916404dc5e0daad4c3fb38b57b24d75d094153' '--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... checking build system type... x86_64-apple-darwin18.2.0 checking host system type... x86_64-apple-darwin18.2.0 checking for --enable-shared... yes checking for --enable-cxx... yes checking for --enable-profile... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for ar... ar checking for ranlib... ranlib checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... 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.1: # ============================================================================== # Unix Makefile for libmpdec # ============================================================================== ENABLE_SHARED = yes LIBSTATIC = libmpdec.a LIBNAME = libmpdec.so LIBSONAME = libmpdec.so.3 LIBSHARED = libmpdec.so.2.5.1 LIBIMPORT = LIBSHARED_USE_AR = no LINK_STATIC = LINK_DYNAMIC = EXPORTSYMS = symbols64.exp CC = gcc LD = gcc AR = ar RANLIB = ranlib MPD_PGEN = -fprofile-generate -fprofile-values MPD_PUSE = -fprofile-use -freorder-blocks MPD_PREC = 19 MPD_DPREC = 38 CONFIGURE_LIBMPDEC_CFLAGS = -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -DNDEBUG -O2 -m64 -O3 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -arch x86_64 MPD_CFLAGS = $(strip $(filter-out $(CFLAGS),$(CONFIGURE_LIBMPDEC_CFLAGS)) $(CFLAGS)) MPD_CFLAGS_SHARED = $(MPD_CFLAGS) -fPIC CONFIGURE_CFLAGS = -Wall -Wextra -Wno-unknown-pragmas -std=c99 -pedantic -DNDEBUG -O2 -m64 -O3 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -arch x86_64 MPD_BIN_CFLAGS = $(strip $(filter-out $(CFLAGS),$(CONFIGURE_CFLAGS)) $(CFLAGS)) CONFIGURE_LDFLAGS = -shared -Wl,-soname,libmpdec.so.3 -m64 MPD_LDFLAGS = $(strip $(filter-out $(LDFLAGS),$(CONFIGURE_LDFLAGS)) $(LDFLAGS)) LINK_LIBSTATIC = $(strip $(LINK_STATIC) $(LIBSTATIC) $(LINK_DYNAMIC)) ifeq ($(MAKECMDGOALS), profile_gen) MPD_CFLAGS += $(MPD_PGEN) MPD_BIN_CFLAGS += $(MPD_PGEN) MPD_LDFLAGS += $(MPD_PGEN) endif ifeq ($(MAKECMDGOALS), profile_use) MPD_CFLAGS += $(MPD_PUSE) MPD_BIN_CFLAGS += $(MPD_PUSE) MPD_LDFLAGS += $(MPD_PUSE) endif ifeq ($(ENABLE_SHARED), yes) default: $(LIBSTATIC) $(LIBSHARED) else default: $(LIBSTATIC) endif 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 ifeq ($(LIBSHARED_USE_AR), yes) $(LIBSHARED): Makefile $(SHARED_OBJS) cp .objs/$(EXPORTSYMS) .objs/symbols.exp cp .objs/$(LIBIMPORT) . $(LD) $(MPD_LDFLAGS) -o $(LIBSHARED) $(SHARED_OBJS) -lm $(LIBSTATIC): Makefile $(OBJS) $(LIBSHARED) $(AR) rc $(LIBSTATIC) $(OBJS) $(LIBSHARED) $(RANLIB) $(LIBSTATIC) else $(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) endif 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_BIN_CFLAGS) -o bench bench.c $(LINK_LIBSTATIC) -lm bench_full: bench_full.c $(LIBSTATIC) $(CC) $(MPD_BIN_CFLAGS) -o bench_full bench_full.c $(LINK_LIBSTATIC) -lm bench_shared: bench.c $(LIBSHARED) $(CC) -L. $(MPD_BIN_CFLAGS) -o bench_shared bench.c -lmpdec -lm bench_full_shared: bench_full.c $(LIBSHARED) $(CC) -L. $(MPD_BIN_CFLAGS) -o bench_full_shared bench_full.c -lmpdec -lm pow: Makefile examples/pow.c $(LIBSTATIC) $(CC) -I. $(MPD_BIN_CFLAGS) -o pow examples/pow.c $(LINK_LIBSTATIC) -lm sqrt: Makefile examples/sqrt.c $(LIBSTATIC) $(CC) -I. $(MPD_BIN_CFLAGS) -o sqrt examples/sqrt.c $(LINK_LIBSTATIC) -lm examples: pow sqrt ifeq ($(ENABLE_SHARED), yes) 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 else profile_gen: clean bench_full ./bench_full $(MPD_PREC) 1000 ./bench_full $(MPD_DPREC) 1000 rm -f *.o *.gch .objs/*.o .objs/*.gch bench_full rm -f $(LIBSTATIC) profile_use: bench_full ./bench_full $(MPD_PREC) 1000 ./bench_full $(MPD_DPREC) 1000 endif profile: $(MAKE) profile_gen $(MAKE) profile_use check: default cd ../tests && $(MAKE) && ./runshort.sh check_local: default cd ../tests && $(MAKE) && ./runshort.sh --local 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) $(LIBNAME) $(LIBSONAME) $(LIBSHARED) $(LIBIMPORT) 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.2.5.1.dylib -j8 ----------------- mpdecimal/2.5.1: autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /Users/jenkins/w/BuildSingleReference/.conan/data/autoconf/2.69/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin/autoconf --force autoreconf: running: /Users/jenkins/w/BuildSingleReference/.conan/data/autoconf/2.69/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin/autoheader --force autoreconf: configure.ac: not using Automake autoreconf: Leaving directory `.' make: *** No rule to make target `libmpdec.2.5.1.dylib'. Stop. m4/1.4.18: WARN: Lib folder doesn't exist, can't collect libraries: /Users/jenkins/w/BuildSingleReference/.conan/data/m4/1.4.18/_/_/package/f8bda7f0751e4bc3beaa6c3b2eb02d455291c8a2/lib [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component m4::m4 libdir "lib" does not contain any library [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component m4::m4 libdir "lib" does not contain any declared library autoconf/2.69: WARN: Lib folder doesn't exist, can't collect libraries: /Users/jenkins/w/BuildSingleReference/.conan/data/autoconf/2.69/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/lib [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component autoconf::autoconf libdir "lib" does not contain any library [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component autoconf::autoconf libdir "lib" does not contain any declared library mpdecimal/2.5.1: WARN: Build folder is dirty, removing it: /Users/jenkins/w/BuildSingleReference/.conan/data/mpdecimal/2.5.1/_/_/build/cf916404dc5e0daad4c3fb38b57b24d75d094153 mpdecimal/2.5.1: ERROR: Package 'cf916404dc5e0daad4c3fb38b57b24d75d094153' build failed mpdecimal/2.5.1: WARN: Build folder /Users/jenkins/w/BuildSingleReference/.conan/data/mpdecimal/2.5.1/_/_/build/cf916404dc5e0daad4c3fb38b57b24d75d094153 ERROR: mpdecimal/2.5.1: Error in build() method, line 149 autotools.make(target=libmpdec) ConanException: Error 2 while executing make libmpdec.2.5.1.dylib -j8