public inbox for [email protected]  
help / color / mirror / Atom feed
broken postgis23_95 dependencies on CentOS/RHEL 6
3+ messages / 2 participants
[nested] [flat]

* broken postgis23_95 dependencies on CentOS/RHEL 6
@ 2018-02-14 00:50  James Cassell <[email protected]>
  0 siblings, 1 reply; 3+ messages in thread

From: James Cassell @ 2018-02-14 00:50 UTC (permalink / raw)
  To: PostgreSQL Yum Package List <[email protected]>; +Cc: Devrim Gündüz <[email protected]>

Hello,

Thanks for creating a yum repo for these packages.  I find it quite useful at work!

Unfortunately, I'm now getting the following error when trying to 'yum install postgis23_95' on a RHEL 6 box:

Error: Package: postgis23_95-2.3.6-2.rhel6.x86_64 (pgdg95)
           Requires: geos36 >= 3.6.2
Error: Package: postgis23_95-2.3.6-2.rhel6.x86_64 (pgdg95)
           Requires: libproj.so.12()(64bit)
Error: Package: postgis23_95-2.3.6-2.rhel6.x86_64 (pgdg95)
           Requires: proj49

If I install the older version, it works fine. ('yum install postgis23_95-2.3.4')  (The changelog says the functional version is 2.3.5, but the RPM says 2.3.4.)

The pgdg95/rhel-6-x86_64 yum repo doesn't have the necessary dependencies for postgis23_95; specifically, the geos36 package is missing and also the proj49 package. The repo does have geos-3.5 and proj-4.8, but the package name doesn't match (also the version).

I see this in the changelog:
postgis23_95-2.3.6-2.rhel6.x86_64        pgdg95
* Sun Jan 28 12:00:00 2018 Devrim Gündüz <> - 2.3.6-2
- Let PostGIS 2.3 depend on PGDG supplied Proj49 and GeOS 36 RPMs.
  This will help users to benefit from latest GeOS and Proj.

The rhel-7-x86_64 version of the repo does have the proj49 and geos36 rpms,
but the rhel-6-x86_64 versions of the repo lacks those RPMs, hence the
issue, and hence why it took a few days to catch this.  (Likely many other people are using CentOS/RHEL 7.)


If there's any other info that would be helpful, please let me know!


Thanks!

V/r,
James Cassell




^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: broken postgis23_95 dependencies on CentOS/RHEL 6
@ 2018-02-15 15:36  James Cassell <[email protected]>
  parent: James Cassell <[email protected]>
  0 siblings, 1 reply; 3+ messages in thread

From: James Cassell @ 2018-02-15 15:36 UTC (permalink / raw)
  To: PostgreSQL Yum Package List <[email protected]>

Thanks for fixing this issue!


V/r,
James Cassell


On Tue, Feb 13, 2018, at 7:50 PM, James Cassell wrote:
> Hello,
> 
> Thanks for creating a yum repo for these packages.  I find it quite 
> useful at work!
> 
> Unfortunately, I'm now getting the following error when trying to 'yum 
> install postgis23_95' on a RHEL 6 box:
> 
> Error: Package: postgis23_95-2.3.6-2.rhel6.x86_64 (pgdg95)
>            Requires: geos36 >= 3.6.2
> Error: Package: postgis23_95-2.3.6-2.rhel6.x86_64 (pgdg95)
>            Requires: libproj.so.12()(64bit)
> Error: Package: postgis23_95-2.3.6-2.rhel6.x86_64 (pgdg95)
>            Requires: proj49
> 
> If I install the older version, it works fine. ('yum install 
> postgis23_95-2.3.4')  (The changelog says the functional version is 
> 2.3.5, but the RPM says 2.3.4.)
> 
> The pgdg95/rhel-6-x86_64 yum repo doesn't have the necessary 
> dependencies for postgis23_95; specifically, the geos36 package is 
> missing and also the proj49 package. The repo does have geos-3.5 and 
> proj-4.8, but the package name doesn't match (also the version).
> 
> I see this in the changelog:
> postgis23_95-2.3.6-2.rhel6.x86_64        pgdg95
> * Sun Jan 28 12:00:00 2018 Devrim Gündüz <> - 2.3.6-2
> - Let PostGIS 2.3 depend on PGDG supplied Proj49 and GeOS 36 RPMs.
>   This will help users to benefit from latest GeOS and Proj.
> 
> The rhel-7-x86_64 version of the repo does have the proj49 and geos36 
> rpms,
> but the rhel-6-x86_64 versions of the repo lacks those RPMs, hence the
> issue, and hence why it took a few days to catch this.  (Likely many 
> other people are using CentOS/RHEL 7.)
> 
> 
> If there's any other info that would be helpful, please let me know!
> 
> 
> Thanks!
> 
> V/r,
> James Cassell
>




^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: broken postgis23_95 dependencies on CentOS/RHEL 6
@ 2018-02-21 17:46  Devrim Gündüz <[email protected]>
  parent: James Cassell <[email protected]>
  0 siblings, 0 replies; 3+ messages in thread

From: Devrim Gündüz @ 2018-02-21 17:46 UTC (permalink / raw)
  To: James Cassell <[email protected]>; PostgreSQL Yum Package List <[email protected]>


Hi,

On Thu, 2018-02-15 at 10:36 -0500, James Cassell wrote:
> Thanks for fixing this issue!

Apologies for the delay, it took more time that I was expecting. I want to
thank John Harvey for spec file fixes.

Regards,
-- 
Devrim Gündüz
EnterpriseDB: https://www.enterprisedb.com
PostgreSQL Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

Attachments:

  [application/pgp-signature] signature.asc (833B, 2-signature.asc)
  download

^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2018-02-21 17:46 UTC | newest]

Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2018-02-14 00:50 broken postgis23_95 dependencies on CentOS/RHEL 6 James Cassell <[email protected]>
2018-02-15 15:36 ` James Cassell <[email protected]>
2018-02-21 17:46   ` Devrim Gündüz <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox