#4632 closed defect (fixed)
Can't compile against pg13 no such file - utils/jsonapi.h
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 3.1.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description (last modified by )
It seems debbie is now unhappy, but her unhappiness I think is unrelated to any changes in PostGIS.
Here pg13 is throwing this during compile
18:41:31 lwgeom_out_geojson.c:20:10: fatal error: utils/jsonapi.h: No such file or directory 18:41:31 20 | #include "utils/jsonapi.h" 18:41:31 | ^~~~~~~~~~~~~~~~~ 18:41:31 compilation terminated. 18:41:31 make[1]: *** [<builtin>: lwgeom_out_geojson.o] Error 1 18:41:31 make[1]: Leaving directory '/var/lib/jenkins/workspace/postgis/branches/3.1/postgis' 18:41:31 make: *** [GNUmakefile:20: all] Error 1 18:41:31 Build step 'Execute shell' marked build as failure 18:41:32 An attempt to send an e-mail to empty list of recipients, ignored.
Seems to have started happening after her build of pg13
https://debbie.postgis.net/job/PG_Version_Dev_Git/5848/ Changes Fail if recovery target is not reached (details) Move jsonapi.c and jsonapi.h to src/common. (details) Add jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles. (details)
Which corresponds to
Change History (5)
comment:1 by , 5 years ago
Description: | modified (diff) |
---|---|
Summary: | Can't compile against pg13 → Can't compile against pg13 no such file - utils/jsonapi.h |
comment:2 by , 5 years ago
Owner: | changed from | to
---|
comment:3 by , 5 years ago
Note:
See TracTickets
for help on using tickets.
I updated Travis latest docker image and it shows the same error (https://travis-ci.org/Algunenano/postgis/jobs/643787692):
It should be easy to fix. I'll give it a try.