Requirement already satisfied: cffi==1.15.0 in /builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.10/site-packages (from -r ../host-pip-requirements/cffi.txt (line 1)) (1.15.0) Requirement already satisfied: pycparser==2.21 in /builder/shared-workdir/build/sdk/staging_dir/hostpkg/lib/python3.10/site-packages (from -r ../host-pip-requirements/cffi.txt (line 2)) (2.21) /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) 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/bcrypt copying src/bcrypt/__init__.py -> build/lib.-cpython-310/bcrypt copying src/bcrypt/__about__.py -> build/lib.-cpython-310/bcrypt warning: build_py: byte-compiling is disabled, skipping. running build_ext generating cffi module 'build/temp.-cpython-310/_bcrypt.c' creating build/temp.-cpython-310 building '_bcrypt' extension creating build/temp.-cpython-310/build creating build/temp.-cpython-310/build/temp.-cpython-310 creating build/temp.-cpython-310/src creating build/temp.-cpython-310/src/_csrc arm-openwrt-linux-muslgnueabi-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-arm_cortex-a9+neon_musl_eabi/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-arm_cortex-a9+neon_musl_eabi/host/include -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -mfloat-abi=hard -ffile-prefix-map=/builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/pypi/bcrypt-3.1.7=bcrypt-3.1.7 -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-arm_cortex-a9+neon_gcc-12.2.0_musl_eabi/usr/include -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-12.2.0_musl_eabi/include/fortify -I/builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-12.2.0_musl_eabi/include -I/builder/shared-workdir/build/sdk/staging_dir/target-arm_cortex-a9+neon_musl_eabi/usr/include/python3.10 -fPIC -Isrc/_csrc -I/builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.10 -c build/temp.-cpython-310/_bcrypt.c -o build/temp.-cpython-310/build/temp.-cpython-310/_bcrypt.o In file included from /builder/shared-workdir/build/sdk/staging_dir/hostpkg/include/python3.10/Python.h:50, from build/temp.-cpython-310/_bcrypt.c:57: /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?)." | ^~~~~ In file included from src/_csrc/pycabcrypt.h:7, from build/temp.-cpython-310/_bcrypt.c:570: src/_csrc/portable_endian.h:35: warning: "htobe16" redefined 35 | # define htobe16(x) htons(x) | In file included from /builder/shared-workdir/build/sdk/staging_dir/host/include/endian.h:6, from /builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-12.2.0_musl_eabi/include/sys/types.h:70, from src/_csrc/pycabcrypt.h:4: /builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-12.2.0_musl_eabi/include/endian.h:35: note: this is the location of the previous definition 35 | #define htobe16(x) __bswap16(x) | src/_csrc/portable_endian.h:36: warning: "htole16" redefined 36 | # define htole16(x) (x) | /builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-12.2.0_musl_eabi/include/endian.h:41: note: this is the location of the previous definition 41 | #define htole16(x) (uint16_t)(x) | src/_csrc/portable_endian.h:37: warning: "be16toh" redefined 37 | # define be16toh(x) ntohs(x) | /builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-12.2.0_musl_eabi/include/endian.h:36: note: this is the location of the previous definition 36 | #define be16toh(x) __bswap16(x) | src/_csrc/portable_endian.h:38: warning: "le16toh" redefined 38 | # define le16toh(x) (x) | /builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-12.2.0_musl_eabi/include/endian.h:42: note: this is the location of the previous definition 42 | #define le16toh(x) (uint16_t)(x) | src/_csrc/portable_endian.h:40: warning: "htobe32" redefined 40 | # define htobe32(x) htonl(x) | /builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-12.2.0_musl_eabi/include/endian.h:37: note: this is the location of the previous definition 37 | #define htobe32(x) __bswap32(x) | src/_csrc/portable_endian.h:41: warning: "htole32" redefined 41 | # define htole32(x) (x) | /builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-12.2.0_musl_eabi/include/endian.h:43: note: this is the location of the previous definition 43 | #define htole32(x) (uint32_t)(x) | src/_csrc/portable_endian.h:42: warning: "be32toh" redefined 42 | # define be32toh(x) ntohl(x) | /builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-12.2.0_musl_eabi/include/endian.h:38: note: this is the location of the previous definition 38 | #define be32toh(x) __bswap32(x) | src/_csrc/portable_endian.h:43: warning: "le32toh" redefined 43 | # define le32toh(x) (x) | /builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-12.2.0_musl_eabi/include/endian.h:44: note: this is the location of the previous definition 44 | #define le32toh(x) (uint32_t)(x) | src/_csrc/portable_endian.h:45: warning: "htobe64" redefined 45 | # define htobe64(x) (((uint64_t)htonl(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)htonl(((uint32_t)(x)))) << 32)) | /builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-12.2.0_musl_eabi/include/endian.h:39: note: this is the location of the previous definition 39 | #define htobe64(x) __bswap64(x) | src/_csrc/portable_endian.h:46: warning: "htole64" redefined 46 | # define htole64(x) (x) | /builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-12.2.0_musl_eabi/include/endian.h:45: note: this is the location of the previous definition 45 | #define htole64(x) (uint64_t)(x) | src/_csrc/portable_endian.h:47: warning: "be64toh" redefined 47 | # define be64toh(x) (((uint64_t)ntohl(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t)ntohl(((uint32_t)(x)))) << 32)) | /builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-12.2.0_musl_eabi/include/endian.h:40: note: this is the location of the previous definition 40 | #define be64toh(x) __bswap64(x) | src/_csrc/portable_endian.h:48: warning: "le64toh" redefined 48 | # define le64toh(x) (x) | /builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-12.2.0_musl_eabi/include/endian.h:46: note: this is the location of the previous definition 46 | #define le64toh(x) (uint64_t)(x) | error: command '/builder/shared-workdir/build/sdk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-12.2.0_musl_eabi/bin/arm-openwrt-linux-muslgnueabi-gcc' failed with exit code 1 make[3]: *** [Makefile:48: /builder/shared-workdir/build/sdk/build_dir/target-arm_cortex-a9+neon_musl_eabi/pypi/bcrypt-3.1.7/.built] Error 1 time: package/feeds/packages/bcrypt/compile#2.85#0.51#3.80