You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build.
Maintainer: v...@freebsd.org Last committer: v...@freebsd.org Ident: $FreeBSD: branches/2018Q3/net-p2p/monero-cli/Makefile 472291 2018-06-13 06:42:52Z vd $ Log URL: http://thunderx1.nyi.freebsd.org/data/111arm64-quarterly/476830/logs/monero-cli-0.12.2.0.log Build URL: http://thunderx1.nyi.freebsd.org/build.html?mastername=111arm64-quarterly&build=476830 Log: =>> Building net-p2p/monero-cli build started at Sun Aug 12 05:29:37 UTC 2018 port directory: /usr/ports/net-p2p/monero-cli package name: monero-cli-0.12.2.0 building for: FreeBSD 111arm64-quarterly-job-07 11.1-RELEASE FreeBSD 11.1-RELEASE arm64 maintained by: v...@freebsd.org Makefile ident: $FreeBSD: branches/2018Q3/net-p2p/monero-cli/Makefile 472291 2018-06-13 06:42:52Z vd $ Poudriere version: 3.2.7-2-g1cf194be Host OSVERSION: 1200072 Jail OSVERSION: 1101001 Job Id: 07 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1101001 UNAME_v=FreeBSD 11.1-RELEASE UNAME_r=11.1-RELEASE BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.7-2-g1cf194be MASTERMNT=/usr/local/poudriere/data/.m/111arm64-quarterly/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/111arm64-quarterly/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=111arm64-quarterly SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/111arm64-quarterly/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ===> The following configuration options are available for monero-cli-0.12.2.0: DOXYGEN=off: Build documentation with Doxygen ===> Use 'make config' to modify these settings ---End OPTIONS List--- --MAINTAINER-- v...@freebsd.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/net-p2p/monero-cli/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/net-p2p/monero-cli/work HOME=/wrkdirs/usr/ports/net-p2p/monero-cli/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/net-p2p/monero-cli/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl OPENSSLINC=/usr/include OPENSSLLIB=/usr/lib XDG_DATA_HOME=/wrkdirs/usr/ports/net-p2p/monero-cli/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/net-p2p/monero-cli/work HOME=/wrkdirs/usr/ports/net-p2p/monero-cli/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/net-p2p/monero-cli/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES DESTDIR=/wrkdirs/usr/ports/net-p2p/monero-cli/work/stage PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -D_WANT_SEMUN -fno-strict-aliasing" CPP="cpp" CPPFLAGS="-I/usr/local/include" LDFLAGS=" -L/usr/local/lib " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -D_WANT_SEMUN -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- PORTDOCS="" PORTEXAMPLES="" CMAKE_BUILD_TYPE="release" OSREL=11.1 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/monero-cli" EXAMPLESDIR="share/examples/monero-cli" DATADIR="share/monero-cli" WWWDIR="www/monero-cli" ETCDIR="etc/monero-cli" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/monero-cli DOCSDIR=/usr/local/share/doc/monero-cli EXAMPLESDIR=/usr/local/share/examples/monero-cli WWWDIR=/usr/local/www/monero-cli ETCDIR=/usr/local/etc/monero-cli --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 # stable/10 includes src.conf too late but make.conf is in sys.mk .if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*} # Disable build of llib now that head no longer has lint(1) LINT= true .endif #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 4.0.0) Target: aarch64-unknown-freebsd11.1 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 4.0.0) Target: aarch64-unknown-freebsd11.1 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=error: invalid value 'c++17' in '-std=c++17' CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=error: invalid value 'gnu++17' in '-std=gnu++17' _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 4.0.0 (tags/RELEASE_400/final 297347) (based on LLVM 4.0.0) Target: aarch64-unknown-freebsd11.1 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=aarch64 OPSYS=FreeBSD _OSRELEASE=11.1-RELEASE OSREL=11.1 OSVERSION=1101001 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 1048576 stack size (kbytes, -s) 1048576 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =======================<phase: check-sanity >============================ ===> License BSD3CLAUSE accepted by the user =========================================================================== =======================<phase: pkg-depends >============================ ===> monero-cli-0.12.2.0 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_1.txz [111arm64-quarterly-job-07] Installing pkg-1.10.5_1... [111arm64-quarterly-job-07] Extracting pkg-1.10.5_1: .......... done ===> monero-cli-0.12.2.0 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of monero-cli-0.12.2.0 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> License BSD3CLAUSE accepted by the user ===> Fetching all distfiles required by monero-cli-0.12.2.0 for building =========================================================================== =======================<phase: checksum >============================ ===> License BSD3CLAUSE accepted by the user ===> Fetching all distfiles required by monero-cli-0.12.2.0 for building => SHA256 Checksum OK for monero-project-monero-v0.12.2.0_GH0.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> License BSD3CLAUSE accepted by the user ===> Fetching all distfiles required by monero-cli-0.12.2.0 for building ===> Extracting for monero-cli-0.12.2.0 => SHA256 Checksum OK for monero-project-monero-v0.12.2.0_GH0.tar.gz. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for monero-cli-0.12.2.0 ===> Applying FreeBSD patches for monero-cli-0.12.2.0 =========================================================================== =======================<phase: build-depends >============================ ===> monero-cli-0.12.2.0 depends on file: /usr/local/include/rapidjson/document.h - not found ===> Installing existing package /packages/All/rapidjson-1.1.0_3.txz [111arm64-quarterly-job-07] Installing rapidjson-1.1.0_3... [111arm64-quarterly-job-07] Extracting rapidjson-1.1.0_3: .......... done ===> monero-cli-0.12.2.0 depends on file: /usr/local/include/rapidjson/document.h - found ===> Returning to build of monero-cli-0.12.2.0 ===> monero-cli-0.12.2.0 depends on file: /usr/local/include/zmq.hpp - not found ===> Installing existing package /packages/All/cppzmq-4.2.3.txz [111arm64-quarterly-job-07] Installing cppzmq-4.2.3... [111arm64-quarterly-job-07] `-- Installing libzmq4-4.2.3... [111arm64-quarterly-job-07] | `-- Installing norm-1.5r6... <snip> =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter =========================================================================== ===> monero-cli-0.12.2.0 depends on executable: ninja - found ===> Returning to build of monero-cli-0.12.2.0 ===> monero-cli-0.12.2.0 depends on package: pkgconf>=1.3.0_1 - not found ===> Installing existing package /packages/All/pkgconf-1.4.2,1.txz [111arm64-quarterly-job-07] Installing pkgconf-1.4.2,1... [111arm64-quarterly-job-07] Extracting pkgconf-1.4.2,1: .......... done ===> monero-cli-0.12.2.0 depends on package: pkgconf>=1.3.0_1 - found ===> Returning to build of monero-cli-0.12.2.0 =========================================================================== =======================<phase: lib-depends >============================ ===> monero-cli-0.12.2.0 depends on shared library: libboost_chrono.so - not found ===> Installing existing package /packages/All/boost-libs-1.67.0_3.txz [111arm64-quarterly-job-07] Installing boost-libs-1.67.0_3... [111arm64-quarterly-job-07] `-- Installing icu-62.1_1,1... [111arm64-quarterly-job-07] `-- Extracting icu-62.1_1,1: .......... done [111arm64-quarterly-job-07] Extracting boost-libs-1.67.0_3: .......... done Message from boost-libs-1.67.0_3: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. ===> monero-cli-0.12.2.0 depends on shared library: libboost_chrono.so - found (/usr/local/lib/libboost_chrono.so) ===> Returning to build of monero-cli-0.12.2.0 ===> monero-cli-0.12.2.0 depends on shared library: libboost_date_time.so - found (/usr/local/lib/libboost_date_time.so) ===> monero-cli-0.12.2.0 depends on shared library: libboost_filesystem.so - found (/usr/local/lib/libboost_filesystem.so) ===> monero-cli-0.12.2.0 depends on shared library: libboost_program_options.so - found (/usr/local/lib/libboost_program_options.so) ===> monero-cli-0.12.2.0 depends on shared library: libboost_regex.so - found (/usr/local/lib/libboost_regex.so) ===> monero-cli-0.12.2.0 depends on shared library: libboost_serialization.so - found (/usr/local/lib/libboost_serialization.so) ===> monero-cli-0.12.2.0 depends on shared library: libboost_system.so - found (/usr/local/lib/libboost_system.so) ===> monero-cli-0.12.2.0 depends on shared library: libboost_thread.so - found (/usr/local/lib/libboost_thread.so) ===> monero-cli-0.12.2.0 depends on shared library: libminiupnpc.so - not found ===> Installing existing package /packages/All/miniupnpc-2.1_1.txz [111arm64-quarterly-job-07] Installing miniupnpc-2.1_1... [111arm64-quarterly-job-07] Extracting miniupnpc-2.1_1: .......... done ===> monero-cli-0.12.2.0 depends on shared library: libminiupnpc.so - found (/usr/local/lib/libminiupnpc.so) ===> Returning to build of monero-cli-0.12.2.0 ===> monero-cli-0.12.2.0 depends on shared library: libnorm.so - found (/usr/local/lib/libnorm.so) ===> monero-cli-0.12.2.0 depends on shared library: libpgm.so - found (/usr/local/lib/libpgm.so) ===> monero-cli-0.12.2.0 depends on shared library: libunbound.so - not found ===> Installing existing package /packages/All/unbound-1.7.3.txz [111arm64-quarterly-job-07] Installing unbound-1.7.3... [111arm64-quarterly-job-07] `-- Installing ldns-1.7.0_1... [111arm64-quarterly-job-07] `-- Extracting ldns-1.7.0_1: .......... done [111arm64-quarterly-job-07] `-- Installing libevent-2.1.8_1... [111arm64-quarterly-job-07] `-- Extracting libevent-2.1.8_1: .......... done ===> Creating groups. Using existing group 'unbound'. ===> Creating users Using existing user 'unbound'. [111arm64-quarterly-job-07] Extracting unbound-1.7.3: .......... done ===> monero-cli-0.12.2.0 depends on shared library: libunbound.so - found (/usr/local/lib/libunbound.so) ===> Returning to build of monero-cli-0.12.2.0 ===> monero-cli-0.12.2.0 depends on shared library: libunwind.so - not found ===> Installing existing package /packages/All/libunwind-20170615.txz [111arm64-quarterly-job-07] Installing libunwind-20170615... [111arm64-quarterly-job-07] Extracting libunwind-20170615: .......... done ===> monero-cli-0.12.2.0 depends on shared library: libunwind.so - found (/usr/local/lib/libunwind.so) ===> Returning to build of monero-cli-0.12.2.0 ===> monero-cli-0.12.2.0 depends on shared library: libzmq.so - found (/usr/local/lib/libzmq.so) ===> monero-cli-0.12.2.0 depends on shared library: libreadline.so.7 - found (/usr/local/lib/libreadline.so.7) =========================================================================== =======================<phase: configure >============================ ===> Configuring for monero-cli-0.12.2.0 ===> Performing in-source build /bin/mkdir -p /wrkdirs/usr/ports/net-p2p/monero-cli/work/monero-0.12.2.0 -- The C compiler identification is Clang 4.0.0 -- The CXX compiler identification is Clang 4.0.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- 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/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Building without build tag -- Could not find DEVELOPER_LOCAL_TOOLS in env (not required) -- BOOST_IGNORE_SYSTEM_PATHS defaults to OFF -- Could not find DEVELOPER_LIBUNBOUND_OLD in env (not required) -- Building for a 64-bit system -- Building internal libraries as static -- Could not find DATABASE in env (not required unless you want to change database type from default: lmdb) -- Using LMDB as default DB type -- looking for liblzma -- liblzma found -- Found Libunwind: /usr/local/include -- Stack trace on exception enabled (using libunwind) -- Looking for pthread.h -- Looking for pthread.h - found -- Found Threads: TRUE -- Found OpenSSL: /usr/lib/libcrypto.so (found version "1.0.2k") -- Using OpenSSL include dir at /usr/include -- Found PkgConfig: pkgconf (found version "1.4.2") -- Checking for module 'libpcsclite' -- Package 'libpcsclite', required by 'virtual:world', not found -- Could NOT find PCSC (missing: PCSC_LIBRARY PCSC_INCLUDE_DIR) -- Looking for memset_s in c -- Looking for memset_s in c - found -- Looking for explicit_bzero in c -- Looking for explicit_bzero in c - found -- Looking for strptime -- Looking for strptime - found -- Found MiniUPnPc: /usr/local/include/miniupnpc -- Found miniupnpc API version 17 -- Found miniupnpc shared library (/usr/local/lib/libminiupnpc.so) -- Looking for libunbound -- Found libunbound include (unbound.h) in /usr/local/include -- Found libunbound shared library -- Using 64-bit LMDB from source tree -- Could not find PCSC -- Building on aarch64 for native -- Performing Test _Wformat_c -- Performing Test _Wformat_c - Success -- Performing Test _Wformat_cxx -- Performing Test _Wformat_cxx - Success -- Performing Test _Wformat_security_c -- Performing Test _Wformat_security_c - Success -- Performing Test _Wformat_security_cxx -- Performing Test _Wformat_security_cxx - Success -- Performing Test _fstack_protector_c -- Performing Test _fstack_protector_c - Success -- Performing Test _fstack_protector_cxx -- Performing Test _fstack_protector_cxx - Success -- Performing Test _fstack_protector_strong_c -- Performing Test _fstack_protector_strong_c - Success -- Performing Test _fstack_protector_strong_cxx -- Performing Test _fstack_protector_strong_cxx - Success -- Looking for -pie linker flag -- Looking for -pie linker flag - found -- Looking for -Wl,-z,relro linker flag -- Looking for -Wl,-z,relro linker flag - found -- Looking for -Wl,-z,now linker flag -- Looking for -Wl,-z,now linker flag - found -- Looking for -Wl,-z,noexecstack linker flag -- Looking for -Wl,-z,noexecstack linker flag - found -- Looking for -Wl,-z,noexecheap linker flag -- Looking for -Wl,-z,noexecheap linker flag - found -- Using C security hardening flags: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -fstack-protector -fstack-protector-strong -- Using C++ security hardening flags: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -fstack-protector -fstack-protector-strong -- Using linker security hardening flags: -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -Wl,-z,noexecheap -- Checking to see if CXX compiler accepts flag -march=native+crypto -- Checking to see if CXX compiler accepts flag -march=native+crypto - no -- Crypto extensions unavailable on your ARMv8 device -- Setting FPU Flags for ARM Processors -- Checking to see if CXX compiler accepts flag -mfix-cortex-a53-835769 -- Checking to see if CXX compiler accepts flag -mfix-cortex-a53-835769 - no -- Checking to see if CXX compiler accepts flag -mfix-cortex-a53-843419 -- Checking to see if CXX compiler accepts flag -mfix-cortex-a53-843419 - no -- Found Boost Version: 106700 -- Looking for rl_copy_text -- Looking for rl_copy_text - not found -- Looking for rl_filename_completion_function -- Looking for rl_filename_completion_function - not found -- Looking for rl_copy_text -- Looking for rl_copy_text - not found -- Looking for rl_filename_completion_function -- Looking for rl_filename_completion_function - not found -- Could not find GNU readline library so building without readline support -- Performing Test HAVE_C11 -- Performing Test HAVE_C11 - Failed -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_COLOR_MAKEFILE CMAKE_MODULE_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS CMAKE_VERBOSE_MAKEFILE -- Build files have been written to: /wrkdirs/usr/ports/net-p2p/monero-cli/work/monero-0.12.2.0 =========================================================================== =======================<phase: build >============================ ===> Building for monero-cli-0.12.2.0 [1/147] /usr/bin/c++ -DAUTO_INITIALIZE_EASYLOGGINGPP -DBLOCKCHAIN_DB=DB_LMDB -DDEFAULT_DB_TYPE=\"lmdb\" -DHAVE_EXPLICIT_BZERO -DHAVE_MEMSET_S -DHAVE_STRPTIME -DPER_BLOCK_CHECKPOINT -Iexternal/rapidjson/include -Iexternal/easylogging++ -Isrc -Icontrib/epee/include -Iexternal -Itranslations -isystem /usr/local/include -Iexternal/db_drivers/liblmdb -O2 -pipe -D_WANT_SEMUN -fno-strict-aliasing -fno-strict-aliasing -std=c++11 -D_GNU_SOURCE -Wall -Wextra -Wpointer-arith -Wundef -Wvla -Wwrite-strings -Wno-error=extra -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-unused-variable -Wno-error=unused-variable -Wno-error=undef -Wno-error=uninitialized -Wno-error=inline-asm -Wno-reorder -Wno-missing-field-initializers -march=native -fPIC -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -fstack-protector -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -O2 -MD -MT src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/account.cpp.o -MF src/cryptonote_bas ic/CMakeFiles/obj_cryptonote_basic.dir/account.cpp.o.d -o src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/account.cpp.o -c src/cryptonote_basic/account.cpp FAILED: src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/account.cpp.o /usr/bin/c++ -DAUTO_INITIALIZE_EASYLOGGINGPP -DBLOCKCHAIN_DB=DB_LMDB -DDEFAULT_DB_TYPE=\"lmdb\" -DHAVE_EXPLICIT_BZERO -DHAVE_MEMSET_S -DHAVE_STRPTIME -DPER_BLOCK_CHECKPOINT -Iexternal/rapidjson/include -Iexternal/easylogging++ -Isrc -Icontrib/epee/include -Iexternal -Itranslations -isystem /usr/local/include -Iexternal/db_drivers/liblmdb -O2 -pipe -D_WANT_SEMUN -fno-strict-aliasing -fno-strict-aliasing -std=c++11 -D_GNU_SOURCE -Wall -Wextra -Wpointer-arith -Wundef -Wvla -Wwrite-strings -Wno-error=extra -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-unused-variable -Wno-error=unused-variable -Wno-error=undef -Wno-error=uninitialized -Wno-error=inline-asm -Wno-reorder -Wno-missing-field-initializers -march=native -fPIC -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -fstack-protector -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -O2 -MD -MT src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/account.cpp.o -MF src/cryptonote_basic/CMake Files/obj_cryptonote_basic.dir/account.cpp.o.d -o src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/account.cpp.o -c src/cryptonote_basic/account.cpp c++: error: the clang compiler does not support '-march=native' ninja: build stopped: subcommand failed. *** Error code 1 Stop. make: stopped in /usr/ports/net-p2p/monero-cli _______________________________________________ freebsd-pkg-fallout@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pkg-fallout To unsubscribe, send any mail to "freebsd-pkg-fallout-unsubscr...@freebsd.org"