[postgis-tickets] [PostGIS] #5370: bessie regress failures on raster after upgrade to GDAL 3.6.1 and Proj 9.2.0
PostGIS
trac at osgeo.org
Tue Jun 20 13:15:47 PDT 2023
#5370: bessie regress failures on raster after upgrade to GDAL 3.6.1 and Proj
9.2.0
------------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.4.0
Component: buildbots | Version: 3.3.x
Resolution: | Keywords:
------------------------+---------------------------
Comment (by robe):
@lbartoletti
Sorry didn't see your note until I did some more things.
But I think it's all resolved now.
My /usr/local/etc/pkg/repos/FreeBSD.conf
looks like:
{{{
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
}}}
I used ports instead
{{{
portsnap fetch extract #first time
# there after
portsnap fetch update
export ALLOW_UNSUPPORTED_SYSTEM=yes
cd /usr/ports/graphics/gdal/ && make install clean
make config # to change options
}}}
And unchecked some of the things like MySQL, ODBC etc, just keeping the
basics.
That seemed to work fine and gave me GDAL 3.7.1
Last run of 3.2 branch looked good and had the below. I'm going to
renable raster testing on bessie now on the 3.3 and master that I had
disabled it on.
{{{
llvmorg-13.0.0-0-gd7b669b3a303), 64-bit
12:53:15 Postgis 3.2.6dev - (59a8f9d) - 2023-06-20 16:49:51
12:53:15 scripts 3.2.6dev 59a8f9d
12:53:15 raster scripts 3.2.6dev 59a8f9d
12:53:15 GEOS: 3.11.1-CAPI-1.17.1
12:53:15 PROJ: 9.2.0
12:53:15 SFCGAL: 1.4.1
12:53:15 GDAL: GDAL 3.7.0, released 2023/05/02
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5370#comment:5>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list