[postgis-tickets] [PostGIS] #5445: README.postgis fails to install

PostGIS trac at osgeo.org
Fri Jul 14 23:38:32 PDT 2023


#5445: README.postgis fails to install
-----------------------------------+---------------------------
 Reporter:  Bas Couwenberg         |      Owner:  strk
     Type:  defect                 |     Status:  new
 Priority:  medium                 |  Milestone:  PostGIS 3.4.0
Component:  build/upgrade/install  |    Version:  master
 Keywords:                         |
-----------------------------------+---------------------------
 The Debian package build for 3.4.0-beta1 failed to build:
 {{{
 /usr/bin/install: cannot create regular file
 '/build/postgis-3.4.0~beta1+dfsg/debian/tmp/usr/share/doc/postgis/README.postgis':
 No such file or directory
 }}}
 The directory needs to be created before installing the file:
 {{{
 --- a/doc/Makefile.in
 +++ b/doc/Makefile.in
 @@ -538,6 +538,7 @@ html-assets-uninstall: images-install
         rm -f $(DESTDIR)$(htmldir)/style.css

  docs-install: html-install html-assets-install
 +       mkdir -p $(DESTDIR)$(PGSQL_DOCDIR)/postgis
         $(INSTALL_DATA) ../README.postgis
 $(DESTDIR)$(PGSQL_DOCDIR)/postgis/README.postgis

  docs-uninstall: html-uninstall html-assets-uninstall
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5445>
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