[postgis-tickets] [PostGIS] #4762: debbie makedist is failing
PostGIS
trac at osgeo.org
Mon Oct 5 09:24:25 PDT 2020
#4762: debbie makedist is failing
-----------------------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.1.0
Component: build/upgrade/install | Version: master
Keywords: |
-----------------------------------+---------------------------
I'm guessing this might have something to do with MVT changes, but
debbie's Make Dist for 3.1 is failing.
{{{
5:58:37 generator.c:116:2: error: too many arguments to function
‘lwprint_double’
05:58:37 116 | lwprint_double(p.y + styles->pointSize, 10, y2,
OUT_DOUBLE_BUFFER_SIZE);
05:58:37 | ^~~~~~~~~~~~~~
05:58:37 In file included from generator.c:37:
05:58:37 ../../../liblwgeom/liblwgeom_internal.h:454:5: note: declared
here
05:58:37 454 | int lwprint_double(double d, int maxdd, char *buf);
05:58:37 | ^~~~~~~~~~~~~~
05:58:37 generator.c: In function ‘main’:
05:58:37 generator.c:356:2: warning: ‘strncat’ specified bound 3 equals
source length [-Wstringop-overflow=]
05:58:37 356 | strncat( filename, "png", 3 );
05:58:37 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
05:58:37 make[2]: *** [Makefile:180: generator.o] Error 1
}}}
though it's a bit puzzling to me how mvt would affect generate.c.
https://debbie.postgis.net/job/PostGIS_Make_Dist/label=debbie/2121/consoleFull
Regular build is okay but regular build doesn't try to do imagemagick
generation of images.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4762>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list