Bez tytułu

z Aqua Parakeet, 9 miesiące temu, napisane w Plain Text, wyświetlone 107 razy. [paste_expire] 1 miesiąc.
URL https://pastebin.k4be.pl/view/3c97ebb6 Udostępnij
Pobierz wklejkę lub Pokaż surowy tekst
  1. npm ERR!       |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2. npm ERR!   536 |              sizeof(psTableDef->szTableName), "%s.%s", szNewName, szOldExt);
  3. npm ERR!       |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/avc/ogravcbinlayer.cpp: In member function ‘int OGRAVCBinLayer::CheckSetupTable()’:
  5. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/avc/ogravcbinlayer.cpp:343:52: warning: ‘%s’ directive output may be truncated writing up to 127 bytes into a region of size 65 [-Wformat-truncation=]
  6. npm ERR!   343 |     snprintf( szPaddedName, sizeof(szPaddedName), "%s%32s", szTableName, " " );
  7. npm ERR!       |                                                    ^~
  8. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/avc/ogravcbinlayer.cpp:343:13: note: ‘snprintf’ output between 33 and 160 bytes into a destination of size 65
  9. npm ERR!   343 |     snprintf( szPaddedName, sizeof(szPaddedName), "%s%32s", szTableName, " " );
  10. npm ERR!       |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  11. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/geojson/libjson/json_object.c: In function ‘gdal_json_object_get_int64’:
  12. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/geojson/libjson/json_object.c:550:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
  13. npm ERR!   550 |         if (json_parse_int64(jso->o.c_string.str, &cint) == 0) return cint;
  14. npm ERR!       |            ^
  15. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/geojson/libjson/json_object.c:551:3: note: here
  16. npm ERR!   551 |   default:
  17. npm ERR!       |   ^~~~~~~
  18. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/mitab/mitab_miffile.cpp: In member function ‘virtual OGRErr MIFFile::GetExtent(OGREnvelope*, int)’:
  19. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/mitab/mitab_miffile.cpp:2266:21: warning: implicitly-declared ‘constexpr OGREnvelope& OGREnvelope::operator=(const OGREnvelope&)’ is deprecated [-Wdeprecated-copy]
  20. npm ERR!  2266 |         *psExtent = m_sExtents;
  21. npm ERR!       |                     ^~~~~~~~~~
  22. npm ERR! In file included from ../deps/libgdal/gdal/ogr/ogr_geometry.h:35,
  23. npm ERR!                  from ../deps/libgdal/gdal/ogr/ogr_feature.h:34,
  24. npm ERR!                  from ../deps/libgdal/gdal/ogr/ogrsf_frmts/mitab/mitab_priv.h:185,
  25. npm ERR!                  from ../deps/libgdal/gdal/ogr/ogrsf_frmts/mitab/mitab.h:119,
  26. npm ERR!                  from ../deps/libgdal/gdal/ogr/ogrsf_frmts/mitab/mitab_miffile.cpp:197:
  27. npm ERR! ../deps/libgdal/gdal/ogr/ogr_core.h:55:9: note: because ‘OGREnvelope’ has user-provided ‘OGREnvelope::OGREnvelope(const OGREnvelope&)’
  28. npm ERR!    55 |         OGREnvelope(const OGREnvelope& oOther) :
  29. npm ERR!       |         ^~~~~~~~~~~
  30. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/mitab/mitab_spatialref.cpp: In static member function ‘static OGRSpatialReference* TABFile::GetSpatialRefFromTABProj(const TABProjInfo&)’:
  31. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/mitab/mitab_spatialref.cpp:1329:71: warning: ‘%.15g’ directive output may be truncated writing between 1 and 22 bytes into a region of size between 9 and 137 [-Wformat-truncation=]
  32. npm ERR!  1329 |                      "MIF 9999,%d,%.15g,%.15g,%.15g,%.15g,%.15g,%.15g,%.15g,%.15g",
  33. npm ERR!       |                                                                       ^~~~~
  34. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/mitab/mitab_spatialref.cpp:1329:22: note: assuming directive output of 21 bytes
  35. npm ERR!  1329 |                      "MIF 9999,%d,%.15g,%.15g,%.15g,%.15g,%.15g,%.15g,%.15g,%.15g",
  36. npm ERR!       |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  37. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/mitab/mitab_spatialref.cpp:1329:22: note: assuming directive output of 21 bytes
  38. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/mitab/mitab_spatialref.cpp:1328:21: note: ‘snprintf’ output between 27 and 197 bytes into a destination of size 160
  39. npm ERR!  1328 |             snprintf( szDatumName, sizeof(szDatumName),
  40. npm ERR!       |             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  41. npm ERR!  1329 |                      "MIF 9999,%d,%.15g,%.15g,%.15g,%.15g,%.15g,%.15g,%.15g,%.15g",
  42. npm ERR!       |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  43. npm ERR!  1330 |                      sTABProj.nEllipsoidId,
  44. npm ERR!       |                      ~~~~~~~~~~~~~~~~~~~~~~
  45. npm ERR!  1331 |                      sTABProj.dDatumShiftX,
  46. npm ERR!       |                      ~~~~~~~~~~~~~~~~~~~~~~
  47. npm ERR!  1332 |                      sTABProj.dDatumShiftY,
  48. npm ERR!       |                      ~~~~~~~~~~~~~~~~~~~~~~
  49. npm ERR!  1333 |                      sTABProj.dDatumShiftZ,
  50. npm ERR!       |                      ~~~~~~~~~~~~~~~~~~~~~~
  51. npm ERR!  1334 |                      sTABProj.adDatumParams[0],
  52. npm ERR!       |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~
  53. npm ERR!  1335 |                      sTABProj.adDatumParams[1],
  54. npm ERR!       |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~
  55. npm ERR!  1336 |                      sTABProj.adDatumParams[2],
  56. npm ERR!       |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~
  57. npm ERR!  1337 |                      sTABProj.adDatumParams[3],
  58. npm ERR!       |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~
  59. npm ERR!  1338 |                      sTABProj.adDatumParams[4] );
  60. npm ERR!       |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  61. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/gmt/ogrgmtlayer.cpp: In member function ‘virtual OGRErr OGRGmtLayer::GetExtent(OGREnvelope*, int)’:
  62. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/gmt/ogrgmtlayer.cpp:1004:21: warning: implicitly-declared ‘constexpr OGREnvelope& OGREnvelope::operator=(const OGREnvelope&)’ is deprecated [-Wdeprecated-copy]
  63. npm ERR!  1004 |         *psExtent = sRegion;
  64. npm ERR!       |                     ^~~~~~~
  65. npm ERR! In file included from ../deps/libgdal/gdal/ogr/ogr_geometry.h:35,
  66. npm ERR!                  from ../deps/libgdal/gdal/ogr/ogr_feature.h:34,
  67. npm ERR!                  from ../deps/libgdal/gdal/ogr/ogrsf_frmts/ogrsf_frmts.h:35,
  68. npm ERR!                  from ../deps/libgdal/gdal/ogr/ogrsf_frmts/gmt/ogr_gmt.h:33,
  69. npm ERR!                  from ../deps/libgdal/gdal/ogr/ogrsf_frmts/gmt/ogrgmtlayer.cpp:30:
  70. npm ERR! ../deps/libgdal/gdal/ogr/ogr_core.h:55:9: note: because ‘OGREnvelope’ has user-provided ‘OGREnvelope::OGREnvelope(const OGREnvelope&)’
  71. npm ERR!    55 |         OGREnvelope(const OGREnvelope& oOther) :
  72. npm ERR!       |         ^~~~~~~~~~~
  73. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/gtm/gtmtracklayer.cpp: In member function ‘void GTMTrackLayer::WriteFeatureAttributes(OGRFeature*)’:
  74. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/gtm/gtmtracklayer.cpp:164:12: warning: ‘char* strncpy(char*, const char*, size_t)’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  75. npm ERR!   164 |     strncpy((char*)pBufferAux, psztrackname, trackNameLength);
  76. npm ERR!       |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  77. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/gtm/gtmtracklayer.cpp:154:42: note: length computed here
  78. npm ERR!   154 |     const size_t trackNameLength = strlen(psztrackname);
  79. npm ERR!       |                                    ~~~~~~^~~~~~~~~~~~~~
  80. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/gtm/gtmwaypointlayer.cpp: In member function ‘void GTMWaypointLayer::WriteFeatureAttributes(OGRFeature*, float)’:
  81. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/gtm/gtmwaypointlayer.cpp:186:12: warning: ‘char* strncpy(char*, const char*, size_t)’ output may be truncated copying 10 bytes from a string of length 10 [-Wstringop-truncation]
  82. npm ERR!   186 |     strncpy((char*)pBufferAux, psNameField, 10);
  83. npm ERR!       |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  84. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/gtm/gtmwaypointlayer.cpp:193:12: warning: ‘char* strncpy(char*, const char*, size_t)’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
  85. npm ERR!   193 |     strncpy((char*)pBuffer+12, pszcomment, commentLength);
  86. npm ERR!       |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  87. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/gtm/gtmwaypointlayer.cpp:180:40: note: length computed here
  88. npm ERR!   180 |     const size_t commentLength = strlen(pszcomment);
  89. npm ERR!       |                                  ~~~~~~^~~~~~~~~~~~
  90. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/openfilegdb/filegdbtable.cpp: In member function ‘virtual OGRGeometry* OpenFileGDB::FileGDBOGRGeometryConverterImpl::GetAsGeometry(const OGRField*)’:
  91. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/openfilegdb/filegdbtable.cpp:2411:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
  92. npm ERR!  2411 |             bHasZ = TRUE; /* go on */
  93. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/openfilegdb/filegdbtable.cpp:2413:9: note: here
  94. npm ERR!  2413 |         case SHPT_POINT:
  95. npm ERR!       |         ^~~~
  96. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/openfilegdb/filegdbtable.cpp:2457:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
  97. npm ERR!  2457 |             bHasZ = TRUE; /* go on */
  98. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/openfilegdb/filegdbtable.cpp:2459:9: note: here
  99. npm ERR!  2459 |         case SHPT_MULTIPOINT:
  100. npm ERR!       |         ^~~~
  101. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/openfilegdb/filegdbtable.cpp:2524:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
  102. npm ERR!  2524 |             bHasZ = TRUE; /* go on */
  103. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/openfilegdb/filegdbtable.cpp:2526:9: note: here
  104. npm ERR!  2526 |         case SHPT_ARC:
  105. npm ERR!       |         ^~~~
  106. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/openfilegdb/filegdbtable.cpp:2642:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
  107. npm ERR!  2642 |             bHasZ = TRUE; /* go on */
  108. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/openfilegdb/filegdbtable.cpp:2644:9: note: here
  109. npm ERR!  2644 |         case SHPT_POLYGON:
  110. npm ERR!       |         ^~~~
  111. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/openfilegdb/filegdbtable.cpp:2823:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
  112. npm ERR!  2823 |             bHasZ = TRUE; /* go on */
  113. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/openfilegdb/filegdbtable.cpp:2825:9: note: here
  114. npm ERR!  2825 |         case SHPT_GENERALMULTIPATCH:
  115. npm ERR!       |         ^~~~
  116. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/rec/ll_recio.cpp: In function ‘int RECReadRecord(FILE*, char*, int)’:
  117. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/rec/ll_recio.cpp:183:16: warning: ‘char* strncpy(char*, const char*, size_t)’ specified bound depends on the length of the source argument [-Wstringop-truncation]
  118. npm ERR!   183 |         strncpy( pszRecord+nDataLen, pszLine, iSegLen );
  119. npm ERR!       |         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  120. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/rec/ll_recio.cpp:156:30: note: length computed here
  121. npm ERR!   156 |         iSegLen = (int)strlen(pszLine);
  122. npm ERR!       |                        ~~~~~~^~~~~~~~~
  123. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/rec/ogrreclayer.cpp: In member function ‘OGRFeature* OGRRECLayer::GetNextUnfilteredFeature()’:
  124. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/rec/ogrreclayer.cpp:226:16: warning: ‘char* strncpy(char*, const char*, size_t)’ specified bound depends on the length of the source argument [-Wstringop-truncation]
  125. npm ERR!   226 |         strncpy( pszRecord+nDataLen, pszLine, iSegLen );
  126. npm ERR!       |         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/rec/ogrreclayer.cpp:197:46: note: length computed here
  128. npm ERR!   197 |         int iSegLen = static_cast<int>(strlen(pszLine));
  129. npm ERR!       |                                        ~~~~~~^~~~~~~~~
  130. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/s57/ogrs57datasource.cpp: In member function ‘OGRErr OGRS57DataSource::GetDSExtent(OGREnvelope*, int)’:
  131. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/s57/ogrs57datasource.cpp:420:21: warning: implicitly-declared ‘constexpr OGREnvelope& OGREnvelope::operator=(const OGREnvelope&)’ is deprecated [-Wdeprecated-copy]
  132. npm ERR!   420 |         *psExtent = oExtents;
  133. npm ERR!       |                     ^~~~~~~~
  134. npm ERR! In file included from ../deps/libgdal/gdal/ogr/ogr_geometry.h:35,
  135. npm ERR!                  from ../deps/libgdal/gdal/ogr/ogr_feature.h:34,
  136. npm ERR!                  from ../deps/libgdal/gdal/ogr/ogrsf_frmts/ogrsf_frmts.h:35,
  137. npm ERR!                  from ../deps/libgdal/gdal/ogr/ogrsf_frmts/s57/ogr_s57.h:34,
  138. npm ERR!                  from ../deps/libgdal/gdal/ogr/ogrsf_frmts/s57/ogrs57datasource.cpp:33:
  139. npm ERR! ../deps/libgdal/gdal/ogr/ogr_core.h:55:9: note: because ‘OGREnvelope’ has user-provided ‘OGREnvelope::OGREnvelope(const OGREnvelope&)’
  140. npm ERR!    55 |         OGREnvelope(const OGREnvelope& oOther) :
  141. npm ERR!       |         ^~~~~~~~~~~
  142. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/s57/ogrs57datasource.cpp:440:24: warning: implicitly-declared ‘constexpr OGREnvelope& OGREnvelope::operator=(const OGREnvelope&)’ is deprecated [-Wdeprecated-copy]
  143. npm ERR!   440 |             oExtents = oModuleEnvelope;
  144. npm ERR!       |                        ^~~~~~~~~~~~~~~
  145. npm ERR! ../deps/libgdal/gdal/ogr/ogr_core.h:55:9: note: because ‘OGREnvelope’ has user-provided ‘OGREnvelope::OGREnvelope(const OGREnvelope&)’
  146. npm ERR!    55 |         OGREnvelope(const OGREnvelope& oOther) :
  147. npm ERR!       |         ^~~~~~~~~~~
  148. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/s57/ogrs57datasource.cpp:450:17: warning: implicitly-declared ‘constexpr OGREnvelope& OGREnvelope::operator=(const OGREnvelope&)’ is deprecated [-Wdeprecated-copy]
  149. npm ERR!   450 |     *psExtent = oExtents;
  150. npm ERR!       |                 ^~~~~~~~
  151. npm ERR! ../deps/libgdal/gdal/ogr/ogr_core.h:55:9: note: because ‘OGREnvelope’ has user-provided ‘OGREnvelope::OGREnvelope(const OGREnvelope&)’
  152. npm ERR!    55 |         OGREnvelope(const OGREnvelope& oOther) :
  153. npm ERR!       |         ^~~~~~~~~~~
  154. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/s57/s57reader.cpp: In member function ‘int S57Reader::FindAndApplyUpdates(const char*)’:
  155. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/s57/s57reader.cpp:3291:42: warning: ‘%i’ directive output may be truncated writing between 2 and 10 bytes into a region of size 4 [-Wformat-truncation=]
  156. npm ERR!  3291 |             snprintf( buf, sizeof(buf), "%i", iUpdate );
  157. npm ERR!       |                                          ^~
  158. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/s57/s57reader.cpp:3291:41: note: directive argument in the range [10, 2147483647]
  159. npm ERR!  3291 |             snprintf( buf, sizeof(buf), "%i", iUpdate );
  160. npm ERR!       |                                         ^~~~
  161. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/s57/s57reader.cpp:3291:21: note: ‘snprintf’ output between 3 and 11 bytes into a destination of size 4
  162. npm ERR!  3291 |             snprintf( buf, sizeof(buf), "%i", iUpdate );
  163. npm ERR!       |             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  164. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/s57/s57reader.cpp:3283:42: warning: ‘%i’ directive output may be truncated writing between 2 and 10 bytes into a region of size 3 [-Wformat-truncation=]
  165. npm ERR!  3283 |             snprintf( buf, sizeof(buf), "%i", iUpdate );
  166. npm ERR!       |                                          ^~
  167. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/s57/s57reader.cpp:3283:41: note: directive argument in the range [10, 2147483647]
  168. npm ERR!  3283 |             snprintf( buf, sizeof(buf), "%i", iUpdate );
  169. npm ERR!       |                                         ^~~~
  170. npm ERR! ../deps/libgdal/gdal/ogr/ogrsf_frmts/s57/s57reader.cpp:3283:21: note: ‘snprintf’ output between 3 and 11 bytes into a destination of size 3
  171. npm ERR!  3283 |             snprintf( buf, sizeof(buf), "%i", iUpdate );
  172. npm ERR!       |             ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  173. npm ERR! In file included from ../../nan/nan_converters.h:67,
  174. npm ERR!                  from ../../nan/nan.h:202,
  175. npm ERR!                  from ../src/utils/fast_buffer.hpp:11,
  176. npm ERR!                  from ../src/utils/fast_buffer.cpp:4:
  177. npm ERR! ../../nan/nan_converters_43_inl.h: In static member function ‘static Nan::imp::ToFactoryBase<v8::Boolean>::return_t Nan::imp::ToFactory<v8::Boolean>::convert(v8::Local<v8::Value>)’:
  178. npm ERR! ../../nan/nan_converters_43_inl.h:18:49: error: cannot convert ‘v8::Local<v8::Context>’ to ‘v8::Isolate*’
  179. npm ERR!    18 |       val->To ## TYPE(isolate->GetCurrentContext())                            \
  180. npm ERR!       |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  181. npm ERR!       |                                                 |
  182. npm ERR!       |                                                 v8::Local<v8::Context>
  183. npm ERR! ../../nan/nan_converters_43_inl.h:22:1: note: in expansion of macro ‘X’
  184. npm ERR!    22 | X(Boolean)
  185. npm ERR!       | ^
  186. npm ERR! In file included from /usr/include/nodejs/deps/v8/include/v8-primitive.h:11,
  187. npm ERR!                  from /usr/include/nodejs/deps/v8/include/v8-object.h:11,
  188. npm ERR!                  from /usr/include/nodejs/deps/v8/include/v8-array-buffer.h:13,
  189. npm ERR!                  from /usr/include/nodejs/deps/v8/include/v8.h:24,
  190. npm ERR!                  from /usr/include/nodejs/src/node.h:73,
  191. npm ERR!                  from ../src/utils/fast_buffer.hpp:5:
  192. npm ERR! /usr/include/nodejs/deps/v8/include/v8-value.h:398:37: note:   initializing argument 1 of ‘v8::Local<v8::Boolean> v8::Value::ToBoolean(v8::Isolate*) const’
  193. npm ERR!   398 |   Local<Boolean> ToBoolean(Isolate* isolate) const;
  194. npm ERR!       |                            ~~~~~~~~~^~~~~~~
  195. npm ERR! ../../nan/nan_converters_43_inl.h: In static member function ‘static Nan::imp::ValueFactoryBase<bool>::return_t Nan::imp::ToFactory<bool>::convert(v8::Local<v8::Value>)’:
  196. npm ERR! ../../nan/nan_converters_43_inl.h:37:55: error: cannot convert ‘v8::Local<v8::Context>’ to ‘v8::Isolate*’
  197. npm ERR!    37 |   return val->NAME ## Value(isolate->GetCurrentContext());                     \
  198. npm ERR!       |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~^~
  199. npm ERR!       |                                                       |
  200. npm ERR!       |                                                       v8::Local<v8::Context>
  201. npm ERR! ../../nan/nan_converters_43_inl.h:40:1: note: in expansion of macro ‘X’
  202. npm ERR!    40 | X(bool, Boolean)
  203. npm ERR!       | ^
  204. npm ERR! /usr/include/nodejs/deps/v8/include/v8-value.h:408:30: note:   initializing argument 1 of ‘bool v8::Value::BooleanValue(v8::Isolate*) const’
  205. npm ERR!   408 |   bool BooleanValue(Isolate* isolate) const;
  206. npm ERR!       |                     ~~~~~~~~~^~~~~~~
  207. npm ERR! In file included from ../../nan/nan_new.h:189,
  208. npm ERR!                  from ../../nan/nan.h:203:
  209. npm ERR! ../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::Function>::return_t Nan::imp::Factory<v8::Function>::New(Nan::FunctionCallback, v8::Local<v8::Value>)’:
  210. npm ERR! ../../nan/nan_implementation_12_inl.h:103:42: error: cannot convert ‘v8::Isolate*’ to ‘v8::Local<v8::Context>’
  211. npm ERR!   103 |   return scope.Escape(v8::Function::New( isolate
  212. npm ERR!       |                                          ^~~~~~~
  213. npm ERR!       |                                          |
  214. npm ERR!       |                                          v8::Isolate*
  215. npm ERR! In file included from /usr/include/nodejs/deps/v8/include/v8.h:33:
  216. npm ERR! /usr/include/nodejs/deps/v8/include/v8-function.h:33:22: note:   initializing argument 1 of ‘static v8::MaybeLocal<v8::Function> v8::Function::New(v8::Local<v8::Context>, v8::FunctionCallback, v8::Local<v8::Value>, int, v8::ConstructorBehavior, v8::SideEffectType)’
  217. npm ERR!    33 |       Local<Context> context, FunctionCallback callback,
  218. npm ERR!       |       ~~~~~~~~~~~~~~~^~~~~~~
  219. npm ERR! ../../nan/nan_implementation_12_inl.h: In static member function ‘static Nan::imp::FactoryBase<v8::StringObject>::return_t Nan::imp::Factory<v8::StringObject>::New(v8::Local<v8::String>)’:
  220. npm ERR! ../../nan/nan_implementation_12_inl.h:337:31: error: no matching function for call to ‘v8::StringObject::New(v8::Local<v8::String>&)’
  221. npm ERR!   337 |   return v8::StringObject::New(value).As<v8::StringObject>();
  222. npm ERR!       |          ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
  223. npm ERR! In file included from /usr/include/nodejs/deps/v8/include/v8.h:47:
  224. npm ERR! /usr/include/nodejs/deps/v8/include/v8-primitive-object.h:81:23: note: candidate: ‘static v8::Local<v8::Value> v8::StringObject::New(v8::Isolate*, v8::Local<v8::String>)’
  225. npm ERR!    81 |   static Local<Value> New(Isolate* isolate, Local<String> value);
  226. npm ERR!       |                       ^~~
  227. npm ERR! /usr/include/nodejs/deps/v8/include/v8-primitive-object.h:81:23: note:   candidate expects 2 arguments, 1 provided
  228. npm ERR! ../../nan/nan_implementation_12_inl.h:337:58: error: expected primary-expression before ‘>’ token
  229. npm ERR!   337 |   return v8::StringObject::New(value).As<v8::StringObject>();
  230. npm ERR!       |                                                          ^
  231. npm ERR! ../../nan/nan_implementation_12_inl.h:337:60: error: expected primary-expression before ‘)’ token
  232. npm ERR!   337 |   return v8::StringObject::New(value).As<v8::StringObject>();
  233. npm ERR!       |                                                            ^
  234. npm ERR! ../../nan/nan.h: In constructor ‘Nan::Utf8String::Utf8String(v8::Local<v8::Value>)’:
  235. npm ERR! ../../nan/nan.h:1034:52: error: no matching function for call to ‘v8::Value::ToString()’
  236. npm ERR!  1034 |       v8::Local<v8::String> string = from->ToString();
  237. npm ERR!       |                                      ~~~~~~~~~~~~~~^~
  238. npm ERR! /usr/include/nodejs/deps/v8/include/v8-value.h:360:44: note: candidate: ‘v8::MaybeLocal<v8::String> v8::Value::ToString(v8::Local<v8::Context>) const’
  239. npm ERR!   360 |   V8_WARN_UNUSED_RESULT MaybeLocal<String> ToString(
  240. npm ERR!       |                                            ^~~~~~~~
  241. npm ERR! /usr/include/nodejs/deps/v8/include/v8-value.h:360:44: note:   candidate expects 1 argument, 0 provided
  242. npm ERR! ../../nan/nan.h:1044:37: error: cannot convert ‘char*’ to ‘v8::Isolate*’
  243. npm ERR!  1044 |         length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
  244. npm ERR!       |                                     ^~~~
  245. npm ERR!       |                                     |
  246. npm ERR!       |                                     char*
  247. npm ERR! /usr/include/nodejs/deps/v8/include/v8-primitive.h:202:26: note:   initializing argument 1 of ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’
  248. npm ERR!   202 |   int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
  249. npm ERR!       |                 ~~~~~~~~~^~~~~~~
  250. npm ERR! ../../nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPersistent(const char*, const v8::Local<v8::Value>&)’:
  251. npm ERR! ../../nan/nan.h:1818:31: error: no matching function for call to ‘v8::Object::Set(v8::Local<v8::String>, const v8::Local<v8::Value>&)’
  252. npm ERR!  1818 |     New(persistentHandle)->Set(New(key).ToLocalChecked(), value);
  253. npm ERR!       |     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  254. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:244:37: note: candidate: ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)’
  255. npm ERR!   244 |   V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
  256. npm ERR!       |                                     ^~~
  257. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:244:37: note:   candidate expects 3 arguments, 2 provided
  258. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:247:37: note: candidate: ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)’
  259. npm ERR!   247 |   V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
  260. npm ERR!       |                                     ^~~
  261. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:247:37: note:   candidate expects 3 arguments, 2 provided
  262. npm ERR! ../../nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPersistent(const v8::Local<v8::String>&, const v8::Local<v8::Value>&)’:
  263. npm ERR! ../../nan/nan.h:1824:31: error: no matching function for call to ‘v8::Object::Set(const v8::Local<v8::String>&, const v8::Local<v8::Value>&)’
  264. npm ERR!  1824 |     New(persistentHandle)->Set(key, value);
  265. npm ERR!       |     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  266. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:244:37: note: candidate: ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)’
  267. npm ERR!   244 |   V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
  268. npm ERR!       |                                     ^~~
  269. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:244:37: note:   candidate expects 3 arguments, 2 provided
  270. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:247:37: note: candidate: ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)’
  271. npm ERR!   247 |   V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
  272. npm ERR!       |                                     ^~~
  273. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:247:37: note:   candidate expects 3 arguments, 2 provided
  274. npm ERR! ../../nan/nan.h: In member function ‘void Nan::AsyncWorker::SaveToPersistent(uint32_t, const v8::Local<v8::Value>&)’:
  275. npm ERR! ../../nan/nan.h:1830:31: error: no matching function for call to ‘v8::Object::Set(uint32_t&, const v8::Local<v8::Value>&)’
  276. npm ERR!  1830 |     New(persistentHandle)->Set(index, value);
  277. npm ERR!       |     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  278. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:244:37: note: candidate: ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)’
  279. npm ERR!   244 |   V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context,
  280. npm ERR!       |                                     ^~~
  281. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:244:37: note:   candidate expects 3 arguments, 2 provided
  282. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:247:37: note: candidate: ‘v8::Maybe<bool> v8::Object::Set(v8::Local<v8::Context>, uint32_t, v8::Local<v8::Value>)’
  283. npm ERR!   247 |   V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index,
  284. npm ERR!       |                                     ^~~
  285. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:247:37: note:   candidate expects 3 arguments, 2 provided
  286. npm ERR! ../../nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::AsyncWorker::GetFromPersistent(const char*) const’:
  287. npm ERR! ../../nan/nan.h:1836:35: error: no matching function for call to ‘v8::Object::Get(v8::Local<v8::String>)’
  288. npm ERR!  1836 |         New(persistentHandle)->Get(New(key).ToLocalChecked()));
  289. npm ERR!       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
  290. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:290:43: note: candidate: ‘v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)’
  291. npm ERR!   290 |   V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
  292. npm ERR!       |                                           ^~~
  293. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:290:43: note:   candidate expects 2 arguments, 1 provided
  294. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:293:43: note: candidate: ‘v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)’
  295. npm ERR!   293 |   V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
  296. npm ERR!       |                                           ^~~
  297. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:293:43: note:   candidate expects 2 arguments, 1 provided
  298. npm ERR! ../../nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::AsyncWorker::GetFromPersistent(const v8::Local<v8::String>&) const’:
  299. npm ERR! ../../nan/nan.h:1842:51: error: no matching function for call to ‘v8::Object::Get(const v8::Local<v8::String>&)’
  300. npm ERR!  1842 |     return scope.Escape(New(persistentHandle)->Get(key));
  301. npm ERR!       |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
  302. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:290:43: note: candidate: ‘v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)’
  303. npm ERR!   290 |   V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
  304. npm ERR!       |                                           ^~~
  305. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:290:43: note:   candidate expects 2 arguments, 1 provided
  306. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:293:43: note: candidate: ‘v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)’
  307. npm ERR!   293 |   V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
  308. npm ERR!       |                                           ^~~
  309. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:293:43: note:   candidate expects 2 arguments, 1 provided
  310. npm ERR! ../../nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::AsyncWorker::GetFromPersistent(uint32_t) const’:
  311. npm ERR! ../../nan/nan.h:1847:51: error: no matching function for call to ‘v8::Object::Get(uint32_t&)’
  312. npm ERR!  1847 |     return scope.Escape(New(persistentHandle)->Get(index));
  313. npm ERR!       |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
  314. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:290:43: note: candidate: ‘v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)’
  315. npm ERR!   290 |   V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
  316. npm ERR!       |                                           ^~~
  317. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:290:43: note:   candidate expects 2 arguments, 1 provided
  318. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:293:43: note: candidate: ‘v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)’
  319. npm ERR!   293 |   V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
  320. npm ERR!       |                                           ^~~
  321. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:293:43: note:   candidate expects 2 arguments, 1 provided
  322. npm ERR! ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(AsyncWorker*)’:
  323. npm ERR! ../../nan/nan.h:2167:7: warning: cast between incompatible function types from ‘void (*)(uv_work_t*)’ {aka ‘void (*)(uv_work_s*)’} to ‘uv_after_work_cb’ {aka ‘void (*)(uv_work_s*, int)’} [-Wcast-function-type]
  324. npm ERR!  2167 |     , reinterpret_cast<uv_after_work_cb>(AsyncExecuteComplete)
  325. npm ERR!       |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326. npm ERR! ../../nan/nan.h: In function ‘void Nan::SetAccessor(v8::Local<v8::ObjectTemplate>, v8::Local<v8::String>, GetterCallback, SetterCallback, v8::Local<v8::Value>, v8::AccessControl, v8::PropertyAttribute, imp::Sig)’:
  327. npm ERR! ../../nan/nan.h:2405:19: warning: ‘void v8::ObjectTemplate::SetAccessor(v8::Local<v8::Name>, v8::AccessorNameGetterCallback, v8::AccessorNameSetterCallback, v8::Local<v8::Value>, v8::AccessControl, v8::PropertyAttribute, v8::Local<v8::AccessorSignature>, v8::SideEffectType, v8::SideEffectType)’ is deprecated: Do signature check in accessor [-Wdeprecated-declarations]
  328. npm ERR!  2405 |   tpl->SetAccessor(
  329. npm ERR!       |   ~~~~~~~~~~~~~~~~^
  330. npm ERR!  2406 |       name
  331. npm ERR!       |       ~~~~        
  332. npm ERR!  2407 |     , getter_
  333. npm ERR!       |     ~~~~~~~~~      
  334. npm ERR!  2408 |     , setter_
  335. npm ERR!       |     ~~~~~~~~~      
  336. npm ERR!  2409 |     , obj
  337. npm ERR!       |     ~~~~~          
  338. npm ERR!  2410 |     , settings
  339. npm ERR!       |     ~~~~~~~~~~    
  340. npm ERR!  2411 |     , attribute
  341. npm ERR!       |     ~~~~~~~~~~~    
  342. npm ERR!  2412 |     , signature);
  343. npm ERR!       |     ~~~~~~~~~~~~  
  344. npm ERR! In file included from /usr/include/nodejs/deps/v8/include/v8-function.h:15:
  345. npm ERR! /usr/include/nodejs/deps/v8/include/v8-template.h:838:8: note: declared here
  346. npm ERR!   838 |   void SetAccessor(
  347. npm ERR!       |        ^~~~~~~~~~~
  348. npm ERR! In file included from ../../nan/nan.h:2657:
  349. npm ERR! ../../nan/nan_object_wrap.h: In member function ‘void Nan::ObjectWrap::MakeWeak()’:
  350. npm ERR! ../../nan/nan_object_wrap.h:67:18: error: ‘class Nan::Persistent<v8::Object>’ has no member named ‘MarkIndependent’
  351. npm ERR!    67 |     persistent().MarkIndependent();
  352. npm ERR!       |                  ^~~~~~~~~~~~~~~
  353. npm ERR! In file included from ../../nan/nan.h:2753:
  354. npm ERR! ../../nan/nan_typedarray_contents.h: In constructor ‘Nan::TypedArrayContents<T>::TypedArrayContents(v8::Local<v8::Value>)’:
  355. npm ERR! ../../nan/nan_typedarray_contents.h:34:43: error: ‘class v8::ArrayBuffer’ has no member named ‘GetContents’
  356. npm ERR!    34 |       data   = static_cast<char*>(buffer->GetContents().Data()) + byte_offset;
  357. npm ERR!       |                                           ^~~~~~~~~~~
  358. npm ERR! ../src/utils/fast_buffer.cpp: In static member function ‘static v8::Local<v8::Value> FastBuffer::New(unsigned char*, int)’:
  359. npm ERR! ../src/utils/fast_buffer.cpp:15:59: error: no matching function for call to ‘v8::Object::Get(v8::Local<v8::String>)’
  360. npm ERR!    15 |         Local<Function> bufferConstructor = globalObj->Get(Nan::New("Buffer").ToLocalChecked()).As<Function>();
  361. npm ERR!       |                                             ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  362. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:290:43: note: candidate: ‘v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)’
  363. npm ERR!   290 |   V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
  364. npm ERR!       |                                           ^~~
  365. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:290:43: note:   candidate expects 2 arguments, 1 provided
  366. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:293:43: note: candidate: ‘v8::MaybeLocal<v8::Value> v8::Object::Get(v8::Local<v8::Context>, uint32_t)’
  367. npm ERR!   293 |   V8_WARN_UNUSED_RESULT MaybeLocal<Value> Get(Local<Context> context,
  368. npm ERR!       |                                           ^~~
  369. npm ERR! /usr/include/nodejs/deps/v8/include/v8-object.h:293:43: note:   candidate expects 2 arguments, 1 provided
  370. npm ERR! ../src/utils/fast_buffer.cpp:15:108: error: expected primary-expression before ‘>’ token
  371. npm ERR!    15 |         Local<Function> bufferConstructor = globalObj->Get(Nan::New("Buffer").ToLocalChecked()).As<Function>();
  372. npm ERR!       |                                                                                                            ^
  373. npm ERR! ../src/utils/fast_buffer.cpp:15:110: error: expected primary-expression before ‘)’ token
  374. npm ERR!    15 |         Local<Function> bufferConstructor = globalObj->Get(Nan::New("Buffer").ToLocalChecked()).As<Function>();
  375. npm ERR!       |                                                                                                              ^
  376. npm ERR! make: *** [gdal.target.mk:171: Release/obj.target/gdal/src/utils/fast_buffer.o] Błąd 1
  377. npm ERR! gyp ERR! build error
  378. npm ERR! gyp ERR! stack Error: `make` failed with exit code: 2
  379. npm ERR! gyp ERR! stack     at ChildProcess.onExit (/usr/share/nodejs/node-gyp/lib/build.js:203:23)
  380. npm ERR! gyp ERR! stack     at ChildProcess.emit (node:events:513:28)
  381. npm ERR! gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:291:12)
  382. npm ERR! gyp ERR! System Linux 6.1.0-10-amd64
  383. npm ERR! gyp ERR! command "/usr/bin/node" "/usr/share/nodejs/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/home/k4be/.local/lib/node_modules/dem-iron/node_modules/gdal/lib/binding/node-v108-linux-x64/gdal.node" "--module_name=gdal" "--module_path=/home/k4be/.local/lib/node_modules/dem-iron/node_modules/gdal/lib/binding/node-v108-linux-x64" "--napi_version=8" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v108"
  384. npm ERR! gyp ERR! cwd /home/k4be/.local/lib/node_modules/dem-iron/node_modules/gdal
  385. npm ERR! gyp ERR! node -v v18.13.0
  386. npm ERR! gyp ERR! node-gyp -v v9.3.0
  387. npm ERR! gyp ERR! not ok
  388.  
  389. npm ERR! A complete log of this run can be found in:
  390. npm ERR!     /home/k4be/.npm/_logs/2023-07-25T12_31_46_092Z-debug-0.log
  391.  

odpowiedź "Bez tytułu"

Tutaj możesz odpowiedzieć na wklejkę z góry

captcha