[postgis-tickets] [PostGIS] #3506: build variable not defined ?
PostGIS
trac at osgeo.org
Fri Mar 18 11:12:03 PDT 2016
#3506: build variable not defined ?
-----------------------------+---------------------------
Reporter: darkblueb | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.2
Component: postgis | Version: 2.2.x
Keywords: autotools, make |
-----------------------------+---------------------------
something is mysteriously failing in the build -- autotools generated
environment variables ? no idea.. This is reproducible (for me) on
Ubuntu 1404, with PostGIS versions tag 221, and 22branch; It could be
something about this server, as it is used for other things too ! But the
bug is that `configure` is not failing, and a spurious error is generated
later about VERSION.
---
`srcs_i7d/postgis_221$ make clean; ./autogen.sh && ./configure && make`
{{{
...
I../libpgcommon postgis.sql.in | grep -v '^#' | \
/usr/bin/perl -lpe "s'MODULE_PATHNAME'\$libdir/postgis-2.2'g" >
postgis.sql
/bin/sh: 1: I../libpgcommon: not found
/usr/bin/perl ../utils/create_undef.pl postgis.sql 94 >
uninstall_postgis.sql
/usr/bin/perl ../utils/postgis_proc_upgrade.pl postgis.sql UNUSED >
postgis_upgrade.sql.in
Unable to locate target new version number in postgis.sql
Makefile:161: recipe for target 'postgis_upgrade.sql.in' failed
make[1]: *** [postgis_upgrade.sql.in] Error 255
make[1]: *** Deleting file 'postgis_upgrade.sql.in'
make[1]: Leaving directory '/home/shared/srcs_i7d/postgis_221/postgis'
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3506>
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