[postgis-tickets] [PostGIS] #5264: make install error when compiling from source while processing 'topology' subdirectory for version > 3.1.7
PostGIS
trac at osgeo.org
Fri Oct 28 07:36:19 PDT 2022
#5264: make install error when compiling from source while processing 'topology'
subdirectory for version > 3.1.7
-----------------------+-----------------------------------------
Reporter: louisd | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.3.2
Component: topology | Version: 3.3.x
Resolution: | Keywords: make install topology error
-----------------------+-----------------------------------------
Comment (by louisd):
Hi, thanks for responding!
after configure for both versions, here is what I see:
{{{
bash-5.1# more postgis-3.1.7/topology/Makefile | grep INSTALL
# NO_TEMP_INSTALL is a workaround for a 9.5dev bug. See:
NO_TEMP_INSTALL=yes
bash-5.1# more postgis-3.3.1/topology/Makefile | grep INSTALL
# NO_TEMP_INSTALL is a workaround for a 9.5dev bug. See:
NO_TEMP_INSTALL=yes
INSTALL = /usr/bin/install -c
$(LIBTOOL) --mode=install $(INSTALL) $^
"$(DESTDIR)$(bindir)/pgtopo_import"
$(LIBTOOL) --mode=install $(INSTALL) $^
"$(DESTDIR)$(bindir)/pgtopo_export"
}}}
Looking at Makefile.in, I have:
{{{
bash-5.1# more postgis-3.1.7/topology/Makefile.in | grep INSTALL
# NO_TEMP_INSTALL is a workaround for a 9.5dev bug. See:
NO_TEMP_INSTALL=yes
bash-5.1# more postgis-3.3.1/topology/Makefile.in | grep INSTALL
# NO_TEMP_INSTALL is a workaround for a 9.5dev bug. See:
NO_TEMP_INSTALL=yes
INSTALL = @INSTALL@
$(LIBTOOL) --mode=install $(INSTALL) $^
"$(DESTDIR)$(bindir)/pgtopo_import"
$(LIBTOOL) --mode=install $(INSTALL) $^
"$(DESTDIR)$(bindir)/pgtopo_export"
}}}
As for srcdir, here it is: (nothing)
{{{
bash-5.1# more postgis-3.1.7/topology/Makefile | grep srcdir
bash-5.1# more postgis-3.3.1/topology/Makefile | grep srcdir
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5264#comment:5>
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