[postgis-tickets] [PostGIS] #3325: make uninstall and ./configure --without-pgconfig
PostGIS
trac at osgeo.org
Fri Oct 9 01:14:46 PDT 2015
#3325: make uninstall and ./configure --without-pgconfig
----------------------------+---------------------------
Reporter: esseffe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.1
Component: postgis | Version: trunk
Keywords: make uninstall |
----------------------------+---------------------------
I noticed that after configuring by enabling the --without-pgconfig option
"make uninstall" will then fail.
nothing is actually removed, and the following error message is reported:
{{{
$ make uninstall
make -C doc uninstall
make[1]: Entering directory
`/c/sviluppo64/contribs/postgis-svn-trunk/doc'
make -f Makefile.comments uninstall
make[2]: Entering directory
`/c/sviluppo64/contribs/postgis-svn-trunk/doc'
make[2]: *** No rule to make target `uninstall'. Stop.
make[2]: Leaving directory
`/c/sviluppo64/contribs/postgis-svn-trunk/doc'
make[1]: *** [comments-uninstall] Error 2
make[1]: Leaving directory
`/c/sviluppo64/contribs/postgis-svn-trunk/doc'
make: *** [docs-uninstall] Error 2
}}}
this issue affects indifferently both Linux and Win/MinGW
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3325>
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