Created
December 10, 2016 21:44
-
-
Save Quintus/1621380a82661903b40a6e88d819b839 to your computer and use it in GitHub Desktop.
mapnik node build failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% npm install --build-from-source mapnik | |
/ | |
> [email protected] preinstall /home/quintus/software/ff/node_modules/mapnik | |
> npm install node-pre-gyp | |
npm WARN package.json [email protected] No license field. | |
[email protected] node_modules/node-pre-gyp | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
- | |
> [email protected] install /home/quintus/software/ff/node_modules/mapnik | |
> node-pre-gyp install --fallback-to-build | |
make: Entering directory '/home/quintus/software/ff/node_modules/mapnik/build' | |
ACTION binding_gyp_make_vector_tile_target_generate_setting Release/obj/gen/mapnik_settings.js | |
COPY /home/quintus/software/ff/node_modules/mapnik/lib/binding/node-v46-linux-x64/mapnik_settings.js | |
TOUCH Release/obj.target/make_vector_tile.stamp | |
CXX(target) Release/obj.target/mapnik/src/mapnik_logger.o | |
CXX(target) Release/obj.target/mapnik/src/node_mapnik.o | |
In file included from ../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:5:0, | |
from ../src/mapnik_vector_tile.hpp:11, | |
from ../src/node_mapnik.cpp:5: | |
../node_modules/mapnik-vector-tile/src/vector_tile_tile.hpp: In constructor ‘mapnik::vector_tile_impl::tile::tile(const mapnik::box2d<double>&, uint32_t, int32_t)’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_tile.hpp:43:9: warning: declaration of ‘buffer_size’ shadows a member of 'this' [-Wshadow] | |
: buffer_(), | |
^ | |
../node_modules/mapnik-vector-tile/src/vector_tile_tile.hpp:43:9: warning: declaration of ‘tile_size’ shadows a member of 'this' [-Wshadow] | |
../node_modules/mapnik-vector-tile/src/vector_tile_tile.hpp:43:9: warning: declaration of ‘extent’ shadows a member of 'this' [-Wshadow] | |
In file included from ../node_modules/mapnik-vector-tile/src/vector_tile_tile.ipp:3:0, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_tile.hpp:208, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:5, | |
from ../src/mapnik_vector_tile.hpp:11, | |
from ../src/node_mapnik.cpp:5: | |
../node_modules/mapnik-vector-tile/src/vector_tile_layer.hpp: In member function ‘uint32_t mapnik::vector_tile_impl::tile_layer::calc_extent(uint32_t)’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_layer.hpp:139:5: warning: declaration of ‘layer_exten ’ shadows a member of 'this' [-Wshadow] | |
{ | |
^ | |
In file included from ../node_modules/mapnik-vector-tile/src/vector_tile_tile.hpp:208:0, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:5, | |
from ../src/mapnik_vector_tile.hpp:11, | |
from ../src/node_mapnik.cpp:5: | |
../node_modules/mapnik-vector-tile/src/vector_tile_tile.ipp: In member function ‘bool mapnik::vector_tile_impl::tile::append_layer_buffer(const char*, std::size_t, const string&)’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_tile.ipp:51:113: warning: declaration of ‘size’ shadows a member of 'this' [-Wshadow] | |
MAPNIK_VECTOR_INLINE bool tile::append_layer_buffer(const char * data, std::size_t size, std::string const& name) | |
^ | |
../node_modules/mapnik-vector-tile/src/vector_tile_tile.ipp:51:113: warning: declaration of ‘data’ shadows a member of 'this' [-Wshadow] | |
In file included from ../src/mapnik_vector_tile.hpp:11:0, | |
from ../src/node_mapnik.cpp:5: | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp: In constructor ‘mapnik::vector_tile_impl::merc_tile::merc_tile(uint32_t, uint32_t, uint32_t, uint32_t, int32_t)’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:26:9: warning: declaration of ‘buffer_size’ shadows a member of 'this' [-Wshadow] | |
: tile(merc_extent(tile_size, x, y, z), tile_size, buffer_size), | |
^ | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:26:9: warning: declaration of ‘tile_siz ’ shadows a member of 'this' [-Wshadow] | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:26:9: warning: declaration of ‘z’ shadows a member of 'this' [-Wshadow] | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:26:9: warning: declaration of ‘y’ shadows a member of 'this' [-Wshadow] | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:26:9: warning: declaration of ‘x’ shadows a member of 'this' [-Wshadow] | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp: In member function ‘void mapnik::vector_tile_impl::merc_tile::x(uint32_t)’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:48:5: warning: declaration of ‘x’ shadows a member of 'this' [-Wshadow] | |
{ | |
^ | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp: In member function ‘void mapnik::vector_tile_impl::merc_tile::y(uint32_t)’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:59:5: warning: declaration of ‘y’ shadows a member of 'this' [-Wshadow] | |
{ | |
^ | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp: In member function ‘void mapnik::vector_tile_impl::merc_tile::z(uint32_t)’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:70:5: warning: declaration of ‘z’ shadows a member of 'this' [-Wshadow] | |
{ | |
^ | |
CXX(target) Release/obj.target/mapnik/src/blend.o | |
CXX(target) Release/obj.target/mapnik/src/mapnik_map.o | |
In file included from ../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:5:0, | |
from ../src/mapnik_vector_tile.hpp:11, | |
from ../src/mapnik_map.cpp:11: | |
../node_modules/mapnik-vector-tile/src/vector_tile_tile.hpp: In constructor ‘mapnik::vector_tile_impl::tile::tile(const mapnik::box2d<double>&, uint32_t, int32_t)’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_tile.hpp:43:9: warning: declaration of ‘buffer_size’ shadows a member of 'this' [-Wshadow] | |
: buffer_(), | |
^ | |
../node_modules/mapnik-vector-tile/src/vector_tile_tile.hpp:43:9: warning: declaration of ‘tile_size’ shadows a member of 'this' [-Wshadow] | |
../node_modules/mapnik-vector-tile/src/vector_tile_tile.hpp:43:9: warning: declaration of ‘extent’ shadows a member of 'this' [-Wshadow] | |
In file included from ../node_modules/mapnik-vector-tile/src/vector_tile_tile.ipp:3:0, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_tile.hpp:208, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:5, | |
from ../src/mapnik_vector_tile.hpp:11, | |
from ../src/mapnik_map.cpp:11: | |
../node_modules/mapnik-vector-tile/src/vector_tile_layer.hpp: In member function ‘uint32_t mapnik::vector_tile_impl::tile_layer::calc_extent(uint32_t)’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_layer.hpp:139:5: warning: declaration of ‘layer_exten ’ shadows a member of 'this' [-Wshadow] | |
{ | |
^ | |
In file included from ../node_modules/mapnik-vector-tile/src/vector_tile_tile.hpp:208:0, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:5, | |
from ../src/mapnik_vector_tile.hpp:11, | |
from ../src/mapnik_map.cpp:11: | |
../node_modules/mapnik-vector-tile/src/vector_tile_tile.ipp: In member function ‘bool mapnik::vector_tile_impl::tile::append_layer_buffer(const char*, std::size_t, const string&)’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_tile.ipp:51:113: warning: declaration of ‘size’ shadows a member of 'this' [-Wshadow] | |
MAPNIK_VECTOR_INLINE bool tile::append_layer_buffer(const char * data, std::size_t size, std::string const& name) | |
^ | |
../node_modules/mapnik-vector-tile/src/vector_tile_tile.ipp:51:113: warning: declaration of ‘data’ shadows a member of 'this' [-Wshadow] | |
In file included from ../src/mapnik_vector_tile.hpp:11:0, | |
from ../src/mapnik_map.cpp:11: | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp: In constructor ‘mapnik::vector_tile_impl::merc_tile::merc_tile(uint32_t, uint32_t, uint32_t, uint32_t, int32_t)’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:26:9: warning: declaration of ‘buffer_size’ shadows a member of 'this' [-Wshadow] | |
: tile(merc_extent(tile_size, x, y, z), tile_size, buffer_size), | |
^ | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:26:9: warning: declaration of ‘tile_siz ’ shadows a member of 'this' [-Wshadow] | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:26:9: warning: declaration of ‘z’ shadows a member of 'this' [-Wshadow] | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:26:9: warning: declaration of ‘y’ shadows a member of 'this' [-Wshadow] | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:26:9: warning: declaration of ‘x’ shadows a member of 'this' [-Wshadow] | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp: In member function ‘void mapnik::vector_tile_impl::merc_tile::x(uint32_t)’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:48:5: warning: declaration of ‘x’ shadows a member of 'this' [-Wshadow] | |
{ | |
^ | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp: In member function ‘void mapnik::vector_tile_impl::merc_tile::y(uint32_t)’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:59:5: warning: declaration of ‘y’ shadows a member of 'this' [-Wshadow] | |
{ | |
^ | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp: In member function ‘void mapnik::vector_tile_impl::merc_tile::z(uint32_t)’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_merc_tile.hpp:70:5: warning: declaration of ‘z’ shadows a member of 'this' [-Wshadow] | |
{ | |
^ | |
In file included from /usr/include/termios.h:39:0, | |
from /home/quintus/.node-gyp/4.6.1/include/node/uv-unix.h:36, | |
from /home/quintus/.node-gyp/4.6.1/include/node/uv.h:62, | |
from ../node_modules/nan/nan.h:46, | |
from ../src/mapnik_map.hpp:7, | |
from ../src/mapnik_map.cpp:1: | |
/usr/include/boost/geometry/algorithms/assign.hpp: At global scope: | |
/usr/include/boost/geometry/algorithms/assign.hpp:320:50: error: expected nested-name-specifier before numeric constant | |
template <BOOST_VARIANT_ENUM_PARAMS(typename A), BOOST_VARIANT_ENUM_PARAMS(typename B)> | |
^ | |
/usr/include/boost/geometry/algorithms/assign.hpp:320:50: error: expected ‘>’ before numeric constant | |
In file included from /usr/include/boost/geometry/geometries/concepts/check.hpp:22:0, | |
from /usr/include/boost/geometry/algorithms/detail/overlay/intersection_insert.hpp:28, | |
from /usr/include/boost/geometry/algorithms/intersection.hpp:14, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_geometry_clipper.hpp:19, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.ipp:2, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.hpp:202, | |
from ../src/mapnik_map.cpp:15: | |
/usr/include/boost/geometry/algorithms/assign.hpp:321:62: error: ‘BN’ was not declared in this scope | |
struct assign<variant<BOOST_VARIANT_ENUM_PARAMS(A)>, variant<BOOST_VARIANT_ENUM_PARAMS(B)> > | |
^ | |
/usr/include/boost/geometry/algorithms/assign.hpp:321:62: error: expected parameter pack before ‘...’ | |
struct assign<variant<BOOST_VARIANT_ENUM_PARAMS(A)>, variant<BOOST_VARIANT_ENUM_PARAMS(B)> > | |
^ | |
In file included from /usr/include/boost/geometry/algorithms/detail/point_on_border.hpp:28:0, | |
from /usr/include/boost/geometry/algorithms/detail/overlay/intersection_insert.hpp:30, | |
from /usr/include/boost/geometry/algorithms/intersection.hpp:14, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_geometry_clipper.hpp:19, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.ipp:2, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.hpp:202, | |
from ../src/mapnik_map.cpp:15: | |
/usr/include/boost/geometry/algorithms/assign.hpp:321:90: error: type/value mismatch at argument 1 in template parameter list for ‘template<class T0, class ... TN> class boost::variant’ | |
struct assign<variant<BOOST_VARIANT_ENUM_PARAMS(A)>, variant<BOOST_VARIANT_ENUM_PARAMS(B)> > | |
^ | |
/usr/include/boost/geometry/algorithms/assign.hpp:321:90: error: expected a type, got ‘0’ | |
/usr/include/boost/geometry/algorithms/assign.hpp:321:90: error: template argument 2 is invalid | |
/usr/include/boost/geometry/algorithms/assign.hpp:321:92: error: template argument 2 is invalid | |
struct assign<variant<BOOST_VARIANT_ENUM_PARAMS(A)>, variant<BOOST_VARIANT_ENUM_PARAMS(B)> > | |
^ | |
In file included from /usr/include/termios.h:39:0, | |
from /home/quintus/.node-gyp/4.6.1/include/node/uv-unix.h:36, | |
from /home/quintus/.node-gyp/4.6.1/include/node/uv.h:62, | |
from ../node_modules/nan/nan.h:46, | |
from ../src/mapnik_map.hpp:7, | |
from ../src/mapnik_map.cpp:1: | |
/usr/include/boost/geometry/algorithms/intersection.hpp:236:50: error: expected nested-name-specifier before numeric constant | |
template <BOOST_VARIANT_ENUM_PARAMS(typename A), BOOST_VARIANT_ENUM_PARAMS(typename B)> | |
^ | |
/usr/include/boost/geometry/algorithms/intersection.hpp:236:50: error: expected ‘>’ before numeric constant | |
In file included from /usr/include/boost/geometry/geometries/concepts/check.hpp:22:0, | |
from /usr/include/boost/geometry/algorithms/detail/overlay/intersection_insert.hpp:28, | |
from /usr/include/boost/geometry/algorithms/intersection.hpp:14, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_geometry_clipper.hpp:19, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.ipp:2, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.hpp:202, | |
from ../src/mapnik_map.cpp:15: | |
/usr/include/boost/geometry/algorithms/intersection.hpp:237:68: error: ‘BN’ was not declared in this scope | |
struct intersection<variant<BOOST_VARIANT_ENUM_PARAMS(A)>, variant<BOOST_VARIANT_ENUM_PARAMS(B)> > | |
^ | |
/usr/include/boost/geometry/algorithms/intersection.hpp:237:68: error: expected parameter pack before ‘...’ | |
struct intersection<variant<BOOST_VARIANT_ENUM_PARAMS(A)>, variant<BOOST_VARIANT_ENUM_PARAMS(B)> > | |
^ | |
In file included from ../node_modules/mapnik-vector-tile/src/vector_tile_geometry_clipper.hpp:19:0, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.ipp:2, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.hpp:202, | |
from ../src/mapnik_map.cpp:15: | |
/usr/include/boost/geometry/algorithms/intersection.hpp:237:96: error: type/value mismatch at argument 1 in template parameter list for ‘template<class T0, class ... TN> class boost::variant’ | |
struct intersection<variant<BOOST_VARIANT_ENUM_PARAMS(A)>, variant<BOOST_VARIANT_ENUM_PARAMS(B)> > | |
^ | |
/usr/include/boost/geometry/algorithms/intersection.hpp:237:96: error: expected a type, got ‘0’ | |
/usr/include/boost/geometry/algorithms/intersection.hpp:237:96: error: template argument 2 is invalid | |
/usr/include/boost/geometry/algorithms/intersection.hpp:237:98: error: template argument 2 is invalid | |
struct intersection<variant<BOOST_VARIANT_ENUM_PARAMS(A)>, variant<BOOST_VARIANT_ENUM_PARAMS(B)> > | |
^ | |
In file included from /usr/include/mapnik/agg/agg_rendering_buffer.h:23:0, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.ipp:12, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.hpp:99, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.ipp:5, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.hpp:202, | |
from ../src/mapnik_map.cpp:15: | |
/usr/include/mapnik/agg/agg_array.h: In constructor ‘agg::pod_array_adaptor<T>::pod_array_adaptor(T*, unsigned int)’: | |
/usr/include/mapnik/agg/agg_array.h:30:52: warning: declaration of ‘size’ shadows a member of 'this' [-Wshadow] | |
pod_array_adaptor(T* array, unsigned size) : | |
^ | |
/usr/include/mapnik/agg/agg_array.h: In member function ‘void agg::pod_auto_vector<T, Size>::inc_size(unsigned int)’: | |
/usr/include/mapnik/agg/agg_array.h:90:38: warning: declaration of ‘size’ shadows a member of 'this' [-Wshadow] | |
void inc_size(unsigned size) { m_size += size; } | |
^ | |
/usr/include/mapnik/agg/agg_array.h: In constructor ‘agg::pod_array<T>::pod_array(unsigned int)’: | |
/usr/include/mapnik/agg/agg_array.h:115:34: warning: declaration of ‘size’ shadows a member of 'this' [-Wshadow] | |
pod_array(unsigned size) : | |
^ | |
/usr/include/mapnik/agg/agg_array.h: In member function ‘void agg::pod_array<T>::resize(unsigned int)’: | |
/usr/include/mapnik/agg/agg_array.h:128:9: warning: declaration of ‘size’ shadows a member of 'this' [-Wshadow] | |
{ | |
^ | |
/usr/include/mapnik/agg/agg_array.h: In member function ‘void agg::pod_vector<T>::inc_size(unsigned int)’: | |
/usr/include/mapnik/agg/agg_array.h:194:38: warning: declaration of ‘size’ shadows a member of 'this' [-Wshadow] | |
void inc_size(unsigned size) { m_size += size; } | |
^ | |
/usr/include/mapnik/agg/agg_array.h: In member function ‘void agg::pod_vector<T>::allocate(unsigned int, unsigned int)’: | |
/usr/include/mapnik/agg/agg_array.h:233:68: warning: declaration of ‘size’ shadows a member of 'this' [-Wshadow] | |
void pod_vector<T>::allocate(unsigned size, unsigned extra_tail) | |
^ | |
/usr/include/mapnik/agg/agg_array.h: In member function ‘void agg::pod_vector<T>::resize(unsigned int)’: | |
/usr/include/mapnik/agg/agg_array.h:248:20: warning: declaration of ‘data’ shadows a member of 'this' [-Wshadow] | |
T* data = pod_allocator<T>::allocate(new_size); | |
^ | |
/usr/include/mapnik/agg/agg_array.h: In member function ‘void agg::pod_vector<T>::deserialize(const int8u*, unsigned int)’: | |
/usr/include/mapnik/agg/agg_array.h:292:74: warning: declaration of ‘byte_size’ shadows a member of 'this' [-Wshadow] | |
void pod_vector<T>::deserialize(const int8u* data, unsigned byte_size) | |
^ | |
/usr/include/mapnik/agg/agg_array.h:292:74: warning: declaration of ‘data’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_array.h: In member function ‘void agg::pod_bvector<T, S>::cut_at(unsigned int)’: | |
/usr/include/mapnik/agg/agg_array.h:375:9: warning: declaration of ‘size’ shadows a member of 'this' [-Wshadow] | |
{ | |
^ | |
/usr/include/mapnik/agg/agg_array.h: In member function ‘void agg::pod_bvector<T, S>::free_tail(unsigned int)’: | |
/usr/include/mapnik/agg/agg_array.h:532:52: warning: declaration of ‘size’ shadows a member of 'this' [-Wshadow] | |
void pod_bvector<T, S>::free_tail(unsigned size) | |
^ | |
/usr/include/mapnik/agg/agg_array.h: In member function ‘void agg::pod_bvector<T, S>::deserialize(const int8u*, unsigned int)’: | |
/usr/include/mapnik/agg/agg_array.h:731:78: warning: declaration of ‘byte_size’ shadows a member of 'this' [-Wshadow] | |
void pod_bvector<T, S>::deserialize(const int8u* data, unsigned byte_size) | |
^ | |
/usr/include/mapnik/agg/agg_array.h: In member function ‘void agg::pod_bvector<T, S>::deserialize(unsigned int, const T&, const int8u*, unsigned int)’: | |
/usr/include/mapnik/agg/agg_array.h:749:78: warning: declaration of ‘byte_size’ shadows a member of 'this' [-Wshadow] | |
const int8u* data, unsigned byte_size) | |
^ | |
/usr/include/mapnik/agg/agg_array.h: In constructor ‘agg::range_adaptor<Array>::range_adaptor(Array&, unsigned int, unsigned int)’: | |
/usr/include/mapnik/agg/agg_array.h:1090:68: warning: declaration of ‘size’ shadows a member of 'this' [-Wshadow] | |
range_adaptor(Array& array, unsigned start, unsigned size) : | |
^ | |
In file included from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.ipp:12:0, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.hpp:99, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.ipp:5, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.hpp:202, | |
from ../src/mapnik_map.cpp:15: | |
/usr/include/mapnik/agg/agg_rendering_buffer.h: In constructor ‘agg::row_accessor<T>::row_accessor(T*, unsigned int, unsigned int, int)’: | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:45:75: warning: declaration of ‘stride’ shadows a member of 'this' [-Wshadow] | |
row_accessor(T* buf, unsigned width, unsigned height, int stride) : | |
^ | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:45:75: warning: declaration of ‘height’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:45:75: warning: declaration of ‘width’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:45:75: warning: declaration of ‘buf’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_rendering_buffer.h: In member function ‘void agg::row_accessor<T>::attach(T*, unsigned int, unsigned int, int)’: | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:58:9: warning: declaration of ‘stride’ shadows a member of 'this' [-Wshadow] | |
{ | |
^ | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:58:9: warning: declaration of ‘height’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:58:9: warning: declaration of ‘width’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:58:9: warning: declaration of ‘buf’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_rendering_buffer.h: In member function ‘void agg::row_accessor<T>::clear(T)’: | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:117:22: warning: declaration of ‘stride’ shadows a member of 'this' [-Wshadow] | |
unsigned stride = stride_abs(); | |
^ | |
/usr/include/mapnik/agg/agg_rendering_buffer.h: In constructor ‘agg::row_ptr_cache<T>::row_ptr_cache(T*, unsigned int, unsigned int, int)’: | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:158:76: warning: declaration of ‘stride’ shadows a member of 'this' [-Wshadow] | |
row_ptr_cache(T* buf, unsigned width, unsigned height, int stride) : | |
^ | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:158:76: warning: declaration of ‘height’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:158:76: warning: declaration of ‘width’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:158:76: warning: declaration of ‘buf’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_rendering_buffer.h: In member function ‘void agg::row_ptr_cache<T>::attach(T*, unsigned int, unsigned int, int)’: | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:170:9: warning: declaration of ‘stride’ shadows a member of 'this' [-Wshadow] | |
{ | |
^ | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:170:9: warning: declaration of ‘height’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:170:9: warning: declaration of ‘width’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:170:9: warning: declaration of ‘buf’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:180:16: warning: declaration of ‘row_ptr’ shadows a member of 'this' [-Wshadow] | |
T* row_ptr = m_buf; | |
^ | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:187:17: warning: declaration of ‘rows’ shadows a member of 'this' [-Wshadow] | |
T** rows = &m_rows[0]; | |
^ | |
/usr/include/mapnik/agg/agg_rendering_buffer.h: In member function ‘void agg::row_ptr_cache<T>::clear(T)’: | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:248:22: warning: declaration of ‘stride’ shadows a member of 'this' [-Wshadow] | |
unsigned stride = stride_abs(); | |
^ | |
In file included from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.ipp:13:0, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.hpp:99, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.ipp:5, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.hpp:202, | |
from ../src/mapnik_map.cpp:15: | |
/usr/include/mapnik/agg/agg_pixfmt_rgba.h: In member function ‘bool agg::pixfmt_alpha_blend_rgba<Blender, RenBuf, PixelT>::attach(PixFmt&, int, int, int, int)’: | |
/usr/include/mapnik/agg/agg_pixfmt_rgba.h:2086:17: warning: declaration of ‘stride’ shadows a member of 'this' [-Wshadow] | |
int stride = pixf.stride(); | |
^ | |
/usr/include/mapnik/agg/agg_pixfmt_rgba.h: In constructor ‘agg::pixfmt_custom_blend_rgba<Blender, RenBuf>::pixfmt_custom_blend_rgba(agg::pixfmt_custom_blend_rgba<Blender, RenBuf>::rbuf_type&, unsigned int)’: | |
/usr/include/mapnik/agg/agg_pixfmt_rgba.h:2729:74: warning: declaration of ‘comp_op’ shadows a member of 'this' [-Wshadow] | |
explicit pixfmt_custom_blend_rgba(rbuf_type& rb, unsigned comp_op=3) : | |
^ | |
/usr/include/mapnik/agg/agg_pixfmt_rgba.h: In member function ‘bool agg::pixfmt_custom_blend_rgba<Blender, RenBuf>::attach(PixFmt&, int, int, int, int)’: | |
/usr/include/mapnik/agg/agg_pixfmt_rgba.h:2742:17: warning: declaration of ‘stride’ shadows a member of 'this' [-Wshadow] | |
int stride = pixf.stride(); | |
^ | |
In file included from /usr/include/mapnik/agg/agg_pixfmt_base.h:20:0, | |
from /usr/include/mapnik/agg/agg_pixfmt_gray.h:28, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.ipp:14, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.hpp:99, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.ipp:5, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.hpp:202, | |
from ../src/mapnik_map.cpp:15: | |
/usr/include/mapnik/agg/agg_color_gray.h: In member function ‘agg::gray16::self_type& agg::gray16::demultiply()’: | |
/usr/include/mapnik/agg/agg_color_gray.h:691:49: warning: enumeral and non-enumeral type in conditional expression | |
v = value_type((v_ > base_mask) ? base_mask : v_); | |
^ | |
In file included from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.ipp:14:0, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.hpp:99, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.ipp:5, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.hpp:202, | |
from ../src/mapnik_map.cpp:15: | |
/usr/include/mapnik/agg/agg_pixfmt_gray.h: In member function ‘bool agg::pixfmt_alpha_blend_gray<Blender, RenBuf, Step, Offset>::attach(PixFmt&, int, int, int, int)’: | |
/usr/include/mapnik/agg/agg_pixfmt_gray.h:262:21: warning: declaration of ‘stride’ shadows a member of 'this' [-Wshadow] | |
int stride = pixf.stride(); | |
^ | |
In file included from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.ipp:15:0, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.hpp:99, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.ipp:5, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.hpp:202, | |
from ../src/mapnik_map.cpp:15: | |
/usr/include/mapnik/agg/agg_renderer_base.h: In constructor ‘agg::renderer_base<PixelFormat>::renderer_base(agg::renderer_base<PixelFormat>::pixfmt_type&)’: | |
/usr/include/mapnik/agg/agg_renderer_base.h:40:50: warning: declaration of ‘ren’ shadows a member of 'this' [-Wshadow] | |
explicit renderer_base(pixfmt_type& ren) : | |
^ | |
/usr/include/mapnik/agg/agg_renderer_base.h: In member function ‘void agg::renderer_base<PixelFormat>::attach(agg::renderer_base<PixelFormat>::pixfmt_type&)’: | |
/usr/include/mapnik/agg/agg_renderer_base.h:45:9: warning: declaration of ‘ren’ shadows a member of 'this' [-Wshadow] | |
{ | |
^ | |
../src/mapnik_map.cpp: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Map::render(Nan::NAN_METHOD_ARGS_TYPE)’: | |
../src/mapnik_map.cpp:1979:40: warning: comparison is always false due to limited range of data type [-Wtype-limits] | |
if (closure->fill_type < 0 || closure->fill_type >= mapnik::vector_tile_impl::polygon_fill_type_max) | |
^ | |
In file included from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.ipp:12:0, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.hpp:99, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.ipp:5, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.hpp:202, | |
from ../src/mapnik_map.cpp:15: | |
/usr/include/mapnik/agg/agg_rendering_buffer.h: In instantiation of ‘agg::row_ptr_cache<T>::row_ptr_cache(T*, unsigned int, unsigned int, int) [with T = unsigned char]’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.ipp:61:108: required from here | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:158:9: warning: declaration of ‘stride’ shadows a member of 'this' [-Wshadow] | |
row_ptr_cache(T* buf, unsigned width, unsigned height, int stride) : | |
^ | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:158:9: warning: declaration of ‘height’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:158:9: warning: declaration of ‘width’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:158:9: warning: declaration of ‘buf’ shadows a member of 'this' [-Wshadow] | |
In file included from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.ipp:15:0, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.hpp:99, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.ipp:5, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.hpp:202, | |
from ../src/mapnik_map.cpp:15: | |
/usr/include/mapnik/agg/agg_renderer_base.h: In instantiation of ‘agg::renderer_base<PixelFormat>::renderer_base(agg::renderer_base<PixelFormat>::pixfmt_type&) [with PixelFormat = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_ptr_cache<unsigned char>, unsigned int>; agg::renderer_base<PixelFormat>::pixfmt_type = agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8T<agg::linear>, agg::order_rgba>, agg::row_ptr_cache<unsigned char>, unsigned int>]’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.ipp:65:31: required from here | |
/usr/include/mapnik/agg/agg_renderer_base.h:40:18: warning: declaration of ‘ren’ shadows a member of 'this' [-Wshadow] | |
explicit renderer_base(pixfmt_type& ren) : | |
^ | |
/usr/include/mapnik/agg/agg_renderer_base.h: In instantiation of ‘agg::renderer_base<PixelFormat>::renderer_base(agg::renderer_base<PixelFormat>::pixfmt_type&) [with PixelFormat = agg::pixfmt_alpha_blend_gray<agg::blender_gray<agg::gray8T<agg::linear> >, agg::row_ptr_cache<unsigned char> >; agg::renderer_base<PixelFormat>::pixfmt_type = agg::pixfmt_alpha_blend_gray<agg::blender_gray<agg::gray8T<agg::linear> >, agg::row_ptr_cache<unsigned char> >]’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.ipp:111:31: required from here | |
/usr/include/mapnik/agg/agg_renderer_base.h:40:18: warning: declaration of ‘ren’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_renderer_base.h: In instantiation of ‘agg::renderer_base<PixelFormat>::renderer_base(agg::renderer_base<PixelFormat>::pixfmt_type&) [with PixelFormat = agg::pixfmt_alpha_blend_gray<agg::blender_gray<agg::gray16>, agg::row_ptr_cache<unsigned char> >; agg::renderer_base<PixelFormat>::pixfmt_type = agg::pixfmt_alpha_blend_gray<agg::blender_gray<agg::gray16>, agg::row_ptr_cache<unsigned char> >]’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.ipp:201:31: required from here | |
/usr/include/mapnik/agg/agg_renderer_base.h:40:18: warning: declaration of ‘ren’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_renderer_base.h: In instantiation of ‘agg::renderer_base<PixelFormat>::renderer_base(agg::renderer_base<PixelFormat>::pixfmt_type&) [with PixelFormat = agg::pixfmt_alpha_blend_gray<agg::blender_gray<agg::gray32>, agg::row_ptr_cache<unsigned char> >; agg::renderer_base<PixelFormat>::pixfmt_type = agg::pixfmt_alpha_blend_gray<agg::blender_gray<agg::gray32>, agg::row_ptr_cache<unsigned char> >]’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.ipp:291:31: required from here | |
/usr/include/mapnik/agg/agg_renderer_base.h:40:18: warning: declaration of ‘ren’ shadows a member of 'this' [-Wshadow] | |
In file included from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.ipp:12:0, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.hpp:99, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.ipp:5, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.hpp:202, | |
from ../src/mapnik_map.cpp:15: | |
/usr/include/mapnik/agg/agg_rendering_buffer.h: In instantiation of ‘void agg::row_ptr_cache<T>::attach(T*, unsigned int, unsigned int, int) [with T = unsigned char]’: | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:165:46: required from ‘agg::row_ptr_cache<T>::row_ptr_cache(T*, unsigned int, unsigned int, int) [with T = unsigned char]’ | |
../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.ipp:61:108: required from here | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:169:14: warning: declaration of ‘stride’ shadows a member of 'this' [-Wshadow] | |
void attach(T* buf, unsigned width, unsigned height, int stride) | |
^ | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:169:14: warning: declaration of ‘height’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:169:14: warning: declaration of ‘width’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:169:14: warning: declaration of ‘buf’ shadows a member of 'this' [-Wshadow] | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:180:26: warning: declaration of ‘row_ptr’ shadows a member of 'this' [-Wshadow] | |
T* row_ptr = m_buf; | |
^ | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:187:33: warning: declaration of ‘rows’ shadows a member of 'this' [-Wshadow] | |
T** rows = &m_rows[0]; | |
^ | |
In file included from /usr/include/mapnik/agg/agg_rendering_buffer.h:23:0, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.ipp:12, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.hpp:99, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.ipp:5, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.hpp:202, | |
from ../src/mapnik_map.cpp:15: | |
/usr/include/mapnik/agg/agg_array.h: In instantiation of ‘void agg::pod_array<T>::resize(unsigned int) [with T = unsigned char*]’: | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:177:17: required from ‘void agg::row_ptr_cache<T>::attach(T*, unsigned int, unsigned int, int) [with T = unsigned char]’ | |
/usr/include/mapnik/agg/agg_rendering_buffer.h:165:46: required from ‘agg::row_ptr_cache<T>::row_ptr_cache(T*, unsigned int, unsigned int, int) [with T = unsigned char]’ | |
../node_modules/mapnik-vector-tile/src/vector_tile_raster_clipper.ipp:61:108: required from here | |
/usr/include/mapnik/agg/agg_array.h:127:14: warning: declaration of ‘size’ shadows a member of 'this' [-Wshadow] | |
void resize(unsigned size) | |
^ | |
In file included from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.ipp:2:0, | |
from ../node_modules/mapnik-vector-tile/src/vector_tile_processor.hpp:202, | |
from ../src/mapnik_map.cpp:15: | |
../node_modules/mapnik-vector-tile/src/vector_tile_geometry_clipper.hpp: In function ‘ClipperLib::PolyFillType mapnik::vector_tile_impl::detail::get_angus_fill_type(mapnik::vector_tile_impl::polygon_fill_type)’: | |
../node_modules/mapnik-vector-tile/src/vector_tile_geometry_clipper.hpp:46:1: warning: control reaches end of non-void function [-Wreturn-type] | |
} | |
^ | |
mapnik.target.mk:219: recipe for target 'Release/obj.target/mapnik/src/mapnik_map.o' failed | |
make: *** [Release/obj.target/mapnik/src/mapnik_map.o] Error 1 | |
make: Leaving directory '/home/quintus/software/ff/node_modules/mapnik/build' | |
gyp ERR! build error | |
gyp ERR! stack Error: `make` failed with exit code: 2 | |
gyp ERR! stack at ChildProcess.onExit (/usr/lib64/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23) | |
gyp ERR! stack at emitTwo (events.js:87:13) | |
gyp ERR! stack at ChildProcess.emit (events.js:172:7) | |
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) | |
gyp ERR! System Linux 4.4.26-gentoo | |
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/home/quintus/software/ff/node_modules/mapnik/lib/binding/node-v46-linux-x64/mapnik.node" "--module_name=mapnik" "--module_path=/home/quintus/software/ff/node_modules/mapnik/lib/binding/node-v46-linux-x64" | |
gyp ERR! cwd /home/quintus/software/ff/node_modules/mapnik | |
gyp ERR! node -v v4.6.1 | |
gyp ERR! node-gyp -v v3.4.0 | |
gyp ERR! not ok | |
node-pre-gyp ERR! build error | |
node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/quintus/software/ff/node_modules/mapnik/lib/binding/node-v46-linux-x64/mapnik.node --module_name=mapnik --module_path=/home/quintus/software/ff/node_modules/mapnik/lib/binding/node-v46-linux-x64' (1) | |
node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/home/quintus/software/ff/node_modules/mapnik/node_modules/node-pre-gyp/lib/util/compile.js:83:29) | |
node-pre-gyp ERR! stack at emitTwo (events.js:87:13) | |
node-pre-gyp ERR! stack at ChildProcess.emit (events.js:172:7) | |
node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:829:16) | |
node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) | |
node-pre-gyp ERR! System Linux 4.4.26-gentoo | |
node-pre-gyp ERR! command "/usr/bin/node" "/home/quintus/software/ff/node_modules/mapnik/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" | |
node-pre-gyp ERR! cwd /home/quintus/software/ff/node_modules/mapnik | |
node-pre-gyp ERR! node -v v4.6.1 | |
node-pre-gyp ERR! node-pre-gyp -v v0.6.32 | |
node-pre-gyp ERR! not ok | |
Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/quintus/software/ff/node_modules/mapnik/lib/binding/node-v46-linux-x64/mapnik.node --module_name=mapnik --module_path=/home/quintus/software/ff/node_modules/mapnik/lib/binding/node-v46-linux-x64' (1) | |
npm ERR! Linux 4.4.26-gentoo | |
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "--build-from-source" "mapnik" | |
npm ERR! node v4.6.1 | |
npm ERR! npm v2.15.9 | |
npm ERR! code ELIFECYCLE | |
npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] install script 'node-pre-gyp install --fallback-to-build'. | |
npm ERR! This is most likely a problem with the mapnik package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! node-pre-gyp install --fallback-to-build | |
npm ERR! You can get information on how to open an issue for this project with: | |
npm ERR! npm bugs mapnik | |
npm ERR! Or if that isn't available, you can get their info via: | |
npm ERR! | |
npm ERR! npm owner ls mapnik | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /home/quintus/software/ff/npm-debug.log |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/bin/node', | |
1 verbose cli '/usr/bin/npm', | |
1 verbose cli 'install', | |
1 verbose cli '--build-from-source', | |
1 verbose cli 'mapnik' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose install initial load of /home/quintus/software/ff/package.json | |
5 verbose readDependencies loading dependencies from /home/quintus/software/ff/package.json | |
6 silly cache add args [ 'mapnik', null ] | |
7 verbose cache add spec mapnik | |
8 silly cache add parsed spec Result { | |
8 silly cache add raw: 'mapnik', | |
8 silly cache add scope: null, | |
8 silly cache add name: 'mapnik', | |
8 silly cache add rawSpec: '', | |
8 silly cache add spec: 'latest', | |
8 silly cache add type: 'tag' } | |
9 silly addNamed mapnik@latest | |
10 verbose addNamed "latest" is being treated as a dist-tag for mapnik | |
11 info addNameTag [ 'mapnik', 'latest' ] | |
12 silly mapToRegistry name mapnik | |
13 silly mapToRegistry using default registry | |
14 silly mapToRegistry registry https://registry.npmjs.org/ | |
15 silly mapToRegistry data Result { | |
15 silly mapToRegistry raw: 'mapnik', | |
15 silly mapToRegistry scope: null, | |
15 silly mapToRegistry name: 'mapnik', | |
15 silly mapToRegistry rawSpec: '', | |
15 silly mapToRegistry spec: 'latest', | |
15 silly mapToRegistry type: 'tag' } | |
16 silly mapToRegistry uri https://registry.npmjs.org/mapnik | |
17 verbose addNameTag registry:https://registry.npmjs.org/mapnik not in flight; fetching | |
18 verbose request uri https://registry.npmjs.org/mapnik | |
19 verbose request no auth needed | |
20 info attempt registry request try #1 at 10:40:13 PM | |
21 verbose request id 950d40e497587ed8 | |
22 verbose etag W/"57d3322a-43323" | |
23 verbose lastModified Fri, 09 Sep 2016 22:05:30 GMT | |
24 http request GET https://registry.npmjs.org/mapnik | |
25 http 304 https://registry.npmjs.org/mapnik | |
26 verbose headers { date: 'Sat, 10 Dec 2016 21:40:14 GMT', | |
26 verbose headers via: '1.1 varnish', | |
26 verbose headers 'cache-control': 'max-age=300', | |
26 verbose headers etag: 'W/"57d3322a-43323"', | |
26 verbose headers age: '0', | |
26 verbose headers connection: 'keep-alive', | |
26 verbose headers 'x-served-by': 'cache-fra1221-FRA', | |
26 verbose headers 'x-cache': 'HIT', | |
26 verbose headers 'x-cache-hits': '1', | |
26 verbose headers 'x-timer': 'S1481406014.025384,VS0,VE1', | |
26 verbose headers vary: 'Accept-Encoding' } | |
27 silly get cb [ 304, | |
27 silly get { date: 'Sat, 10 Dec 2016 21:40:14 GMT', | |
27 silly get via: '1.1 varnish', | |
27 silly get 'cache-control': 'max-age=300', | |
27 silly get etag: 'W/"57d3322a-43323"', | |
27 silly get age: '0', | |
27 silly get connection: 'keep-alive', | |
27 silly get 'x-served-by': 'cache-fra1221-FRA', | |
27 silly get 'x-cache': 'HIT', | |
27 silly get 'x-cache-hits': '1', | |
27 silly get 'x-timer': 'S1481406014.025384,VS0,VE1', | |
27 silly get vary: 'Accept-Encoding' } ] | |
28 verbose etag https://registry.npmjs.org/mapnik from cache | |
29 verbose get saving mapnik to /home/quintus/.npm/registry.npmjs.org/mapnik/.cache.json | |
30 verbose correctMkdir /home/quintus/.npm correctMkdir not in flight; initializing | |
31 silly addNameTag next cb for mapnik with tag latest | |
32 silly addNamed [email protected] | |
33 verbose addNamed "3.5.14" is a plain semver version for mapnik | |
34 silly cache afterAdd [email protected] | |
35 verbose afterAdd /home/quintus/.npm/mapnik/3.5.14/package/package.json not in flight; writing | |
36 verbose correctMkdir /home/quintus/.npm correctMkdir not in flight; initializing | |
37 verbose afterAdd /home/quintus/.npm/mapnik/3.5.14/package/package.json written | |
38 silly install resolved [ { name: 'mapnik', | |
38 silly install resolved description: 'Tile rendering library for node', | |
38 silly install resolved url: 'http://github.com/mapnik/node-mapnik', | |
38 silly install resolved homepage: 'http://mapnik.org', | |
38 silly install resolved author: | |
38 silly install resolved { name: 'Dane Springmeyer', | |
38 silly install resolved email: '[email protected]', | |
38 silly install resolved url: 'mapnik.org' }, | |
38 silly install resolved version: '3.5.14', | |
38 silly install resolved mapnik_version: 'v3.0.12', | |
38 silly install resolved main: './lib/mapnik.js', | |
38 silly install resolved binary: | |
38 silly install resolved { module_name: 'mapnik', | |
38 silly install resolved module_path: './lib/binding/{node_abi}-{platform}-{arch}', | |
38 silly install resolved host: 'https://mapbox-node-binary.s3.amazonaws.com', | |
38 silly install resolved remote_path: './{module_name}/v{version}/{configuration}/', | |
38 silly install resolved package_name: '{node_abi}-{platform}-{arch}.tar.gz' }, | |
38 silly install resolved bugs: | |
38 silly install resolved { url: 'http://github.com/mapnik/node-mapnik/issues', | |
38 silly install resolved email: '[email protected]' }, | |
38 silly install resolved keywords: [ 'map', 'graphics', 'canvas', 'tile', 'mapnik', 'carto' ], | |
38 silly install resolved repository: { type: 'git', url: 'git://github.com/mapnik/node-mapnik.git' }, | |
38 silly install resolved contributors: [ [Object], [Object] ], | |
38 silly install resolved licenses: [ [Object] ], | |
38 silly install resolved dependencies: | |
38 silly install resolved { 'mapnik-vector-tile': '~1.2.2', | |
38 silly install resolved nan: '~2.4.0', | |
38 silly install resolved 'node-pre-gyp': '~0.6.30', | |
38 silly install resolved protozero: '~1.4.2' }, | |
38 silly install resolved bin: | |
38 silly install resolved { 'mapnik-inspect.js': './bin/mapnik-inspect.js', | |
38 silly install resolved 'mapnik-render.js': './bin/mapnik-render.js', | |
38 silly install resolved 'mapnik-shapeindex.js': './bin/mapnik-shapeindex.js' }, | |
38 silly install resolved scripts: | |
38 silly install resolved { prepublish: 'npm ls', | |
38 silly install resolved test: 'jshint bin lib/index.js lib/mapnik.js && mocha -R spec --timeout 50000', | |
38 silly install resolved preinstall: 'npm install node-pre-gyp', | |
38 silly install resolved install: 'node-pre-gyp install --fallback-to-build', | |
38 silly install resolved docs: 'documentation build src/*.cpp --polyglot -o documentation -f html --github --name Mapnik' }, | |
38 silly install resolved devDependencies: | |
38 silly install resolved { 'aws-sdk': '2.0.12', | |
38 silly install resolved jshint: '^2.5.10', | |
38 silly install resolved mocha: '2.x', | |
38 silly install resolved sphericalmercator: '~1.0.2', | |
38 silly install resolved bytes: '~2.1.0' }, | |
38 silly install resolved jshintConfig: | |
38 silly install resolved { node: true, | |
38 silly install resolved globalstrict: true, | |
38 silly install resolved undef: true, | |
38 silly install resolved unused: true, | |
38 silly install resolved noarg: true, | |
38 silly install resolved mocha: true }, | |
38 silly install resolved gitHead: 'd48ca6f399b64f56108a45d6c4c523d602c41087', | |
38 silly install resolved _id: '[email protected]', | |
38 silly install resolved _shasum: '632bd6635c72c0214a707549309ba416594afff7', | |
38 silly install resolved _from: 'mapnik@latest', | |
38 silly install resolved _npmVersion: '2.15.9', | |
38 silly install resolved _nodeVersion: '4.5.0', | |
38 silly install resolved _npmUser: { name: 'springmeyer', email: '[email protected]' }, | |
38 silly install resolved dist: | |
38 silly install resolved { shasum: '632bd6635c72c0214a707549309ba416594afff7', | |
38 silly install resolved tarball: 'https://registry.npmjs.org/mapnik/-/mapnik-3.5.14.tgz' }, | |
38 silly install resolved maintainers: | |
38 silly install resolved [ [Object], | |
38 silly install resolved [Object], | |
38 silly install resolved [Object], | |
38 silly install resolved [Object], | |
38 silly install resolved [Object], | |
38 silly install resolved [Object], | |
38 silly install resolved [Object], | |
38 silly install resolved [Object], | |
38 silly install resolved [Object] ], | |
38 silly install resolved _npmOperationalInternal: | |
38 silly install resolved { host: 'packages-12-west.internal.npmjs.com', | |
38 silly install resolved tmp: 'tmp/mapnik-3.5.14.tgz_1473458729904_0.8357254858128726' }, | |
38 silly install resolved directories: {}, | |
38 silly install resolved _resolved: 'https://registry.npmjs.org/mapnik/-/mapnik-3.5.14.tgz', | |
38 silly install resolved readme: 'ERROR: No README data found!' } ] | |
39 info install [email protected] into /home/quintus/software/ff | |
40 info installOne [email protected] | |
41 verbose installOne of mapnik to /home/quintus/software/ff not in flight; installing | |
42 verbose correctMkdir /home/quintus/.npm/_locks correctMkdir not in flight; initializing | |
43 verbose lock using /home/quintus/.npm/_locks/mapnik-ec180a62f2c23c83.lock for /home/quintus/software/ff/node_modules/mapnik | |
44 silly install write writing mapnik 3.5.14 to /home/quintus/software/ff/node_modules/mapnik | |
45 verbose unbuild node_modules/mapnik | |
46 silly gentlyRm /home/quintus/software/ff/node_modules/mapnik is being purged from base /home/quintus/software/ff | |
47 verbose gentlyRm don't care about contents; nuking /home/quintus/software/ff/node_modules/mapnik | |
48 verbose tar unpack /home/quintus/.npm/mapnik/3.5.14/package.tgz | |
49 verbose tar unpacking to /home/quintus/software/ff/node_modules/mapnik | |
50 silly gentlyRm /home/quintus/software/ff/node_modules/mapnik is being purged | |
51 verbose gentlyRm don't care about contents; nuking /home/quintus/software/ff/node_modules/mapnik | |
52 silly gunzTarPerm modes [ '755', '644' ] | |
53 silly gunzTarPerm extractEntry package.json | |
54 silly gunzTarPerm extractEntry README.md | |
55 silly gunzTarPerm extractEntry common.gypi | |
56 silly gunzTarPerm extractEntry CHANGELOG.md | |
57 silly gunzTarPerm extractEntry CONTRIBUTING.md | |
58 silly gunzTarPerm extractEntry LICENSE.txt | |
59 silly gunzTarPerm extractEntry bin/mapnik-index.js | |
60 silly gunzTarPerm extractEntry bin/mapnik-inspect.js | |
61 silly gunzTarPerm extractEntry bin/mapnik-render.js | |
62 silly gunzTarPerm extractEntry bin/mapnik-shapeindex.js | |
63 silly gunzTarPerm extractEntry binding.gyp | |
64 silly gunzTarPerm extractEntry deps/clipper/clipper.cpp | |
65 silly gunzTarPerm extractEntry deps/clipper/clipper.hpp | |
66 silly gunzTarPerm extractEntry deps/clipper/fix.sh | |
67 silly gunzTarPerm extractEntry gen_settings.py | |
68 silly gunzTarPerm extractEntry index.html | |
69 silly gunzTarPerm extractEntry lib/index.js | |
70 silly gunzTarPerm extractEntry lib/mapnik.js | |
71 silly gunzTarPerm extractEntry src/mapnik_image.cpp | |
72 silly gunzTarPerm extractEntry src/blend.cpp | |
73 silly gunzTarPerm extractEntry src/ds_emitter.hpp | |
74 silly gunzTarPerm extractEntry src/js_grid_utils.hpp | |
75 silly gunzTarPerm extractEntry src/mapnik_cairo_surface.cpp | |
76 silly gunzTarPerm extractEntry src/mapnik_cairo_surface.hpp | |
77 silly gunzTarPerm extractEntry src/mapnik_color.cpp | |
78 silly gunzTarPerm extractEntry src/mapnik_color.hpp | |
79 silly gunzTarPerm extractEntry src/mapnik_datasource.cpp | |
80 silly gunzTarPerm extractEntry src/mapnik_datasource.hpp | |
81 silly gunzTarPerm extractEntry src/mapnik_expression.cpp | |
82 silly gunzTarPerm extractEntry src/mapnik_expression.hpp | |
83 silly gunzTarPerm extractEntry src/mapnik_feature.cpp | |
84 silly gunzTarPerm extractEntry src/mapnik_feature.hpp | |
85 silly gunzTarPerm extractEntry src/mapnik_featureset.cpp | |
86 silly gunzTarPerm extractEntry src/mapnik_featureset.hpp | |
87 silly gunzTarPerm extractEntry src/mapnik_fonts.hpp | |
88 silly gunzTarPerm extractEntry src/mapnik_geometry.cpp | |
89 silly gunzTarPerm extractEntry src/mapnik_geometry.hpp | |
90 silly gunzTarPerm extractEntry src/mapnik_grid.cpp | |
91 silly gunzTarPerm extractEntry src/mapnik_grid.hpp | |
92 silly gunzTarPerm extractEntry src/mapnik_grid_view.cpp | |
93 silly gunzTarPerm extractEntry src/mapnik_grid_view.hpp | |
94 silly gunzTarPerm extractEntry src/blend.hpp | |
95 silly gunzTarPerm extractEntry src/mapnik_image.hpp | |
96 silly gunzTarPerm extractEntry src/mapnik_image_view.cpp | |
97 silly gunzTarPerm extractEntry src/mapnik_image_view.hpp | |
98 silly gunzTarPerm extractEntry src/mapnik_layer.cpp | |
99 silly gunzTarPerm extractEntry src/mapnik_layer.hpp | |
100 silly gunzTarPerm extractEntry src/mapnik_logger.cpp | |
101 silly gunzTarPerm extractEntry src/mapnik_logger.hpp | |
102 silly gunzTarPerm extractEntry src/mapnik_map.cpp | |
103 silly gunzTarPerm extractEntry src/mapnik_map.hpp | |
104 silly gunzTarPerm extractEntry src/mapnik_memory_datasource.cpp | |
105 silly gunzTarPerm extractEntry src/mapnik_memory_datasource.hpp | |
106 silly gunzTarPerm extractEntry src/mapnik_palette.cpp | |
107 silly gunzTarPerm extractEntry src/mapnik_palette.hpp | |
108 silly gunzTarPerm extractEntry src/mapnik_plugins.hpp | |
109 silly gunzTarPerm extractEntry src/mapnik_projection.cpp | |
110 silly gunzTarPerm extractEntry src/mapnik_projection.hpp | |
111 silly gunzTarPerm extractEntry src/mapnik_vector_tile.cpp | |
112 silly gunzTarPerm extractEntry src/mapnik_vector_tile.hpp | |
113 silly gunzTarPerm extractEntry src/node_mapnik.cpp | |
114 silly gunzTarPerm extractEntry src/object_to_container.hpp | |
115 silly gunzTarPerm extractEntry src/tint.hpp | |
116 silly gunzTarPerm extractEntry src/utils.hpp | |
117 verbose write writing to /home/quintus/software/ff/node_modules/mapnik/package.json | |
118 info preinstall [email protected] | |
119 verbose unsafe-perm in lifecycle true | |
120 verbose readDependencies loading dependencies from /home/quintus/software/ff/node_modules/mapnik/package.json | |
121 silly prepareForInstallMany adding mapnik-vector-tile@~1.2.2 from mapnik dependencies | |
122 silly prepareForInstallMany adding nan@~2.4.0 from mapnik dependencies | |
123 silly prepareForInstallMany adding node-pre-gyp@~0.6.30 from mapnik dependencies | |
124 silly prepareForInstallMany adding protozero@~1.4.2 from mapnik dependencies | |
125 verbose readDependencies loading dependencies from /home/quintus/software/ff/node_modules/mapnik/package.json | |
126 verbose targetResolver reading package data from /home/quintus/software/ff/node_modules/mapnik/node_modules/node-pre-gyp/package.json | |
127 verbose targetResolver reading package data from /home/quintus/software/ff/node_modules/mapnik/node_modules/.bin/node-pre-gyp/package.json | |
128 silly cache add args [ 'mapnik-vector-tile@~1.2.2', null ] | |
129 verbose cache add spec mapnik-vector-tile@~1.2.2 | |
130 silly cache add parsed spec Result { | |
130 silly cache add raw: 'mapnik-vector-tile@~1.2.2', | |
130 silly cache add scope: null, | |
130 silly cache add name: 'mapnik-vector-tile', | |
130 silly cache add rawSpec: '~1.2.2', | |
130 silly cache add spec: '>=1.2.2 <1.3.0', | |
130 silly cache add type: 'range' } | |
131 silly addNamed mapnik-vector-tile@>=1.2.2 <1.3.0 | |
132 verbose addNamed ">=1.2.2 <1.3.0" is a valid semver range for mapnik-vector-tile | |
133 silly addNameRange { name: 'mapnik-vector-tile', | |
133 silly addNameRange range: '>=1.2.2 <1.3.0', | |
133 silly addNameRange hasData: false } | |
134 silly mapToRegistry name mapnik-vector-tile | |
135 silly mapToRegistry using default registry | |
136 silly mapToRegistry registry https://registry.npmjs.org/ | |
137 silly mapToRegistry data Result { | |
137 silly mapToRegistry raw: 'mapnik-vector-tile', | |
137 silly mapToRegistry scope: null, | |
137 silly mapToRegistry name: 'mapnik-vector-tile', | |
137 silly mapToRegistry rawSpec: '', | |
137 silly mapToRegistry spec: 'latest', | |
137 silly mapToRegistry type: 'tag' } | |
138 silly mapToRegistry uri https://registry.npmjs.org/mapnik-vector-tile | |
139 verbose addNameRange registry:https://registry.npmjs.org/mapnik-vector-tile not in flight; fetching | |
140 silly cache add args [ 'nan@~2.4.0', null ] | |
141 verbose cache add spec nan@~2.4.0 | |
142 silly cache add parsed spec Result { | |
142 silly cache add raw: 'nan@~2.4.0', | |
142 silly cache add scope: null, | |
142 silly cache add name: 'nan', | |
142 silly cache add rawSpec: '~2.4.0', | |
142 silly cache add spec: '>=2.4.0 <2.5.0', | |
142 silly cache add type: 'range' } | |
143 silly addNamed nan@>=2.4.0 <2.5.0 | |
144 verbose addNamed ">=2.4.0 <2.5.0" is a valid semver range for nan | |
145 silly addNameRange { name: 'nan', range: '>=2.4.0 <2.5.0', hasData: false } | |
146 silly mapToRegistry name nan | |
147 silly mapToRegistry using default registry | |
148 silly mapToRegistry registry https://registry.npmjs.org/ | |
149 silly mapToRegistry data Result { | |
149 silly mapToRegistry raw: 'nan', | |
149 silly mapToRegistry scope: null, | |
149 silly mapToRegistry name: 'nan', | |
149 silly mapToRegistry rawSpec: '', | |
149 silly mapToRegistry spec: 'latest', | |
149 silly mapToRegistry type: 'tag' } | |
150 silly mapToRegistry uri https://registry.npmjs.org/nan | |
151 verbose addNameRange registry:https://registry.npmjs.org/nan not in flight; fetching | |
152 verbose already installed skipping node-pre-gyp@~0.6.30 /home/quintus/software/ff/node_modules/mapnik | |
153 silly cache add args [ 'protozero@~1.4.2', null ] | |
154 verbose cache add spec protozero@~1.4.2 | |
155 silly cache add parsed spec Result { | |
155 silly cache add raw: 'protozero@~1.4.2', | |
155 silly cache add scope: null, | |
155 silly cache add name: 'protozero', | |
155 silly cache add rawSpec: '~1.4.2', | |
155 silly cache add spec: '>=1.4.2 <1.5.0', | |
155 silly cache add type: 'range' } | |
156 silly addNamed protozero@>=1.4.2 <1.5.0 | |
157 verbose addNamed ">=1.4.2 <1.5.0" is a valid semver range for protozero | |
158 silly addNameRange { name: 'protozero', range: '>=1.4.2 <1.5.0', hasData: false } | |
159 silly mapToRegistry name protozero | |
160 silly mapToRegistry using default registry | |
161 silly mapToRegistry registry https://registry.npmjs.org/ | |
162 silly mapToRegistry data Result { | |
162 silly mapToRegistry raw: 'protozero', | |
162 silly mapToRegistry scope: null, | |
162 silly mapToRegistry name: 'protozero', | |
162 silly mapToRegistry rawSpec: '', | |
162 silly mapToRegistry spec: 'latest', | |
162 silly mapToRegistry type: 'tag' } | |
163 silly mapToRegistry uri https://registry.npmjs.org/protozero | |
164 verbose addNameRange registry:https://registry.npmjs.org/protozero not in flight; fetching | |
165 verbose request uri https://registry.npmjs.org/mapnik-vector-tile | |
166 verbose request no auth needed | |
167 info attempt registry request try #1 at 10:40:21 PM | |
168 verbose etag W/"57d311ce-10f77" | |
169 verbose lastModified Fri, 09 Sep 2016 19:47:26 GMT | |
170 http request GET https://registry.npmjs.org/mapnik-vector-tile | |
171 verbose request uri https://registry.npmjs.org/nan | |
172 verbose request no auth needed | |
173 info attempt registry request try #1 at 10:40:21 PM | |
174 verbose etag W/"58429a07-1ce2d" | |
175 verbose lastModified Sat, 03 Dec 2016 10:10:15 GMT | |
176 http request GET https://registry.npmjs.org/nan | |
177 verbose request uri https://registry.npmjs.org/protozero | |
178 verbose request no auth needed | |
179 info attempt registry request try #1 at 10:40:21 PM | |
180 verbose etag W/"583cfac8-76b2" | |
181 verbose lastModified Tue, 29 Nov 2016 03:49:28 GMT | |
182 http request GET https://registry.npmjs.org/protozero | |
183 http 304 https://registry.npmjs.org/mapnik-vector-tile | |
184 verbose headers { date: 'Sat, 10 Dec 2016 21:40:21 GMT', | |
184 verbose headers via: '1.1 varnish', | |
184 verbose headers 'cache-control': 'max-age=300', | |
184 verbose headers etag: 'W/"57d311ce-10f77"', | |
184 verbose headers age: '0', | |
184 verbose headers connection: 'keep-alive', | |
184 verbose headers 'x-served-by': 'cache-fra1221-FRA', | |
184 verbose headers 'x-cache': 'HIT', | |
184 verbose headers 'x-cache-hits': '1', | |
184 verbose headers 'x-timer': 'S1481406021.405638,VS0,VE1', | |
184 verbose headers vary: 'Accept-Encoding' } | |
185 silly get cb [ 304, | |
185 silly get { date: 'Sat, 10 Dec 2016 21:40:21 GMT', | |
185 silly get via: '1.1 varnish', | |
185 silly get 'cache-control': 'max-age=300', | |
185 silly get etag: 'W/"57d311ce-10f77"', | |
185 silly get age: '0', | |
185 silly get connection: 'keep-alive', | |
185 silly get 'x-served-by': 'cache-fra1221-FRA', | |
185 silly get 'x-cache': 'HIT', | |
185 silly get 'x-cache-hits': '1', | |
185 silly get 'x-timer': 'S1481406021.405638,VS0,VE1', | |
185 silly get vary: 'Accept-Encoding' } ] | |
186 verbose etag https://registry.npmjs.org/mapnik-vector-tile from cache | |
187 verbose get saving mapnik-vector-tile to /home/quintus/.npm/registry.npmjs.org/mapnik-vector-tile/.cache.json | |
188 verbose correctMkdir /home/quintus/.npm correctMkdir not in flight; initializing | |
189 silly addNameRange number 2 { name: 'mapnik-vector-tile', | |
189 silly addNameRange range: '>=1.2.2 <1.3.0', | |
189 silly addNameRange hasData: true } | |
190 silly addNameRange versions [ 'mapnik-vector-tile', | |
190 silly addNameRange [ '0.0.1', | |
190 silly addNameRange '0.0.2', | |
190 silly addNameRange '0.0.3', | |
190 silly addNameRange '0.0.4', | |
190 silly addNameRange '0.0.5', | |
190 silly addNameRange '0.0.6', | |
190 silly addNameRange '0.1.0', | |
190 silly addNameRange '0.2.0', | |
190 silly addNameRange '0.2.1', | |
190 silly addNameRange '0.2.2', | |
190 silly addNameRange '0.2.3', | |
190 silly addNameRange '0.2.4', | |
190 silly addNameRange '0.2.5', | |
190 silly addNameRange '0.3.0', | |
190 silly addNameRange '0.3.1', | |
190 silly addNameRange '0.3.2', | |
190 silly addNameRange '0.3.3', | |
190 silly addNameRange '0.3.4', | |
190 silly addNameRange '0.3.6', | |
190 silly addNameRange '0.3.7', | |
190 silly addNameRange '0.4.0', | |
190 silly addNameRange '0.4.1', | |
190 silly addNameRange '0.4.2', | |
190 silly addNameRange '0.5.0', | |
190 silly addNameRange '0.5.1', | |
190 silly addNameRange '0.5.2', | |
190 silly addNameRange '0.5.3', | |
190 silly addNameRange '0.5.4', | |
190 silly addNameRange '0.5.5', | |
190 silly addNameRange '0.5.6', | |
190 silly addNameRange '0.6.0', | |
190 silly addNameRange '0.6.1', | |
190 silly addNameRange '0.6.2', | |
190 silly addNameRange '0.7.0', | |
190 silly addNameRange '0.7.1', | |
190 silly addNameRange '0.8.0', | |
190 silly addNameRange '0.8.1', | |
190 silly addNameRange '0.8.2', | |
190 silly addNameRange '0.8.3', | |
190 silly addNameRange '0.8.4', | |
190 silly addNameRange '0.8.5', | |
190 silly addNameRange '0.9.0', | |
190 silly addNameRange '0.9.1', | |
190 silly addNameRange '0.9.2', | |
190 silly addNameRange '0.9.3', | |
190 silly addNameRange '0.10.0', | |
190 silly addNameRange '0.11.0', | |
190 silly addNameRange '0.12.0', | |
190 silly addNameRange '0.12.1', | |
190 silly addNameRange '0.13.0', | |
190 silly addNameRange '0.14.1', | |
190 silly addNameRange '0.14.2', | |
190 silly addNameRange '0.14.3', | |
190 silly addNameRange '1.0.0', | |
190 silly addNameRange '1.0.1', | |
190 silly addNameRange '1.0.2', | |
190 silly addNameRange '1.0.3', | |
190 silly addNameRange '1.0.4', | |
190 silly addNameRange '1.0.5', | |
190 silly addNameRange '0.14.4', | |
190 silly addNameRange '1.0.6', | |
190 silly addNameRange '1.1.0', | |
190 silly addNameRange '1.1.1', | |
190 silly addNameRange '1.1.2', | |
190 silly addNameRange '1.2.0', | |
190 silly addNameRange '1.2.1', | |
190 silly addNameRange '1.2.2' ] ] | |
191 silly addNamed [email protected] | |
192 verbose addNamed "1.2.2" is a plain semver version for mapnik-vector-tile | |
193 silly cache afterAdd [email protected] | |
194 verbose afterAdd /home/quintus/.npm/mapnik-vector-tile/1.2.2/package/package.json not in flight; writing | |
195 verbose correctMkdir /home/quintus/.npm correctMkdir not in flight; initializing | |
196 verbose afterAdd /home/quintus/.npm/mapnik-vector-tile/1.2.2/package/package.json written | |
197 http 304 https://registry.npmjs.org/protozero | |
198 verbose headers { date: 'Sat, 10 Dec 2016 21:40:21 GMT', | |
198 verbose headers via: '1.1 varnish', | |
198 verbose headers 'cache-control': 'max-age=300', | |
198 verbose headers etag: 'W/"583cfac8-76b2"', | |
198 verbose headers age: '0', | |
198 verbose headers connection: 'keep-alive', | |
198 verbose headers 'x-served-by': 'cache-fra1237-FRA', | |
198 verbose headers 'x-cache': 'HIT', | |
198 verbose headers 'x-cache-hits': '1', | |
198 verbose headers 'x-timer': 'S1481406021.508417,VS0,VE1', | |
198 verbose headers vary: 'Accept-Encoding' } | |
199 silly get cb [ 304, | |
199 silly get { date: 'Sat, 10 Dec 2016 21:40:21 GMT', | |
199 silly get via: '1.1 varnish', | |
199 silly get 'cache-control': 'max-age=300', | |
199 silly get etag: 'W/"583cfac8-76b2"', | |
199 silly get age: '0', | |
199 silly get connection: 'keep-alive', | |
199 silly get 'x-served-by': 'cache-fra1237-FRA', | |
199 silly get 'x-cache': 'HIT', | |
199 silly get 'x-cache-hits': '1', | |
199 silly get 'x-timer': 'S1481406021.508417,VS0,VE1', | |
199 silly get vary: 'Accept-Encoding' } ] | |
200 verbose etag https://registry.npmjs.org/protozero from cache | |
201 verbose get saving protozero to /home/quintus/.npm/registry.npmjs.org/protozero/.cache.json | |
202 verbose correctMkdir /home/quintus/.npm correctMkdir not in flight; initializing | |
203 silly addNameRange number 2 { name: 'protozero', range: '>=1.4.2 <1.5.0', hasData: true } | |
204 silly addNameRange versions [ 'protozero', | |
204 silly addNameRange [ '1.2.3', | |
204 silly addNameRange '1.3.0', | |
204 silly addNameRange '1.4.0', | |
204 silly addNameRange '1.4.1', | |
204 silly addNameRange '1.4.2', | |
204 silly addNameRange '1.4.3', | |
204 silly addNameRange '1.4.4', | |
204 silly addNameRange '1.4.5' ] ] | |
205 silly addNamed [email protected] | |
206 verbose addNamed "1.4.5" is a plain semver version for protozero | |
207 silly cache afterAdd [email protected] | |
208 verbose afterAdd /home/quintus/.npm/protozero/1.4.5/package/package.json not in flight; writing | |
209 verbose correctMkdir /home/quintus/.npm correctMkdir not in flight; initializing | |
210 verbose afterAdd /home/quintus/.npm/protozero/1.4.5/package/package.json written | |
211 http 304 https://registry.npmjs.org/nan | |
212 verbose headers { date: 'Sat, 10 Dec 2016 21:40:21 GMT', | |
212 verbose headers via: '1.1 varnish', | |
212 verbose headers 'cache-control': 'max-age=300', | |
212 verbose headers etag: 'W/"58429a07-1ce2d"', | |
212 verbose headers age: '202', | |
212 verbose headers connection: 'keep-alive', | |
212 verbose headers 'x-served-by': 'cache-fra1250-FRA', | |
212 verbose headers 'x-cache': 'HIT', | |
212 verbose headers 'x-cache-hits': '2', | |
212 verbose headers 'x-timer': 'S1481406021.518311,VS0,VE0', | |
212 verbose headers vary: 'Accept-Encoding' } | |
213 silly get cb [ 304, | |
213 silly get { date: 'Sat, 10 Dec 2016 21:40:21 GMT', | |
213 silly get via: '1.1 varnish', | |
213 silly get 'cache-control': 'max-age=300', | |
213 silly get etag: 'W/"58429a07-1ce2d"', | |
213 silly get age: '202', | |
213 silly get connection: 'keep-alive', | |
213 silly get 'x-served-by': 'cache-fra1250-FRA', | |
213 silly get 'x-cache': 'HIT', | |
213 silly get 'x-cache-hits': '2', | |
213 silly get 'x-timer': 'S1481406021.518311,VS0,VE0', | |
213 silly get vary: 'Accept-Encoding' } ] | |
214 verbose etag https://registry.npmjs.org/nan from cache | |
215 verbose get saving nan to /home/quintus/.npm/registry.npmjs.org/nan/.cache.json | |
216 verbose correctMkdir /home/quintus/.npm correctMkdir not in flight; initializing | |
217 silly addNameRange number 2 { name: 'nan', range: '>=2.4.0 <2.5.0', hasData: true } | |
218 silly addNameRange versions [ 'nan', | |
218 silly addNameRange [ '0.3.0-wip', | |
218 silly addNameRange '0.3.0-wip2', | |
218 silly addNameRange '0.3.0', | |
218 silly addNameRange '0.3.1', | |
218 silly addNameRange '0.3.2', | |
218 silly addNameRange '0.4.0', | |
218 silly addNameRange '0.4.1', | |
218 silly addNameRange '0.4.2', | |
218 silly addNameRange '0.4.3', | |
218 silly addNameRange '0.4.4', | |
218 silly addNameRange '0.5.0', | |
218 silly addNameRange '0.5.1', | |
218 silly addNameRange '0.5.2', | |
218 silly addNameRange '0.6.0', | |
218 silly addNameRange '0.7.0', | |
218 silly addNameRange '0.7.1', | |
218 silly addNameRange '0.8.0', | |
218 silly addNameRange '1.0.0', | |
218 silly addNameRange '1.1.0', | |
218 silly addNameRange '1.1.1', | |
218 silly addNameRange '1.1.2', | |
218 silly addNameRange '1.2.0', | |
218 silly addNameRange '1.3.0', | |
218 silly addNameRange '1.4.0', | |
218 silly addNameRange '1.4.1', | |
218 silly addNameRange '1.5.0', | |
218 silly addNameRange '1.4.2', | |
218 silly addNameRange '1.4.3', | |
218 silly addNameRange '1.5.1', | |
218 silly addNameRange '1.5.2', | |
218 silly addNameRange '1.6.0', | |
218 silly addNameRange '1.5.3', | |
218 silly addNameRange '1.6.1', | |
218 silly addNameRange '1.6.2', | |
218 silly addNameRange '1.7.0', | |
218 silly addNameRange '1.8.0', | |
218 silly addNameRange '1.8.1', | |
218 silly addNameRange '1.8.2', | |
218 silly addNameRange '1.8.3', | |
218 silly addNameRange '1.8.4', | |
218 silly addNameRange '1.9.0', | |
218 silly addNameRange '2.0.0', | |
218 silly addNameRange '2.0.1', | |
218 silly addNameRange '2.0.2', | |
218 silly addNameRange '2.0.3', | |
218 silly addNameRange '2.0.4', | |
218 silly addNameRange '2.0.5', | |
218 silly addNameRange '2.0.6', | |
218 silly addNameRange '2.0.7', | |
218 silly addNameRange '2.0.8', | |
218 silly addNameRange '2.0.9', | |
218 silly addNameRange '2.1.0', | |
218 silly addNameRange '2.2.0', | |
218 silly addNameRange '2.2.1', | |
218 silly addNameRange '2.3.0', | |
218 silly addNameRange '2.3.1', | |
218 silly addNameRange '2.3.2', | |
218 silly addNameRange '2.3.3', | |
218 silly addNameRange '2.3.4', | |
218 silly addNameRange '2.3.5', | |
218 silly addNameRange '2.4.0' ] ] | |
219 silly addNamed [email protected] | |
220 verbose addNamed "2.4.0" is a plain semver version for nan | |
221 silly cache afterAdd [email protected] | |
222 verbose afterAdd /home/quintus/.npm/nan/2.4.0/package/package.json not in flight; writing | |
223 verbose correctMkdir /home/quintus/.npm correctMkdir not in flight; initializing | |
224 verbose afterAdd /home/quintus/.npm/nan/2.4.0/package/package.json written | |
225 silly install resolved [ { name: 'mapnik-vector-tile', | |
225 silly install resolved version: '1.2.2', | |
225 silly install resolved description: 'Mapnik Vector Tile API', | |
225 silly install resolved main: 'include_dirs.js', | |
225 silly install resolved repository: | |
225 silly install resolved { type: 'git', | |
225 silly install resolved url: 'git://github.com/mapbox/mapnik-vector-tile.git' }, | |
225 silly install resolved gitHead: '4e29fec6d088d6ca277910031449a2e92f70526b', | |
225 silly install resolved bugs: { url: 'https://github.com/mapbox/mapnik-vector-tile/issues' }, | |
225 silly install resolved homepage: 'https://github.com/mapbox/mapnik-vector-tile#readme', | |
225 silly install resolved _id: '[email protected]', | |
225 silly install resolved scripts: {}, | |
225 silly install resolved _shasum: '42795ca211dd274a9a4af5bf6cfe3b0bfe0ba243', | |
225 silly install resolved _from: 'mapnik-vector-tile@>=1.2.2 <1.3.0', | |
225 silly install resolved _npmVersion: '2.15.9', | |
225 silly install resolved _nodeVersion: '4.5.0', | |
225 silly install resolved _npmUser: { name: 'springmeyer', email: '[email protected]' }, | |
225 silly install resolved dist: | |
225 silly install resolved { shasum: '42795ca211dd274a9a4af5bf6cfe3b0bfe0ba243', | |
225 silly install resolved tarball: 'https://registry.npmjs.org/mapnik-vector-tile/-/mapnik-vector-tile-1.2.2.tgz' }, | |
225 silly install resolved maintainers: | |
225 silly install resolved [ [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object] ], | |
225 silly install resolved _npmOperationalInternal: | |
225 silly install resolved { host: 'packages-16-east.internal.npmjs.com', | |
225 silly install resolved tmp: 'tmp/mapnik-vector-tile-1.2.2.tgz_1473450444364_0.5840643609408289' }, | |
225 silly install resolved directories: {}, | |
225 silly install resolved _resolved: 'https://registry.npmjs.org/mapnik-vector-tile/-/mapnik-vector-tile-1.2.2.tgz', | |
225 silly install resolved readme: 'ERROR: No README data found!' }, | |
225 silly install resolved { name: 'protozero', | |
225 silly install resolved version: '1.4.5', | |
225 silly install resolved description: 'Minimalist protocol buffer decoder and encoder in C++', | |
225 silly install resolved main: 'include_dirs.js', | |
225 silly install resolved repository: { type: 'git', url: 'git://github.com/mapbox/protozero.git' }, | |
225 silly install resolved bugs: { url: 'https://github.com/mapbox/protozero/issues' }, | |
225 silly install resolved homepage: 'https://github.com/mapbox/protozero#readme', | |
225 silly install resolved _id: '[email protected]', | |
225 silly install resolved scripts: {}, | |
225 silly install resolved _shasum: '80eaa80a4f9c751465c4cb2620d8233b50ec1aff', | |
225 silly install resolved _from: 'protozero@>=1.4.2 <1.5.0', | |
225 silly install resolved _npmVersion: '1.4.21', | |
225 silly install resolved _npmUser: { name: 'joto', email: '[email protected]' }, | |
225 silly install resolved maintainers: | |
225 silly install resolved [ [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object] ], | |
225 silly install resolved dist: | |
225 silly install resolved { shasum: '80eaa80a4f9c751465c4cb2620d8233b50ec1aff', | |
225 silly install resolved tarball: 'https://registry.npmjs.org/protozero/-/protozero-1.4.5.tgz' }, | |
225 silly install resolved _npmOperationalInternal: | |
225 silly install resolved { host: 'packages-12-west.internal.npmjs.com', | |
225 silly install resolved tmp: 'tmp/protozero-1.4.5.tgz_1479481532735_0.08444469375535846' }, | |
225 silly install resolved directories: {}, | |
225 silly install resolved _resolved: 'https://registry.npmjs.org/protozero/-/protozero-1.4.5.tgz', | |
225 silly install resolved readme: 'ERROR: No README data found!' }, | |
225 silly install resolved { name: 'nan', | |
225 silly install resolved version: '2.4.0', | |
225 silly install resolved description: 'Native Abstractions for Node.js: C++ header for Node 0.8 -> 6 compatibility', | |
225 silly install resolved main: 'include_dirs.js', | |
225 silly install resolved repository: { type: 'git', url: 'git://github.com/nodejs/nan.git' }, | |
225 silly install resolved scripts: | |
225 silly install resolved { test: 'tap --gc --stderr test/js/*-test.js', | |
225 silly install resolved 'rebuild-tests': 'node-gyp rebuild --msvs_version=2013 --directory test', | |
225 silly install resolved docs: 'doc/.build.sh' }, | |
225 silly install resolved contributors: | |
225 silly install resolved [ [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object], | |
225 silly install resolved [Object] ], | |
225 silly install resolved devDependencies: | |
225 silly install resolved { bindings: '~1.2.1', | |
225 silly install resolved commander: '^2.8.1', | |
225 silly install resolved glob: '^5.0.14', | |
225 silly install resolved 'node-gyp': '~3.0.1', | |
225 silly install resolved 'readable-stream': '^2.1.4', | |
225 silly install resolved tap: '~0.7.1', | |
225 silly install resolved xtend: '~4.0.0' }, | |
225 silly install resolved license: 'MIT', | |
225 silly install resolved bugs: { url: 'https://github.com/nodejs/nan/issues' }, | |
225 silly install resolved homepage: 'https://github.com/nodejs/nan#readme', | |
225 silly install resolved _id: '[email protected]', | |
225 silly install resolved _shasum: 'fb3c59d45fe4effe215f0b890f8adf6eb32d2232', | |
225 silly install resolved _resolved: 'https://registry.npmjs.org/nan/-/nan-2.4.0.tgz', | |
225 silly install resolved _from: 'nan@>=2.4.0 <2.5.0', | |
225 silly install resolved _npmVersion: '3.3.6', | |
225 silly install resolved _nodeVersion: '5.0.0', | |
225 silly install resolved _npmUser: { name: 'kkoopa', email: '[email protected]' }, | |
225 silly install resolved dist: | |
225 silly install resolved { shasum: 'fb3c59d45fe4effe215f0b890f8adf6eb32d2232', | |
225 silly install resolved tarball: 'https://registry.npmjs.org/nan/-/nan-2.4.0.tgz' }, | |
225 silly install resolved maintainers: [ [Object], [Object] ], | |
225 silly install resolved _npmOperationalInternal: | |
225 silly install resolved { host: 'packages-16-east.internal.npmjs.com', | |
225 silly install resolved tmp: 'tmp/nan-2.4.0.tgz_1468158679820_0.6951719264034182' }, | |
225 silly install resolved directories: {}, | |
225 silly install resolved readme: 'ERROR: No README data found!' } ] | |
226 info install [email protected] into /home/quintus/software/ff/node_modules/mapnik | |
227 info install [email protected] into /home/quintus/software/ff/node_modules/mapnik | |
228 info install [email protected] into /home/quintus/software/ff/node_modules/mapnik | |
229 info installOne [email protected] | |
230 verbose installOne of mapnik-vector-tile to /home/quintus/software/ff/node_modules/mapnik not in flight; installing | |
231 verbose correctMkdir /home/quintus/.npm/_locks correctMkdir not in flight; initializing | |
232 info installOne [email protected] | |
233 verbose installOne of protozero to /home/quintus/software/ff/node_modules/mapnik not in flight; installing | |
234 verbose correctMkdir /home/quintus/.npm/_locks correctMkdir not in flight; initializing | |
235 info installOne [email protected] | |
236 verbose installOne of nan to /home/quintus/software/ff/node_modules/mapnik not in flight; installing | |
237 verbose correctMkdir /home/quintus/.npm/_locks correctMkdir not in flight; initializing | |
238 verbose lock using /home/quintus/.npm/_locks/mapnik-vector-tile-f233418ab7855595.lock for /home/quintus/software/ff/node_modules/mapnik/node_modules/mapnik-vector-tile | |
239 verbose lock using /home/quintus/.npm/_locks/protozero-be79fe45040c17e7.lock for /home/quintus/software/ff/node_modules/mapnik/node_modules/protozero | |
240 verbose lock using /home/quintus/.npm/_locks/nan-10f01010d5a37f7f.lock for /home/quintus/software/ff/node_modules/mapnik/node_modules/nan | |
241 silly install write writing mapnik-vector-tile 1.2.2 to /home/quintus/software/ff/node_modules/mapnik/node_modules/mapnik-vector-tile | |
242 silly install write writing protozero 1.4.5 to /home/quintus/software/ff/node_modules/mapnik/node_modules/protozero | |
243 silly install write writing nan 2.4.0 to /home/quintus/software/ff/node_modules/mapnik/node_modules/nan | |
244 verbose unbuild node_modules/mapnik/node_modules/mapnik-vector-tile | |
245 verbose unbuild node_modules/mapnik/node_modules/nan | |
246 verbose unbuild node_modules/mapnik/node_modules/protozero | |
247 silly gentlyRm /home/quintus/software/ff/node_modules/mapnik/node_modules/mapnik-vector-tile is being purged from base /home/quintus/software/ff | |
248 verbose gentlyRm don't care about contents; nuking /home/quintus/software/ff/node_modules/mapnik/node_modules/mapnik-vector-tile | |
249 silly gentlyRm /home/quintus/software/ff/node_modules/mapnik/node_modules/nan is being purged from base /home/quintus/software/ff | |
250 verbose gentlyRm don't care about contents; nuking /home/quintus/software/ff/node_modules/mapnik/node_modules/nan | |
251 silly gentlyRm /home/quintus/software/ff/node_modules/mapnik/node_modules/protozero is being purged from base /home/quintus/software/ff | |
252 verbose gentlyRm don't care about contents; nuking /home/quintus/software/ff/node_modules/mapnik/node_modules/protozero | |
253 verbose tar unpack /home/quintus/.npm/mapnik-vector-tile/1.2.2/package.tgz | |
254 verbose tar unpacking to /home/quintus/software/ff/node_modules/mapnik/node_modules/mapnik-vector-tile | |
255 silly gentlyRm /home/quintus/software/ff/node_modules/mapnik/node_modules/mapnik-vector-tile is being purged | |
256 verbose gentlyRm don't care about contents; nuking /home/quintus/software/ff/node_modules/mapnik/node_modules/mapnik-vector-tile | |
257 verbose tar unpack /home/quintus/.npm/nan/2.4.0/package.tgz | |
258 verbose tar unpacking to /home/quintus/software/ff/node_modules/mapnik/node_modules/nan | |
259 silly gentlyRm /home/quintus/software/ff/node_modules/mapnik/node_modules/nan is being purged | |
260 verbose gentlyRm don't care about contents; nuking /home/quintus/software/ff/node_modules/mapnik/node_modules/nan | |
261 verbose tar unpack /home/quintus/.npm/protozero/1.4.5/package.tgz | |
262 verbose tar unpacking to /home/quintus/software/ff/node_modules/mapnik/node_modules/protozero | |
263 silly gentlyRm /home/quintus/software/ff/node_modules/mapnik/node_modules/protozero is being purged | |
264 verbose gentlyRm don't care about contents; nuking /home/quintus/software/ff/node_modules/mapnik/node_modules/protozero | |
265 silly gunzTarPerm modes [ '755', '644' ] | |
266 silly gunzTarPerm modes [ '755', '644' ] | |
267 silly gunzTarPerm modes [ '755', '644' ] | |
268 silly gunzTarPerm extractEntry package.json | |
269 silly gunzTarPerm extractEntry package.json | |
270 silly gunzTarPerm modified mode [ 'package.json', 436, 420 ] | |
271 silly gunzTarPerm extractEntry package.json | |
272 silly gunzTarPerm extractEntry .npmignore | |
273 silly gunzTarPerm extractEntry README.md | |
274 silly gunzTarPerm extractEntry README.md | |
275 silly gunzTarPerm modified mode [ 'README.md', 436, 420 ] | |
276 silly gunzTarPerm extractEntry README.md | |
277 silly gunzTarPerm extractEntry include_dirs.js | |
278 silly gunzTarPerm extractEntry include_dirs.js | |
279 silly gunzTarPerm modified mode [ 'include_dirs.js', 436, 420 ] | |
280 silly gunzTarPerm extractEntry LICENSE | |
281 silly gunzTarPerm extractEntry include_dirs.js | |
282 silly gunzTarPerm extractEntry CONTRIBUTING.md | |
283 silly gunzTarPerm extractEntry LICENSE.from_folly | |
284 silly gunzTarPerm extractEntry nan_callbacks_pre_12_inl.h | |
285 silly gunzTarPerm modified mode [ 'nan_callbacks_pre_12_inl.h', 436, 420 ] | |
286 silly gunzTarPerm extractEntry CHANGELOG.md | |
287 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 436, 420 ] | |
288 silly gunzTarPerm extractEntry LICENSE.md | |
289 silly gunzTarPerm modified mode [ 'LICENSE.md', 436, 420 ] | |
290 silly gunzTarPerm extractEntry doc/node_misc.md | |
291 silly gunzTarPerm modified mode [ 'doc/node_misc.md', 436, 420 ] | |
292 silly gunzTarPerm extractEntry .gitmodules | |
293 silly gunzTarPerm extractEntry CHANGELOG.md | |
294 silly gunzTarPerm extractEntry LICENSE.md | |
295 silly gunzTarPerm extractEntry doc/asyncworker.md | |
296 silly gunzTarPerm modified mode [ 'doc/asyncworker.md', 436, 420 ] | |
297 silly gunzTarPerm extractEntry doc/callback.md | |
298 silly gunzTarPerm modified mode [ 'doc/callback.md', 436, 420 ] | |
299 silly gunzTarPerm extractEntry UPGRADING.md | |
300 silly gunzTarPerm extractEntry include/protozero/pbf_message.hpp | |
301 silly gunzTarPerm extractEntry Makefile | |
302 silly gunzTarPerm extractEntry doc/converters.md | |
303 silly gunzTarPerm modified mode [ 'doc/converters.md', 436, 420 ] | |
304 silly gunzTarPerm extractEntry doc/errors.md | |
305 silly gunzTarPerm modified mode [ 'doc/errors.md', 436, 420 ] | |
306 silly gunzTarPerm extractEntry include/protozero/byteswap.hpp | |
307 silly gunzTarPerm extractEntry include/protozero/exception.hpp | |
308 silly gunzTarPerm extractEntry proto/vector_tile.proto | |
309 silly gunzTarPerm extractEntry src/vector_tile_geometry_simplifier.hpp | |
310 silly gunzTarPerm extractEntry doc/maybe_types.md | |
311 silly gunzTarPerm modified mode [ 'doc/maybe_types.md', 436, 420 ] | |
312 silly gunzTarPerm extractEntry doc/methods.md | |
313 silly gunzTarPerm modified mode [ 'doc/methods.md', 436, 420 ] | |
314 silly gunzTarPerm extractEntry src/vector_tile_composite.hpp | |
315 silly gunzTarPerm extractEntry src/vector_tile_compression.hpp | |
316 silly gunzTarPerm extractEntry include/protozero/iterators.hpp | |
317 silly gunzTarPerm extractEntry include/protozero/pbf_builder.hpp | |
318 silly gunzTarPerm extractEntry doc/new.md | |
319 silly gunzTarPerm modified mode [ 'doc/new.md', 436, 420 ] | |
320 silly gunzTarPerm extractEntry doc/buffers.md | |
321 silly gunzTarPerm modified mode [ 'doc/buffers.md', 436, 420 ] | |
322 silly gunzTarPerm extractEntry src/vector_tile_compression.ipp | |
323 silly gunzTarPerm extractEntry src/vector_tile_config.hpp | |
324 silly gunzTarPerm extractEntry include/protozero/config.hpp | |
325 silly gunzTarPerm extractEntry include/protozero/pbf_reader.hpp | |
326 silly gunzTarPerm extractEntry doc/object_wrappers.md | |
327 silly gunzTarPerm modified mode [ 'doc/object_wrappers.md', 436, 420 ] | |
328 silly gunzTarPerm extractEntry doc/persistent.md | |
329 silly gunzTarPerm modified mode [ 'doc/persistent.md', 436, 420 ] | |
330 silly gunzTarPerm extractEntry src/vector_tile_datasource_pbf.cpp | |
331 silly gunzTarPerm extractEntry src/vector_tile_datasource_pbf.hpp | |
332 silly gunzTarPerm extractEntry include/protozero/pbf_writer.hpp | |
333 silly gunzTarPerm extractEntry include/protozero/types.hpp | |
334 silly gunzTarPerm extractEntry doc/scopes.md | |
335 silly gunzTarPerm modified mode [ 'doc/scopes.md', 436, 420 ] | |
336 silly gunzTarPerm extractEntry doc/script.md | |
337 silly gunzTarPerm modified mode [ 'doc/script.md', 436, 420 ] | |
338 silly gunzTarPerm extractEntry src/vector_tile_datasource_pbf.ipp | |
339 silly gunzTarPerm extractEntry src/vector_tile_douglas_peucker.hpp | |
340 silly gunzTarPerm extractEntry include/protozero/varint.hpp | |
341 silly gunzTarPerm extractEntry include/protozero/version.hpp | |
342 silly gunzTarPerm extractEntry doc/string_bytes.md | |
343 silly gunzTarPerm modified mode [ 'doc/string_bytes.md', 436, 420 ] | |
344 silly gunzTarPerm extractEntry doc/v8_internals.md | |
345 silly gunzTarPerm modified mode [ 'doc/v8_internals.md', 436, 420 ] | |
346 silly gunzTarPerm extractEntry src/vector_tile_featureset_pbf.cpp | |
347 silly gunzTarPerm extractEntry src/vector_tile_featureset_pbf.hpp | |
348 silly gunzTarPerm extractEntry doc/v8_misc.md | |
349 silly gunzTarPerm modified mode [ 'doc/v8_misc.md', 436, 420 ] | |
350 silly gunzTarPerm extractEntry nan.h | |
351 silly gunzTarPerm modified mode [ 'nan.h', 436, 420 ] | |
352 silly gunzTarPerm extractEntry src/vector_tile_featureset_pbf.ipp | |
353 silly gunzTarPerm extractEntry src/vector_tile_geometry_clipper.hpp | |
354 silly gunzTarPerm extractEntry nan_callbacks.h | |
355 silly gunzTarPerm modified mode [ 'nan_callbacks.h', 436, 420 ] | |
356 silly gunzTarPerm extractEntry nan_callbacks_12_inl.h | |
357 silly gunzTarPerm modified mode [ 'nan_callbacks_12_inl.h', 436, 420 ] | |
358 silly gunzTarPerm extractEntry src/vector_tile_geometry_decoder.cpp | |
359 silly gunzTarPerm extractEntry src/vector_tile_geometry_decoder.hpp | |
360 silly gunzTarPerm extractEntry nan_converters.h | |
361 silly gunzTarPerm modified mode [ 'nan_converters.h', 436, 420 ] | |
362 silly gunzTarPerm extractEntry nan_converters_43_inl.h | |
363 silly gunzTarPerm modified mode [ 'nan_converters_43_inl.h', 436, 420 ] | |
364 silly gunzTarPerm extractEntry nan_converters_pre_43_inl.h | |
365 silly gunzTarPerm modified mode [ 'nan_converters_pre_43_inl.h', 436, 420 ] | |
366 silly gunzTarPerm extractEntry nan_implementation_12_inl.h | |
367 silly gunzTarPerm modified mode [ 'nan_implementation_12_inl.h', 436, 420 ] | |
368 silly gunzTarPerm extractEntry src/vector_tile_geometry_decoder.ipp | |
369 silly gunzTarPerm extractEntry src/vector_tile_geometry_encoder_pbf.cpp | |
370 silly gunzTarPerm extractEntry nan_implementation_pre_12_inl.h | |
371 silly gunzTarPerm modified mode [ 'nan_implementation_pre_12_inl.h', 436, 420 ] | |
372 silly gunzTarPerm extractEntry nan_maybe_43_inl.h | |
373 silly gunzTarPerm modified mode [ 'nan_maybe_43_inl.h', 436, 420 ] | |
374 silly gunzTarPerm extractEntry nan_maybe_pre_43_inl.h | |
375 silly gunzTarPerm modified mode [ 'nan_maybe_pre_43_inl.h', 436, 420 ] | |
376 silly gunzTarPerm extractEntry nan_new.h | |
377 silly gunzTarPerm modified mode [ 'nan_new.h', 436, 420 ] | |
378 silly gunzTarPerm extractEntry src/vector_tile_geometry_encoder_pbf.hpp | |
379 silly gunzTarPerm extractEntry src/vector_tile_geometry_encoder_pbf.ipp | |
380 silly gunzTarPerm extractEntry nan_object_wrap.h | |
381 silly gunzTarPerm modified mode [ 'nan_object_wrap.h', 436, 420 ] | |
382 silly gunzTarPerm extractEntry nan_persistent_12_inl.h | |
383 silly gunzTarPerm modified mode [ 'nan_persistent_12_inl.h', 436, 420 ] | |
384 silly gunzTarPerm extractEntry src/vector_tile_geometry_feature.hpp | |
385 silly gunzTarPerm extractEntry src/vector_tile_compression.cpp | |
386 silly gunzTarPerm extractEntry nan_persistent_pre_12_inl.h | |
387 silly gunzTarPerm modified mode [ 'nan_persistent_pre_12_inl.h', 436, 420 ] | |
388 silly gunzTarPerm extractEntry nan_string_bytes.h | |
389 silly gunzTarPerm modified mode [ 'nan_string_bytes.h', 436, 420 ] | |
390 silly gunzTarPerm extractEntry src/vector_tile_is_valid.hpp | |
391 silly gunzTarPerm extractEntry src/vector_tile_layer.cpp | |
392 silly gunzTarPerm extractEntry nan_typedarray_contents.h | |
393 silly gunzTarPerm modified mode [ 'nan_typedarray_contents.h', 436, 420 ] | |
394 silly gunzTarPerm extractEntry nan_weak.h | |
395 silly gunzTarPerm modified mode [ 'nan_weak.h', 436, 420 ] | |
396 silly gunzTarPerm extractEntry src/vector_tile_layer.hpp | |
397 silly gunzTarPerm extractEntry src/vector_tile_layer.ipp | |
398 silly gunzTarPerm extractEntry tools/package.json | |
399 silly gunzTarPerm modified mode [ 'tools/package.json', 436, 420 ] | |
400 silly gunzTarPerm extractEntry tools/README.md | |
401 silly gunzTarPerm modified mode [ 'tools/README.md', 436, 420 ] | |
402 silly gunzTarPerm extractEntry src/vector_tile_load_tile.hpp | |
403 silly gunzTarPerm extractEntry src/vector_tile_merc_tile.hpp | |
404 silly gunzTarPerm extractEntry tools/1to2.js | |
405 silly gunzTarPerm modified mode [ 'tools/1to2.js', 509, 493 ] | |
406 silly gunzTarPerm extractEntry src/vector_tile_processor.cpp | |
407 silly gunzTarPerm extractEntry src/vector_tile_processor.hpp | |
408 silly gunzTarPerm extractEntry src/vector_tile_processor.ipp | |
409 silly gunzTarPerm extractEntry src/vector_tile_projection.cpp | |
410 verbose write writing to /home/quintus/software/ff/node_modules/mapnik/node_modules/protozero/package.json | |
411 info preinstall [email protected] | |
412 silly gunzTarPerm extractEntry src/vector_tile_projection.hpp | |
413 silly gunzTarPerm extractEntry src/vector_tile_projection.ipp | |
414 verbose readDependencies loading dependencies from /home/quintus/software/ff/node_modules/mapnik/node_modules/protozero/package.json | |
415 verbose readDependencies loading dependencies from /home/quintus/software/ff/node_modules/mapnik/node_modules/protozero/package.json | |
416 silly gunzTarPerm extractEntry src/vector_tile_raster_clipper.cpp | |
417 silly gunzTarPerm extractEntry src/vector_tile_raster_clipper.hpp | |
418 silly gunzTarPerm extractEntry src/vector_tile_raster_clipper.ipp | |
419 silly install resolved [] | |
420 verbose about to build /home/quintus/software/ff/node_modules/mapnik/node_modules/protozero | |
421 info build /home/quintus/software/ff/node_modules/mapnik/node_modules/protozero | |
422 silly gunzTarPerm extractEntry src/vector_tile_strategy.hpp | |
423 silly gunzTarPerm extractEntry src/vector_tile_tile.cpp | |
424 info linkStuff [email protected] | |
425 silly linkStuff [email protected] has /home/quintus/software/ff/node_modules/mapnik/node_modules as its parent node_modules | |
426 verbose linkBins [email protected] | |
427 verbose linkMans [email protected] | |
428 verbose rebuildBundles [email protected] | |
429 info install [email protected] | |
430 info postinstall [email protected] | |
431 silly gunzTarPerm extractEntry src/vector_tile_tile.hpp | |
432 silly gunzTarPerm extractEntry src/vector_tile_tile.ipp | |
433 verbose unlock done using /home/quintus/.npm/_locks/protozero-be79fe45040c17e7.lock for /home/quintus/software/ff/node_modules/mapnik/node_modules/protozero | |
434 verbose write writing to /home/quintus/software/ff/node_modules/mapnik/node_modules/nan/package.json | |
435 info preinstall [email protected] | |
436 verbose readDependencies loading dependencies from /home/quintus/software/ff/node_modules/mapnik/node_modules/nan/package.json | |
437 verbose readDependencies loading dependencies from /home/quintus/software/ff/node_modules/mapnik/node_modules/nan/package.json | |
438 silly install resolved [] | |
439 verbose about to build /home/quintus/software/ff/node_modules/mapnik/node_modules/nan | |
440 info build /home/quintus/software/ff/node_modules/mapnik/node_modules/nan | |
441 info linkStuff [email protected] | |
442 silly linkStuff [email protected] has /home/quintus/software/ff/node_modules/mapnik/node_modules as its parent node_modules | |
443 verbose linkBins [email protected] | |
444 verbose linkMans [email protected] | |
445 verbose rebuildBundles [email protected] | |
446 info install [email protected] | |
447 info postinstall [email protected] | |
448 verbose unlock done using /home/quintus/.npm/_locks/nan-10f01010d5a37f7f.lock for /home/quintus/software/ff/node_modules/mapnik/node_modules/nan | |
449 verbose write writing to /home/quintus/software/ff/node_modules/mapnik/node_modules/mapnik-vector-tile/package.json | |
450 info preinstall [email protected] | |
451 verbose readDependencies loading dependencies from /home/quintus/software/ff/node_modules/mapnik/node_modules/mapnik-vector-tile/package.json | |
452 verbose readDependencies loading dependencies from /home/quintus/software/ff/node_modules/mapnik/node_modules/mapnik-vector-tile/package.json | |
453 silly install resolved [] | |
454 verbose about to build /home/quintus/software/ff/node_modules/mapnik/node_modules/mapnik-vector-tile | |
455 info build /home/quintus/software/ff/node_modules/mapnik/node_modules/mapnik-vector-tile | |
456 info linkStuff [email protected] | |
457 silly linkStuff [email protected] has /home/quintus/software/ff/node_modules/mapnik/node_modules as its parent node_modules | |
458 verbose linkBins [email protected] | |
459 verbose linkMans [email protected] | |
460 verbose rebuildBundles [email protected] | |
461 info install [email protected] | |
462 info postinstall [email protected] | |
463 verbose unlock done using /home/quintus/.npm/_locks/mapnik-vector-tile-f233418ab7855595.lock for /home/quintus/software/ff/node_modules/mapnik/node_modules/mapnik-vector-tile | |
464 verbose about to build /home/quintus/software/ff/node_modules/mapnik | |
465 info build /home/quintus/software/ff/node_modules/mapnik | |
466 info linkStuff [email protected] | |
467 silly linkStuff [email protected] has /home/quintus/software/ff/node_modules as its parent node_modules | |
468 verbose linkBins [email protected] | |
469 verbose link bins [ { 'mapnik-inspect.js': './bin/mapnik-inspect.js', | |
469 verbose link bins 'mapnik-render.js': './bin/mapnik-render.js', | |
469 verbose link bins 'mapnik-shapeindex.js': './bin/mapnik-shapeindex.js' }, | |
469 verbose link bins '/home/quintus/software/ff/node_modules/.bin', | |
469 verbose link bins false ] | |
470 verbose linkMans [email protected] | |
471 verbose rebuildBundles [email protected] | |
472 verbose rebuildBundles [ '.bin', | |
472 verbose rebuildBundles 'mapnik-vector-tile', | |
472 verbose rebuildBundles 'nan', | |
472 verbose rebuildBundles 'node-pre-gyp', | |
472 verbose rebuildBundles 'protozero' ] | |
473 silly gentlyRm /home/quintus/software/ff/node_modules/.bin/mapnik-inspect.js is being purged | |
474 verbose gentlyRm don't care about contents; nuking /home/quintus/software/ff/node_modules/.bin/mapnik-inspect.js | |
475 silly gentlyRm /home/quintus/software/ff/node_modules/.bin/mapnik-render.js is being purged | |
476 verbose gentlyRm don't care about contents; nuking /home/quintus/software/ff/node_modules/.bin/mapnik-render.js | |
477 silly gentlyRm /home/quintus/software/ff/node_modules/.bin/mapnik-shapeindex.js is being purged | |
478 verbose gentlyRm don't care about contents; nuking /home/quintus/software/ff/node_modules/.bin/mapnik-shapeindex.js | |
479 info install [email protected] | |
480 verbose unsafe-perm in lifecycle true | |
481 info [email protected] Failed to exec install script | |
482 verbose unlock done using /home/quintus/.npm/_locks/mapnik-ec180a62f2c23c83.lock for /home/quintus/software/ff/node_modules/mapnik | |
483 verbose stack Error: [email protected] install: `node-pre-gyp install --fallback-to-build` | |
483 verbose stack Exit status 1 | |
483 verbose stack at EventEmitter.<anonymous> (/usr/lib64/node_modules/npm/lib/utils/lifecycle.js:217:16) | |
483 verbose stack at emitTwo (events.js:87:13) | |
483 verbose stack at EventEmitter.emit (events.js:172:7) | |
483 verbose stack at ChildProcess.<anonymous> (/usr/lib64/node_modules/npm/lib/utils/spawn.js:24:14) | |
483 verbose stack at emitTwo (events.js:87:13) | |
483 verbose stack at ChildProcess.emit (events.js:172:7) | |
483 verbose stack at maybeClose (internal/child_process.js:829:16) | |
483 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5) | |
484 verbose pkgid [email protected] | |
485 verbose cwd /home/quintus/software/ff | |
486 error Linux 4.4.26-gentoo | |
487 error argv "/usr/bin/node" "/usr/bin/npm" "install" "--build-from-source" "mapnik" | |
488 error node v4.6.1 | |
489 error npm v2.15.9 | |
490 error code ELIFECYCLE | |
491 error [email protected] install: `node-pre-gyp install --fallback-to-build` | |
491 error Exit status 1 | |
492 error Failed at the [email protected] install script 'node-pre-gyp install --fallback-to-build'. | |
492 error This is most likely a problem with the mapnik package, | |
492 error not with npm itself. | |
492 error Tell the author that this fails on your system: | |
492 error node-pre-gyp install --fallback-to-build | |
492 error You can get information on how to open an issue for this project with: | |
492 error npm bugs mapnik | |
492 error Or if that isn't available, you can get their info via: | |
492 error | |
492 error npm owner ls mapnik | |
492 error There is likely additional logging output above. | |
493 verbose exit [ 1, true ] | |
494 verbose unbuild node_modules/mapnik | |
495 info preuninstall [email protected] | |
496 info uninstall [email protected] | |
497 verbose unbuild rmStuff [email protected] from /home/quintus/software/ff/node_modules | |
498 silly gentlyRm /home/quintus/software/ff/node_modules/.bin/mapnik-inspect.js is being gently removed | |
499 silly gentlyRm verifying /home/quintus/software/ff is an npm working directory | |
500 silly gentlyRm /home/quintus/software/ff/node_modules/.bin/mapnik-render.js is being gently removed | |
501 silly gentlyRm verifying /home/quintus/software/ff is an npm working directory | |
502 silly gentlyRm /home/quintus/software/ff/node_modules/.bin/mapnik-shapeindex.js is being gently removed | |
503 silly gentlyRm verifying /home/quintus/software/ff is an npm working directory | |
504 silly gentlyRm containing path /home/quintus/software/ff is under npm's control, in /home/quintus/software/ff | |
505 silly gentlyRm deletion target /home/quintus/software/ff/node_modules/.bin/mapnik-inspect.js is under /home/quintus/software/ff | |
506 verbose gentlyRm vacuuming from /home/quintus/software/ff/node_modules/.bin/mapnik-inspect.js up to /home/quintus/software/ff | |
507 silly gentlyRm containing path /home/quintus/software/ff is under npm's control, in /home/quintus/software/ff | |
508 silly gentlyRm deletion target /home/quintus/software/ff/node_modules/.bin/mapnik-render.js is under /home/quintus/software/ff | |
509 verbose gentlyRm vacuuming from /home/quintus/software/ff/node_modules/.bin/mapnik-render.js up to /home/quintus/software/ff | |
510 silly gentlyRm containing path /home/quintus/software/ff is under npm's control, in /home/quintus/software/ff | |
511 silly gentlyRm deletion target /home/quintus/software/ff/node_modules/.bin/mapnik-shapeindex.js is under /home/quintus/software/ff | |
512 verbose gentlyRm vacuuming from /home/quintus/software/ff/node_modules/.bin/mapnik-shapeindex.js up to /home/quintus/software/ff | |
513 silly vacuum-fs removing /home/quintus/software/ff/node_modules/.bin/mapnik-inspect.js | |
514 silly vacuum-fs removing /home/quintus/software/ff/node_modules/.bin/mapnik-render.js | |
515 silly vacuum-fs removing /home/quintus/software/ff/node_modules/.bin/mapnik-shapeindex.js | |
516 silly vacuum-fs removing /home/quintus/software/ff/node_modules/.bin | |
517 silly vacuum-fs removing /home/quintus/software/ff/node_modules/.bin | |
518 silly vacuum-fs removing /home/quintus/software/ff/node_modules/.bin | |
519 silly vacuum-fs quitting because lost the race to remove /home/quintus/software/ff/node_modules/.bin | |
520 silly vacuum-fs quitting because lost the race to remove /home/quintus/software/ff/node_modules/.bin | |
521 silly vacuum-fs quitting because other entries in /home/quintus/software/ff/node_modules | |
522 info postuninstall [email protected] | |
523 silly gentlyRm /home/quintus/software/ff/node_modules/mapnik is being purged from base /home/quintus/software/ff | |
524 verbose gentlyRm don't care about contents; nuking /home/quintus/software/ff/node_modules/mapnik | |
525 silly vacuum-fs purging /home/quintus/software/ff/node_modules/mapnik | |
526 silly vacuum-fs removing /home/quintus/software/ff/node_modules | |
527 silly vacuum-fs finished vacuuming up to /home/quintus/software/ff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment