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: [email protected] Last committer: [email protected] Ident: $FreeBSD: head/devel/oclgrind/Makefile 511550 2019-09-08 06:26:19Z antoine $ Log URL: http://beefy16.nyi.freebsd.org/data/head-armv7-default/p511848_s352239/logs/oclgrind-20190907_1.log Build URL: http://beefy16.nyi.freebsd.org/build.html?mastername=head-armv7-default&build=p511848_s352239 Log: =>> Building devel/oclgrind build started at Fri Sep 13 10:15:46 UTC 2019 port directory: /usr/ports/devel/oclgrind package name: oclgrind-20190907_1 building for: FreeBSD head-armv7-default-job-23 13.0-CURRENT FreeBSD 13.0-CURRENT 1300047 arm maintained by: [email protected] Makefile ident: $FreeBSD: head/devel/oclgrind/Makefile 511550 2019-09-08 06:26:19Z antoine $ Poudriere version: 3.2.8-5-gc81843e5 Host OSVERSION: 1300031 Jail OSVERSION: 1300047 Job Id: 23 !!! Jail is newer than host. (Jail: 1300047, Host: 1300031) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/csh UNAME_p=armv7 UNAME_m=arm ABI_FILE=/usr/lib/crt1.o OSVERSION=1300047 UNAME_v=FreeBSD 13.0-CURRENT 1300047 UNAME_r=13.0-CURRENT 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 QEMU_EMULATING=1 USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-5-gc81843e5 MASTERMNT=/usr/local/poudriere/data/.m/head-armv7-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/head-armv7-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=head-armv7-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/head-armv7-default/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--- ---End OPTIONS List--- --MAINTAINER-- [email protected] --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/oclgrind/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/oclgrind/work HOME=/wrkdirs/usr/ports/devel/oclgrind/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/oclgrind/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-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/oclgrind/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/oclgrind/work HOME=/wrkdirs/usr/ports/devel/oclgrind/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/oclgrind/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/devel/oclgrind/work/stage PREFIX=/usr/local LOCALBASE=/usr/local CC="clang80" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="clang-cpp80" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="clang++80" CXXFLAGS="-O2 -pipe -fstack-protector-strong -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-- CMAKE_BUILD_TYPE="release" OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/oclgrind" EXAMPLESDIR="share/examples/oclgrind" DATADIR="share/oclgrind" WWWDIR="www/oclgrind" ETCDIR="etc/oclgrind" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/oclgrind DOCSDIR=/usr/local/share/doc/oclgrind EXAMPLESDIR=/usr/local/share/examples/oclgrind WWWDIR=/usr/local/www/oclgrind ETCDIR=/usr/local/etc/oclgrind --End SUB_LIST-- ---Begin make.conf--- .sinclude "/etc/make.nxb.conf" USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=arm MACHINE_ARCH=armv7 ARCH=${MACHINE_ARCH} #### /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_9d218390=FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1) Target: armv7-unknown-freebsd13.0-gnueabihf Thread model: posix InstalledDir: /nxb-bin/usr/bin _ALTCCVERSION_9d218390=none _CXXINTERNAL_9c45a5b1=FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1) Target: armv7-unknown-freebsd13.0-gnueabihf Thread model: posix InstalledDir: /nxb-bin/usr/bin "/nxb-bin/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--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_9d218390_58173849=yes CC_OUTPUT_9d218390_9bdba57c=yes CC_OUTPUT_9d218390_6a4fe7f5=yes CC_OUTPUT_9d218390_6bcac02b=yes CC_OUTPUT_9d218390_67d20829=yes CC_OUTPUT_9d218390_bfa62e83=yes CC_OUTPUT_9d218390_f0b4d593=yes CC_OUTPUT_9d218390_308abb44=yes CC_OUTPUT_9d218390_f00456e5=yes CC_OUTPUT_9d218390_65ad290d=yes CC_OUTPUT_9d218390_f2776b26=yes CC_OUTPUT_9d218390_b2657cc3=yes CC_OUTPUT_9d218390_380987f7=yes CC_OUTPUT_9d218390_160933ec=yes CC_OUTPUT_9d218390_fb62803b=yes _OBJC_CCVERSION_9d218390=FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1) Target: armv7-unknown-freebsd13.0-gnueabihf Thread model: posix InstalledDir: /nxb-bin/usr/bin _OBJC_ALTCCVERSION_9d218390=none ARCH=armv7 OPSYS=FreeBSD _OSRELEASE=13.0-CURRENT OSREL=13.0 OSVERSION=1300047 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--- ---Begin make.nxb.conf--- CC=/nxb-bin/usr/bin/cc CPP=/nxb-bin/usr/bin/cpp CXX=/nxb-bin/usr/bin/c++ AS=/nxb-bin/usr/bin/as NM=/nxb-bin/usr/bin/nm LD=/nxb-bin/usr/bin/ld OBJCOPY=/nxb-bin/usr/bin/objcopy SIZE=/nxb-bin/usr/bin/size STRIPBIN=/nxb-bin/usr/bin/strip SED=/nxb-bin/usr/bin/sed RANLIB=/nxb-bin/usr/bin/ranlib YACC=/nxb-bin/usr/bin/yacc MAKE=/nxb-bin/usr/bin/make STRINGS=/nxb-bin/usr/bin/strings AWK=/nxb-bin/usr/bin/awk FLEX=/nxb-bin/usr/bin/flex ---End make.nxb.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 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 >============================ ===> oclgrind-20190907_1 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.11.1.txz [head-armv7-default-job-23] Installing pkg-1.11.1... [head-armv7-default-job-23] Extracting pkg-1.11.1: .......... done ===> oclgrind-20190907_1 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of oclgrind-20190907_1 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> License BSD3CLAUSE accepted by the user <snip> whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem ===> oclgrind-20190907_1 depends on file: /usr/local/bin/cmake - found ===> Returning to build of oclgrind-20190907_1 ===> oclgrind-20190907_1 depends on executable: ninja - not found ===> Installing existing package /packages/All/ninja-1.9.0,2.txz [head-armv7-default-job-23] Installing ninja-1.9.0,2... [head-armv7-default-job-23] Extracting ninja-1.9.0,2: ......... done ===> oclgrind-20190907_1 depends on executable: ninja - found ===> Returning to build of oclgrind-20190907_1 =========================================================================== =======================<phase: lib-depends >============================ ===> oclgrind-20190907_1 depends on shared library: libOpenCL.so - not found ===> Installing existing package /packages/All/ocl-icd-2.2.12.txz [head-armv7-default-job-23] Installing ocl-icd-2.2.12... [head-armv7-default-job-23] Extracting ocl-icd-2.2.12: .......... done ===> oclgrind-20190907_1 depends on shared library: libOpenCL.so - found (/usr/local/lib/libOpenCL.so) ===> Returning to build of oclgrind-20190907_1 =========================================================================== =======================<phase: configure >============================ ===> Configuring for oclgrind-20190907_1 ===> Performing out-of-source build /bin/mkdir -p /wrkdirs/usr/ports/devel/oclgrind/work/.build -- The C compiler identification is Clang 8.0.1 -- The CXX compiler identification is Clang 8.0.1 -- Check for working C compiler: /usr/local/bin/clang80 -- Check for working C compiler: /usr/local/bin/clang80 -- 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/local/bin/clang++80 -- Check for working CXX compiler: /usr/local/bin/clang++80 -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- Found LLVM 8.0.1 -- Using LLVMConfig.cmake in: /usr/local/llvm80/lib/cmake/llvm -- Using opencl-c.h: /usr/local/llvm80/lib/clang/8.0.1/include/opencl-c.h -- Looking for include files stdio.h, readline/readline.h -- Looking for include files stdio.h, readline/readline.h - not found -- Looking for include files stdio.h, readline/history.h -- Looking for include files stdio.h, readline/history.h - not found -- Looking for readline in readline -- Looking for readline in readline - not found -- Looking for add_history in readline -- Looking for add_history in readline - not found CMake Warning at CMakeLists.txt:146 (message): GNU readline library not found (set READLINE_DIR) The interactive debugger will not have a command history. -- Found PythonInterp: /usr/local/bin/python3.6 (found version "3.6.9") -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_COLOR_MAKEFILE CMAKE_CXX_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS CMAKE_VERBOSE_MAKEFILE THREADS_HAVE_PTHREAD_ARG -- Build files have been written to: /wrkdirs/usr/ports/devel/oclgrind/work/.build =========================================================================== =======================<phase: build >============================ ===> Building for oclgrind-20190907_1 [1/55] /usr/local/bin/clang++80 -DLIBDIR_SUFFIX=\"\" -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind-exe.dir/src/runtime/oclgrind.cpp.o -MF CMakeFiles/oclgrind-exe.dir/src/runtime/oclgrind.cpp.o.d -o CMakeFiles/oclgrind-exe.dir/src/runtime/oclgrind.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/runtime/oclgrind.cpp [2/55] : && /usr/local/bin/clang++80 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fstack-protector-strong CMakeFiles/oclgrind-exe.dir/src/runtime/oclgrind.cpp.o -o oclgrind -L/usr/local/llvm80/lib -Wl,-rpath,::::::::::::::::::::: && : [3/55] cd /wrkdirs/usr/ports/devel/oclgrind/work/.build && /usr/local/bin/cmake -E copy /usr/local/llvm80/lib/clang/8.0.1/include/opencl-c.h include/oclgrind/opencl-c.h [4/55] cd /wrkdirs/usr/ports/devel/oclgrind/work/.build && /usr/local/llvm80/bin/clang -cc1 -x cl -cl-std=CL1.2 -O0 -fno-builtin -fgnu89-inline -emit-pch -triple spir-unknown-unknown -relocatable-pch -isysroot /wrkdirs/usr/ports/devel/oclgrind/work/.build/include/oclgrind/ include/oclgrind/opencl-c.h -o include/oclgrind/opencl-c-1.2-32.pch [5/55] cd /wrkdirs/usr/ports/devel/oclgrind/work/.build && /usr/local/llvm80/bin/clang -cc1 -x cl -cl-std=CL1.2 -O0 -fno-builtin -fgnu89-inline -emit-pch -triple spir64-unknown-unknown -relocatable-pch -isysroot /wrkdirs/usr/ports/devel/oclgrind/work/.build/include/oclgrind/ include/oclgrind/opencl-c.h -o include/oclgrind/opencl-c-1.2-64.pch [6/55] cd /wrkdirs/usr/ports/devel/oclgrind/work/.build && /usr/local/llvm80/bin/clang -cc1 -x cl -cl-std=CL2.0 -O0 -fno-builtin -fgnu89-inline -emit-pch -triple spir-unknown-unknown -relocatable-pch -isysroot /wrkdirs/usr/ports/devel/oclgrind/work/.build/include/oclgrind/ include/oclgrind/opencl-c.h -o include/oclgrind/opencl-c-2.0-32.pch [7/55] cd /wrkdirs/usr/ports/devel/oclgrind/work/.build && /usr/local/llvm80/bin/clang -cc1 -x cl -cl-std=CL2.0 -O0 -fno-builtin -fgnu89-inline -emit-pch -triple spir64-unknown-unknown -relocatable-pch -isysroot /wrkdirs/usr/ports/devel/oclgrind/work/.build/include/oclgrind/ include/oclgrind/opencl-c.h -o include/oclgrind/opencl-c-2.0-64.pch [8/55] cd /wrkdirs/usr/ports/devel/oclgrind/work/.build && /usr/local/bin/cmake -DSOURCE_FILE=/usr/local/llvm80/lib/clang/8.0.1/include/opencl-c.h -P /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/core/gen_opencl-c.h.cmake [9/55] /usr/local/bin/clang++80 -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind-kernel.dir/src/kernel/oclgrind-kernel.cpp.o -MF CMakeFiles/oclgrind-kernel.dir/src/kernel/oclgrind-kernel.cpp.o.d -o CMakeFiles/oclgrind-kernel.dir/src/kernel/oclgrind-kernel.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/kernel/oclgrind-kernel.cpp [10/55] /usr/local/bin/clang++80 -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind-kernel.dir/src/kernel/Simulation.cpp.o -MF CMakeFiles/oclgrind-kernel.dir/src/kernel/Simulation.cpp.o.d -o CMakeFiles/oclgrind-kernel.dir/src/kernel/Simulation.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/kernel/Simulation.cpp [11/55] /usr/local/bin/clang++80 -Doclgrind_rt_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind-rt.dir/src/runtime/async_queue.cpp.o -MF CMakeFiles/oclgrind-rt.dir/src/runtime/async_queue.cpp.o.d -o CMakeFiles/oclgrind-rt.dir/src/runtime/async_queue.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/runtime/async_queue.cpp [12/55] /usr/local/bin/clang++80 -Doclgrind_rt_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind-rt.dir/src/runtime/runtime.cpp.o -MF CMakeFiles/oclgrind-rt.dir/src/runtime/runtime.cpp.o.d -o CMakeFiles/oclgrind-rt.dir/src/runtime/runtime.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/runtime/runtime.cpp /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/runtime/runtime.cpp:5986:24: warning: 'clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] DISPATCH_TABLE_ENTRY(clCreateCommandQueue), ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/CL/cl.h:1363:72: note: 'clCreateCommandQueue' has been explicitly marked deprecated here cl_int * /* errcode_ret */) CL_EXT_SUFFIX__VERSION_1_2_DEPRECATED; ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/CL/cl_platform.h:121:74: note: expanded from macro 'CL_EXT_SUFFIX__VERSION_1_2_DEPRECATED' #define CL_EXT_SUFFIX__VERSION_1_2_DEPRECATED __attribute__((deprecated)) ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/runtime/runtime.cpp:5999:24: warning: 'clCreateSampler' is deprecated [-Wdeprecated-declarations] DISPATCH_TABLE_ENTRY(clCreateSampler), ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/CL/cl.h:1371:56: note: 'clCreateSampler' has been explicitly marked deprecated here cl_int * /* errcode_ret */) CL_EXT_SUFFIX__VERSION_1_2_DEPRECATED; ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/CL/cl_platform.h:121:74: note: expanded from macro 'CL_EXT_SUFFIX__VERSION_1_2_DEPRECATED' #define CL_EXT_SUFFIX__VERSION_1_2_DEPRECATED __attribute__((deprecated)) ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/runtime/runtime.cpp:6037:24: warning: 'clEnqueueTask' is deprecated [-Wdeprecated-declarations] DISPATCH_TABLE_ENTRY(clEnqueueTask), ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/CL/cl.h:1378:46: note: 'clEnqueueTask' has been explicitly marked deprecated here cl_event * /* event */) CL_EXT_SUFFIX__VERSION_1_2_DEPRECATED; ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/CL/cl_platform.h:121:74: note: expanded from macro 'CL_EXT_SUFFIX__VERSION_1_2_DEPRECATED' #define CL_EXT_SUFFIX__VERSION_1_2_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. [13/55] /usr/local/bin/clang++80 -Doclgrind_rt_icd_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DOCLGRIND_ICD -MD -MT CMakeFiles/oclgrind-rt-icd.dir/src/runtime/async_queue.cpp.o -MF CMakeFiles/oclgrind-rt-icd.dir/src/runtime/async_queue.cpp.o.d -o CMakeFiles/oclgrind-rt-icd.dir/src/runtime/async_queue.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/runtime/async_queue.cpp [14/55] /usr/local/bin/clang++80 -Doclgrind_rt_icd_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DOCLGRIND_ICD -MD -MT CMakeFiles/oclgrind-rt-icd.dir/src/runtime/runtime.cpp.o -MF CMakeFiles/oclgrind-rt-icd.dir/src/runtime/runtime.cpp.o.d -o CMakeFiles/oclgrind-rt-icd.dir/src/runtime/runtime.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/runtime/runtime.cpp /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/runtime/runtime.cpp:5986:24: warning: '_clCreateCommandQueue' is deprecated [-Wdeprecated-declarations] DISPATCH_TABLE_ENTRY(clCreateCommandQueue), ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/runtime/icd.h:26:30: note: expanded from macro 'clCreateCommandQueue' #define clCreateCommandQueue _clCreateCommandQueue ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/CL/cl.h:1363:72: note: '_clCreateCommandQueue' has been explicitly marked deprecated here cl_int * /* errcode_ret */) CL_EXT_SUFFIX__VERSION_1_2_DEPRECATED; ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/CL/cl_platform.h:121:74: note: expanded from macro 'CL_EXT_SUFFIX__VERSION_1_2_DEPRECATED' #define CL_EXT_SUFFIX__VERSION_1_2_DEPRECATED __attribute__((deprecated)) ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/runtime/runtime.cpp:5999:24: warning: '_clCreateSampler' is deprecated [-Wdeprecated-declarations] DISPATCH_TABLE_ENTRY(clCreateSampler), ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/runtime/icd.h:42:25: note: expanded from macro 'clCreateSampler' #define clCreateSampler _clCreateSampler ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/CL/cl.h:1371:56: note: '_clCreateSampler' has been explicitly marked deprecated here cl_int * /* errcode_ret */) CL_EXT_SUFFIX__VERSION_1_2_DEPRECATED; ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/CL/cl_platform.h:121:74: note: expanded from macro 'CL_EXT_SUFFIX__VERSION_1_2_DEPRECATED' #define CL_EXT_SUFFIX__VERSION_1_2_DEPRECATED __attribute__((deprecated)) ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/runtime/runtime.cpp:6037:24: warning: '_clEnqueueTask' is deprecated [-Wdeprecated-declarations] DISPATCH_TABLE_ENTRY(clEnqueueTask), ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/runtime/icd.h:94:23: note: expanded from macro 'clEnqueueTask' #define clEnqueueTask _clEnqueueTask ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/CL/cl.h:1378:46: note: '_clEnqueueTask' has been explicitly marked deprecated here cl_event * /* event */) CL_EXT_SUFFIX__VERSION_1_2_DEPRECATED; ^ /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/CL/cl_platform.h:121:74: note: expanded from macro 'CL_EXT_SUFFIX__VERSION_1_2_DEPRECATED' #define CL_EXT_SUFFIX__VERSION_1_2_DEPRECATED __attribute__((deprecated)) ^ 3 warnings generated. [15/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/core/opencl-c.h.cpp.o -MF CMakeFiles/oclgrind.dir/src/core/opencl-c.h.cpp.o.d -o CMakeFiles/oclgrind.dir/src/core/opencl-c.h.cpp.o -c src/core/opencl-c.h.cpp [16/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/core/common.cpp.o -MF CMakeFiles/oclgrind.dir/src/core/common.cpp.o.d -o CMakeFiles/oclgrind.dir/src/core/common.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/core/common.cpp [17/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/core/Context.cpp.o -MF CMakeFiles/oclgrind.dir/src/core/Context.cpp.o.d -o CMakeFiles/oclgrind.dir/src/core/Context.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/core/Context.cpp [18/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/core/half.cpp.o -MF CMakeFiles/oclgrind.dir/src/core/half.cpp.o.d -o CMakeFiles/oclgrind.dir/src/core/half.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/core/half.cpp [19/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/core/Kernel.cpp.o -MF CMakeFiles/oclgrind.dir/src/core/Kernel.cpp.o.d -o CMakeFiles/oclgrind.dir/src/core/Kernel.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/core/Kernel.cpp [20/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/core/KernelInvocation.cpp.o -MF CMakeFiles/oclgrind.dir/src/core/KernelInvocation.cpp.o.d -o CMakeFiles/oclgrind.dir/src/core/KernelInvocation.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/core/KernelInvocation.cpp [21/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/core/Memory.cpp.o -MF CMakeFiles/oclgrind.dir/src/core/Memory.cpp.o.d -o CMakeFiles/oclgrind.dir/src/core/Memory.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/core/Memory.cpp [22/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/core/Plugin.cpp.o -MF CMakeFiles/oclgrind.dir/src/core/Plugin.cpp.o.d -o CMakeFiles/oclgrind.dir/src/core/Plugin.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/core/Plugin.cpp [23/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/core/Program.cpp.o -MF CMakeFiles/oclgrind.dir/src/core/Program.cpp.o.d -o CMakeFiles/oclgrind.dir/src/core/Program.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/core/Program.cpp [24/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/core/Queue.cpp.o -MF CMakeFiles/oclgrind.dir/src/core/Queue.cpp.o.d -o CMakeFiles/oclgrind.dir/src/core/Queue.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/core/Queue.cpp [25/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/core/WorkItem.cpp.o -MF CMakeFiles/oclgrind.dir/src/core/WorkItem.cpp.o.d -o CMakeFiles/oclgrind.dir/src/core/WorkItem.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/core/WorkItem.cpp [26/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/core/WorkItemBuiltins.cpp.o -MF CMakeFiles/oclgrind.dir/src/core/WorkItemBuiltins.cpp.o.d -o CMakeFiles/oclgrind.dir/src/core/WorkItemBuiltins.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/core/WorkItemBuiltins.cpp [27/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/core/WorkGroup.cpp.o -MF CMakeFiles/oclgrind.dir/src/core/WorkGroup.cpp.o.d -o CMakeFiles/oclgrind.dir/src/core/WorkGroup.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/core/WorkGroup.cpp [28/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/plugins/InstructionCounter.cpp.o -MF CMakeFiles/oclgrind.dir/src/plugins/InstructionCounter.cpp.o.d -o CMakeFiles/oclgrind.dir/src/plugins/InstructionCounter.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/plugins/InstructionCounter.cpp [29/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/plugins/InteractiveDebugger.cpp.o -MF CMakeFiles/oclgrind.dir/src/plugins/InteractiveDebugger.cpp.o.d -o CMakeFiles/oclgrind.dir/src/plugins/InteractiveDebugger.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/plugins/InteractiveDebugger.cpp [30/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/plugins/Logger.cpp.o -MF CMakeFiles/oclgrind.dir/src/plugins/Logger.cpp.o.d -o CMakeFiles/oclgrind.dir/src/plugins/Logger.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/plugins/Logger.cpp [31/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/plugins/MemCheck.cpp.o -MF CMakeFiles/oclgrind.dir/src/plugins/MemCheck.cpp.o.d -o CMakeFiles/oclgrind.dir/src/plugins/MemCheck.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/plugins/MemCheck.cpp [32/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/plugins/RaceDetector.cpp.o -MF CMakeFiles/oclgrind.dir/src/plugins/RaceDetector.cpp.o.d -o CMakeFiles/oclgrind.dir/src/plugins/RaceDetector.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/plugins/RaceDetector.cpp [33/55] /usr/local/bin/clang++80 -Doclgrind_EXPORTS -I/usr/local/llvm80/include -I/include -I/wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src -I. -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=c++11 -fno-rtti -Wall -Wno-strict-aliasing -Wno-ignored-attributes -Wno-gcc-compat -Wno-availability -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -MD -MT CMakeFiles/oclgrind.dir/src/plugins/Uninitialized.cpp.o -MF CMakeFiles/oclgrind.dir/src/plugins/Uninitialized.cpp.o.d -o CMakeFiles/oclgrind.dir/src/plugins/Uninitialized.cpp.o -c /wrkdirs/usr/ports/devel/oclgrind/work/Oclgrind-e7c87b0/src/plugins/Uninitialized.cpp =>> Killing runaway build after 21600 seconds with no output _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pkg-fallout To unsubscribe, send any mail to "[email protected]"
