[postgis-tickets] [PostGIS] #4477: expr: syntax error
PostGIS
trac at osgeo.org
Sun Aug 11 07:36:19 PDT 2019
#4477: expr: syntax error
-----------------------------------+---------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.0.0
Component: build/upgrade/install | Version: trunk
Keywords: |
-----------------------------------+---------------------------
As of commit 09447c38aec00bc390aef3b5237c383a14ae995a (3.0.0alpha5dev) and
dunno since when, upon running {{{ make check }}} under {{{ postgis/ }}}
subdir, an error is printed:
{{{
expr: syntax error
}}}
I believe this comes from this line in postgis/Makefile (and other
Makefiles):
{{{
ifeq ($(shell expr $(PROTOCC_VERSION) ">=" 10100),1)
}}}
The {{{ PROTOCC_VERSION }}} variable is NOT defined in that Makefile
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4477>
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