@FredBezies
I've tried to update, ran into this conflict and removed all other qemu packages besides qemu-git(perhaps I should remove it as well?) When updating qemu-git everything goes smoothly up until installation and I get the following:
loading packages...
resolving dependencies...
looking for conflicting packages...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: qemu-arch-extra-git and qemu-headless-arch-extra-git are in conflict
Since neither were installed prior, it must be something with the big changes you've made?
Search Criteria
Package Details: qemu-headless-arch-extra-git 23:9.2.0.rc2.r0.g7872e5fdf3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qemu-git.git (read-only, click to copy) |
---|---|
Package Base: | qemu-git |
Description: | QEMU without GUI, for foreign architectures. Git version. |
Upstream URL: | https://wiki.qemu.org/ |
Keywords: | git kvm qemu |
Licenses: | GPL-2.0-or-later, LGPL-2.1-or-later |
Conflicts: | qemu-emulators-full, qemu-headless-arch-extra |
Provides: | qemu-headless-arch-extra |
Submitter: | None |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 28 |
Popularity: | 0.000006 |
First Submitted: | 2009-09-19 20:02 (UTC) |
Last Updated: | 2024-11-27 10:46 (UTC) |
Dependencies (99)
- dtc (dtc-gitAUR)
- fuse3 (fuse3-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gnutls (gnutls-gitAUR)
- libaio (libaio-gitAUR)
- libbpf (libbpf-gitAUR)
- libbpf.so (libbpf-gitAUR, lib32-libbpf, libbpf)
- libgio-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libglib-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libgmodule-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libgobject-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libjpeg.so (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, lib32-mozjpeg-gitAUR, mozjpegAUR, jpegli-gitAUR, lib32-libjpeg-turbo, libjpeg-turbo)
- libnuma.so (numactl-gitAUR, numactl)
- libpam.so (pam-selinuxAUR, pam)
- libpixman-1.so (pixman-gitAUR, pixman)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libsasl
- libseccomp (libseccomp-gitAUR)
- Show 79 more dependencies...
Required by (2)
- pvs-studio (requires qemu-headless-arch-extra)
- qemu-headless-git (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 25 Next › Last »
polarathene commented on 2017-05-26 04:43 (UTC)
FredBezies commented on 2017-05-23 23:40 (UTC)
Tried to make something as clean as possible. It was not that easy.
1) Imported official PKGBUILD and tweaked it to make it work with a git source.
2) Testing users with gcc 7.x : please modify your /etc/makepkg.conf and add for build time -Wno-error to both CFLAGS and CXXFLAGS or it won't build successfully.
3) For some technical reasons, I keep official seabios in PKGBUILD for now.
4) Working on how to provide a cleaner revision number.
Any feedbacks are welcome!
saburouta commented on 2017-04-22 00:28 (UTC)
Fails for me:
install: cannot stat 'or32-*/qemu-*or32': No such file or directory
rockon commented on 2017-04-14 06:19 (UTC) (edited on 2017-04-14 06:31 (UTC) by rockon)
qemu-system-x86_64: -device virtio-balloon,automatic=true: Property '.automatic' not found
zcat /proc/config.gz | grep -ie CONFIG_MEMCG -e CONFIG_CGROUPS
CONFIG_CGROUPS=y
CONFIG_MEMCG=y
CONFIG_MEMCG_SWAP=y
CONFIG_MEMCG_SWAP_ENABLED=y
lol
Saren commented on 2017-02-17 17:41 (UTC)
Hi there, you might want to rename `or32` to `or1k` in `_extra_arches`.
jpbd commented on 2017-02-11 17:52 (UTC)
install -c -m 0644 /tmp/makepkg/qemu-git/src/qemu/trace-events-all "/tmp/makepkg/qemu-git/pkg/qemu-git/usr/share/qemu/trace-events-all"
install: cannot stat '/tmp/makepkg/qemu-git/src/qemu/trace-events-all': No such file or directory
make: *** [Makefile:602: install] Error 1
make: Leaving directory '/tmp/makepkg/qemu-git/src/qemu'
==> ERROR: A failure occurred in package_qemu-git().
Aborting...
==> ERROR: Makepkg was unable to build qemu-git.
Saren commented on 2016-12-04 06:23 (UTC)
I have a PKGBUILD with spice, gtk support and microphone 25s delay patch applied: https://s-blog.wtako.net/view/35/my-custom-qemu-pkgbuild
<deleted-account> commented on 2016-08-15 15:24 (UTC)
Iirc there were build problems in the past.
nmatt commented on 2016-08-15 15:19 (UTC)
Any reason why this isn't being built with spice? I added it to build script and it is compiling and working just fine. Only extra dependencies were spice and spice-protocol. I know there is qemu-spice in the AUR but I want the latest qemu.
Pinned Comments
FredBezies commented on 2022-04-22 08:38 (UTC) (edited on 2022-11-09 10:49 (UTC) by FredBezies)
Note: I won't use the ultimate splitting for Qemu (introduced by Qemu 7.0) until I get some help to migrate to the splitted PKGBUILD.
Note 2 : qemu-git packages are conflicting with qemu-desktop meta package. This package will need a lot of work and time to be corrected. Sorry.