Opened 5 years ago

Closed 5 years ago

#4477 closed defect (fixed)

expr: syntax error

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 3.0.0
Component: build Version: master
Keywords: Cc:

Description

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

Change History (1)

comment:1 by strk, 5 years ago

Resolution: fixed
Status: newclosed

In 17709:

Fix syntax error in expr line

Closes #4477

Note: See TracTickets for help on using tickets.