Bug#889962: node-mapnik FTBFS with mapnik-vector-tile 1.6.0+dfsg-1

Adrian Bunk bunk at debian.org
Fri Feb 9 10:05:22 UTC 2018


Source: node-mapnik
Version: 3.6.2+dfsg-3
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-mapnik.html

...
../src/mapnik_vector_tile.cpp: In static member function 'static v8::Local<v8::Value> VectorTile::_compositeSync(Nan::NAN_METHOD_ARGS_TYPE)':
../src/mapnik_vector_tile.cpp:626:27: warning: comparison is always false due to limited range of data type [-Wtype-limits]
             if (fill_type < 0 || fill_type >= mapnik::vector_tile_impl::polygon_fill_type_max)
                 ~~~~~~~~~~^~~
../src/mapnik_vector_tile.cpp: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE VectorTile::composite(Nan::NAN_METHOD_ARGS_TYPE)':
../src/mapnik_vector_tile.cpp:1000:27: warning: comparison is always false due to limited range of data type [-Wtype-limits]
             if (fill_type < 0 || fill_type >= mapnik::vector_tile_impl::polygon_fill_type_max)
                 ~~~~~~~~~~^~~
../src/mapnik_vector_tile.cpp: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE VectorTile::addGeoJSON(Nan::NAN_METHOD_ARGS_TYPE)':
../src/mapnik_vector_tile.cpp:3261:27: warning: comparison is always false due to limited range of data type [-Wtype-limits]
             if (fill_type < 0 || fill_type >= mapnik::vector_tile_impl::polygon_fill_type_max)
                 ~~~~~~~~~~^~~
../src/mapnik_vector_tile.cpp: In static member function 'static void VectorTile::EIO_RenderTile(uv_work_t*)':
../src/mapnik_vector_tile.cpp:5147:35: error: 'spherical_mercator' is not a member of 'mapnik::vector_tile_impl'
         mapnik::vector_tile_impl::spherical_mercator merc(closure->d->tile_size());
                                   ^~~~~~~~~~~~~~~~~~
../src/mapnik_vector_tile.cpp:5151:13: error: 'merc' was not declared in this scope
             merc.xyz(closure->x,closure->y,closure->z,minx,miny,maxx,maxy);
             ^~~~
../src/mapnik_vector_tile.cpp:5151:13: note: suggested alternative: 'getc'
             merc.xyz(closure->x,closure->y,closure->z,minx,miny,maxx,maxy);
             ^~~~
             getc
../src/mapnik_vector_tile.cpp:5155:13: error: 'merc' was not declared in this scope
             merc.xyz(closure->d->get_tile()->x(),
             ^~~~
../src/mapnik_vector_tile.cpp:5155:13: note: suggested alternative: 'getc'
             merc.xyz(closure->d->get_tile()->x(),
             ^~~~
             getc
mapnik.target.mk:220: recipe for target 'Release/obj.target/mapnik/src/mapnik_vector_tile.o' failed
make[2]: *** [Release/obj.target/mapnik/src/mapnik_vector_tile.o] Error 1



More information about the Pkg-grass-devel mailing list