MidnightBSD Magus

devel/py-frozenlist

List-like structure which implements collections.abc.MutableSequence

Flavor Version Run OSVersion Arch License Restricted Build Fetch Test Scan
py313 1.4.0_1 642 4.1 amd64 Apache-2.0 0 fail pass untested untested

License Permissions:

Events

Machine Phase Type Time Message
m4164b fetch info 2026-07-06 14:23:17.110145 Fetch Started
m4164b fetch pass 2026-07-06 14:23:18.11677 Fetch complete.
m4164b build info 2026-07-10 05:13:55.388952 Build Started
m4164b build fail 2026-07-10 05:14:26.274825 make build returned non-zero: 1
m4164b build fail 2026-07-10 05:14:26.380528 Build complete.

Build Log

===>  Building for py313-frozenlist-1.4.0_1
*********************
* Accelerated build *
*********************
running build
running build_py
creating build
creating build/lib.midnightbsd-4.1-amd64-cpython-313
creating build/lib.midnightbsd-4.1-amd64-cpython-313/frozenlist
copying frozenlist/__init__.py -> build/lib.midnightbsd-4.1-amd64-cpython-313/frozenlist
running egg_info
writing frozenlist.egg-info/PKG-INFO
writing dependency_links to frozenlist.egg-info/dependency_links.txt
writing top-level names to frozenlist.egg-info/top_level.txt
reading manifest file 'frozenlist.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyd' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.lib' found anywhere in distribution
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.a' found anywhere in distribution
warning: no previously-included files matching '*.obj' found anywhere in distribution
warning: no previously-included files found matching 'frozenlist/*.html'
no previously-included directories found matching 'docs/_build'
adding license file 'LICENSE'
writing manifest file 'frozenlist.egg-info/SOURCES.txt'
copying frozenlist/__init__.pyi -> build/lib.midnightbsd-4.1-amd64-cpython-313/frozenlist
copying frozenlist/_frozenlist.pyx -> build/lib.midnightbsd-4.1-amd64-cpython-313/frozenlist
copying frozenlist/py.typed -> build/lib.midnightbsd-4.1-amd64-cpython-313/frozenlist
running build_ext
building 'frozenlist._frozenlist' extension
creating build/temp.midnightbsd-4.1-amd64-cpython-313
creating build/temp.midnightbsd-4.1-amd64-cpython-313/frozenlist
cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -fPIC -I/usr/local/include/python3.13 -c frozenlist/_frozenlist.c -o build/temp.midnightbsd-4.1-amd64-cpython-313/frozenlist/_frozenlist.o
frozenlist/_frozenlist.c:1165:59: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1165 | static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
      |                                                           ^
/usr/local/include/python3.13/cpython/unicodeobject.h:10:1: note: 'Py_UNICODE' has been explicitly marked deprecated here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      | ^
/usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED'
  251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
      |                                                      ^
frozenlist/_frozenlist.c:1167:11: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 1167 |     const Py_UNICODE *u_end = u;
      |           ^
/usr/local/include/python3.13/cpython/unicodeobject.h:10:1: note: 'Py_UNICODE' has been explicitly marked deprecated here
   10 | Py_DEPRECATED(3.13) typedef wchar_t Py_UNICODE;
      | ^
/usr/local/include/python3.13/pyport.h:251:54: note: expanded from macro 'Py_DEPRECATED'
  251 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
      |                                                      ^
frozenlist/_frozenlist.c:11647:67: error: too few arguments to function call, expected 6, have 5
 11645 |                 ret = _PyLong_AsByteArray((PyLongObject *)v,
       |                       ~~~~~~~~~~~~~~~~~~~
 11646 |                                            bytes, sizeof(val),
 11647 |                                            is_little, !is_unsigned);
       |                                                                   ^
/usr/local/include/python3.13/cpython/longobject.h:111:17: note: '_PyLong_AsByteArray' declared here
  111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v,
      |                 ^                   ~~~~~~~~~~~~~~~~
  112 |     unsigned char* bytes, size_t n,
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  113 |     int little_endian, int is_signed, int with_exceptions);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
frozenlist/_frozenlist.c:11973:67: error: too few arguments to function call, expected 6, have 5
 11971 |                 ret = _PyLong_AsByteArray((PyLongObject *)v,
       |                       ~~~~~~~~~~~~~~~~~~~
 11972 |                                            bytes, sizeof(val),
 11973 |                                            is_little, !is_unsigned);
       |                                                                   ^
/usr/local/include/python3.13/cpython/longobject.h:111:17: note: '_PyLong_AsByteArray' declared here
  111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v,
      |                 ^                   ~~~~~~~~~~~~~~~~
  112 |     unsigned char* bytes, size_t n,
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  113 |     int little_endian, int is_signed, int with_exceptions);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings and 2 errors generated.
error: command '/usr/bin/cc' failed with exit code 1
*** Error code 1

Stop.
make: stopped in /usr/mports/devel/py-frozenlist

Links

Depends On

Depend Of

Categories

CVEs

  • Loading CVE information...

LLM Analysis