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.000002 |
First Submitted: | 2022-09-27 14:32 (UTC) |
Last Updated: | 2023-03-15 13:38 (UTC) |
Dependencies (11)
- dtc (dtc-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gnutls (gnutls-gitAUR)
- libbpf (libbpf-gitAUR)
- libseccomp (libseccomp-gitAUR)
- pixman (pixman-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
« First ‹ Previous 1 2
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.
« First ‹ Previous 1 2