spacepaste

  1.  
  2. ../serviceImpl/saml-xml-security-c.cpp: In function ‘xercesc_3_2::DOMDocument* SAMLValidateSchemaAndParse(xercesc_3_2::XercesDOMParser&, const char*)’:
  3. ../serviceImpl/saml-xml-security-c.cpp:698:4: error: ‘xsecsize_t’ was not declared in this scope
  4. xsecsize_t errorCount = parser.getErrorCount();
  5. ^~~~~~~~~~
  6. ../serviceImpl/saml-xml-security-c.cpp:698:4: note: suggested alternative: ‘ssize_t’
  7. xsecsize_t errorCount = parser.getErrorCount();
  8. ^~~~~~~~~~
  9. ssize_t
  10. ../serviceImpl/saml-xml-security-c.cpp:699:8: error: ‘errorCount’ was not declared in this scope
  11. if (errorCount > 0) {
  12. ^~~~~~~~~~
  13. ../serviceImpl/saml-xml-security-c.cpp:699:8: note: suggested alternative: ‘error_t’
  14. if (errorCount > 0) {
  15. ^~~~~~~~~~
  16. error_t
  17. ../serviceImpl/saml-xml-security-c.cpp: In function ‘bool SAMLCheckSubject(const xercesc_3_2::DOMDocument*, SAMLTokenData&)’:
  18. ../serviceImpl/saml-xml-security-c.cpp:788:4: error: ‘XMLT’ was not declared in this scope
  19. XMLT scName(name);
  20. ^~~~
  21. ../serviceImpl/saml-xml-security-c.cpp:788:4: note: suggested alternative: ‘XMLCh’
  22. XMLT scName(name);
  23. ^~~~
  24. XMLCh
  25. ../serviceImpl/saml-xml-security-c.cpp:793:52: error: ‘scName’ was not declared in this scope
  26. if (!XMLString::equals(child->getNodeName(), scName.getUnicodeStr())) {
  27. ^~~~~~
  28. ../serviceImpl/saml-xml-security-c.cpp:793:52: note: suggested alternative: ‘name’
  29. if (!XMLString::equals(child->getNodeName(), scName.getUnicodeStr())) {
  30. ^~~~~~
  31. name
  32. ../serviceImpl/saml-xml-security-c.cpp:797:49: error: ‘MAKE_UNICODE_STRING’ was not declared in this scope
  33. const XMLCh *method = child->getAttribute(MAKE_UNICODE_STRING("Method"));
  34. ^~~~~~~~~~~~~~~~~~~
  35. ../serviceImpl/saml-xml-security-c.cpp:797:49: note: suggested alternative: ‘G_UNICODE_FORMAT’
  36. const XMLCh *method = child->getAttribute(MAKE_UNICODE_STRING("Method"));
  37. ^~~~~~~~~~~~~~~~~~~
  38. G_UNICODE_FORMAT
  39. ../serviceImpl/saml-xml-security-c.cpp: In function ‘bool SAMLCheckTimeAttr(const xercesc_3_2::DOMElement*, const char*, bool)’:
  40. ../serviceImpl/saml-xml-security-c.cpp:958:47: error: ‘MAKE_UNICODE_STRING’ was not declared in this scope
  41. const XMLCh *timeAttr = elem->getAttribute(MAKE_UNICODE_STRING(attrName));
  42. ^~~~~~~~~~~~~~~~~~~
  43. ../serviceImpl/saml-xml-security-c.cpp:958:47: note: suggested alternative: ‘G_UNICODE_FORMAT’
  44. const XMLCh *timeAttr = elem->getAttribute(MAKE_UNICODE_STRING(attrName));
  45. ^~~~~~~~~~~~~~~~~~~
  46. G_UNICODE_FORMAT
  47. ../serviceImpl/saml-xml-security-c.cpp: In function ‘bool SAMLCheckSignature(xercesc_3_2::DOMDocument*, std::vector<std::__cxx11::basic_string<char> >&)’:
  48. ../serviceImpl/saml-xml-security-c.cpp:1079:4: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  49. auto_ptr<DSIGKeyInfoX509> keyInfo = SAMLFindKey(secEnv, sigElem);
  50. ^~~~~~~~
  51. In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
  52. from ../serviceImpl/saml-xml-security-c.cpp:26:
  53. /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
  54. template<typename> class auto_ptr;
  55. ^~~~~~~~
  56. ../serviceImpl/saml-xml-security-c.cpp: In function ‘bool SAMLCheckReference(const xercesc_3_2::DOMDocument*, DSIGSignature*)’:
  57. ../serviceImpl/saml-xml-security-c.cpp:1144:45: error: ‘MAKE_UNICODE_STRING’ was not declared in this scope
  58. const XMLCh *id = rootElem->getAttribute(MAKE_UNICODE_STRING("ID"));
  59. ^~~~~~~~~~~~~~~~~~~
  60. ../serviceImpl/saml-xml-security-c.cpp:1144:45: note: suggested alternative: ‘G_UNICODE_FORMAT’
  61. const XMLCh *id = rootElem->getAttribute(MAKE_UNICODE_STRING("ID"));
  62. ^~~~~~~~~~~~~~~~~~~
  63. G_UNICODE_FORMAT
  64. ../serviceImpl/saml-xml-security-c.cpp:1170:4: error: ‘XMLT’ was not declared in this scope
  65. XMLT uriPrefix("#");
  66. ^~~~
  67. ../serviceImpl/saml-xml-security-c.cpp:1170:4: note: suggested alternative: ‘XMLCh’
  68. XMLT uriPrefix("#");
  69. ^~~~
  70. XMLCh
  71. ../serviceImpl/saml-xml-security-c.cpp:1171:47: error: ‘uriPrefix’ was not declared in this scope
  72. XMLSize_t prefixLen = XMLString::stringLen(uriPrefix.getUnicodeStr());
  73. ^~~~~~~~~
  74. ../serviceImpl/saml-xml-security-c.cpp: In function ‘xercesc_3_2::DOMElement* SAMLFindChildByName(const xercesc_3_2::DOMElement*, const char*)’:
  75. ../serviceImpl/saml-xml-security-c.cpp:1216:4: error: ‘XMLT’ was not declared in this scope
  76. XMLT sigNodeName(name);
  77. ^~~~
  78. ../serviceImpl/saml-xml-security-c.cpp:1216:4: note: suggested alternative: ‘XMLCh’
  79. XMLT sigNodeName(name);
  80. ^~~~
  81. XMLCh
  82. ../serviceImpl/saml-xml-security-c.cpp:1222:29: error: ‘sigNodeName’ was not declared in this scope
  83. sigNodeName.getUnicodeStr())) {
  84. ^~~~~~~~~~~
  85. ../serviceImpl/saml-xml-security-c.cpp: At global scope:
  86. ../serviceImpl/saml-xml-security-c.cpp:1246:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  87. static auto_ptr<DSIGKeyInfoX509>
  88. ^~~~~~~~
  89. In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
  90. from ../serviceImpl/saml-xml-security-c.cpp:26:
  91. /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
  92. template<typename> class auto_ptr;
  93. ^~~~~~~~
  94. ../serviceImpl/saml-xml-security-c.cpp: In function ‘std::auto_ptr<DSIGKeyInfoX509> SAMLFindKey(const XSECEnv&, const xercesc_3_2::DOMElement*)’:
  95. ../serviceImpl/saml-xml-security-c.cpp:1251:37: error: ‘MAKE_UNICODE_STRING’ was not declared in this scope
  96. sigElem->getElementsByTagName(MAKE_UNICODE_STRING("ds:X509Data"));
  97. ^~~~~~~~~~~~~~~~~~~
  98. ../serviceImpl/saml-xml-security-c.cpp:1251:37: note: suggested alternative: ‘G_UNICODE_FORMAT’
  99. sigElem->getElementsByTagName(MAKE_UNICODE_STRING("ds:X509Data"));
  100. ^~~~~~~~~~~~~~~~~~~
  101. G_UNICODE_FORMAT
  102. ../serviceImpl/saml-xml-security-c.cpp:1254:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  103. return auto_ptr<DSIGKeyInfoX509>(NULL);
  104. ^~~~~~~~
  105. In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
  106. from ../serviceImpl/saml-xml-security-c.cpp:26:
  107. /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
  108. template<typename> class auto_ptr;
  109. ^~~~~~~~
  110. ../serviceImpl/saml-xml-security-c.cpp:1257:4: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  111. auto_ptr<DSIGKeyInfoX509> keyInfo(new DSIGKeyInfoX509(&secEnv,
  112. ^~~~~~~~
  113. In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/memory:80:0,
  114. from ../serviceImpl/saml-xml-security-c.cpp:26:
  115. /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7/bits/unique_ptr.h:51:28: note: declared here
  116. template<typename> class auto_ptr;
  117. ^~~~~~~~
  118. make[2]: *** [Makefile:1054: VGAuthService-saml-xml-security-c.o] Error 1
  119. make[2]: Leaving directory '/var/tmp/portage/app-emulation/open-vm-tools-10.2.5/work/open-vm-tools-10.2.5-8068406/vgauth/service'
  120. make[1]: *** [Makefile:467: all-recursive] Error 1
  121. make[1]: Leaving directory '/var/tmp/portage/app-emulation/open-vm-tools-10.2.5/work/open-vm-tools-10.2.5-8068406/vgauth'
  122. make: *** [Makefile:540: all-recursive] Error 1
  123. * ERROR: app-emulation/open-vm-tools-10.2.5::gentoo failed (compile phase):
  124. * emake failed
  125. *
  126. * If you need support, post the output of `emerge --info '=app-emulation/open-vm-tools-10.2.5::gentoo'`,
  127. * the complete build log and the output of `emerge -pqv '=app-emulation/open-vm-tools-10.2.5::gentoo'`.
  128. * The complete build log is located at '/var/tmp/portage/app-emulation/open-vm-tools-10.2.5/temp/build.log'.
  129. * The ebuild environment file is located at '/var/tmp/portage/app-emulation/open-vm-tools-10.2.5/temp/environment'.
  130. * Working directory: '/var/tmp/portage/app-emulation/open-vm-tools-10.2.5/work/open-vm-tools-10.2.5-8068406'
  131. * S: '/var/tmp/portage/app-emulation/open-vm-tools-10.2.5/work/open-vm-tools-10.2.5-8068406'
  132. gentoovmware ~ #
  133.