Package Details: aqemu 0.9.4-2

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: 123
Popularity: 0.000005
First Submitted: 2008-10-17 11:02 (UTC)
Last Updated: 2020-05-27 07:38 (UTC)

Pinned Comments

fordprefect commented on 2020-05-04 19:33 (UTC)

Please consider supporting upstream to keep this project alive.

Latest Comments

1 2 3 4 5 6 Next › Last »

OdinVex commented on 2023-03-08 05:31 (UTC)

I got segfaults unless I compiled with make -j1. You might need to force -j1.

Neko-san commented on 2021-09-08 21:39 (UTC) (edited on 2021-09-08 21:41 (UTC) by Neko-san)

@fordprefect Compiling with Clang works but I get a launch-runtime error after the initial setup wizard:

(Also note, I had LTO enabled in makepkg.conf)

neko-san@ARCH ~> aqemu

AQEMU Warning [2] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-arm" element!

AQEMU Warning [3] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-cris" element!

AQEMU Warning [4] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-m68k" element!

AQEMU Warning [5] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-microblaze" element!

AQEMU Warning [6] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-mips" element!

AQEMU Warning [7] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-mips64" element!

AQEMU Warning [8] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-mips64el" element!

AQEMU Warning [9] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-mipsel" element!

AQEMU Warning [10] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-ppc" element!

AQEMU Warning [11] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-ppc64" element!

AQEMU Warning [12] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-ppcemb" element!

AQEMU Warning [13] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-sh4" element!

AQEMU Warning [14] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-sh4eb" element!

AQEMU Warning [15] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-sparc" element!

AQEMU Warning [16] >>>
Sender: bool Emulator::Load( const QString &path )
Message: No "qemu-system-sparc64" element!
Icon theme "gnome" not found.
Icon theme "ubuntu-mono-dark" not found.
Icon theme "Mint-X" not found.
Icon theme "elementary" not found.
Icon theme "gnome" not found.
fish: Job 1, 'aqemu' terminated by signal SIGSEGV (Address boundary error)
neko-san@ARCH ~ [SIGSEGV]> 

beliys commented on 2021-08-25 12:34 (UTC)

@fordprefect What did tobimensch answer, if not a secret? Has he completely abandoned the project?

fordprefect commented on 2021-03-28 14:43 (UTC)

@Δ: You surely have read the comment in the PKGBUILD? I personally contacted upstream (tobimensch) before making this switch, and it is interded to be only temporary. The proper upstream is given as upstream URL.

dreieck commented on 2021-03-28 12:35 (UTC)

source differes from $url:

$url points to github.com/tobimensch/aqemu, while source downloads from github.com/TBK/aqemu.

Can you point source and $url to the similar (and "official") upstream project?

Thanks for maintaining!

fordprefect commented on 2020-05-27 07:23 (UTC)

@frankspace: thanks for noticing. It is, howvever, getting quite confusing if we are building from an inofficial fork (with upstream consent), just to patch in official changes manually again. I will add it as hotfix, hoping this will soon straighten out again.

frankspace commented on 2020-05-25 14:51 (UTC)

This doesn't compile under GCC10 without a minor modification. Would you consider adding the following to the build() section?

sed -i 's|#include <vector>|#include <vector>\n#include <stdexcept>|' "$srcdir/$pkgname-$pkgver"/src/docopt/docopt_value.h

See, for reference: https://github.com/xsgordon/aqemu/commit/7ed45cec1fe31562d1e36b34320cd782be0c3d68

Thank you!

fordprefect commented on 2020-05-04 19:33 (UTC)

Please consider supporting upstream to keep this project alive.

fordprefect commented on 2020-04-23 16:37 (UTC)

@akaessens: while I understand the reason for your request this is not simply done, due to respect for the previous maintainer. Your are free to build from the fork (which misleadingly calls itself the official source!), but I have contacted the upstream developer and will wait for his answer before I take action.

akaessens commented on 2020-04-23 13:21 (UTC) (edited on 2020-04-23 13:22 (UTC) by akaessens)

Hello,

With this aqemu version there are startup issues in the application.

There is a fork available with some more fixes.