Package Details: autenticacao-gov-pt 3.13.0-4

Git Clone URL: https://aur.archlinux.org/autenticacao-gov-pt.git (read-only, click to copy)
Package Base: autenticacao-gov-pt
Description: Portuguese Citizen Card Application (Portugal eID) source code based version
Upstream URL: http://www.cartaodecidadao.pt/
Keywords: autenticacao cartao cartaodecidadao cidadao de gov portugal pt
Licenses: GPL2, LGPL3, custom:EUPL
Conflicts: cartaodecidadao, cartaodecidadao-bin, classpath
Replaces: cartaodecidadao
Submitter: r3pek
Maintainer: a36233
Last Packager: a36233
Votes: 19
Popularity: 0.000000
First Submitted: 2015-10-18 15:16 (UTC)
Last Updated: 2024-12-14 17:15 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

ArchGalileu commented on 2018-09-13 17:18 (UTC)

@Mccurly

Perfect ;) hehehe

Thank you ;)

Best regards ArchGalileu

Mccurly commented on 2018-09-07 19:49 (UTC) (edited on 2018-09-11 20:11 (UTC) by Mccurly)

Hi, for those with a Java version higher than 9.x.x you should go to the configure file on the src/eidmw/ directory (line 124) and add a plus sign to the first "[0-9]" group which should look the same as the others (REGEX expression for considering two digits) "[0-9]+"

Consider please to change the src of that code upstream as well.

Aside from that, in here I cannot upgrade because there's an undefined reference to a function (eIDMW...) at making eidguiV2...

(...EDIT...)

I noticed there were other comment pages for this package (... yes I am that distracted...). Because of that I managed to update/install the latest cartaodecidadao.

Followed @r3pek advice that he had given to @Joaoreis. Since the compilation errored out at the linking stage, (the same sort of error as with @Joaoreis)I uninstalled previous version and it went through successfully.

I suggest again (for those who are getting verification errors with the Java Version, when you have installed a java version higher than 9.xx.xx) that you access the temporary folder where the building of the source occurs, and go down to the respective "cartaodecidadao/src/eidmw/configure" file and change its line #124 from "$javaVer =~ m/([0-9]).([0-9]+).([0-9]+)/;" to "$javaVer =~ m/([0-9]+).([0-9]+).([0-9]+)/;" (add the plus sign to the first "[0-9]" group, that becomes "[0-9]+". Maybe you will be able to compile and install.

tiago.casal commented on 2018-08-31 18:30 (UTC) (edited on 2018-08-31 18:46 (UTC) by tiago.casal)

@ArchGalileu e @r3pek

It's the upstream code, I'm working on it... I've been having this issue for some time now, I usually place this little patch on line 129 of the configure file to just bypass version check:

my $javaVerII = $javaVerI;

r3pek commented on 2018-08-31 18:09 (UTC)

@ArchGalileu

$ archlinux-java status Available Java environments: java-7-openjdk java-8-openjdk (default)

WFM with java-8-openjdk

ArchGalileu commented on 2018-08-31 18:05 (UTC)

Already tried multiple java sources but nothing... always this error

Java version (0.0.2) must higher than 1.4.2

Available Java environments: java-10-jre/jre (default) java-10-openjdk java-8-openjdk/jre

Best regards ArchGalileu

r3pek commented on 2018-08-31 13:18 (UTC) (edited on 2018-08-31 13:19 (UTC) by r3pek)

@abred Sim, já tinha reparado no QIcon ;)

Estou a tratar de trazer a versão 3.X para o AUR (que para já, não compila).

Mccurly commented on 2018-08-31 09:10 (UTC)

@abread,

Thank you for your work (github gist), I've managed to build and install.

Is there any chance that (@r3pek) the updates made by user @abread could me "merged" into the project?

Thank you.

abread commented on 2018-08-28 14:55 (UTC) (edited on 2018-08-28 15:52 (UTC) by abread)

@r3pek Isto ainda é mantido? Para a versão atual voltar a compilar há que fazer duas alterações:

  • Incluir o QIcon.h em eidmw/dialogs/dlgWndPinpadInfo.cpp (acho que uma alteração do QT fez com que não fosse automaticamente incluído, isto garante que funciona. pode haver uma maneira mais recomendada para fazer isto)

  • Substituir a dependência xml-security-c pelo xml-security-c-ria (versões 2.x são incompatíveis)

Novo PKGBUILD e patch: https://gist.github.com/abread/83a44a885047ec5867a73b2235f70d44

paneves commented on 2018-07-27 13:42 (UTC)

Boas: Estou com problemas a compilar...

dlgWndPinpadInfo.cpp:41:71: error: invalid use of incomplete type ‘class QIcon’ this->setWindowIcon( QIcon(":/Resources/ICO_CARD_EID_PLAIN_16x16.png") ); ^ In file included from /usr/include/qt/QtCore/qobject.h:54, from /usr/include/qt/QtWidgets/qwidget.h:45, from /usr/include/qt/QtWidgets/QWidget:1, from dlgWndPinpadInfo.h:24, from dlgWndPinpadInfo.cpp:21: /usr/include/qt/QtCore/qmetatype.h:1943:1: note: forward declaration of ‘class QIcon’ QT_FOR_EACH_STATIC_GUI_CLASS(QT_FORWARD_DECLARE_STATIC_TYPES_ITER) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: [Makefile:1223: dlgWndPinpadInfo.o] Error 1 make[1]: Leaving directory '/home/xxxx/.cache/aurman/cartaodecidadao/src/eidmw/dialogs/dialogsQTsrv' make: [Makefile:228: sub-dialogs-dialogsQTsrv-make_first-ordered] Error 2 ==> ERROR: A failure occurred in build(). Aborting... 2018-07-27 14:39:18,799 - wrappers - makepkg - ERROR - makepkg query ['makepkg', '-cf', '--noconfirm'] failed in directory /home/xxxxxx/.cache/aurman/cartaodecidadao

Alguém tem alguma ideia? Obrigado