Opened 4 years ago

Last modified 4 years ago

#4632 closed defect

Can't compile against pg13 no such file - utils/jsonapi.h — at Version 1

Reported by: robe Owned by: pramsey
Priority: blocker Milestone: PostGIS 3.1.0
Component: postgis Version: master
Keywords: Cc:

Description (last modified by robe)

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

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=006b9dcad41956f180f9363648206fede8417592

Change History (1)

comment:1 by robe, 4 years ago

Description: modified (diff)
Summary: Can't compile against pg13Can't compile against pg13 no such file - utils/jsonapi.h
Note: See TracTickets for help on using tickets.