Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dev-python/zstandard-0.23.0 fail to build wheel
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
tckosvic
Apprentice
Apprentice


Joined: 18 Apr 2023
Posts: 166

PostPosted: Fri Feb 21, 2025 4:29 pm    Post subject: dev-python/zstandard-0.23.0 fail to build wheel Reply with quote

A world file emerge failed at dev-python/zstandard-0.23.0. Excluding that allowed world to emerge.

In re-emerging world and including dev-python/zstandard-0.23.0., I receieved "wheel build failure". Code is presented below:

Code:

gentooVM ~ # time emerge --ask --verbose --update --deep --newuse  @world

These are the packages that would be merged, in order:

Calculating dependencies                  ... done!         
Dependency resolution took 87.46 s (backtrack: 0/20).

[ebuild   R    ] dev-python/zstandard-0.23.0::gentoo  USE="-debug -test" PYTHON_TARGETS="python3_11 python3_12 -pypy3 -pypy3_11% -python3_10 -python3_13" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB

Would you like to merge these packages? [Yes/No] y

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) dev-python/zstandard-0.23.0::gentoo
 * python-zstandard-0.23.0.gh.tar.gz BLAKE2B SHA512 size ;-) ...                                                                                                    [ ok ]
>>> Unpacking source...
>>> Unpacking python-zstandard-0.23.0.gh.tar.gz to /var/tmp/portage/dev-python/zstandard-0.23.0/work
>>> Source unpacked in /var/tmp/portage/dev-python/zstandard-0.23.0/work
>>> Preparing source in /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0 ...
 * Build system packages:
 *   dev-python/gpep517            : 16
 *   dev-python/installer          : 0.7.0
 *   dev-python/cython             : 3.0.12
 *   dev-python/setuptools         : 75.8.0
 *   dev-python/setuptools-rust    :
 *   dev-python/setuptools-scm     : 8.1.0
 *   dev-python/wheel              : 0.45.1
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0 ...
 * python3_11: running distutils-r1_run_phase distutils-r1_python_compile
 * setuptools.build_meta:__legacy__ backend is deprecated.  Please see:
 * https://projects.gentoo.org/python/guide/qawarn.html#deprecated-pep-517-backends
 * The eclass will be using setuptools.build_meta instead.
 *   Building the wheel for python-zstandard-0.23.0 via setuptools.build_meta
python3.11 -m gpep517 build-wheel --prefix=/usr --backend setuptools.build_meta --output-fd 3 --wheel-dir /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_11/wheel --config-json {"--build-option": ["--no-c-backend"]}
2025-02-21 10:16:24,526 gpep517 INFO Building wheel via backend setuptools.build_meta
<string>:41: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
<string>:42: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
2025-02-21 10:16:24,898 root INFO creating build
regenerated: 'build/zstandard/_cffi.c'
/usr/lib/python3.11/site-packages/setuptools/_distutils/dist.py:270: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/usr/lib/python3.11/site-packages/setuptools/_distutils/dist.py:270: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
2025-02-21 10:16:25,179 root INFO running bdist_wheel
2025-02-21 10:16:25,225 root INFO running build
2025-02-21 10:16:25,225 root INFO running build_py
2025-02-21 10:16:25,245 root INFO creating /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_11/build/lib.linux-x86_64-cpython-311/zstandard
2025-02-21 10:16:25,246 root INFO copying zstandard/__init__.py -> /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_11/build/lib.linux-x86_64-cpython-311/zstandard
2025-02-21 10:16:25,247 root INFO copying zstandard/backend_cffi.py -> /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_11/build/lib.linux-x86_64-cpython-311/zstandard
2025-02-21 10:16:25,249 root INFO copying zstandard/__init__.pyi -> /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_11/build/lib.linux-x86_64-cpython-311/zstandard
2025-02-21 10:16:25,250 root INFO copying zstandard/py.typed -> /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_11/build/lib.linux-x86_64-cpython-311/zstandard
2025-02-21 10:16:25,251 root WARNING warning: build_py: byte-compiling is disabled, skipping.

2025-02-21 10:16:25,251 root INFO running build_ext
2025-02-21 10:16:25,281 root INFO building 'zstandard._cffi' extension
2025-02-21 10:16:25,282 root INFO creating /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_11/build/temp.linux-x86_64-cpython-311/build/zstandard
2025-02-21 10:16:25,282 root INFO creating /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_11/build/temp.linux-x86_64-cpython-311/zstd
2025-02-21 10:16:25,283 root INFO x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DNDEBUG -fPIC -I/var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0/zstd -I/usr/include/python3.11 -c build/zstandard/_cffi.c -o /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_11/build/temp.linux-x86_64-cpython-311/build/zstandard/_cffi.o
build/zstandard/_cffi.c: In function ‘_cffi_const_ZSTD_frameHeader’:
build/zstandard/_cffi.c:12692:30: error: expected expression before ‘<=’ token
12692 |   int n = (ZSTD_frameHeader) <= 0;
      |                              ^~
build/zstandard/_cffi.c:12693:48: error: expected expression before ‘|’ token
12693 |   *o = (unsigned long long)((ZSTD_frameHeader) | 0);  /* check that ZSTD_frameHeader is an integer */
      |                                                ^
build/zstandard/_cffi.c: In function ‘_cffi_const_ZSTD_frameType_e’:
build/zstandard/_cffi.c:12699:30: error: expected expression before ‘<=’ token
12699 |   int n = (ZSTD_frameType_e) <= 0;
      |                              ^~
build/zstandard/_cffi.c:12700:48: error: expected expression before ‘|’ token
12700 |   *o = (unsigned long long)((ZSTD_frameType_e) | 0);  /* check that ZSTD_frameType_e is an integer */
      |                                                ^
build/zstandard/_cffi.c: In function ‘_cffi_const_ZSTD_paramSwitch_e’:
build/zstandard/_cffi.c:12706:32: error: expected expression before ‘<=’ token
12706 |   int n = (ZSTD_paramSwitch_e) <= 0;
      |                                ^~
build/zstandard/_cffi.c:12707:50: error: expected expression before ‘|’ token
12707 |   *o = (unsigned long long)((ZSTD_paramSwitch_e) | 0);  /* check that ZSTD_paramSwitch_e is an integer */
      |                                                  ^
build/zstandard/_cffi.c: In function ‘_cffi_const_ZSTD_sequenceFormat_e’:
build/zstandard/_cffi.c:12713:35: error: expected expression before ‘<=’ token
12713 |   int n = (ZSTD_sequenceFormat_e) <= 0;
      |                                   ^~
build/zstandard/_cffi.c:12714:53: error: expected expression before ‘|’ token
12714 |   *o = (unsigned long long)((ZSTD_sequenceFormat_e) | 0);  /* check that ZSTD_sequenceFormat_e is an integer */
      |                                                     ^
error: command '/usr/bin/x86_64-pc-linux-gnu-gcc' failed with exit code 1
generating build/zstandard/_cffi.c
 * ERROR: dev-python/zstandard-0.23.0::gentoo failed (compile phase):
 *   Wheel build failed
 *
 * Call stack:
 *     ebuild.sh, line  136:  Called src_compile
 *   environment, line 3644:  Called distutils-r1_src_compile
 *   environment, line 1791:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  629:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 3256:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2801:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2799:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1060:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line 1773:  Called distutils-r1_python_compile
 *   environment, line 1595:  Called distutils_pep517_install '/var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_11/install'
 *   environment, line 2123:  Called die
 * The specific snippet of code:
 *       local wheel=$("${cmd[@]}" 3>&1 1>&2 || die "Wheel build failed");
 *
 * If you need support, post the output of `emerge --info '=dev-python/zstandard-0.23.0::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/zstandard-0.23.0::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/zstandard-0.23.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/zstandard-0.23.0/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0'
 * S: '/var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0'

>>> Failed to emerge dev-python/zstandard-0.23.0, Log file:

>>>  '/var/tmp/portage/dev-python/zstandard-0.23.0/temp/build.log'

 * Messages for package dev-python/zstandard-0.23.0:

 * ERROR: dev-python/zstandard-0.23.0::gentoo failed (compile phase):
 *   Wheel build failed
 *
 * Call stack:
 *     ebuild.sh, line  136:  Called src_compile
 *   environment, line 3644:  Called distutils-r1_src_compile
 *   environment, line 1791:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  629:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 3256:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2801:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2799:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1060:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line 1773:  Called distutils-r1_python_compile
 *   environment, line 1595:  Called distutils_pep517_install '/var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_11/install'
 *   environment, line 2123:  Called die
 * The specific snippet of code:
 *       local wheel=$("${cmd[@]}" 3>&1 1>&2 || die "Wheel build failed");
 *
 * If you need support, post the output of `emerge --info '=dev-python/zstandard-0.23.0::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/zstandard-0.23.0::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/zstandard-0.23.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/zstandard-0.23.0/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0'
 * S: '/var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0'

real    14m45.390s
user    0m46.068s
sys     0m2.778s
gentooVM ~ #


Need some guidance for emerging zstandard. My user is a member of wheel.

thanks, tom kosviuc
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1520
Location: Earth

PostPosted: Fri Feb 21, 2025 8:07 pm    Post subject: Reply with quote

just emerged dev-python/zstandard - no problems - the only difference is dev-python/cython-3.0.11 and not 12.

8)
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
freke
Veteran
Veteran


Joined: 23 Jan 2003
Posts: 1052
Location: Somewhere in Denmark

PostPosted: Fri Feb 21, 2025 8:47 pm    Post subject: Reply with quote

Seeing the same (OP seems to be using Python3.11, but 3.12 errors in same way)
Code:
ns ~ # emerge -va1 dev-python/zstandard

These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 4.56 s (backtrack: 0/20).

[ebuild  N     ] dev-python/zstandard-0.23.0::gentoo  USE="-debug -test" PYTHON_TARGETS="python3_12 -pypy3 -pypy3_11 -python3_10 -python3_11 -python3_13" 0 KiB

Total: 1 package (1 new), Size of downloads: 0 KiB

Would you like to merge these packages? [Yes/No] y

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) dev-python/zstandard-0.23.0::gentoo
 * python-zstandard-0.23.0.gh.tar.gz BLAKE2B SHA512 size ;-) ...                                                 [ ok ]
>>> Unpacking source...
>>> Unpacking python-zstandard-0.23.0.gh.tar.gz to /var/tmp/portage/dev-python/zstandard-0.23.0/work
>>> Source unpacked in /var/tmp/portage/dev-python/zstandard-0.23.0/work
>>> Preparing source in /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0 ...
 * Build system packages:
 *   dev-python/gpep517            : 16
 *   dev-python/installer          : 0.7.0
 *   dev-python/cython             : 3.0.12
 *   dev-python/setuptools         : 75.8.0
 *   dev-python/setuptools-rust    : 1.10.2-r1
 *   dev-python/setuptools-scm     : 8.1.0
 *   dev-python/wheel              : 0.45.1
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0 ...
 * python3_12: running distutils-r1_run_phase distutils-r1_python_compile
 * setuptools.build_meta:__legacy__ backend is deprecated.  Please see:
 * https://projects.gentoo.org/python/guide/qawarn.html#deprecated-pep-517-backends
 * The eclass will be using setuptools.build_meta instead.
 *   Building the wheel for python-zstandard-0.23.0 via setuptools.build_meta
python3.12 -m gpep517 build-wheel --prefix=/usr --backend setuptools.build_meta --output-fd 3 --wheel-dir /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_12/wheel --config-json {"--build-option": ["--no-c-backend"]}
2025-02-21 21:42:20,699 gpep517 INFO Building wheel via backend setuptools.build_meta
<string>:41: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
<string>:42: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
2025-02-21 21:42:21,285 root INFO creating build
regenerated: 'build/zstandard/_cffi.c'
/usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:270: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:270: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
2025-02-21 21:42:21,782 root INFO running bdist_wheel
2025-02-21 21:42:21,950 root INFO running build
2025-02-21 21:42:21,950 root INFO running build_py
2025-02-21 21:42:21,995 root INFO creating /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_12/build/lib.linux-x86_64-cpython-312/zstandard
2025-02-21 21:42:21,997 root INFO copying zstandard/__init__.py -> /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_12/build/lib.linux-x86_64-cpython-312/zstandard
2025-02-21 21:42:21,998 root INFO copying zstandard/backend_cffi.py -> /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_12/build/lib.linux-x86_64-cpython-312/zstandard
2025-02-21 21:42:22,002 root INFO copying zstandard/__init__.pyi -> /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_12/build/lib.linux-x86_64-cpython-312/zstandard
2025-02-21 21:42:22,004 root INFO copying zstandard/py.typed -> /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_12/build/lib.linux-x86_64-cpython-312/zstandard
2025-02-21 21:42:22,006 root WARNING warning: build_py: byte-compiling is disabled, skipping.

2025-02-21 21:42:22,006 root INFO running build_ext
2025-02-21 21:42:22,015 root INFO building 'zstandard._cffi' extension
2025-02-21 21:42:22,016 root INFO creating /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_12/build/temp.linux-x86_64-cpython-312/build/zstandard
2025-02-21 21:42:22,018 root INFO creating /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_12/build/temp.linux-x86_64-cpython-312/zstd
2025-02-21 21:42:22,019 root INFO x86_64-pc-linux-gnu-gcc -O2 -pipe -march=goldmont --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=16384 -Werror=strict-aliasing -Werror=odr -Werror=lto-type-mismatch -Wstack-protector -fgraphite-identity -floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block -flto=auto -fuse-linker-plugin -fno-fat-lto-objects -ftree-vectorize -DNDEBUG -fPIC -I/var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0/zstd -I/usr/include/python3.12 -c build/zstandard/_cffi.c -o /var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_12/build/temp.linux-x86_64-cpython-312/build/zstandard/_cffi.o
build/zstandard/_cffi.c: In function ‘_cffi_const_ZSTD_frameHeader’:
build/zstandard/_cffi.c:12692:30: error: expected expression before ‘<=’ token
12692 |   int n = (ZSTD_frameHeader) <= 0;
      |                              ^~
build/zstandard/_cffi.c:12693:48: error: expected expression before ‘|’ token
12693 |   *o = (unsigned long long)((ZSTD_frameHeader) | 0);  /* check that ZSTD_frameHeader is an integer */
      |                                                ^
build/zstandard/_cffi.c: In function ‘_cffi_const_ZSTD_frameType_e’:
build/zstandard/_cffi.c:12699:30: error: expected expression before ‘<=’ token
12699 |   int n = (ZSTD_frameType_e) <= 0;
      |                              ^~
build/zstandard/_cffi.c:12700:48: error: expected expression before ‘|’ token
12700 |   *o = (unsigned long long)((ZSTD_frameType_e) | 0);  /* check that ZSTD_frameType_e is an integer */
      |                                                ^
build/zstandard/_cffi.c: In function ‘_cffi_const_ZSTD_paramSwitch_e’:
build/zstandard/_cffi.c:12706:32: error: expected expression before ‘<=’ token
12706 |   int n = (ZSTD_paramSwitch_e) <= 0;
      |                                ^~
build/zstandard/_cffi.c:12707:50: error: expected expression before ‘|’ token
12707 |   *o = (unsigned long long)((ZSTD_paramSwitch_e) | 0);  /* check that ZSTD_paramSwitch_e is an integer */
      |                                                  ^
build/zstandard/_cffi.c: In function ‘_cffi_const_ZSTD_sequenceFormat_e’:
build/zstandard/_cffi.c:12713:35: error: expected expression before ‘<=’ token
12713 |   int n = (ZSTD_sequenceFormat_e) <= 0;
      |                                   ^~
build/zstandard/_cffi.c:12714:53: error: expected expression before ‘|’ token
12714 |   *o = (unsigned long long)((ZSTD_sequenceFormat_e) | 0);  /* check that ZSTD_sequenceFormat_e is an integer */
      |                                                     ^
error: command '/usr/bin/x86_64-pc-linux-gnu-gcc' failed with exit code 1
generating build/zstandard/_cffi.c
 * ERROR: dev-python/zstandard-0.23.0::gentoo failed (compile phase):
 *   Wheel build failed
 *
 * Call stack:
 *     ebuild.sh, line  136:  Called src_compile
 *   environment, line 3614:  Called distutils-r1_src_compile
 *   environment, line 1767:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  618:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 3226:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2777:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2775:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1049:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line 1749:  Called distutils-r1_python_compile
 *   environment, line 1571:  Called distutils_pep517_install '/var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0-python3_12/install'
 *   environment, line 2099:  Called die
 * The specific snippet of code:
 *       local wheel=$("${cmd[@]}" 3>&1 1>&2 || die "Wheel build failed");
 *
 * If you need support, post the output of `emerge --info '=dev-python/zstandard-0.23.0::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/zstandard-0.23.0::gentoo'`.
 * The complete build log is located at '/var/log/portage/build/dev-python/zstandard-0.23.0:20250221-204210.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/zstandard-0.23.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/zstandard-0.23.0/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0'
 * S: '/var/tmp/portage/dev-python/zstandard-0.23.0/work/python-zstandard-0.23.0'

>>> Failed to emerge dev-python/zstandard-0.23.0, Log file:

>>>  '/var/log/portage/build/dev-python/zstandard-0.23.0:20250221-204210.log'
I'm also on cython-3.0.12 (~amd64)

[EDIT]And for me a simple downgrade to cython-3.0.11 didn't change anything.


Last edited by freke on Fri Feb 21, 2025 8:53 pm; edited 1 time in total
Back to top
View user's profile Send private message
sam_
Developer
Developer


Joined: 14 Aug 2020
Posts: 2168

PostPosted: Fri Feb 21, 2025 8:49 pm    Post subject: Reply with quote

It's likely broken by new app-arch/zstd. See 0dd749d073a6183d860e0fabc94f81169d715051.
Back to top
View user's profile Send private message
CooSee
Veteran
Veteran


Joined: 20 Nov 2004
Posts: 1520
Location: Earth

PostPosted: Fri Feb 21, 2025 9:01 pm    Post subject: Reply with quote

here's the log https://0x0.st/8TAT.log

8)
_________________
" Die Realität ist eine Illusion, die durch Mangel an ehrlicher Kommunikation entsteht "
---
" Der Mensch ist von Natur aus neugierig, was am Ende übrig bleibt ist die Gier "
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4697
Location: Germany

PostPosted: Fri Feb 21, 2025 9:11 pm    Post subject: Reply with quote

Try
Code:
emerge --sync
emerge -av1 ">=dev-python/zstandard-0.23.0-r1"
should work.
Back to top
View user's profile Send private message
tckosvic
Apprentice
Apprentice


Joined: 18 Apr 2023
Posts: 166

PostPosted: Fri Feb 21, 2025 10:19 pm    Post subject: Reply with quote

@Josef.95

thanks, your suggestions worked. emerge succeeded.

I have no idea of what zstandard is for but should be properly inplace. All I know is that it would not let emerge @world proceed.

thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum