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

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to