@geyslan: If wxwidgets needs to be compiled with different options and an specific ABI, maybe it would be better to convert this package in an snap package (or flatpack, but I preffer snap). That's something I was thinking about for some time. As the upstream software is binary, snap (or flatpack) is perfect for that.
Search Criteria
Package Details: safesignidentityclient 4.0.0.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/safesignidentityclient.git (read-only, click to copy) |
---|---|
Package Base: | safesignidentityclient |
Description: | Smart card PKCS#11 provider and token manager |
Upstream URL: | https://certificaat.kpn.com/installatie-en-gebruik/installatie/pas-usb-stick/linux/ |
Licenses: | custom:copyright |
Conflicts: | safesign-lib |
Submitter: | denisfalqueto |
Maintainer: | pedrohqb (geyslan) |
Last Packager: | pedrohqb |
Votes: | 12 |
Popularity: | 0.032035 |
First Submitted: | 2015-04-10 02:25 (UTC) |
Last Updated: | 2024-05-28 00:42 (UTC) |
Dependencies (18)
- at-spi2-core (at-spi2-core-gitAUR)
- cairo (cairo-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdbm (gdbm-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libsm
- libx11 (libx11-gitAUR)
- libxxf86vm
- openssl-1.1
- pango (pango-gitAUR)
- pcsclite (pcsclite-gitAUR)
- acsccid (optional) – ACS CCID PC/SC driver,
- ccid (ccid-gitAUR, ccid-morphoAUR) (optional) – Generic support for CCID devices,
- scmccidAUR (optional) – binary driver for the SCM Smart Card Readers
Required by (1)
- eporezi (optional)
Sources (2)
denisfalqueto commented on 2017-02-05 00:27 (UTC)
geyslan commented on 2017-02-04 20:44 (UTC) (edited on 2017-02-05 00:45 (UTC) by geyslan)
wxgtk2.8 nowadays has to be compiled with CXXFLAGS='-std=gnu++98' but after tokenadmin run for a few seconds and crash.
tokenadmin
/usr/bin/tokenadmin: /usr/lib/libcrypto.so.1.0.0: no version information available (required by /usr/bin/tokenadmin)
Warning: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1010,wx containers,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.6).
terminate called after throwing an instance of 'unsigned long'
ERROR: signal: aborted (core dumped)
Is there a way to compile wxgtk2.8 using the same ABI (1002) as tokenadmin?
denisfalqueto commented on 2016-08-11 00:01 (UTC)
@pedrofuly, I think ccid is only needed for some models of tokens. Maybe it could be an optional dependenty, though. Thanks for letting me know.
pedrofuly commented on 2016-08-10 23:14 (UTC)
BTW, thank you very much for your effort!
One last thing. Shouldn't ccid be a dependency? Only managed to get my token recognized with it installed...
denisfalqueto commented on 2016-04-29 19:36 (UTC)
@pedrofuly Sorry for that. It seems the INSTALL= option inside PKGBUILD is wrong (it was working sometime ago, it may have changed). I'll upload a new version as soon as possible, but you can solve it by removing the parenthesis on that option.
pedrofuly commented on 2016-04-29 18:26 (UTC)
Tried to install and got the following message: ==> ERRO: install não deveria ser um array
Could you help me? Thanks.
denisfalqueto commented on 2015-11-24 18:31 (UTC)
This package is not out of date. It is just not possible to get the latest version directly from AET Inc. So, this version is grabbed from a brazilian Certification Authority. It's the latest version I could find.
Pinned Comments
pedrohqb commented on 2024-05-27 02:53 (UTC) (edited on 2024-05-27 03:01 (UTC) by pedrohqb)
It seems now to be fixed after using the libs from the deb package.