@denisfalqueto: Done. But I've used: pacman -Syu --asexplicit gcc-objc-multilib
This removed the gcc-libs then installed the gcc-libs-multilib, among other things.
Then I tried again to install the safesignidentityclient and it worked. I can open the tokenadmin (and it's stable), but I still can't see my token.
When I put the token flash drive in the USB port, his light turn on and, right after, off again.
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.019241 |
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)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 Next › Last »
ralvesco commented on 2017-06-22 19:02 (UTC)
denisfalqueto commented on 2017-06-22 18:12 (UTC)
@ralvesco: Hmm, strange. Let's try with pacman -S multilib-devel. It's a group of packages, so I hope it works now.
ralvesco commented on 2017-06-22 16:19 (UTC) (edited on 2017-06-22 16:20 (UTC) by ralvesco)
@denisfalqueto: Same error with pacman -Syu gcc-lib-multilib (https://pastebin.com/YsDG9mQ1).
denisfalqueto commented on 2017-06-22 14:26 (UTC)
@ralvesco: as I said, you must install gcc-libs-multilib. You bailed out by pressing n on the prompt. You should use pacman directly for that.
ralvesco commented on 2017-06-22 14:16 (UTC)
@denisfalqueto: It presented the same problem when I tried with yaourt (https://pastebin.com/0iT5DM7y).
And when I tried in pamac this was the message:
gcc: Removal of gcc-libs interrupts dependency 'gcc-libs = 7.1.1-2'
denisfalqueto commented on 2017-06-22 12:33 (UTC)
@ralvesco: I see... Please, make sure you install explicitly gcc-libs-multilib then. That will replace gcc-libs, so I hope it will solve that problem.
ralvesco commented on 2017-06-22 12:26 (UTC)
@denisfalqueto: The lines appointed were already uncommented.
denisfalqueto commented on 2017-06-22 12:09 (UTC)
@ralvesco: That package (wxgtk2.8-light) needs to be built with the multilib tool chain, so it can build 32 and 64 bit binaries. You should follow this
https://wiki.archlinux.org/index.php/Multilib#Enabling
That should do it.
ralvesco commented on 2017-06-22 11:31 (UTC)
@denisfalqueto: I've included the Key and changed the command line to yaourt -S safesignidentityclient, that suits better to the task (I think), than it installed the openssl098, but when installing the wxgtk2.8-light appeared one conflict:
- gcc-libs-multilib e gcc-libs estão em conflito.
Tried every choice given by the terminal, but nothing worked...
https://pastebin.com/GkqgscEH
denisfalqueto commented on 2017-06-22 03:12 (UTC)
@ralvesco: makepkg can check digital signatures if the packages provide ways to do that. For example, openssl098 provides digital signatures for the source files and these need to be validated by a public key.
You'll need to add those keys to gpg keyring for the user running makepkg. For example, you can use:
gpg --recv-keys D5E9E43F7DF9EE8C
This will add the public key with ID D5E9E43F7DF9EE8C in gpg's keyring for the current user. Maybe you'll need to add other keys as well, with a similar command.
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.