Opened 5 years ago
Closed 5 years ago
#4497 closed defect (fixed)
Debbie's 2.3 build is broken
Reported by: | Algunenano | Owned by: | robe |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 2.3.11 |
Component: | QA/buildbots | Version: | 2.3.x |
Keywords: | Cc: |
Description
It seems that at some recent point in the past, Debbie updated its JSON-C to a newer release and 2.3 doesn't have support for it:
libtool: compile: gcc -I/var/lib/jenkins/workspace/geos/rel-3.6w64/include -I/usr/include/libxml2 -I/usr/include -DHAVE_SFCGAL -g -O2 -fPIC -DPIC -Wall -Wmissing-prototypes -I/var/lib/jenkins/workspace/geos/rel-3.6w64/include -I/usr/include -DHAVE_SFCGAL -c lwin_geojson.c -fPIC -DPIC -o .libs/lwin_geojson.o lwin_geojson.c:36:10: fatal error: json-c/json_object_private.h: No such file or directory 36 | #include <json-c/json_object_private.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Support for json-c 0.13+ is available only in 2.4 and onwards.
Note:
See TracTickets
for help on using tickets.
In 17792: