Package Details: ausweisapp2 2.4.0-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: 96
Popularity: 3.19
First Submitted: 2017-09-15 18:13 (UTC)
Last Updated: 2025-11-04 18:03 (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

1 2 3 4 5 6 .. 14 Next › Last »

mjacob commented on 2026-01-06 03:18 (UTC)

“2” was removed from the name of the app and the GitHub repository URL in November 2023. Please consider renaming the package and the URL in the PKGBUILD.

reci commented on 2025-12-31 11:29 (UTC) (edited on 2025-12-31 11:29 (UTC) by reci)

I had to add the following flags to the PKGBUILD file in the cmake command:

-DOPENSSL_ROOT_DIR=/usr \
-DOPENSSL_LIBRARIES=/usr/lib/libcrypto.so \
-DOPENSSL_INCLUDE_DIR=/usr/include/openssl \

This was necessary to avoid the error: Your OpenSSL library looks incompatible.

martin-de commented on 2025-12-07 16:24 (UTC)

Your problem isn't the pandoc package (you're welcome to continue using it if you think it's appropriate), but rather that you're not building the installation packages the way Arch intended. In a clean chroot, you're (as the name suggests) in a clean and minimal installation environment where only what's needed to create the installation packages exists. Most importantly, this provides a consistent environment where the community can track bugs; if everyone uses their own installation environment, as you can see in this case, that's not possible. Others (like me) haven't installed the pandoc package and therefore don't encounter this error.

FichteFoll commented on 2025-12-07 14:02 (UTC)

You are right, I specifically installed pandoc-bin also in my chroot base because it provides pandoc and is much faster to satisfy than the normal pandoc with all its haskell dependencies and since many packages use pandoc to build their documentation, I figured this would be a worthwhile thing to do. I understand that this is not something that AUR packages do not need to expect, even though I find the behavior a bit odd.

Regardless, it has been a while since I relied on the normal pandoc package so I might just try again to see if the situation has improved.

martin-de commented on 2025-12-06 23:43 (UTC)

It looks like you've installed the pandoc-cli package, which provides /usr/bin/pandoc. cmake/Tools.cmake checks for this pandoc file and, if successful, sets the variable PANDOC_BIN. This variable then triggers the generation of the PDF documentation in docs/CMakeLists.txt, which is not what you want.

Your problem is that you're not building the package in a clean chroot as recommended by Arch Linux, but in a production environment. In a clean chroot, the pandoc-cli package wouldn't exist.

Build the packages as described in the article https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot, and it will work without any problems.

FichteFoll commented on 2025-12-06 23:01 (UTC)

Cannot build 2.4.0 in a chroot.

==> Starting build()...
-- The CXX compiler identification is GNU 15.2.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- VENDOR:
-- VERSION: 2.4.0
-- Could NOT find Python (missing: Python_EXECUTABLE Interpreter)
-- Could NOT find Python (missing: Python_EXECUTABLE Interpreter)
-- DVCS beta: FALSE
-- No sphinx documentation will be generated
CMake Error at docs/CMakeLists.txt:20 (PANDOC_RST_TO_PDF):
  Unknown CMake command "PANDOC_RST_TO_PDF".


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().

Misery commented on 2025-11-04 19:00 (UTC)

The AusweisApp does not need any vulkan headers. Everything is handled by Qt.

nursoda commented on 2025-11-04 18:58 (UTC)

It seems that the latest version needs vulkan-headers. Should be a dependency then.

Spixmaster commented on 2025-10-03 10:02 (UTC)

My card reader REINERSCT cyberJack RFID basis was recognized but the driver was not. Help is found here.

The following is needed for it to work.

paru -S ccid pcsc-cyberjack
sudo systemctl start pcscd.service

brody commented on 2025-06-25 06:28 (UTC)

pkgconf is not needed in the makedepends array because the package is provided by the dependency on base-devel.