Package Details: ausweisapp2 2.2.2-1

Git Clone URL: https://aur.archlinux.org/ausweisapp2.git (read-only, click to copy)
Package Base: ausweisapp2
Description: A software application that you install on your computer to use your national identity card or your electronic residence permit for online identification
Upstream URL: https://www.ausweisapp.bund.de/
Licenses: custom:EUPL1.2
Submitter: J5lx
Maintainer: Misery
Last Packager: Misery
Votes: 70
Popularity: 0.47
First Submitted: 2017-09-15 18:13 (UTC)
Last Updated: 2024-10-30 12:11 (UTC)

Pinned Comments

williX commented on 2022-09-18 17:08 (UTC) (edited on 2022-09-18 17:09 (UTC) by williX)

Thanks to older comments, problem with unknown pgp key is solved. Had to enter

gpg --keyserver keyserver.ubuntu.com --recv-keys 699BF3055B0A49224EFDE7C72D7479A531451088

I tried several keyservers, but keyserver.ubuntu.com was the right one.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 12 Next › Last »

swsnr commented on 2023-10-15 06:31 (UTC)

Arch recently updated to Qt 6.6, which upstream doesn't seem to support yet. Happened for other Qt6 minor versions in the past, too. You'll need to fix the code yourself and patch it, or wait for upstream to release a new version with Qt 6.6 support and e.g. use the flatpak meanwhile.

nomisge commented on 2023-10-14 16:32 (UTC)

@archsoft Same here. I also tried changing versions and implementing @swsnr suggestions. It doesn't work. I can start compiling several times and more and more objects get compiled, but it eventually fails.

archsoft commented on 2023-10-14 10:58 (UTC)

I wanted to recompile the app today because the UI no longer starts. I only use the app very rarely.

Unfortunately, compiling fails. I don't know, if this is a qt6 oder ausweisapp2 problem. The last successful build for me was at the end of August. You can find the full build-output here: https://pastebin.com/hsNWhWi6

FAILED: src/card/pcsc/CMakeFiles/AusweisAppCardPcsc.dir/AusweisAppCardPcsc_autogen/mocs_compilation.cpp.o [...] ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting... -> error making: ausweisapp2-exit status 4

ng0177 commented on 2023-10-13 08:16 (UTC)

[204/519] Building CXX object src/card/pcsc/CMakeFiles/AusweisAppCardPcsc.dir/PcscCard.cpp.o ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting... -> error making: ausweisapp2-exit status 4 -> Failed to install the following packages. Manual intervention is required: ausweisapp2 - exit status 4

swsnr commented on 2023-08-21 11:14 (UTC) (edited on 2023-08-21 11:20 (UTC) by swsnr)

As said before pkgconf shouldn't be in makedepends; it's part of base-devel which is expected to be installed for building PKGBUILDs.

And also as said before ;) the CMake package guidelines at https://wiki.archlinux.org/title/CMake_package_guidelines#CMake_can_automatically_override_the_default_compiler_optimization_flag recommend to build with -DCMAKE_BUILD_TYPE=None.

PS: Corresponding patch at https://0x0.st/HLG_.patch

kleini commented on 2023-08-21 09:37 (UTC)

pkgconf should be added to make-dependencies. On my system failed the build without having pkgconf installed.

Misery commented on 2023-08-21 09:32 (UTC)

Unter Linux hat die 1.26.7 keinen Unterschied zu 1.26.5 ;-)

fishbone222 commented on 2023-08-21 09:31 (UTC) (edited on 2023-08-21 09:43 (UTC) by fishbone222)

patch for new version 1.26.7: https://pastebin.com/aDdDuNSW

swsnr commented on 2023-02-05 11:22 (UTC)

The PKGBUILD sets -DCMAKE_BUILD_TYPE=MinSizeRel, however the CMake packaging guidelines recommend to use -DCMAKE_BUILD_TYPE=None to make sure that the compiler flags from makepkg take effect, see https://wiki.archlinux.org/title/CMake_package_guidelines#CMake_can_automatically_override_the_default_compiler_optimization_flag

Would you mind to update the PKGBUILD accordingly?