Opened 5 years ago

Closed 5 years ago

#4309 closed defect (fixed)

debbie postgis PostgreSQL12 run can't compile

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

Description

-I/var/lib/jenkins/workspace/pg/rel/pg12w64/include/postgresql/internal  -D_GNU_SOURCE   -c -o gserialized_spgist_3d.o gserialized_spgist_3d.c
In file included from /var/lib/jenkins/workspace/pg/rel/pg12w64/include/postgresql/server/catalog/objectaddress.h:18,
                 from /var/lib/jenkins/workspace/pg/rel/pg12w64/include/postgresql/server/catalog/pg_type.h:24,
                 from gserialized_spgist_3d.h:9,
                 from gserialized_spgist_3d.c:73:
/var/lib/jenkins/workspace/pg/rel/pg12w64/include/postgresql/server/utils/acl.h:37:10: fatal error: parser/parse_node.h: No such file or directory
compilation terminated.
make[1]: *** [<builtin>: gserialized_spgist_3d.o] Error 1
make[1]: Leaving directory '/var/lib/jenkins/workspace/postgis/branches/3.0/postgis'
make: *** [GNUmakefile:20: all] Error 1
Build step 'Execute shell' marked build as failure

I'm guessing this is not a bot issue but a change in files? We'll have to pull the latest 12 and test to confirm. She's the only one running against PostgreSQL head

Change History (1)

comment:1 by robe, 5 years ago

Resolution: fixed
Status: newclosed

I think this is a false alarm that she was in middle of postgres 12 build. When the error happened makes no sense since no changes in code base aside from my dronie change.

I'll reopen if it remains an issue.

Note: See TracTickets for help on using tickets.