Package Details: xml-security-c 2.0.4-1

Git Clone URL: https://aur.archlinux.org/xml-security-c.git (read-only, click to copy)
Package Base: xml-security-c
Description: C++ Implementation of W3C security standards for XML
Upstream URL: http://santuario.apache.org/
Licenses: Apache
Submitter: None
Maintainer: kevku
Last Packager: kevku
Votes: 17
Popularity: 0.33
First Submitted: 2010-08-25 09:12 (UTC)
Last Updated: 2021-11-05 18:39 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

kevku commented on 2011-08-19 07:54 (UTC)

1.6.1 pkgbuild http://dl.dropbox.com/u/10871809/xml-security-c-1.6.1-1.src.tar.gz needs xalan-c>=1.11_pre1153059

<deleted-account> commented on 2011-06-02 21:31 (UTC)

I'm still looking into it and have tried to contact upstream with no success. I'll try again.

<deleted-account> commented on 2011-05-31 18:49 (UTC)

Any news about new PKGBUILD? Estonian ID-card software don't work without it.

<deleted-account> commented on 2011-04-24 19:16 (UTC)

Hmm I'll have to investigate this a little further. I'll probably be sending a patch upstream as well as pushing a new PKGBUILD soon.

<deleted-account> commented on 2011-04-24 12:12 (UTC)

Doesn't build with gcc 4.6.0-3 in [base-devel]. Also source url doesn't exist. (old source can be found from http://archive.apache.org/dist/santuario/c-library/xml-security-c-1.5.1.tar.gz).

intgr commented on 2011-04-14 09:10 (UTC)

Doesn't build with gcc 4.6.0 in [testing]. Here's the error: g++ -DHAVE_CONFIG_H -I. -I. -I../src/framework -I../include -march=x86-64 -march=native -O2 -pipe -pthread -DXSEC_LIBRARY_BUILD -DLINUX -Wall -O2 -DNDEBUG -MT XSECC14n20010315.lo -MD -MP -MF .deps/XSECC14n20010315.Tpo -c ../src/canon/XSECC14n20010315.cpp -o XSECC14n20010315.o >/dev/null 2>&1 In file included from /usr/include/xalanc/XPath/XalanXPathException.hpp:34:0, from /usr/include/xalanc/XPath/XalanQName.hpp:44, from /usr/include/xalanc/XPath/XalanQNameByValue.hpp:29, from /usr/include/xalanc/XalanTransformer/XalanTransformer.hpp:42, from ../include/xsec/dsig/DSIGXPathHere.hpp:37, from ../src/dsig/DSIGXPathHere.cpp:26: /usr/include/xalanc/PlatformSupport/XSLException.hpp:199:29: error: reference 'm_memoryManager' cannot be declared 'mutable' [-fpermissive] In file included from /usr/include/xalanc/DOMSupport/DOMServices.hpp:39:0, from /usr/include/xalanc/XPath/XObject.hpp:38, from /usr/include/xalanc/XPath/XObjectFactory.hpp:32, from ../include/xsec/dsig/DSIGXPathHere.hpp:38, from ../src/dsig/DSIGXPathHere.cpp:26: /usr/include/xalanc/PlatformSupport/ExecutionContext.hpp:113:29: error: reference 'm_memoryManager' cannot be declared 'mutable' [-fpermissive] In file included from ../include/xsec/dsig/DSIGXPathHere.hpp:38:0, from ../src/dsig/DSIGXPathHere.cpp:26: /usr/include/xalanc/XPath/XObjectFactory.hpp:325:29: error: reference 'm_memoryManager' cannot be declared 'mutable' [-fpermissive] g++ -DHAVE_CONFIG_H -I. -I. -I../src/framework -I../include -march=x86-64 -march=native -O2 -pipe -pthread -DXSEC_LIBRARY_BUILD -DLINUX -Wall -O2 -DNDEBUG -MT DSIGKeyInfoValue.lo -MD -MP -MF .deps/DSIGKeyInfoValue.Tpo -c ../src/dsig/DSIGKeyInfoValue.cpp -o DSIGKeyInfoValue.o >/dev/null 2>&1 make[1]: *** [DSIGXPathHere.lo] Error 1