Stripping is disabled for now. If not, there is an error message on sparc64 bios file (??)
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.000005 |
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 .. 18 19 20 21 22 23 24 25 Next › Last »
FredBezies commented on 2011-03-18 07:09 (UTC)
FredBezies commented on 2011-02-13 08:58 (UTC)
And add spice too ?
Here is a modified PKGBUILD. Feel free to use it ;)
# Maintainer: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=qemu-git
pkgver=20110213
pkgrel=1
pkgdesc="Processor emulator and virtual machine with with expansive multi-arch support and fast operation (with an accelerator), dev tree version."
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2')
url="http://wiki.qemu.org/Index.html"
makedepends=('git' 'texi2html' 'perl')
depends=('gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux-ng' 'curl' 'libsasl'
'sdl' 'alsa-lib' 'esound' 'spice')
conflicts=('qemu' 'kvm')
provides=('qemu')
source=('65-kvm.rules'
'qemu.install')
sha256sums=('c16a8dc7855880b2651f1a3ff488ecc54d4ac1036c71fffd5007021d8d18a7c5'
'910e845f3da5c4ea38b3f548dab8c0cfbcdd62822cd38afa2175ba23ac2c31f2')
install='qemu.install'
_gitroot="http://www.qemu.com/qemu.git"
_gitname=qemu
build()
{
msg "Performing source checkout..."
if [ -d "$_gitname" ]; then
cd "$_gitname"
git pull origin
cd ..
else
git clone "$_gitroot"
fi
msg "Source checkout finished."
rm -rf "$_gitname-build"
git clone "$_gitname" "$_gitname-build"
cd "$_gitname-build"
sed -i -e 's/lib64/lib/g' x86_64.ld
./configure --prefix=/usr --audio-drv-list=alsa,oss,sdl,esd \
--audio-card-list=ac97,sb16,es1370,adlib --enable-docs \
--extra-cflags=-D__EXPORTED__HEADERS__ \
--enable-spice
make
}
package() {
cd "$srcdir"/$_gitname-build
make DESTDIR="$pkgdir" install
install -Dm644 "$srcdir/65-kvm.rules" \
"$pkgdir/lib/udev/rules.d/65-kvm.rules"
}
FredBezies commented on 2011-02-03 15:19 (UTC)
For Spice, you have to modify spice pkgbuild line in makedepends, changing cegui by cegui-0.6
And after I think you can build it flawlessly.
<deleted-account> commented on 2011-02-03 13:10 (UTC)
==> GIT checkout done or server timeout
==> Starting make...
ERROR
ERROR: User requested feature spice
ERROR: configure was not able to find it
ERROR
Breche ab ...
==> ERROR: Makepkg was unable to build kvm-git.
SPICE is missing. but building spice from aur failed as well
FredBezies commented on 2011-02-03 11:29 (UTC)
kvm 20110203-2 : enabled again spice. Qemu-kvm version is now 0.14.50
[fred@fredo-arch ~]$ qemu-kvm --version
QEMU emulator version 0.14.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard
FredBezies commented on 2011-01-26 12:10 (UTC)
I have to disable spice support - for now - because it won't build with it enabled.
<deleted-account> commented on 2011-01-11 12:55 (UTC)
Can you please switch to http://www.qemu.com/qemu.git instead of savannah repo which hasn't been updated for a long time?
FredBezies commented on 2011-01-03 17:47 (UTC)
Since 30 december 2010, kvm is enabled by default.
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.