[postgis-tickets] [PostGIS] #2666: configure should fail "noisly" if SQLPP variable can not be determined
PostGIS
trac at osgeo.org
Fri Mar 7 12:29:51 PST 2014
#2666: configure should fail "noisly" if SQLPP variable can not be determined
----------------------+-----------------------------------------------------
Reporter: philross | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.2
Component: postgis | Version: 2.1.x
Keywords: |
----------------------+-----------------------------------------------------
The configure script currently does not fail when SQLPP is unable to be
determined. After the configure script runs, compiler info is printed and
SQL preprocessor is blank, but attempting to compile fails because the
SQLPP variable is not populated.
Currently, this happens on Solaris11 when the cpp command is not located
in the PATH. By default, on Solaris11, the patch contains /usr/bin which
is able to find /usr/bin/gcc which is a symlink to /usr/gcc/4.5/bin/gcc,
but there is no corresponding /usr/bin/cpp pointing to
/usr/gcc/4.5/bin/cpp. When /usr/gcc/4.5/bin is not in the PATH, the SQLPP
variable is not set when configure runs, which leads to failures during
compile time.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2666>
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