=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: lang/python/egg.mk is deprecated; use lang/python/wheel.mk instead. ===> 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 py313-jsonlib-1.6.1nb1 (cd /usr/pkgsrc/textproc/py-jsonlib3/work/jsonlib-python3-1.6.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/python3.13 CC=gcc CFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.13 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.13 CXX=c++ CXXFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.13 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=-Wl,-zrelro\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/usr/pkgsrc/textproc/py-jsonlib3/work/.cwrapper/bin:/usr/pkgsrc/textproc/py-jsonlib3/work/.buildlink/bin:/usr/pkgsrc/textproc/py-jsonlib3/work/.gcc/bin:/usr/pkgsrc/textproc/py-jsonlib3/work/.tools/bin:/usr/pkg/bin:/sbin:/usr/pkg/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/usr/pbulk/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= ftp_proxy=downloads-forbidden-except-during-fetch http_proxy=downloads-forbidden-except-during-fetch https_proxy=downloads-forbidden-except-during-fetch no_proxy= PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp HOME=/usr/pkgsrc/textproc/py-jsonlib3/work/.home CWRAPPERS_CONFIG_DIR=/usr/pkgsrc/textproc/py-jsonlib3/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=/usr/pkgsrc/textproc/py-jsonlib3/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/usr/pkgsrc/textproc/py-jsonlib3/work/.tools/bin/itstool GDBUS_CODEGEN=/usr/pkgsrc/textproc/py-jsonlib3/work/.tools/bin/gdbus-codegen PKG_CONFIG=/usr/pkgsrc/textproc/py-jsonlib3/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/usr/pkgsrc/textproc/py-jsonlib3/work/.buildlink/lib/pkgconfig:/usr/pkgsrc/textproc/py-jsonlib3/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/usr/pkgsrc/textproc/py-jsonlib3/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/usr/pkgsrc/textproc/py-jsonlib3/work/.cwrapper/config /usr/pkg/bin/python3.13 setup.py build ) _jsonlib.c:38:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 38 | Py_UNICODE *start, *end, *index; | ^~~~~~~~~~ _jsonlib.c:38:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c:38:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c:42:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 42 | Py_UNICODE *stringparse_buffer; | ^~~~~~~~~~ _jsonlib.c:65:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 65 | parse_string_full (Parser *, Py_UNICODE *, size_t); | ^~~~~~~~~~~~~~~~~ _jsonlib.c:68:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 68 | parse_unicode_escape (Parser *, Py_UNICODE *, Py_UNICODE *, | ^~~~~~~~~~~~~~~~~~~~ _jsonlib.c:68:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c:78:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 78 | skip_whitespace (Parser *, Py_UNICODE *, const char *); | ^~~~~~~~~~~~~~~ _jsonlib.c:81:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 81 | skip_char (Parser *, Py_UNICODE, const char *); | ^~~~~~~~~ _jsonlib.c:90:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 90 | parser_raise_unterminated_string (Parser *, Py_UNICODE *); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _jsonlib.c: In function 'jsonlib_read': _jsonlib.c:105:17: warning: implicit declaration of function 'PyUnicode_AsUnicode'; did you mean 'PyUnicode_Decode'? [-Wimplicit-function-declaration] 105 | parser.start = PyUnicode_AsUnicode (text); | ^~~~~~~~~~~~~~~~~~~ | PyUnicode_Decode _jsonlib.c:105:15: warning: assignment to 'Py_UNICODE *' {aka 'int *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 105 | parser.start = PyUnicode_AsUnicode (text); | ^ _jsonlib.c:106:30: warning: implicit declaration of function 'PyUnicode_GetSize'; did you mean 'PyUnicode_Resize'? [-Wimplicit-function-declaration] 106 | parser.end = parser.start + PyUnicode_GetSize (text); | ^~~~~~~~~~~~~~~~~ | PyUnicode_Resize _jsonlib.c: In function 'parse_raw': _jsonlib.c:128:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 128 | Py_UNICODE c; | ^~~~~~~~~~ _jsonlib.c: In function 'parse_object': _jsonlib.c:181:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 181 | Py_UNICODE *start = parser->index; | ^~~~~~~~~~ _jsonlib.c: In function 'parse_array': _jsonlib.c:255:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 255 | Py_UNICODE *start = parser->index; | ^~~~~~~~~~ _jsonlib.c: In function 'parse_string': _jsonlib.c:309:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 309 | Py_UNICODE c, *start, *end = parser->end; | ^~~~~~~~~~ _jsonlib.c:309:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c:309:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c:318:10: warning: implicit declaration of function 'PyUnicode_FromUnicode'; did you mean 'PyUnicode_FSDecoder'? [-Wimplicit-function-declaration] 318 | return PyUnicode_FromUnicode (NULL, 0); | ^~~~~~~~~~~~~~~~~~~~~ | PyUnicode_FSDecoder _jsonlib.c:318:10: warning: returning 'int' from a function with return type 'PyObject *' {aka 'struct _object *'} makes pointer from integer without a cast [-Wint-conversion] 318 | return PyUnicode_FromUnicode (NULL, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _jsonlib.c:356:15: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 356 | if ((unicode = PyUnicode_FromUnicode (start + 1, ii - 1))) | ^ _jsonlib.c: At top level: _jsonlib.c:363:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 363 | parse_string_full (Parser *parser, Py_UNICODE *start, size_t max_char_count) | ^~~~~~~~~~~~~~~~~ _jsonlib.c: In function 'parse_string_full': _jsonlib.c:367:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 367 | Py_UNICODE c, *buffer; | ^~~~~~~~~~ _jsonlib.c:367:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c:375:3: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 375 | Py_UNICODE *new_buffer; | ^~~~~~~~~~ _jsonlib.c:378:3: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 378 | new_buffer = PyMem_Resize (buffer, Py_UNICODE, new_size); | ^~~~~~~~~~ _jsonlib.c:378:3: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c:378:3: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c:404:13: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 404 | unicode = PyUnicode_FromUnicode (buffer, buffer_idx); | ^ _jsonlib.c: At top level: _jsonlib.c:454:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 454 | read_4hex (Py_UNICODE *start, Py_UNICODE *retval_ptr) | ^~~~~~~~~ _jsonlib.c:454:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c: In function 'read_4hex': _jsonlib.c:458:12: warning: implicit declaration of function 'PyLong_FromUnicode'; did you mean 'PyLong_FromPid'? [-Wimplicit-function-declaration] 458 | py_long = PyLong_FromUnicode (start, 4, 16); | ^~~~~~~~~~~~~~~~~~ | PyLong_FromPid _jsonlib.c:458:10: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 458 | py_long = PyLong_FromUnicode (start, 4, 16); | ^ _jsonlib.c:461:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 461 | (*retval_ptr) = (Py_UNICODE) (PyLong_AsUnsignedLong (py_long)); | ^ _jsonlib.c: At top level: _jsonlib.c:467:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 467 | parse_unicode_escape (Parser *parser, Py_UNICODE *string_start, Py_UNICODE *buffer, | ^~~~~~~~~~~~~~~~~~~~ _jsonlib.c:467:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c: In function 'parse_unicode_escape': _jsonlib.c:472:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 472 | Py_UNICODE value; | ^~~~~~~~~~ _jsonlib.c:494:3: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 494 | Py_UNICODE upper = value, lower; | ^~~~~~~~~~ _jsonlib.c:494:3: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c: In function 'keyword_compare': _jsonlib.c:556:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 556 | Py_UNICODE *index = parser->index; | ^~~~~~~~~~ _jsonlib.c:558:26: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare] 558 | if (parser->end - index < len) | ^ _jsonlib.c: In function 'parse_number': _jsonlib.c:591:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 591 | Py_UNICODE *ptr; | ^~~~~~~~~~ _jsonlib.c:646:14: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 646 | if (!(str = PyUnicode_FromUnicode (parser->index, | ^ _jsonlib.c:663:11: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 663 | object = PyLong_FromUnicode (parser->index, | ^ _jsonlib.c: At top level: _jsonlib.c:676:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 676 | skip_whitespace (Parser *parser, Py_UNICODE *start, const char *message) | ^~~~~~~~~~~~~~~ _jsonlib.c: In function 'skip_whitespace': _jsonlib.c:678:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 678 | Py_UNICODE *index = parser->index, *end = parser->end; | ^~~~~~~~~~ _jsonlib.c:678:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c: At top level: _jsonlib.c:714:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 714 | skip_char (Parser *parser, Py_UNICODE c, const char *message) | ^~~~~~~~~ _jsonlib.c:741:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 741 | parser_raise_unterminated_string (Parser *parser, Py_UNICODE *start) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _jsonlib.c:763:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 763 | Py_UNICODE *buffer; | ^~~~~~~~~~ _jsonlib.c:786:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 786 | Py_UNICODE *buffer; | ^~~~~~~~~~ _jsonlib.c:860:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 860 | serializer_raise_reserved_cp (Serializer *, Py_UNICODE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ _jsonlib.c: In function 'serializer_run': _jsonlib.c:971:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 971 | Py_UNICODE fixed_buffer[FIXED_BUFFER_SIZE]; | ^~~~~~~~~~ _jsonlib.c: At top level: _jsonlib.c:1383:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 1383 | serializer_validate_string (Serializer *s, Py_UNICODE *chars, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ _jsonlib.c: In function 'serialize_string': _jsonlib.c:1415:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 1415 | Py_UNICODE *chars, c; | ^~~~~~~~~~ _jsonlib.c:1415:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c:1422:10: warning: implicit declaration of function 'PyUnicode_AS_UNICODE'; did you mean 'PyUnicode_IS_ASCII'? [-Wimplicit-function-declaration] 1422 | chars = PyUnicode_AS_UNICODE (value); | ^~~~~~~~~~~~~~~~~~~~ | PyUnicode_IS_ASCII _jsonlib.c:1422:8: warning: assignment to 'Py_UNICODE *' {aka 'int *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 1422 | chars = PyUnicode_AS_UNICODE (value); | ^ _jsonlib.c:1423:15: warning: implicit declaration of function 'PyUnicode_GET_SIZE'; did you mean 'PyDict_GET_SIZE'? [-Wimplicit-function-declaration] 1423 | char_count = PyUnicode_GET_SIZE (value); | ^~~~~~~~~~~~~~~~~~ | PyDict_GET_SIZE _jsonlib.c: At top level: _jsonlib.c:1579:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 1579 | escape_unichar (Py_UNICODE c, Py_UNICODE *p) | ^~~~~~~~~~~~~~ _jsonlib.c:1579:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c:1580:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 1580 | { | ^ _jsonlib.c: In function 'escape_unichar': _jsonlib.c:1598:3: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 1598 | Py_UNICODE reduced, upper, lower; | ^~~~~~~~~~ _jsonlib.c:1598:3: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c:1598:3: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c: In function 'escape_string_ascii': _jsonlib.c:1634:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 1634 | Py_UNICODE *old_buffer, *p, c; | ^~~~~~~~~~ _jsonlib.c:1634:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c:1634:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c:1637:13: warning: assignment to 'Py_UNICODE *' {aka 'int *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 1637 | old_buffer = PyUnicode_AS_UNICODE (value); | ^ _jsonlib.c:1686:15: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 1686 | if (!(retval = PyUnicode_FromUnicode (NULL, new_buffer_size))) | ^ _jsonlib.c:1690:4: warning: assignment to 'Py_UNICODE *' {aka 'int *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 1690 | p = PyUnicode_AS_UNICODE (retval); | ^ _jsonlib.c: In function 'escape_string_unicode': _jsonlib.c:1714:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 1714 | Py_UNICODE *old_buffer, *p, c; | ^~~~~~~~~~ _jsonlib.c:1714:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c:1714:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c:1717:13: warning: assignment to 'Py_UNICODE *' {aka 'int *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 1717 | old_buffer = PyUnicode_AS_UNICODE (value); | ^ _jsonlib.c:1756:15: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 1756 | if (!(retval = PyUnicode_FromUnicode (NULL, new_buffer_size))) | ^ _jsonlib.c:1760:4: warning: assignment to 'Py_UNICODE *' {aka 'int *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 1760 | p = PyUnicode_AS_UNICODE (retval); | ^ _jsonlib.c: At top level: _jsonlib.c:1892:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 1892 | serializer_raise_reserved_cp (Serializer *s, Py_UNICODE c) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ _jsonlib.c: In function 'serializer_append_unicode': _jsonlib.c:1919:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 1919 | Py_UNICODE *text = PyUnicode_AS_UNICODE (obj); | ^~~~~~~~~~ _jsonlib.c:1919:21: warning: initialization of 'Py_UNICODE *' {aka 'int *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 1919 | Py_UNICODE *text = PyUnicode_AS_UNICODE (obj); | ^~~~~~~~~~~~~~~~~~~~ _jsonlib.c: In function 'buffer_serializer_flush': _jsonlib.c:1961:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 1961 | memcpy (lst->buffer, base->buffer, | ^~~~~~ _jsonlib.c:1961:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c: In function 'alloc_buffer_list': _jsonlib.c:1977:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 1977 | lst->buffer = PyMem_Malloc (sizeof (Py_UNICODE) * FIXED_BUFFER_SIZE); | ^~~ _jsonlib.c: In function 'buffer_serializer_merge': _jsonlib.c:1989:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 1989 | Py_UNICODE *raw_merged; | ^~~~~~~~~~ _jsonlib.c:1999:2: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 1999 | if (!(raw_merged = PyMem_Malloc (sizeof (Py_UNICODE) * total))) | ^~ _jsonlib.c:2005:3: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 2005 | memcpy (raw_merged + offset, lst->buffer, | ^~~~~~ _jsonlib.c:2005:3: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] _jsonlib.c:2013:12: warning: implicit declaration of function 'PyUnicode_Encode'; did you mean 'PyUnicode_Decode'? [-Wimplicit-function-declaration] 2013 | merged = PyUnicode_Encode (raw_merged, total, s->encoding, | ^~~~~~~~~~~~~~~~ | PyUnicode_Decode _jsonlib.c:2013:10: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 2013 | merged = PyUnicode_Encode (raw_merged, total, s->encoding, | ^ _jsonlib.c:2019:10: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 2019 | merged = PyUnicode_FromUnicode (raw_merged, total); | ^ _jsonlib.c: In function 'stream_serializer_flush': _jsonlib.c:2047:7: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 2047 | obj = PyUnicode_Encode (base->buffer, base->buffer_size, | ^ _jsonlib.c:2053:7: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 2053 | obj = PyUnicode_FromUnicode(base->buffer, base->buffer_size); | ^ ld: cannot find -latomic ld: cannot find -latomic error: command '/usr/pkgsrc/textproc/py-jsonlib3/work/.cwrapper/bin/gcc' failed with exit code 1 Exception ignored in: Traceback (most recent call last): File "/usr/pkg/lib/python3.13/threading.py", line 1383, in __del__ TypeError: 'NoneType' object does not support the context manager protocol *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/textproc/py-jsonlib3 *** Error code 1 Stop. make: stopped in /usr/pkgsrc/textproc/py-jsonlib3