2016-04-08 12:24 GMT+02:00 Sebastiaan Couwenberg <sebas...@xs4all.nl>:

> On 04/08/2016 12:09 PM, Jérémy Lal wrote:
> > 2016-04-08 11:32 GMT+02:00 Sebastiaan Couwenberg <sebas...@xs4all.nl>:
> >
> >> On Wed, 8 Jul 2015 09:31:46 +0200 Jérémy Lal wrote:
> >>> 2015-07-07 23:43 GMT+02:00 Emilio Pozuelo Monfort <po...@debian.org>:
> >>>> Your package fails to build against mapnik 3.0.0:
> >>>
> >>> Thanks, it's going to be like this until gcc5 and latest boost libs are
> >>> available (which should be this summer).
> >>
> >> More recent node-mapnik versions are required for their Mapnik 3.x
> >> support, but these require the unpackaged node-pre-gyp to build.
> >>
> >> Perhaps it's better to remove node-mapnik and its reverse dependencies
> >> from the archive since they haven't seen any activity in over two years.
> >>
> >
> > Let me see if updating it goes smoothly. If not then i'll request the
> > removal.
>
> Thanks, that's much appreciated.
>
> I've pushed my initial changes for node-mapnik 3.5.8 to Alioth.
>
> > FYI node-pre-gyp is a useless module in debian because it is made to
> > download binaries from remote sources instead of properly compiling.
>
> Currenly `node-gyp configure` fails with:
>
> gyp: Undefined variable module_path in binding.gyp while trying to load
> binding.gyp
>
> If it's possible to fix that by using the system provided dependencies,
> it may be feasible to get node-mapnik working again.
>
>
The generic way of getting rid of these:

node-gyp configure --module_name=`nodejs -e
"console.log(require('./package.json').binary.module_name)"`
--module_path=`nodejs -e
"console.log(require('./package.json').binary.module_path)"`


Updating node-mapnik is looking good; but I have trouble with

In file included from /usr/include/vector_tile_merc_tile.hpp:5:0,
                 from ../src/mapnik_vector_tile.hpp:11,
                 from ../src/node_mapnik.cpp:5:
/usr/include/vector_tile_tile.hpp:208:32: fatal error:
vector_tile_tile.ipp: Aucun fichier ou dossier de ce type

does it ring a bell ?

Jérémy
_______________________________________________
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