Package Details: nuitka 4.0.8-1

Git Clone URL: https://aur.archlinux.org/nuitka.git (read-only, click to copy)
Package Base: nuitka
Description: Python compiler with full language support and CPython compatibility
Upstream URL: https://nuitka.net
Keywords: compiler python
Licenses: Apache-2.0
Submitter: jelly
Maintainer: txtsd
Last Packager: txtsd
Votes: 2
Popularity: 0.000059
First Submitted: 2024-04-21 10:54 (UTC)
Last Updated: 2026-04-15 01:38 (UTC)

Latest Comments

1 2 3 Next › Last »

simona commented on 2026-02-16 10:40 (UTC)

solved

txtsd commented on 2026-01-21 15:17 (UTC)

@simona nuitka is not compatible with python 3.14 yet so checks will fail.

simona commented on 2026-01-21 15:16 (UTC)

Traceback (most recent call last):
File "<string>", line 1, in <module>
import os, importlib.util;assert os.path.normcase(os.path.abspath(os.path.normpath(importlib.util.find_spec('EmptyModuleTest').origin))) == '/home/simona/.cache/yay/nuitka/src/Nuitka-2.8.9/EmptyModuleTest.cpython-314-x86_64-linux-gnu.so','Error, cannot launch extension module EmptyModuleTest, original package is in the way.';import('EmptyModuleTest')
~~^^^^^^^^^^^^^^^^^^^
ImportError: /home/simona/.cache/yay/nuitka/src/Nuitka-2.8.9/EmptyModuleTest.cpython-314-x86_64-linux-gnu.so: undefined symbol: _Py_TriggerGC

txtsd commented on 2026-01-21 15:15 (UTC)

The check() helps maintain quality with upstream.

Wennadocta commented on 2026-01-21 14:33 (UTC)

Just remove check() from PKGBUILD, it works fine

txtsd commented on 2026-01-12 13:23 (UTC)

@simona Can you report that upstream, please?

simona commented on 2026-01-12 11:35 (UTC)

Traceback (most recent call last):
File "<string>", line 1, in <module>
import os, importlib.util;assert os.path.normcase(os.path.abspath(os.path.normpath(importlib.util.find_spec('EmptyModuleTest').origin))) == '/home/simona/.cache/yay/nuitka/src/Nuitka-2.8.9/EmptyModuleTest.cpython-314-x86_64-linux-gnu.so','Error, cannot launch extension module EmptyModuleTest, original package is in the way.';import('EmptyModuleTest')
~~^^^^^^^^^^^^^^^^^^^
ImportError: /home/simona/.cache/yay/nuitka/src/Nuitka-2.8.9/EmptyModuleTest.cpython-314-x86_64-linux-gnu.so: undefined symbol: _Py_TriggerGC

simona commented on 2025-01-06 13:32 (UTC) (edited on 2025-01-06 13:33 (UTC) by simona)

now solved for me

simona commented on 2025-01-06 11:54 (UTC)

sorry. changed to public.

txtsd commented on 2025-01-06 11:51 (UTC)

I will push a fix soon to test with system python only. In the meantime if you want to build without testing, you can pass --nocheck to makepkg.

@simona that paste is private btw. Please use bpa.st or similar.