Search Criteria
Package Details: toit 2.0.0alpha.167-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/toit.git (read-only, click to copy) |
---|---|
Package Base: | toit |
Description: | Toit programming language SDK |
Upstream URL: | https://toitlang.org |
Licenses: | LGPL |
Submitter: | floitsch |
Maintainer: | floitsch (LeonGungadinMoge) |
Last Packager: | LeonGungadinMoge |
Votes: | 4 |
Popularity: | 0.000013 |
First Submitted: | 2021-12-09 22:01 (UTC) |
Last Updated: | 2024-11-21 13:33 (UTC) |
Dependencies (8)
- esptool (esptool-gitAUR, esptool3.2AUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- vim (neovim-drop-inAUR, neovim-symlinksAUR, vim-cli-gitAUR, gvim-wayland-lilydjwg-gitAUR, vim-gitAUR, gvim-gtk2AUR, gvim) (make)
- toit-vessels-binAUR (optional) – Vessels for cross-compilation
Latest Comments
floitsch commented on 2023-05-13 21:20 (UTC)
I think the current PKGBUILD should work again. Please let me know if you see issues.
floitsch commented on 2023-05-13 20:59 (UTC)
Looks like the build is hitting https://github.com/espressif/esp-idf/issues/10116.
I will try to work around it.
spookster commented on 2023-05-13 19:30 (UTC) (edited on 2023-05-13 19:34 (UTC) by spookster)
this currently fails to build for me.
src/gevent/_greenlet_primitives.c:216:12: fatal error: longintrepr.h: No such file or directory
216 | #include "longintrepr.h"
| ^~~~~~~~~~~~~~~
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for gevent
Failed to build gevent
ERROR: Could not build wheels for gevent, which is required to install pyproject.toml-based projects
Traceback (most recent call last):
File "/home/spookster/git-repos/toit/src/toit/third_party/esp-idf/tools/idf_tools.py", line 1860, in <module>
main(sys.argv[1:])
File "/home/spookster/git-repos/toit/src/toit/third_party/esp-idf/tools/idf_tools.py", line 1856, in main
action_func(args)
File "/home/spookster/git-repos/toit/src/toit/third_party/esp-idf/tools/idf_tools.py", line 1577, in action_install_python_env subprocess.check_call(run_args, stdout=sys.stdout, stderr=sys.stderr, env=env_copy)
File "/usr/lib/python3.11/subprocess.py", line 413, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/home/spookster/.espressif/python_env/idf3.2_py3.11_env/bin/python', '-m', 'pip', 'install', '--no-warn-script-location', '-r', '/home/spookster/git-repos/toit/src/toit/third_party/esp-idf/requirements.txt', '--extra-index-url', 'https://dl.espressif.com/pypi']' returned non-zero exit status 1.