=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for ori-0.8.1nb2 => Fixing man page installation path. cd /tmp/filesystems/ori/work/ori-0.8.1 && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python2.7 CC=gcc CFLAGS=-O2\ -D_KERNTYPES\ -D_NETBSD_SOURCE\ -D_FORTIFY_SOURCE=2\ -pthread\ -I/usr/include\ -I/usr/pkg/include CPPFLAGS=-I/usr/include\ -I/usr/pkg/include CXX=c++ CXXFLAGS=-O2\ -D_KERNTYPES\ -D_NETBSD_SOURCE\ -D_FORTIFY_SOURCE=2\ -pthread\ -I/usr/include\ -I/usr/pkg/include COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/lib\ -Wl,-R/usr/lib\ -L/usr/pkg/lib\ -pthread\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/tmp/filesystems/ori/work/.cwrapper/bin:/tmp/filesystems/ori/work/.buildlink/bin:/tmp/filesystems/ori/work/.gcc/bin:/tmp/filesystems/ori/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc HOME=/tmp/filesystems/ori/work/.home CWRAPPERS_CONFIG_DIR=/tmp/filesystems/ori/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/filesystems/ori/work/.tools/bin/makeinfo FLEX= BISON= PKG_CONFIG=/tmp/filesystems/ori/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/filesystems/ori/work/.buildlink/lib/pkgconfig:/tmp/filesystems/ori/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/filesystems/ori/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/filesystems/ori/work/.cwrapper/config /usr/pkg/bin/scons scons: Reading SConscript files ... Checking whether the C compiler works... yes Checking whether the C++ compiler works... yes Checking for pkg-config... yes Checking for C++ header file unordered_map... yes Checking for C++ header file boost/uuid/uuid.hpp... yes Checking for C++ header file boost/bind.hpp... yes Checking for C++ header file boost/date_time/posix_time/posix_time.hpp... yes Checking for C header file uuid.h... yes Checking for C header file uuid/uuid.h... no Checking for fuse... yes Checking for libevent... yes Checking libevent-2.0 or greater... yes Checking for event_init() in C library ... yes Checking for openssl... yes Checking openssl-1.0.0 or greater... yes scons: done reading SConscript files. scons: Building targets ... Compiling build/libdiffmerge/blob.c Compiling build/libdiffmerge/diff.c Compiling build/libdiffmerge/encode.c Compiling build/libdiffmerge/file.c Compiling build/libdiffmerge/fossil_wrapper.c build/libdiffmerge/encode.c:516:28: warning: 'aObscurer' defined but not used [-Wunused-const-variable=] static const unsigned char aObscurer[16] = { ^~~~~~~~~ Compiling build/libdiffmerge/merge3.c Compiling build/libdiffmerge/printf.c Compiling build/libfastlz/6pack.c Compiling build/libfastlz/6unpack.c Compiling build/libfastlz/fastlz.c Compiling build/libori/commit.cc Compiling build/libori/evbufstream.cc Compiling build/libori/fchunker.cc Compiling build/libori/httpclient.cc Creating library build/libfastlz/libfastlz.a Indexing library build/libfastlz/libfastlz.a In file included from build/libori/httpclient.cc:43:0: public/ori/httprepo.h:22:10: fatal error: boost/tr1/unordered_set.hpp: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. build/libori/fchunker.cc: In function 'int main(int, char**)': build/libori/fchunker.cc:109:79: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t {aka long unsigned int}' [-Wformat=] printf("Chunks %llu, Avg Chunk %llu\n", cb.chunks, cb.chunkLen / cb.chunks); ~~~~~~~~~ ^ build/libori/fchunker.cc:109:79: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat=] In file included from build/libori/evbufstream.h:22:0, from build/libori/evbufstream.cc:20: public/oriutil/stream.h:54:18: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] typedef std::auto_ptr ap; ^~~~~~~~ In file included from /usr/include/g++/memory:80:0, from public/oriutil/stream.h:24, from build/libori/evbufstream.h:22, from build/libori/evbufstream.cc:20: /usr/include/g++/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from build/libori/evbufstream.h:22:0, from build/libori/evbufstream.cc:20: public/oriutil/stream.h:206:18: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] typedef std::auto_ptr ap; ^~~~~~~~ In file included from /usr/include/g++/memory:80:0, from public/oriutil/stream.h:24, from build/libori/evbufstream.h:22, from build/libori/evbufstream.cc:20: /usr/include/g++/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from build/libori/commit.cc:29:0: public/oriutil/stream.h:54:18: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] typedef std::auto_ptr ap; ^~~~~~~~ In file included from /usr/include/g++/bits/locale_conv.h:41:0, from /usr/include/g++/locale:43, from /usr/include/g++/iomanip:43, from build/libori/commit.cc:22: /usr/include/g++/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from build/libori/commit.cc:29:0: public/oriutil/stream.h:206:18: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] typedef std::auto_ptr ap; ^~~~~~~~ In file included from /usr/include/g++/bits/locale_conv.h:41:0, from /usr/include/g++/locale:43, from /usr/include/g++/iomanip:43, from build/libori/commit.cc:22: /usr/include/g++/bits/unique_ptr.h:51:28: note: declared here template class auto_ptr; ^~~~~~~~ Compiling build/libori/httprepo.cc scons: *** [build/libori/httpclient.o] Error 1 In file included from build/libori/httprepo.cc:37:0: public/ori/object.h:25:10: fatal error: boost/tr1/memory.hpp: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. scons: *** [build/libori/httprepo.o] Error 1 scons: building terminated because of errors. *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/filesystems/ori *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/filesystems/ori