/builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.10/site-packages/setuptools/config/setupcfg.py:463: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
  warnings.warn(msg, warning_class)
**********************
* Accellerated build *
**********************
running install
/builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
running build
running build_py
creating build
creating build/lib.-cpython-310
creating build/lib.-cpython-310/yarl
copying yarl/_quoting.py -> build/lib.-cpython-310/yarl
copying yarl/_quoting_py.py -> build/lib.-cpython-310/yarl
copying yarl/_url.py -> build/lib.-cpython-310/yarl
copying yarl/__init__.py -> build/lib.-cpython-310/yarl
running egg_info
writing yarl.egg-info/PKG-INFO
writing dependency_links to yarl.egg-info/dependency_links.txt
writing requirements to yarl.egg-info/requires.txt
writing top-level names to yarl.egg-info/top_level.txt
reading manifest file 'yarl.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 '*.cache' found anywhere in distribution
warning: no previously-included files found matching 'yarl/*.html'
warning: no previously-included files found matching 'yarl/*.so'
warning: no previously-included files found matching 'yarl/*.pyd'
no previously-included directories found matching 'docs/_build'
adding license file 'LICENSE'
writing manifest file 'yarl.egg-info/SOURCES.txt'
copying yarl/__init__.pyi -> build/lib.-cpython-310/yarl
copying yarl/_quoting_c.c -> build/lib.-cpython-310/yarl
copying yarl/_quoting_c.pyi -> build/lib.-cpython-310/yarl
copying yarl/_quoting_c.pyx -> build/lib.-cpython-310/yarl
copying yarl/py.typed -> build/lib.-cpython-310/yarl
warning: build_py: byte-compiling is disabled, skipping.

running build_ext
building 'yarl._quoting_c' extension
creating build/temp.-cpython-310
creating build/temp.-cpython-310/yarl
arc-openwrt-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/builder/shared-workdir/build/sdk/staging_dir/host/include -I/builder/shared-workdir/build/sdk/staging_dir/hostpkg/include -I/builder/shared-workdir/build/sdk/staging_dir/target-arc_archs_glibc/host/include -O2 -I/builder/shared-workdir/build/sdk/staging_dir/host/include -I/builder/shared-workdir/build/sdk/staging_dir/hostpkg/include -I/builder/shared-workdir/build/sdk/staging_dir/target-arc_archs_glibc/host/include -Os -pipe -matomic -mcpu=archs -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/pypi/yarl-1.6.3=yarl-1.6.3 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/usr/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/include -I/builder/shared-workdir/build/sdk/staging_dir/target-arc_archs_glibc/usr/include/python3.10 -fPIC -I/builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.10 -c yarl/_quoting_c.c -o build/temp.-cpython-310/yarl/_quoting_c.o
In file included from /builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.10/Python.h:50,
                 from yarl/_quoting_c.c:4:
/builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.10/pyport.h:746:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
  746 | #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
      |  ^~~~~
yarl/_quoting_c.c:201:41: warning: division by zero [-Wdiv-by-zero]
  201 |     enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
      |                                         ^
yarl/_quoting_c.c:201:12: error: enumerator value for '__pyx_check_sizeof_voidp' is not an integer constant
  201 |     enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
      |            ^~~~~~~~~~~~~~~~~~~~~~~~
yarl/_quoting_c.c: In function '__pyx_f_4yarl_10_quoting_c_9_Unquoter__do_unquote':
yarl/_quoting_c.c:5297:9: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
 5297 |         __pyx_t_2 = (__pyx_v_unquoted != Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_unquoted) != 0);
      |         ^~~~~~~~~
In file included from /builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.10/unicodeobject.h:1046,
                 from /builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.10/Python.h:83,
                 from yarl/_quoting_c.c:4:
/builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
yarl/_quoting_c.c:5297:9: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
 5297 |         __pyx_t_2 = (__pyx_v_unquoted != Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_unquoted) != 0);
      |         ^~~~~~~~~
In file included from /builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.10/unicodeobject.h:1046,
                 from /builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.10/Python.h:83,
                 from yarl/_quoting_c.c:4:
/builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
  580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      |                                             ^~~~~~~~~~~~~~~~~~~
yarl/_quoting_c.c:5297:9: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
 5297 |         __pyx_t_2 = (__pyx_v_unquoted != Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_unquoted) != 0);
      |         ^~~~~~~~~
In file included from /builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.10/unicodeobject.h:1046,
                 from /builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.10/Python.h:83,
                 from yarl/_quoting_c.c:4:
/builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
yarl/_quoting_c.c: In function '__Pyx_UnicodeContainsUCS4':
yarl/_quoting_c.c:10430:1: warning: control reaches end of non-void function [-Wreturn-type]
10430 | }
      | ^
error: command '/builder/shared-workdir/build/sdk/staging_dir/toolchain-arc_archs_gcc-11.3.0_glibc/bin/arc-openwrt-linux-gnu-gcc' failed with exit code 1
make[3]: *** [Makefile:48: /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_glibc/pypi/yarl-1.6.3/.built] Error 1
time: package/feeds/packages/python-yarl/compile#1.52#0.21#2.43