Search Criteria
Package Details: libdigidocpp 3.14.4.1401-1
Git Clone URL: | https://aur.archlinux.org/libdigidocpp.git (read-only, click to copy) |
---|---|
Package Base: | libdigidocpp |
Description: | Library for creating, signing and verification of digitally signed documents, according to XAdES and XML-DSIG standards |
Upstream URL: | http://www.id.ee/ |
Keywords: | esteid |
Licenses: | |
Submitter: | kevku |
Maintainer: | kevku |
Last Packager: | kevku |
Votes: | 13 |
Popularity: | 0.018432 |
First Submitted: | 2012-12-12 12:15 |
Last Updated: | 2020-10-05 19:23 |
Dependencies (4)
- xml-security-c
- cmake (cmake-git) (make)
- xsd (make)
- xxd (vim-qt-git, vim-qt-qt5-git, vim-minimal-git, gvim-git, vim-clipboard, vim-x11, xxd-standalone, vim-min, gvim-gtk2, gvim, vim) (make)
Latest Comments
1 2 3 4 Next › Last »
yuvadm commented on 2021-01-08 07:24
Getting these build errors:
[ 59%] Building CXX object src/CMakeFiles/digidocpp.dir/Container.cpp.o /home/yuval/.cache/yay/libdigidocpp/src/src/Container.cpp:47:18: error: expected constructor, destructor, or type conversion before ‘(’ token 47 | XALAN_USING_XALAN(XPathEvaluator)
Anyone else seeing this?
Edit: doh, I was missing the xml-security-c dependency.
Repentinus commented on 2020-10-07 19:28
You can grab the source from GitHub instead.
ArkadSt commented on 2020-10-07 14:14
https://installer.id.ee/media/ubuntu/pool/main/libd/libdigidocpp/libdigidocpp_3.14.4.1401.orig.tar.xz returns 404 Not Found
keevitaja commented on 2019-04-08 11:43
Hi,
https://installer.id.ee/media/ubuntu/pool/main/libd/libdigidocpp/libdigidocpp_3.13.8.1379.orig.tar.xz
has expired, 404
HariSeldon commented on 2018-12-13 21:14
I'm getting some CMake errors: CMake Error at src/CMakeLists.txt:149 (add_library): Target "digidocpp_priv" links to target "XercesC::XercesC" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?
(In addition to "digidocpp_priv", I'm also getting the same error for targets "digidocpp", "digidoc-tool", and "pkcs11sign")
I do have the xerces-c package installed, and CMake prints out "Found XercesC: /usr/lib/libxerces-c.so" during the build process, so I don't understand what's going on.
Repentinus commented on 2018-06-19 16:52
Thanks! Worked like a charm with podofo removed.
kevku commented on 2018-06-19 08:37
the version of podofo in arch does not work for libdigidocpp need to remove it or disable in cmake
Repentinus commented on 2018-06-18 19:01
SignatureCAdES_T.cpp.o, SignatureCAdES_B.cpp.o and PDF.cpp.o fail to build on my machine with type errors. The full build log can be found at <https://ideone.com/fwrs3r>. Any suggestions for debugging?
pooryorick commented on 2017-12-18 16:31
In my case it was necessary to update xml-security-c for the build of libdigidocpp to complete successfully.
kevku commented on 2016-08-14 11:52
3.12.2.1329 has minizip 1.1 same as community and does not crash for me
does adding -DMINIZIP_INCLUDE_DIR="/usr/include/minizip/" help?
or -DMINIZIP_INCLUDE_DIR="" to use the bundled copy