GIT_VERSION = 72+ libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: linking file 'build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: linking file 'm4/libtool.m4' libtoolize: linking file 'm4/ltoptions.m4' libtoolize: linking file 'm4/ltsugar.m4' libtoolize: linking file 'm4/ltversion.m4' libtoolize: linking file 'm4/lt~obsolete.m4' configure.ac:21: warning: The macro `AC_PROG_CC_STDC' is obsolete. configure.ac:21: You should run autoupdate. ./lib/autoconf/c.m4:1666: AC_PROG_CC_STDC is expanded from... configure.ac:21: the top level configure.ac:21: installing 'build-aux/compile' configure.ac:26: installing 'build-aux/config.guess' configure.ac:26: installing 'build-aux/config.sub' configure.ac:10: installing 'build-aux/install-sh' configure.ac:10: installing 'build-aux/missing' Makefile.am: installing 'build-aux/depcomp' parallel-tests: installing 'build-aux/test-driver' ---------------------------------------------------------------- Initialized build system. For a common configuration please run: ---------------------------------------------------------------- ./configure CFLAGS='-g -O2' --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether make supports the include directive... yes (GNU style) 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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking dependency style of 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 linux/version.h... yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for a sed that does not truncate output... (cached) /usr/bin/sed checking whether ln -s works... yes checking for asciidoctor... /usr/bin/asciidoctor checking for typeof syntax and keyword spelling... typeof checking whether byte ordering is bigendian... no checking for gcc options needed to detect all undeclared functions... none needed checking whether BUS_MCEERR_AR is declared... yes checking whether MAP_SHARED_VALIDATE is declared... yes checking whether MAP_SYNC is declared... yes checking whether MAP_SHARED_VALIDATE is declared... yes checking whether MAP_SYNC is declared... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for KMOD... yes checking for UDEV... yes checking for UUID... yes checking for JSON... yes checking for BASH_COMPLETION... yes checking for __secure_getenv... no checking for secure_getenv... yes checking for SYSTEMD... yes checking for keyutils.h... yes checking for iniparser.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating daxctl/lib/Makefile config.status: creating cxl/lib/Makefile config.status: creating ndctl/lib/Makefile config.status: creating ndctl/Makefile config.status: creating daxctl/Makefile config.status: creating cxl/Makefile config.status: creating test/Makefile config.status: creating Documentation/ndctl/Makefile config.status: creating Documentation/daxctl/Makefile config.status: creating Documentation/cxl/Makefile config.status: creating Documentation/cxl/lib/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ndctl 72+ ===== prefix: /usr sysconfdir: /etc libdir: ${exec_prefix}/lib includedir: ${prefix}/include compiler: gcc cflags: -march=x86-64 -mtune=generic -O2 -pipe -fno-plt ldflags: -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now logging: yes debug: no GEN version.m4 make --no-print-directory all-recursive GEN version.m4 Making all in . GEN version.m4 GEN rhel/ndctl.spec GEN sles/ndctl.spec CC ccan/str/str.o CC ccan/str/debug.o CC ccan/list/list.o CC util/parse-configs.o CC util/parse-options.o CC util/usage.o CC util/size.o CC util/main.o CC util/help.o CC util/strbuf.o CC util/wrapper.o CC util/filter.o CC util/bitmap.o CC util/abspath.o CC util/iomem.o AR libccan.a ar: `u' modifier ignored since `D' is the default (see `U') AR libutil.a ar: `u' modifier ignored since `D' is the default (see `U') Making all in cxl/lib CC ../../util/sysfs.lo CC ../../util/log.lo CC libcxl.lo GEN libcxl.pc CCLD libcxl.la Making all in daxctl/lib GEN config.h make --no-print-directory all-am CC ../../util/iomem.lo CC libdaxctl.lo GEN libdaxctl.pc CCLD libdaxctl.la Making all in ndctl/lib GEN config.h make --no-print-directory all-am CC dimm.lo CC inject.lo CC nfit.lo CC smart.lo CC intel.lo CC hpe1.lo CC msft.lo CC hyperv.lo CC papr.lo CC ars.lo CC firmware.lo CC libndctl.lo GEN libndctl.pc CCLD libndctl.la Making all in cxl GEN config.h make --no-print-directory all-am CC cxl.o CC list.o CC memdev.o CC ../util/json.o CCLD cxl Making all in ndctl GEN config.h GEN config.h make --no-print-directory all-am CC ndctl.o CC bus.o CC create-nfit.o CC namespace.o CC check.o CC region.o CC dimm.o CC list.o CC ../util/log.o CC ../util/json.o CC inject-error.o CC inject-smart.o CC monitor.o CC load-keys.o CC util/keys.o CC util/json-smart.o CCLD ndctl Making all in daxctl GEN config.h make --no-print-directory all-am CC daxctl.o CC acpi.o CC list.o CC migrate.o CC device.o CC ../util/json.o CCLD daxctl Making all in Documentation/ndctl GEN asciidoctor-extensions.rb GEN attrs.adoc GEN ndctl.1 GEN ndctl-wait-scrub.1 GEN ndctl-zero-labels.1 GEN ndctl-start-scrub.1 GEN ndctl-read-labels.1 GEN ndctl-write-labels.1 GEN ndctl-init-labels.1 GEN ndctl-check-labels.1 GEN ndctl-enable-region.1 GEN ndctl-disable-region.1 GEN ndctl-enable-dimm.1 GEN ndctl-disable-dimm.1 GEN ndctl-enable-namespace.1 GEN ndctl-disable-namespace.1 GEN ndctl-create-namespace.1 GEN ndctl-destroy-namespace.1 GEN ndctl-check-namespace.1 GEN ndctl-clear-errors.1 GEN ndctl-inject-error.1 GEN ndctl-inject-smart.1 GEN ndctl-update-firmware.1 GEN ndctl-list.1 GEN ndctl-monitor.1 GEN ndctl-setup-passphrase.1 GEN ndctl-update-passphrase.1 GEN ndctl-remove-passphrase.1 GEN ndctl-freeze-security.1 GEN ndctl-sanitize-dimm.1 GEN ndctl-load-keys.1 GEN ndctl-wait-overwrite.1 GEN ndctl-write-infoblock.1 GEN ndctl-read-infoblock.1 GEN ndctl-activate-firmware.1 Making all in Documentation/daxctl GEN asciidoctor-extensions.rb GEN attrs.adoc GEN daxctl.1 GEN daxctl-list.1 GEN daxctl-migrate-device-model.1 GEN daxctl-reconfigure-device.1 GEN daxctl-online-memory.1 GEN daxctl-offline-memory.1 GEN daxctl-disable-device.1 GEN daxctl-enable-device.1 GEN daxctl-create-device.1 GEN daxctl-destroy-device.1 Making all in Documentation/cxl GEN asciidoctor-extensions.rb GEN cxl.1 GEN cxl-list.1 GEN cxl-read-labels.1 GEN cxl-write-labels.1 GEN cxl-zero-labels.1 Making all in Documentation/cxl/lib GEN asciidoctor-extensions.rb GEN libcxl.3 GEN cxl_new.3 Making all in test make[2]: Nothing to be done for 'all'.