#2282 closed defect (fixed)
nd_stats_to_grid missing in debug build
Reported by: | alvherre | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.0 |
Component: | raster | Version: | master |
Keywords: | history | Cc: |
Description
It seems that in rev. 11289, the nd_stats_to_grid function was commented out. However, this function is still used in compute_gserialized_stats_mode() within a POSTGIS_DEBUGF() call. Hence, the build is broken when debugging is enabled:
ERROR: could not load library "/home/alvherre/Code/postgis/regress/00-regress-install/lib/postgis-2.1.so": /home/alvherre/Code/postgis/regress/00-regress-install/lib/postgis-2.1.so: undefined symbol: nd_stats_to_grid
This was confirmed by dustymugs in the IRC channel.
Change History (3)
comment:1 by , 12 years ago
Milestone: | → PostGIS 2.1.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 12 years ago
Keywords: | history added |
---|
comment:3 by , 12 years ago
Component: | postgis → raster |
---|
Note:
See TracTickets
for help on using tickets.
Fixed in r11381