Package Details: ausweisapp2 2.1.1-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: 66
Popularity: 3.21
First Submitted: 2017-09-15 18:13 (UTC)
Last Updated: 2024-04-12 18:59 (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 »

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?

J5lx commented on 2023-01-27 22:55 (UTC)

pkgconf is part of the base-devel group, which is implicitly assumed to be installed when building any package with makepkg :)

jenzo commented on 2023-01-27 17:59 (UTC)

Quick note for the sake of completeness (call me picky): pkgconfig is a dependency formally missing in the PKGCONFIG ;)

bjo commented on 2022-11-06 18:59 (UTC)

Please add openssl-1.1 as a dependency as openssl moved to 3.0.7 now.