===> License LGPL21 accepted by the user ===> lazperf-0cipiertest depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lazperf-0cipiertest for building ===> Extracting for lazperf-0cipiertest => SHA256 Checksum OK for hobu-laz-perf-0cipiertest_GH0.tar.gz. ===> Patching for lazperf-0cipiertest ===> lazperf-0cipiertest depends on file: /usr/local/bin/cmake - found ===> lazperf-0cipiertest depends on executable: ninja - found ===> Configuring for lazperf-0cipiertest ===> Performing in-source build /bin/mkdir -p /wrkdirs/laz-perf-0cipiertest-port/work/laz-perf-0cipiertest -- 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 -- Setting LAZPERF build type - Release -- Configuring done -- Generating done -- Build files have been written to: /wrkdirs/laz-perf-0cipiertest-port/work/laz-perf-0cipiertest ===> Building for lazperf-0cipiertest [1/12] /usr/bin/c++ -Iexamples/../laz-perf -O2 -pipe -fstack-protector -fno-strict-aliasing -std=c++11 -Wextra -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -pedantic -stdlib=libc++ -O2 -pipe -fstack-protector -fno-strict-aliasing -MD -MT examples/CMakeFiles/readlaz.dir/readlaz.cpp.o -MF examples/CMakeFiles/readlaz.dir/readlaz.cpp.o.d -o examples/CMakeFiles/readlaz.dir/readlaz.cpp.o -c examples/readlaz.cpp FAILED: examples/CMakeFiles/readlaz.dir/readlaz.cpp.o /usr/bin/c++ -Iexamples/../laz-perf -O2 -pipe -fstack-protector -fno-strict-aliasing -std=c++11 -Wextra -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -pedantic -stdlib=libc++ -O2 -pipe -fstack-protector -fno-strict-aliasing -MD -MT examples/CMakeFiles/readlaz.dir/readlaz.cpp.o -MF examples/CMakeFiles/readlaz.dir/readlaz.cpp.o.d -o examples/CMakeFiles/readlaz.dir/readlaz.cpp.o -c examples/readlaz.cpp In file included from examples/readlaz.cpp:6: In file included from examples/../laz-perf/io.hpp:46: examples/../laz-perf/portable_endian.hpp:52:12: warning: 'be16toh' macro redefined [-Wmacro-redefined] # define be16toh betoh16 ^ /usr/include/sys/endian.h:75:9: note: previous definition is here #define be16toh(x) bswap16((x)) ^ In file included from examples/readlaz.cpp:6: In file included from examples/../laz-perf/io.hpp:46: examples/../laz-perf/portable_endian.hpp:53:12: warning: 'le16toh' macro redefined [-Wmacro-redefined] # define le16toh letoh16 ^ /usr/include/sys/endian.h:78:9: note: previous definition is here #define le16toh(x) ((uint16_t)(x)) ^ In file included from examples/readlaz.cpp:6: In file included from examples/../laz-perf/io.hpp:46: examples/../laz-perf/portable_endian.hpp:55:12: warning: 'be32toh' macro redefined [-Wmacro-redefined] # define be32toh betoh32 ^ /usr/include/sys/endian.h:76:9: note: previous definition is here #define be32toh(x) bswap32((x)) ^ In file included from examples/readlaz.cpp:6: In file included from examples/../laz-perf/io.hpp:46: examples/../laz-perf/portable_endian.hpp:56:12: warning: 'le32toh' macro redefined [-Wmacro-redefined] # define le32toh letoh32 ^ /usr/include/sys/endian.h:79:9: note: previous definition is here #define le32toh(x) ((uint32_t)(x)) ^ In file included from examples/readlaz.cpp:6: In file included from examples/../laz-perf/io.hpp:46: examples/../laz-perf/portable_endian.hpp:58:12: warning: 'be64toh' macro redefined [-Wmacro-redefined] # define be64toh betoh64 ^ /usr/include/sys/endian.h:77:9: note: previous definition is here #define be64toh(x) bswap64((x)) ^ In file included from examples/readlaz.cpp:6: In file included from examples/../laz-perf/io.hpp:46: examples/../laz-perf/portable_endian.hpp:59:12: warning: 'le64toh' macro redefined [-Wmacro-redefined] # define le64toh letoh64 ^ /usr/include/sys/endian.h:80:9: note: previous definition is here #define le64toh(x) ((uint64_t)(x)) ^ In file included from examples/readlaz.cpp:6: examples/../laz-perf/io.hpp:209:30: error: use of undeclared identifier 'letoh16' compressor = le16toh(compressor); ^ examples/../laz-perf/portable_endian.hpp:53:20: note: expanded from macro 'le16toh' # define le16toh letoh16 ^ In file included from examples/readlaz.cpp:6: examples/../laz-perf/io.hpp:213:25: error: use of undeclared identifier 'letoh16' coder = le16toh(coder); ^ examples/../laz-perf/portable_endian.hpp:53:20: note: expanded from macro 'le16toh' # define le16toh letoh16 ^ In file included from examples/readlaz.cpp:6: examples/../laz-perf/io.hpp:220:36: error: use of undeclared identifier 'letoh16' version.revision = le16toh(version.revision); ^ examples/../laz-perf/portable_endian.hpp:53:20: note: expanded from macro 'le16toh' # define le16toh letoh16 ^ In file included from examples/readlaz.cpp:6: examples/../laz-perf/io.hpp:224:27: error: use of undeclared identifier 'letoh32' options = le32toh(options); ^ examples/../laz-perf/portable_endian.hpp:56:20: note: expanded from macro 'le32toh' # define le32toh letoh32 ^ In file included from examples/readlaz.cpp:6: examples/../laz-perf/io.hpp:228:30: error: use of undeclared identifier 'letoh32' chunk_size = le32toh(chunk_size); ^ examples/../laz-perf/portable_endian.hpp:56:20: note: expanded from macro 'le32toh' # define le32toh letoh32 ^ In file included from examples/readlaz.cpp:6: examples/../laz-perf/io.hpp:232:30: error: use of undeclared identifier 'letoh64' num_points = le64toh(num_points); ^ examples/../laz-perf/portable_endian.hpp:59:20: note: expanded from macro 'le64toh' # define le64toh letoh64 ^ In file included from examples/readlaz.cpp:6: examples/../laz-perf/io.hpp:236:29: error: use of undeclared identifier 'letoh64' num_bytes = le64toh(num_bytes); ^ examples/../laz-perf/portable_endian.hpp:59:20: note: expanded from macro 'le64toh' # define le64toh letoh64 ^ In file included from examples/readlaz.cpp:6: examples/../laz-perf/io.hpp:240:29: error: use of undeclared identifier 'letoh16' num_items = le16toh(num_items); ^ examples/../laz-perf/portable_endian.hpp:53:20: note: expanded from macro 'le16toh' # define le16toh letoh16 ^ In file included from examples/readlaz.cpp:6: examples/../laz-perf/io.hpp:249:33: error: use of undeclared identifier 'letoh16' item.type = le16toh(item.type); ^ examples/../laz-perf/portable_endian.hpp:53:20: note: expanded from macro 'le16toh' # define le16toh letoh16 ^ In file included from examples/readlaz.cpp:6: examples/../laz-perf/io.hpp:253:33: error: use of undeclared identifier 'letoh16' item.size = le16toh(item.size); ^ examples/../laz-perf/portable_endian.hpp:53:20: note: expanded from macro 'le16toh' # define le16toh letoh16 ^ In file included from examples/readlaz.cpp:6: examples/../laz-perf/io.hpp:257:36: error: use of undeclared identifier 'letoh16' item.version = le16toh(item.version); ^ examples/../laz-perf/portable_endian.hpp:53:20: note: expanded from macro 'le16toh' # define le16toh letoh16 ^ 6 warnings and 11 errors generated. [2/12] /usr/bin/c++ -Iexamples/../laz-perf -O2 -pipe -fstack-protector -fno-strict-aliasing -std=c++11 -Wextra -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -pedantic -stdlib=libc++ -O2 -pipe -fstack-protector -fno-strict-aliasing -MD -MT examples/CMakeFiles/simple.dir/simple.cpp.o -MF examples/CMakeFiles/simple.dir/simple.cpp.o.d -o examples/CMakeFiles/simple.dir/simple.cpp.o -c examples/simple.cpp [3/12] /usr/bin/c++ -Iexamples/../laz-perf -O2 -pipe -fstack-protector -fno-strict-aliasing -std=c++11 -Wextra -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -pedantic -stdlib=libc++ -O2 -pipe -fstack-protector -fno-strict-aliasing -MD -MT examples/CMakeFiles/point10.dir/point10.cpp.o -MF examples/CMakeFiles/point10.dir/point10.cpp.o.d -o examples/CMakeFiles/point10.dir/point10.cpp.o -c examples/point10.cpp [4/12] /usr/bin/c++ -Iexamples/../laz-perf -O2 -pipe -fstack-protector -fno-strict-aliasing -std=c++11 -Wextra -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -pedantic -stdlib=libc++ -O2 -pipe -fstack-protector -fno-strict-aliasing -MD -MT examples/CMakeFiles/dynamic.dir/dynamic.cpp.o -MF examples/CMakeFiles/dynamic.dir/dynamic.cpp.o.d -o examples/CMakeFiles/dynamic.dir/dynamic.cpp.o -c examples/dynamic.cpp ninja: build stopped: subcommand failed. ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /laz-perf-0cipiertest-port 1