Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Geospatial libraries no longer work #50

@volkanunsal

Description

@volkanunsal

In the last 3 days (since our last deploy on August 18th) this library has stopped working for us. At first I thought it might be the same issue as #47, but it's different because the build isn't broken, yet the libraries are not working. This is what I'm seeing from Rails console:

irb(main):002:0> RGeo::Geos.supported?
=> false

These are the buildpacks that I use:

1. https://github.com/mojodna/heroku-buildpack-jemalloc
2. https://github.com/cyberdelia/heroku-geo-buildpack.git
3. heroku/ruby
4. https://github.com/BetterWorks/heroku-buildpack-pgbouncer

And I'm using heroku-16 stack.

Here is the build details.

remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> geos/gdal/proj app detected
remote:        Using geos version: 3.6.1
remote:        Using gdal version: 2.1.3
remote:        Using proj version: 4.9.3
remote: -----> Vendoring geo libraries done
remote: -----> Ruby app detected
remote: -----> Compiling Ruby/Rails
remote: -----> Using Ruby version: ruby-2.3.7

The only difference here is we switched to using Ruby 2.3.7p456 (from 2.3.3p222) since the last build. But I'm not sure why that would be a factor. (I've tried reverting that and it still didn't work.)

I have also tried fixing the buildpack to this commit from August 10 to see if the August 17 commit is the culprit, but that did not work either.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions