Opened 9 years ago

Closed 11 months ago

#3134 closed defect (fixed)

make garden doesn't install postgis should use regress, not installed postgis

Reported by: robe Owned by: robe
Priority: medium Milestone: PostGIS 3.4.0
Component: build Version: 2.1.x
Keywords: Cc:

Description

I think it keeps tripping on create plpgsql because I already have it installed.

Will try to fix this and commit after.

Change History (8)

comment:1 by robe, 9 years ago

Owner: changed from strk to robe

comment:2 by robe, 9 years ago

committed fix at r13567 for trunk.

Can someone test on their install, to make sure it wasn't just a mingw issue to begin with. Then we can backport to 2.1.

pramsey — might be good for you too since ST_Subdivide is currently crashing the test. Hint to use run:

make garden

— the script generates a log table in postgis_garden — postgis_garden_log22

Just do a

SELECT log_sql from postgis_garden_log22 order by logid desc limit 1;

That's the one that caused the crash. Don't be scared by the cryptic SQL, just replace the SELECT part with

SELECT ST_AsText(foo1.the_geom) ...

and you should get some nice simple geometries your simple mind can comprehend :)

Last edited 9 years ago by robe (previous) (diff)

comment:3 by robe, 9 years ago

Summary: make garden doesn't install postgismake garden doesn't install postgis should use regress, not installed postgis

okay still wasn't installing for me consistently, so changed to use regress install folder at r13579

comment:4 by robe, 9 years ago

Milestone: PostGIS 2.2.0PostGIS Future

comment:5 by robe, 7 years ago

Milestone: PostGIS FuturePostGIS Fund Me

Milestone renamed

comment:6 by strk, 2 years ago

The title of this ticket is not very clear, is it about using system-installed vs. locally-built postgis or what else ?

comment:7 by strk, 11 months ago

Milestone: PostGIS Fund MePostGIS 3.4.0

I think make regress is currently using the stage install of postgis, so closing.

comment:8 by strk, 11 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.