Ticket #1161 (closed defect: fixed)

Opened 21 months ago

Last modified 21 months ago

move gserialized_gist to libpgcommon

Reported by: bnordgren Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: 1.5.X
Keywords: Cc:

Description

I was getting a missing symbol error when attempting to run the raster regressions. lwgeom_pg.c uses utility functions from gserialized_gist.

Also, gserialized_gist uses utility functions from gserialized_gist_nd. The required functions have also been moved to gserialized_gist.

The attached patch applies to r7757, although you may have to manually remove postgis/gserialized_gist.c. Again the problem appears to be the $Id$ string.

Attachments

gserialized_gist.patch Download (27.3 KB) - added by bnordgren 21 months ago.
Applies against r7757
gidx_to_string.patch Download (2.3 KB) - added by bnordgren 21 months ago.
Applies against r7784

Change History

Changed 21 months ago by bnordgren

Applies against r7757

Changed 21 months ago by strk

  • status changed from new to closed
  • resolution set to fixed

Fixing the circular dependency sounds like the solution to the linking puzzle. Committed in r7768 togheter with a reordering of libpgcommon/liblwgeom items in linking lists and cleanups of duplicated symbols in raster module (pg)

Changed 21 months ago by bnordgren

  • status changed from closed to reopened
  • resolution fixed deleted

I believe dustymugs' complaint on the list is related to this ticket, as the gidx stuff seems to be supporting things in this general area. His unresolved symbol only occurs when the build is configured with --with-raster --enable-debug. The symbol in question is gidx_to_string.

Changed 21 months ago by bnordgren

Applies against r7784

Changed 21 months ago by bnordgren

attachment:gidx_to_string.patch Download should fix the missing symbol issue that dustymugs was having when specifying --enable-debug.

Changed 21 months ago by dustymugs

  • status changed from reopened to closed
  • resolution set to fixed

Patch gidx_to_string.patch committed in r7786

Note: See TracTickets for help on using tickets.