@cokomoko: you are missing rcc from the qtchooser package. added it to makedepends.
Search Criteria
Package Details: aqemu 0.9.4-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/aqemu.git (read-only, click to copy) |
---|---|
Package Base: | aqemu |
Description: | QEMU GUI written in Qt5 |
Upstream URL: | https://github.com/tobimensch/aqemu |
Keywords: | frontend qemu virtualization |
Licenses: | GPL2 |
Submitter: | None |
Maintainer: | fordprefect |
Last Packager: | fordprefect |
Votes: | 124 |
Popularity: | 0.72 |
First Submitted: | 2008-10-17 11:02 (UTC) |
Last Updated: | 2020-05-27 07:38 (UTC) |
Dependencies (5)
- libvncserver (libvncserver-gitAUR)
- qemu (qemu-gitAUR, qemu-headless-gitAUR, qemu-base, qemu-desktop, qemu-full)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- cmake (cmake-gitAUR) (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
Required by (0)
Sources (1)
fordprefect commented on 2015-10-06 15:48 (UTC)
cokomoko commented on 2015-10-02 20:19 (UTC)
Scanning dependencies of target icons
[ 79%] Generating crystalsvg_icons.rcc
make[2]: rcc: Komut bulunamadı
CMakeFiles/icons.dir/build.make:61: recipe for target 'crystalsvg_icons.rcc' failed
make[2]: *** [crystalsvg_icons.rcc] Error 127
CMakeFiles/Makefile2:141: recipe for target 'CMakeFiles/icons.dir/all' failed
make[1]: *** [CMakeFiles/icons.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
==> HATA: build() içinde bir hata oluştu.
Çıkılıyor...
schmoemi commented on 2015-03-14 01:12 (UTC)
I changed the PKGBUILD accordingly.
Thanks for the hint, @edr
edr commented on 2015-03-13 19:04 (UTC)
This package does not build anymore because it has no package() function.
The following change fixed it for me.
--- PKGBUILD.orig 2015-03-13 19:14:17.836184468 +0100
+++ PKGBUILD 2015-03-13 19:57:17.332821325 +0100
@@ -20,5 +20,9 @@
cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DQT_QMAKE_EXECUTABLE=qmake4
make
- make DESTDIR=$pkgdir install
}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
+}
schmoemi commented on 2015-03-06 01:25 (UTC)
Maybe, as the version was released before ages. It is not outdated though as there haven't been newer releases since.
Kurisutian commented on 2014-05-22 12:06 (UTC)
Something seems to be wrong with the package. I cannot see any symbols or anything when starting aqemu.
I get this message before that:
Sender: int main( int argc, char *argv[] )
Message: Cannot Load AQEMU Icon Theme!
File "/usr/local/share/aqemu//oxygen_icons.rcc" Not Found!
Also created Windows VMs won't start claiming there would be not enough RAM to create a ramdisk. But I have 32GB in my computer and 8 GB reserved for the machine. So something seems to be off here. ;-)
SanskritFritz commented on 2013-03-14 20:07 (UTC)
Since there is no qemu-kvm anymore, aqemu does not work for me. There is no qemu binary and I cannot pursuede aqemu to find the correct executables.
mrbit commented on 2013-03-01 14:41 (UTC)
please update to qt4
add cmake -DQT_QMAKE_EXECUTABLE=qmake4
thanks
SanskritFritz commented on 2013-03-01 13:33 (UTC)
Please replace the qt dependency with qt4.
schmoemi commented on 2012-02-29 22:14 (UTC)
Patch added to fix that compile bug
Pinned Comments
fordprefect commented on 2020-05-04 19:33 (UTC)
Please consider supporting upstream to keep this project alive.