Advertisement
Guest User

Untitled

a guest
Mar 12th, 2023
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.59 KB | None | 0 0
  1. make[2]: Entering directory '/tmp/libcmis-0.5.2-3-work/src/libcmis-0.5.2/src/libcmis'
  2. CXX dummy.lo
  3. CXX libcmis_la-allowable-actions.lo
  4. CXX libcmis_la-atom-document.lo
  5. CXX libcmis_la-atom-folder.lo
  6. CXX libcmis_la-atom-object-type.lo
  7. CXX libcmis_la-atom-object.lo
  8. CXX libcmis_la-atom-session.lo
  9. CXX libcmis_la-atom-workspace.lo
  10. CXX libcmis_la-base-session.lo
  11. CXX libcmis_la-document.lo
  12. CXX libcmis_la-folder.lo
  13. CXX libcmis_la-gdrive-document.lo
  14. CXX libcmis_la-gdrive-folder.lo
  15. CXX libcmis_la-gdrive-object-type.lo
  16. CXX libcmis_la-gdrive-object.lo
  17. CXX libcmis_la-gdrive-property.lo
  18. CXX libcmis_la-gdrive-repository.lo
  19. CXX libcmis_la-gdrive-session.lo
  20. gdrive-object.cxx: In member function 'virtual std::vector<boost::shared_ptr<libcmis::Rendition> > GDriveObject::getRenditions(std::string)':
  21. gdrive-object.cxx:159:20: warning: declaration of 'mimeType' shadows a previous local [-Wshadow]
  22. 159 | string mimeType = (*it).substr( 0, pos );
  23. | ^~~~~~~~
  24. gdrive-object.cxx:146:16: note: shadowed declaration is here
  25. 146 | string mimeType = getStringProperty( "cmis:contentStreamMimeType" );
  26. | ^~~~~~~~
  27. gdrive-object.cxx:170:20: warning: declaration of 'mimeType' shadows a previous local [-Wshadow]
  28. 170 | string mimeType = "cmis:thumbnail";
  29. | ^~~~~~~~
  30. gdrive-object.cxx:146:16: note: shadowed declaration is here
  31. 146 | string mimeType = getStringProperty( "cmis:contentStreamMimeType" );
  32. | ^~~~~~~~
  33. CXX libcmis_la-gdrive-utils.lo
  34. CXX libcmis_la-http-session.lo
  35. CXX libcmis_la-json-utils.lo
  36. CXX libcmis_la-oauth2-data.lo
  37. CXX libcmis_la-oauth2-handler.lo
  38. CXX libcmis_la-oauth2-providers.lo
  39. CXX libcmis_la-object-type.lo
  40. CXX libcmis_la-object.lo
  41. CXX libcmis_la-onedrive-document.lo
  42. CXX libcmis_la-onedrive-folder.lo
  43. CXX libcmis_la-onedrive-object-type.lo
  44. In file included from http-session.hxx:36,
  45. from http-session.cxx:29:
  46. http-session.cxx: In member function 'libcmis::HttpResponsePtr HttpSession::httpPatchRequest(std::string, std::istream&, std::vector<std::__cxx11::basic_string<char> >)':
  47. http-session.cxx:328:37: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations]
  48. 328 | curl_easy_setopt( m_curlHandle, CURLOPT_IOCTLFUNCTION, lcl_ioctlStream );
  49. | ^~~~~~~~~~~~~~~~~~~~~
  50. /usr/include/curl/curl.h:1580:3: note: declared here
  51. 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130,
  52. | ^~~~~~~~~~~~~~~~~
  53. http-session.cxx:329:37: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations]
  54. 329 | curl_easy_setopt( m_curlHandle, CURLOPT_IOCTLDATA, &isOriginal );
  55. | ^~~~~~~~~~~~~~~~~
  56. /usr/include/curl/curl.h:1582:3: note: declared here
  57. 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131,
  58. | ^~~~~~~~~~~~~~~~~
  59. http-session.cxx: In member function 'libcmis::HttpResponsePtr HttpSession::httpPutRequest(std::string, std::istream&, std::vector<std::__cxx11::basic_string<char> >)':
  60. http-session.cxx:415:37: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations]
  61. 415 | curl_easy_setopt( m_curlHandle, CURLOPT_IOCTLFUNCTION, lcl_ioctlStream );
  62. | ^~~~~~~~~~~~~~~~~~~~~
  63. /usr/include/curl/curl.h:1580:3: note: declared here
  64. 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130,
  65. | ^~~~~~~~~~~~~~~~~
  66. http-session.cxx:416:37: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations]
  67. 416 | curl_easy_setopt( m_curlHandle, CURLOPT_IOCTLDATA, &isOriginal );
  68. | ^~~~~~~~~~~~~~~~~
  69. /usr/include/curl/curl.h:1582:3: note: declared here
  70. 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131,
  71. | ^~~~~~~~~~~~~~~~~
  72. http-session.cxx: In member function 'libcmis::HttpResponsePtr HttpSession::httpPostRequest(const std::string&, std::istream&, const std::string&, bool)':
  73. http-session.cxx:503:37: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations]
  74. 503 | curl_easy_setopt( m_curlHandle, CURLOPT_IOCTLFUNCTION, lcl_ioctlStream );
  75. | ^~~~~~~~~~~~~~~~~~~~~
  76. /usr/include/curl/curl.h:1580:3: note: declared here
  77. 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130,
  78. | ^~~~~~~~~~~~~~~~~
  79. http-session.cxx:504:37: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations]
  80. 504 | curl_easy_setopt( m_curlHandle, CURLOPT_IOCTLDATA, &isOriginal );
  81. | ^~~~~~~~~~~~~~~~~
  82. /usr/include/curl/curl.h:1582:3: note: declared here
  83. 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131,
  84. | ^~~~~~~~~~~~~~~~~
  85. http-session.cxx: In member function 'void HttpSession::initProtocols()':
  86. http-session.cxx:883:36: warning: 'CURLOPT_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations]
  87. 883 | curl_easy_setopt(m_curlHandle, CURLOPT_PROTOCOLS, protocols);
  88. | ^~~~~~~~~~~~~~~~~
  89. /usr/include/curl/curl.h:1749:3: note: declared here
  90. 1749 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181,
  91. | ^~~~~~~~~~~~~~~~~
  92. http-session.cxx:884:36: warning: 'CURLOPT_REDIR_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations]
  93. 884 | curl_easy_setopt(m_curlHandle, CURLOPT_REDIR_PROTOCOLS, protocols);
  94. | ^~~~~~~~~~~~~~~~~~~~~~~
  95. /usr/include/curl/curl.h:1755:3: note: declared here
  96. 1755 | CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182,
  97. | ^~~~~~~~~~~~~~~~~
  98. CXX libcmis_la-onedrive-object.lo
  99. CXX libcmis_la-onedrive-property.lo
  100. oauth2-handler.cxx: In member function 'void OAuth2Handler::fetchTokens(std::string)':
  101. oauth2-handler.cxx:96:15: error: 'starts_with' is not a member of 'boost'
  102. 96 | if(boost::starts_with(m_data->getTokenUrl(), "https://oauth2.googleapis.com/"))
  103. | ^~~~~~~~~~~
  104. oauth2-handler.cxx: In member function 'void OAuth2Handler::refresh()':
  105. oauth2-handler.cxx:128:15: error: 'starts_with' is not a member of 'boost'
  106. 128 | if(boost::starts_with(m_data->getTokenUrl(), "https://oauth2.googleapis.com/"))
  107. | ^~~~~~~~~~~
  108. CXX libcmis_la-onedrive-repository.lo
  109. make[2]: *** [Makefile:937: libcmis_la-oauth2-handler.lo] Error 1
  110. make[2]: *** Waiting for unfinished jobs....
  111. oauth2-providers.cxx:58:13: warning: 'std::string {anonymous}::escapeForm(const std::string&)' defined but not used [-Wunused-function]
  112. 58 | std::string escapeForm(const std::string& data)
  113. | ^~~~~~~~~~
  114. make[2]: Leaving directory '/tmp/libcmis-0.5.2-3-work/src/libcmis-0.5.2/src/libcmis'
  115. make[1]: *** [Makefile:522: all-recursive] Error 1
  116. make[1]: Leaving directory '/tmp/libcmis-0.5.2-3-work/src/libcmis-0.5.2/src'
  117. make: *** [Makefile:537: all-recursive] Error 1
  118. =======> ERROR: Building '/usr/ports/pkg/libcmis#0.5.2-3.pkg.tar.gz' failed.
  119. prt-get: error while install
  120.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement