Opened 10 years ago

Closed 10 years ago

#2714 closed defect (fixed)

[raster]: travis unhappy with raster changes

Reported by: robe Owned by: Bborie Park
Priority: blocker Milestone: PostGIS 2.2.0
Component: QA/buildbots Version: master
Keywords: history Cc:

Description

Travis has been coughing up blood as of late. Seems to have started with introduction of some gucs for raster.

around here I would reckon: https://github.com/postgis/postgis/compare/98a3040c2d2f...e79b6ab3fba1

Complaints:

+ERROR:  unrecognized configuration parameter "postgis.gdal_enabled_drivers"

ERROR: unrecognized configuration parameter "postgis.gdal_enabled_drivers"

NOTICE: table "raster_outdb_template" does not exist, skipping

DROP TABLE

NOTICE: Invalid band index 1 for adding bands. Using band index 0

ERROR: rt_util_gdal_open: Cannot open file. All GDAL drivers disabled

travis is running:

PostgreSQL 9.1.11 on x86_64-unknown-linux-gnu, compiled by gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3, 64-bit

Postgis 2.2.0dev - r12485 - 2014-04-21 13:14:17

scripts 2.2.0dev r12485

raster scripts 2.2.0dev r12485

GEOS: 3.3.8-CAPI-1.7.8

PROJ: Rel. 4.8.0, 6 March 2012

GDAL: GDAL 1.9.2, released 2012/10/08

Change History (3)

comment:1 by robe, 10 years ago

Owner: changed from robe to Bborie Park

comment:2 by Bborie Park, 10 years ago

Status: newassigned

The issue is due to PostgreSQL's GUC behavior change between 9.1 and 9.2

comment:3 by Bborie Park, 10 years ago

Keywords: history added
Resolution: fixed
Status: assignedclosed

Fixed in r12486

Note: See TracTickets for help on using tickets.