=> 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 libthrift-0.14.0
Making all in .
gmake[1]: Entering directory '/scratch/work/devel/libthrift/work/thrift-0.14.0/lib/cpp'
depbase=`echo src/thrift/concurrency/Mutex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H    -I/usr/pkg/include  -I./src -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/pkg/include -I/usr/include -Wall -Wextra -pedantic -O2 -D_FORTIFY_SOURCE=2 -pthread -I/usr/pkg/include -I/usr/include -MT src/thrift/concurrency/Mutex.lo -MD -MP -MF $depbase.Tpo -c -o src/thrift/concurrency/Mutex.lo src/thrift/concurrency/Mutex.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo src/thrift/concurrency/ThreadFactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H    -I/usr/pkg/include  -I./src -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/pkg/include -I/usr/include -Wall -Wextra -pedantic -O2 -D_FORTIFY_SOURCE=2 -pthread -I/usr/pkg/include -I/usr/include -MT src/thrift/concurrency/ThreadFactory.lo -MD -MP -MF $depbase.Tpo -c -o src/thrift/concurrency/ThreadFactory.lo src/thrift/concurrency/ThreadFactory.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo src/thrift/concurrency/Thread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool  --tag=CXX   --mode=compile c++ -std=c++11 -DHAVE_CONFIG_H    -I/usr/pkg/include  -I./src -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/pkg/include -I/usr/include -Wall -Wextra -pedantic -O2 -D_FORTIFY_SOURCE=2 -pthread -I/usr/pkg/include -I/usr/include -MT src/thrift/concurrency/Thread.lo -MD -MP -MF $depbase.Tpo -c -o src/thrift/concurrency/Thread.lo src/thrift/concurrency/Thread.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  c++ -std=c++11 -DHAVE_CONFIG_H -I/scratch/work/devel/libthrift/work/.buildlink/include -I./src -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Wall -Wextra -pedantic -O2 -D_FORTIFY_SOURCE=2 -pthread -MT src/thrift/concurrency/Mutex.lo -MD -MP -MF src/thrift/concurrency/.deps/Mutex.Tpo -c src/thrift/concurrency/Mutex.cpp  -fPIC -DPIC -o src/thrift/concurrency/.libs/Mutex.o
libtool: compile:  c++ -std=c++11 -DHAVE_CONFIG_H -I/scratch/work/devel/libthrift/work/.buildlink/include -I./src -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Wall -Wextra -pedantic -O2 -D_FORTIFY_SOURCE=2 -pthread -MT src/thrift/concurrency/ThreadFactory.lo -MD -MP -MF src/thrift/concurrency/.deps/ThreadFactory.Tpo -c src/thrift/concurrency/ThreadFactory.cpp  -fPIC -DPIC -o src/thrift/concurrency/.libs/ThreadFactory.o
libtool: compile:  c++ -std=c++11 -DHAVE_CONFIG_H -I/scratch/work/devel/libthrift/work/.buildlink/include -I./src -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Wall -Wextra -pedantic -O2 -D_FORTIFY_SOURCE=2 -pthread -MT src/thrift/concurrency/Thread.lo -MD -MP -MF src/thrift/concurrency/.deps/Thread.Tpo -c src/thrift/concurrency/Thread.cpp  -fPIC -DPIC -o src/thrift/concurrency/.libs/Thread.o
src/thrift/concurrency/Mutex.cpp:36:45: error: expected class-name before '{' token
 class Mutex::impl : public std::timed_mutex {};
                                             ^
src/thrift/concurrency/Mutex.cpp: In member function 'virtual void apache::thrift::concurrency::Mutex::lock() const':
src/thrift/concurrency/Mutex.cpp:46:10: error: 'class apache::thrift::concurrency::Mutex::impl' has no member named 'lock'
   impl_->lock();
          ^
src/thrift/concurrency/Mutex.cpp: In member function 'virtual bool apache::thrift::concurrency::Mutex::trylock() const':
src/thrift/concurrency/Mutex.cpp:50:17: error: 'class apache::thrift::concurrency::Mutex::impl' has no member named 'try_lock'
   return impl_->try_lock();
                 ^
src/thrift/concurrency/Mutex.cpp: In member function 'virtual bool apache::thrift::concurrency::Mutex::timedlock(__int64_t) const':
src/thrift/concurrency/Mutex.cpp:54:17: error: 'class apache::thrift::concurrency::Mutex::impl' has no member named 'try_lock_for'
   return impl_->try_lock_for(std::chrono::milliseconds(ms));
                 ^
src/thrift/concurrency/Mutex.cpp: In member function 'virtual void apache::thrift::concurrency::Mutex::unlock() const':
src/thrift/concurrency/Mutex.cpp:58:10: error: 'class apache::thrift::concurrency::Mutex::impl' has no member named 'unlock'
   impl_->unlock();
          ^
gmake[1]: *** [Makefile:1251: src/thrift/concurrency/Mutex.lo] Error 1
gmake[1]: *** Waiting for unfinished jobs....
libtool: compile:  c++ -std=c++11 -DHAVE_CONFIG_H -I/scratch/work/devel/libthrift/work/.buildlink/include -I./src -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Wall -Wextra -pedantic -O2 -D_FORTIFY_SOURCE=2 -pthread -MT src/thrift/concurrency/Thread.lo -MD -MP -MF src/thrift/concurrency/.deps/Thread.Tpo -c src/thrift/concurrency/Thread.cpp -o src/thrift/concurrency/Thread.o >/dev/null 2>&1
libtool: compile:  c++ -std=c++11 -DHAVE_CONFIG_H -I/scratch/work/devel/libthrift/work/.buildlink/include -I./src -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Wall -Wextra -pedantic -O2 -D_FORTIFY_SOURCE=2 -pthread -MT src/thrift/concurrency/ThreadFactory.lo -MD -MP -MF src/thrift/concurrency/.deps/ThreadFactory.Tpo -c src/thrift/concurrency/ThreadFactory.cpp -o src/thrift/concurrency/ThreadFactory.o >/dev/null 2>&1
gmake[1]: Leaving directory '/scratch/work/devel/libthrift/work/thrift-0.14.0/lib/cpp'
gmake: *** [Makefile:1531: all-recursive] Error 1
*** Error code 2

Stop.
make[1]: stopped in /tree/pkgsrc/devel/libthrift
*** Error code 1

Stop.
make: stopped in /tree/pkgsrc/devel/libthrift