=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for py310-rapidjson-1.9
(cd /scratch/work/textproc/py-rapidjson/work/python-rapidjson-1.9/ && /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/python3.10 CC=gcc CFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include/python3.10 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.10 CXX=c++ CXXFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include/python3.10 COMPILER_RPATH_FLAG=-Wl,-R F77=g77 FC=g77 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=-Wl,-zrelro\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/scratch/work/textproc/py-rapidjson/work/.cwrapper/bin:/scratch/work/textproc/py-rapidjson/work/.buildlink/bin:/scratch/work/textproc/py-rapidjson/work/.gcc/bin:/scratch/work/textproc/py-rapidjson/work/.tools/bin:/usr/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc HOME=/scratch/work/textproc/py-rapidjson/work/.home CWRAPPERS_CONFIG_DIR=/scratch/work/textproc/py-rapidjson/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\ users\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ users\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 775 INSTALL_INFO= MAKEINFO=/scratch/work/textproc/py-rapidjson/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/scratch/work/textproc/py-rapidjson/work/.tools/bin/itstool GDBUS_CODEGEN=/scratch/work/textproc/py-rapidjson/work/.tools/bin/gdbus-codegen PKG_CONFIG=/scratch/work/textproc/py-rapidjson/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/scratch/work/textproc/py-rapidjson/work/.buildlink/lib/pkgconfig:/scratch/work/textproc/py-rapidjson/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/scratch/work/textproc/py-rapidjson/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/scratch/work/textproc/py-rapidjson/work/.cwrapper/config /usr/pkg/bin/python3.10  setup.py  build  -j2)
running build
running build_ext
building 'rapidjson' extension
creating build
creating build/temp.netbsd-8.0-i386-cpython-310
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/python3.10 -I/usr/include -I/usr/pkg/include/python3.10 -fPIC -DPYTHON_RAPIDJSON_VERSION=1.9 -DRAPIDJSON_EXACT_VERSION=v1.1.0-706-g232389d4 -I./rapidjson/include -I/usr/pkg/include/python3.10 -c ./rapidjson.cpp -o build/temp.netbsd-8.0-i386-cpython-310/./rapidjson.o
In file included from ./rapidjson/include/rapidjson/schema.h:18:0,
                 from ./rapidjson.cpp:21:
./rapidjson/include/rapidjson/document.h:78:79: error: '<::' cannot begin a template-argument list [-fpermissive]
 #define RAPIDJSON_DEFAULT_ALLOCATOR ::RAPIDJSON_NAMESPACE::MemoryPoolAllocator<::RAPIDJSON_NAMESPACE::CrtAllocator>
                                                                               ^
./rapidjson/include/rapidjson/document.h:667:51: note: in expansion of macro 'RAPIDJSON_DEFAULT_ALLOCATOR'
 template <typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR >
                                                   ^
./rapidjson/include/rapidjson/document.h:78:79: note: '<:' is an alternate spelling for '['. Insert whitespace between '<' and '::'
 #define RAPIDJSON_DEFAULT_ALLOCATOR ::RAPIDJSON_NAMESPACE::MemoryPoolAllocator<::RAPIDJSON_NAMESPACE::CrtAllocator>
                                                                               ^
./rapidjson/include/rapidjson/document.h:667:51: note: in expansion of macro 'RAPIDJSON_DEFAULT_ALLOCATOR'
 template <typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR >
                                                   ^
./rapidjson/include/rapidjson/document.h:78:79: note: (if you use '-fpermissive' or '-std=c++11', or '-std=gnu++11' G++ will accept your code)
 #define RAPIDJSON_DEFAULT_ALLOCATOR ::RAPIDJSON_NAMESPACE::MemoryPoolAllocator<::RAPIDJSON_NAMESPACE::CrtAllocator>
                                                                               ^
./rapidjson/include/rapidjson/document.h:667:51: note: in expansion of macro 'RAPIDJSON_DEFAULT_ALLOCATOR'
 template <typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR >
                                                   ^
In file included from ./rapidjson/include/rapidjson/schema.h:18:0,
                 from ./rapidjson.cpp:21:
./rapidjson/include/rapidjson/document.h: In member function 'rapidjson::GenericValue<Encoding, Allocator>& rapidjson::GenericValue<Encoding, Allocator>::operator[](const rapidjson::GenericValue<Encoding, SourceAllocator>&)':
./rapidjson/include/rapidjson/document.h:1247:13: warning: '__thread' before 'static'
             __thread static GenericValue buffer;
             ^
In file included from ./rapidjson/include/rapidjson/schema.h:18:0,
                 from ./rapidjson.cpp:21:
./rapidjson/include/rapidjson/document.h: At global scope:
./rapidjson/include/rapidjson/document.h:78:79: error: '<::' cannot begin a template-argument list [-fpermissive]
 #define RAPIDJSON_DEFAULT_ALLOCATOR ::RAPIDJSON_NAMESPACE::MemoryPoolAllocator<::RAPIDJSON_NAMESPACE::CrtAllocator>
                                                                               ^
./rapidjson/include/rapidjson/document.h:2498:51: note: in expansion of macro 'RAPIDJSON_DEFAULT_ALLOCATOR'
 template <typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR, typename StackAllocator = RAPIDJSON_DEFAULT_STACK_ALLOCATOR >
                                                   ^
./rapidjson/include/rapidjson/document.h:78:79: note: '<:' is an alternate spelling for '['. Insert whitespace between '<' and '::'
 #define RAPIDJSON_DEFAULT_ALLOCATOR ::RAPIDJSON_NAMESPACE::MemoryPoolAllocator<::RAPIDJSON_NAMESPACE::CrtAllocator>
                                                                               ^
./rapidjson/include/rapidjson/document.h:2498:51: note: in expansion of macro 'RAPIDJSON_DEFAULT_ALLOCATOR'
 template <typename Encoding, typename Allocator = RAPIDJSON_DEFAULT_ALLOCATOR, typename StackAllocator = RAPIDJSON_DEFAULT_STACK_ALLOCATOR >
                                                   ^
./rapidjson.cpp: In function 'bool accept_chunk_size_arg(PyObject*, size_t&)':
./rapidjson.cpp:742:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (PyErr_Occurred() || size < 4 || size > UINT_MAX) {
                                                      ^
./rapidjson.cpp: In function 'PyObject* load(PyObject*, PyObject*, PyObject*)':
./rapidjson.cpp:1836:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (PyErr_Occurred() || size < 4 || size > UINT_MAX) {
                                                      ^
./rapidjson.cpp: In function 'PyObject* decoder_call(PyObject*, PyObject*, PyObject*)':
./rapidjson.cpp:2110:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (PyErr_Occurred() || size < 4 || size > UINT_MAX) {
                                                      ^
./rapidjson.cpp: In instantiation of 'bool dumps_internal(WriterT*, PyObject*, PyObject*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) [with WriterT = rapidjson::Writer<rapidjson::GenericStringBuffer<rapidjson::ASCII<> >, rapidjson::UTF8<>, rapidjson::ASCII<> >; PyObject = _object]':
./rapidjson.cpp:3412:20:   required from here
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2478:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2493:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2563:21: note: in expansion of macro 'ASSERT_VALID_SIZE'
                     ASSERT_VALID_SIZE(l);
                     ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2603:21: note: in expansion of macro 'ASSERT_VALID_SIZE'
                     ASSERT_VALID_SIZE(l);
                     ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2979:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp: In instantiation of 'bool dumps_internal(WriterT*, PyObject*, PyObject*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) [with WriterT = rapidjson::Writer<rapidjson::GenericStringBuffer<rapidjson::UTF8<> > >; PyObject = _object]':
./rapidjson.cpp:3416:20:   required from here
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2478:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2493:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2563:21: note: in expansion of macro 'ASSERT_VALID_SIZE'
                     ASSERT_VALID_SIZE(l);
                     ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2603:21: note: in expansion of macro 'ASSERT_VALID_SIZE'
                     ASSERT_VALID_SIZE(l);
                     ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2979:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp: In instantiation of 'bool dumps_internal(WriterT*, PyObject*, PyObject*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) [with WriterT = rapidjson::PrettyWriter<rapidjson::GenericStringBuffer<rapidjson::ASCII<> >, rapidjson::UTF8<>, rapidjson::ASCII<> >; PyObject = _object]':
./rapidjson.cpp:3425:16:   required from here
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2478:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2493:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2563:21: note: in expansion of macro 'ASSERT_VALID_SIZE'
                     ASSERT_VALID_SIZE(l);
                     ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2603:21: note: in expansion of macro 'ASSERT_VALID_SIZE'
                     ASSERT_VALID_SIZE(l);
                     ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2979:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp: In instantiation of 'bool dumps_internal(WriterT*, PyObject*, PyObject*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) [with WriterT = rapidjson::PrettyWriter<rapidjson::GenericStringBuffer<rapidjson::UTF8<> > >; PyObject = _object]':
./rapidjson.cpp:3433:16:   required from here
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2478:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2493:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2563:21: note: in expansion of macro 'ASSERT_VALID_SIZE'
                     ASSERT_VALID_SIZE(l);
                     ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2603:21: note: in expansion of macro 'ASSERT_VALID_SIZE'
                     ASSERT_VALID_SIZE(l);
                     ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2979:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp: In instantiation of 'bool dumps_internal(WriterT*, PyObject*, PyObject*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) [with WriterT = rapidjson::Writer<PyWriteStreamWrapper, rapidjson::UTF8<>, rapidjson::ASCII<> >; PyObject = _object]':
./rapidjson.cpp:3463:20:   required from here
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2478:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2493:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2563:21: note: in expansion of macro 'ASSERT_VALID_SIZE'
                     ASSERT_VALID_SIZE(l);
                     ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2603:21: note: in expansion of macro 'ASSERT_VALID_SIZE'
                     ASSERT_VALID_SIZE(l);
                     ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2979:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp: In instantiation of 'bool dumps_internal(WriterT*, PyObject*, PyObject*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) [with WriterT = rapidjson::Writer<PyWriteStreamWrapper>; PyObject = _object]':
./rapidjson.cpp:3466:20:   required from here
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2478:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2493:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2563:21: note: in expansion of macro 'ASSERT_VALID_SIZE'
                     ASSERT_VALID_SIZE(l);
                     ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2603:21: note: in expansion of macro 'ASSERT_VALID_SIZE'
                     ASSERT_VALID_SIZE(l);
                     ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2979:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp: In instantiation of 'bool dumps_internal(WriterT*, PyObject*, PyObject*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) [with WriterT = rapidjson::PrettyWriter<PyWriteStreamWrapper, rapidjson::UTF8<>, rapidjson::ASCII<> >; PyObject = _object]':
./rapidjson.cpp:3474:16:   required from here
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2478:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2493:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2563:21: note: in expansion of macro 'ASSERT_VALID_SIZE'
                     ASSERT_VALID_SIZE(l);
                     ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2603:21: note: in expansion of macro 'ASSERT_VALID_SIZE'
                     ASSERT_VALID_SIZE(l);
                     ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2979:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp: In instantiation of 'bool dumps_internal(WriterT*, PyObject*, PyObject*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) [with WriterT = rapidjson::PrettyWriter<PyWriteStreamWrapper>; PyObject = _object]':
./rapidjson.cpp:3481:16:   required from here
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2478:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2493:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2563:21: note: in expansion of macro 'ASSERT_VALID_SIZE'
                     ASSERT_VALID_SIZE(l);
                     ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2603:21: note: in expansion of macro 'ASSERT_VALID_SIZE'
                     ASSERT_VALID_SIZE(l);
                     ^
./rapidjson.cpp:2338:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (l < 0 || l > UINT_MAX) {                                        \
                    ^
./rapidjson.cpp:2979:9: note: in expansion of macro 'ASSERT_VALID_SIZE'
         ASSERT_VALID_SIZE(l);
         ^
error: command '/scratch/work/textproc/py-rapidjson/work/.cwrapper/bin/gcc' failed with exit code 1
*** Error code 1

Stop.
make[1]: stopped in /tree/pkgsrc/textproc/py-rapidjson
*** Error code 1

Stop.
make: stopped in /tree/pkgsrc/textproc/py-rapidjson