[postgis-tickets] [PostGIS] #4414: postgis 3 packages conflict with postgis 2.5 packages via address_standardizer.so

PostGIS trac at osgeo.org
Mon Jun 3 02:31:57 PDT 2019


#4414: postgis 3 packages conflict with postgis 2.5 packages via
address_standardizer.so
---------------------+---------------------------
 Reporter:  myon     |      Owner:  pramsey
     Type:  defect   |     Status:  new
 Priority:  blocker  |  Milestone:  PostGIS 3.0.0
Component:  postgis  |    Version:  trunk
 Keywords:           |
---------------------+---------------------------
 In PostGIS 2.5, the version number was dropped from
 address_standardizer-$version.so:

 {{{
 2.4: /usr/lib/postgresql/10/lib/address_standardizer-2.4.so
 2.5 and 3: /usr/lib/postgresql/10/lib/address_standardizer.so
 }}}

 This causes the Debian packages for postgresql-10-postgis-2.5 and
 postgresql-10-postgis-3 to conflict. (Same for other PostgreSQL versions.)

 We've spent years on making co-installation of PostGIS packages for
 different versions possible. Please consider re-adding the major version
 number in the .so filenames for version 3. (2.5 can stay that way if it's
 the only version that does it.)

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4414>
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