The conflicting ausweisapp2 package does not exist anymore.
Search Criteria
Package Details: ausweisapp 2.4.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ausweisapp.git (read-only, click to copy) |
|---|---|
| Package Base: | ausweisapp |
| 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 |
| Conflicts: | ausweisapp2 |
| Replaces: | ausweisapp2 |
| Submitter: | Misery |
| Maintainer: | Misery |
| Last Packager: | Misery |
| Votes: | 95 |
| Popularity: | 3.94 |
| First Submitted: | 2026-01-08 12:57 (UTC) |
| Last Updated: | 2026-01-30 11:40 (UTC) |
Dependencies (13)
- http-parserAUR
- pcsclite (pcsclite-gitAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-scxml
- qt6-svg
- qt6-websockets
- cmake (cmake3AUR, cmake-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- qt6-tools (make)
- acsccid (optional)
- ccid (ccid-gitAUR, ccid-morphoAUR) (optional)
- pcsc-cyberjackAUR (optional)
Required by (0)
Sources (2)
MartinX3 commented on 2026-02-02 17:00 (UTC)
martin-de commented on 2026-01-30 11:37 (UTC)
The application cannot be installed due to existing files in the file system if the ausweisapp2 package is already installed. In the PKGBUILD, conflicts=('ausweisapp2') must also be set so that the user is prompted to uninstall the ausweisapp2 package during installation. Only a replaces=('ausweisapp2') is insufficient in this case because sysupgrade is currently the only pacman operation that utilizes this field. A normal sync or upgrade will not use its value.
Misery commented on 2026-01-30 10:27 (UTC)
Please switch to https://aur.archlinux.org/packages/ausweisapp
http-parser will be replaced soon. There are no security issues at the moment. Don't be afraid.:-)
schiele commented on 2026-01-29 21:14 (UTC) (edited on 2026-01-29 21:21 (UTC) by schiele)
That is a good observation. Checking the source code reveals that it is using a copy of that library bundled with the sources. This, for sure, does not solve your worries about potential security vulnerabilities in unmaintained code, but it, in fact, makes the dependencies of an external library that is not used at all pointless.
UPDATE: I need to correct myself partially. The build does use the external http-parser library if installed and falls back to its own copy if it is missing. In that sense, the only criteria which one to take is whether we put more trust in the application provider to provide security fixes when needed in their own copy or the AUR package that provides http-parser since it was dropped from extra.
ju6ge commented on 2026-01-29 20:56 (UTC)
I would like to kindly suggest that the http-parser dependency should be removed. Following the link to the AUR repository and to the upstream repository reveals that the http-parser library is archived and is not unmaintained. Given that it is a c http-parser I do not think it is a great idea depend on it. Also I am not sure why the dependency exists in the first place since just removing it leads to now issues during package creation. And running it I can not see any issues as well …
Misery commented on 2026-01-08 12:58 (UTC) (edited on 2026-01-08 12:58 (UTC) by Misery)
gpg --keyserver keyserver.ubuntu.com --recv-keys 699BF3055B0A49224EFDE7C72D7479A531451088
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.
Pinned Comments
Misery commented on 2026-01-08 12:58 (UTC) (edited on 2026-01-08 12:58 (UTC) by Misery)
gpg --keyserver keyserver.ubuntu.com --recv-keys 699BF3055B0A49224EFDE7C72D7479A531451088williX 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
I tried several keyservers, but keyserver.ubuntu.com was the right one.