[postgis-tickets] [PostGIS] #3803: travis needs to have script revised to work with trusty

PostGIS trac at osgeo.org
Mon Aug 7 13:34:44 PDT 2017


#3803: travis needs to have script revised to work with trusty
------------------------+---------------------------
  Reporter:  robe       |      Owner:  robe
      Type:  defect     |     Status:  new
  Priority:  blocker    |  Milestone:  PostGIS 2.3.4
 Component:  buildbots  |    Version:  2.3.x
Resolution:             |   Keywords:
------------------------+---------------------------

Comment (by strk):

 The failure seems related to PostgreSQL server user not having access to
 build dir:
 {{{
 psql:/home/travis/build/postgis/postgis/regress/00-regress-
 install/share/contrib/postgis/postgis.sql:97: ERROR:  could not access
 file "/home/travis/build/postgis/postgis/regress/00-regress-
 install/lib/postgis-2.4": Permission denied
 }}}

 Needs further inspection of directories permissions, can you try maybe to
 send a github PR adding these steps to .travis.yml:
 {{{
  - ls -lR /home
 }}}

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3803#comment:1>
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