[postgis-tickets] [PostGIS] #4082: Add ST_BandFileSize and ST_BandFileTimestamp, extend ST_BandMetadata()
PostGIS
trac at osgeo.org
Wed May 9 00:34:41 PDT 2018
#4082: Add ST_BandFileSize and ST_BandFileTimestamp, extend ST_BandMetadata()
---------------------+---------------------------
Reporter: robe | Owner: robe
Type: patch | Status: new
Priority: medium | Milestone: PostGIS 2.5.0
Component: raster | Version: trunk
Resolution: | Keywords:
---------------------+---------------------------
Comment (by robe):
code committed at r16567
Load currently failing for PostgreSQL 9.5
{{{
psql:/var/lib/jenkins/workspace/postgis/branches/2.5/regress/00-regress-
install/share/contrib/postgis/rtpostgis.sql:110: ERROR: could not load
library "/var/lib/jenkins/workspace/postgis/branches/2.5/regress/00
-regress-install/lib/rtpostgis-2.5.so":
/var/lib/jenkins/workspace/postgis/branches/2.5/regress/00-regress-
install/lib/rtpostgis-2.5.so: undefined symbol: UInt64GetDatum`
}}}
{{{
rtpg_band_properties.o:rtpg_band_properties.c:(.text+0x20f2): undefined
reference to UInt64GetDatum'
rtpg_band_properties.o:rtpg_band_properties.c:(.text+0x212d): undefined
reference toUInt64GetDatum'
C:/ming64gcc48/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.3/../../../../x86_64-w64-mingw32/bin/ld.exe:
rtpg_band_properties.o: bad reloc address 0x0 in section `.pdata'
collect2.exe: error: ld returned 1 exit status
E:/jenkins/postgresql/rel/pg9.5w64gcc48/lib/pgxs/src/makefiles/../../src/Makefile.shlib:388:
recipe for target 'rtpostgis-2.5.dll' failed
make[2]: *** [rtpostgis-2.5.dll] Error 1
make[2]: Leaving directory '/projects/postgis/branches/2.5/raster/rt_pg'
Makefile:32: recipe for target 'pglib' failed
make[1]: *** [pglib] Error 2
make[1]: Leaving directory '/projects/postgis/branches/2.5/raster'
GNUmakefile:16: recipe for target 'all' failed
make: *** [all] Error 1
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4082#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