[postgis-tickets] [PostGIS] #3639: ../../utils/create_spatial_ref_sys_config_dump.pl: not found on FreeBSD (was: Can't build from tar ball on FreeBSD)
PostGIS
trac at osgeo.org
Thu Sep 22 22:50:31 PDT 2016
#3639: ../../utils/create_spatial_ref_sys_config_dump.pl: not found on FreeBSD
----------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.3.0
Component: postgis | Version: trunk
Resolution: | Keywords: freebsd
----------------------+---------------------------
Comment (by robe):
okeedoke, after doing:
{{{
pkg install libxslt
}}}
then proceeding to compile from svn, I get the same error.
{{{
gmake[2]: Leaving directory '/usr/home/robe/sources/postgis-2.3/doc'
---- Making all in extensions
gmake[2]: Entering directory
'/usr/home/robe/sources/postgis-2.3/extensions'
for DIR in postgis postgis_tiger_geocoder postgis_topology
address_standardizer; do \
echo "---- Making all in ${DIR}"; \
/usr/local/bin/gmake -C "${DIR}" all || exit 1; \
done
---- Making all in postgis
gmake[3]: Entering directory
'/usr/home/robe/sources/postgis-2.3/extensions/postgis'
mkdir -p sql_bits/
/usr/local/bin/perl -pe 's/BEGIN\;//g ; s/COMMIT\;//g'
../../postgis/postgis_for_extension.sql > sql_bits/postgis.sql
cp ../../doc/postgis_comments.sql sql_bits/postgis_comments.sql
mkdir -p sql_bits
/usr/local/bin/perl -pe 's/BEGIN\;//g ; s/COMMIT\;//g'
../../raster/rt_pg/rtpostgis_for_extension.sql > sql_bits/rtpostgis.sql
../../utils/create_spatial_ref_sys_config_dump.pl
../../spatial_ref_sys.sql > sql_bits/spatial_ref_sys_config_dump.sql
../../utils/create_spatial_ref_sys_config_dump.pl: not found
gmake[3]: *** [Makefile:80: sql_bits/spatial_ref_sys_config_dump.sql]
Error 127
gmake[3]: *** Deleting file 'sql_bits/spatial_ref_sys_config_dump.sql'
gmake[3]: Leaving directory
'/usr/home/robe/sources/postgis-2.3/extensions/postgis'
gmake[2]: *** [Makefile:26: all] Error 1
gmake[2]: Leaving directory
'/usr/home/robe/sources/postgis-2.3/extensions'
gmake[1]: *** [GNUmakefile:16: all] Error 1
gmake[1]: Leaving directory '/usr/home/robe/sources/postgis-2.3'
*** Error code 2
}}}
So before it's just my svn install wasn't trying to build extension since
comments was missing.
so it must be the ../ thing. Anyone on FreeBSD can tell me what I'm doing
wrong. Haven't had this issue compiling on windows under mingw.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3639#comment:2>
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