Search Criteria
Package Details: qemu-esp-xtensa-git r99808.31099a4e5c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qemu-esp-xtensa-git.git (read-only, click to copy) |
---|---|
Package Base: | qemu-esp-xtensa-git |
Description: | Espressif's fork of QEMU with support for ESP32 xtensa boards. Git version. |
Upstream URL: | https://github.com/espressif/qemu |
Keywords: | esp32 espressif qemu xtensa |
Licenses: | GPL2 |
Conflicts: | qemu-esp-xtensa |
Provides: | qemu-esp-xtensa |
Submitter: | lucassvaz |
Maintainer: | lucassvaz (gromit) |
Last Packager: | lucassvaz |
Votes: | 1 |
Popularity: | 0.184944 |
First Submitted: | 2022-09-27 14:32 (UTC) |
Last Updated: | 2023-03-15 13:38 (UTC) |
Dependencies (11)
- dtc (dtc-git)
- glib2 (glib2-nodocs-git, glib2-selinux, glib2-git, glib2-patched-thumbnailer)
- gnutls (gnutls-tiny-git, gnutls-openssl, gnutls-nodocs-git, gnutls-git)
- libbpf (libbpf-git)
- libseccomp (libseccomp-git)
- pixman (pixman-git)
- systemd-libs (systemd-libs-homed-containers, systemd-libs-selinux, systemd-libs-git)
- gcc (gccrs-git, gcc-git, gcc11) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- ninja (ninja-git, ninja-samurai, ninja-kitware, ninja-mem, python-ninja) (make)
- python (nogil-python, python36, python32, python39, python38, python37, python312, python310) (make)
Latest Comments
lucassvaz commented on 2023-03-15 13:40 (UTC)
Sorry about the delay. I haven't been using much Arch these last few months. It should be fixed now.
Harms commented on 2022-12-06 22:14 (UTC)
namcap also suggests some improvements with the dependencies :)
Harms commented on 2022-12-06 21:50 (UTC)
I built with devtools. If you don't know, in the folder with PKGBUILD:
Harms commented on 2022-12-06 21:44 (UTC)
PermissionError: [Errno 13] Permission denied: '/opt/qemu-esp-xtensa-git'
Installing subdir /build/qemu-esp-xtensa-git/src/qemu/qga/run to /opt/qemu-esp-xtensa-git/var/run
FAILED: meson-install
lucassvaz commented on 2022-11-29 00:53 (UTC)
The exact opposite happened to me. The linking step fails if
--prefix=${pkgdir}/opt/${pkgname}
. The only way I managed to make it work properly was this way. What's the error that's given to you ?Harms commented on 2022-11-28 22:16 (UTC)
Worked when I changed --prefix=/opt/${pkgname} in the build step into --prefix=${pkgdir}/opt/${pkgname} Otherwise ninja install in the package step tries to put files into the actual /opt.