Ticket #1853 (closed defect: fixed)

Opened 13 months ago

Last modified 13 months ago

Loader regress failures on trunk

Reported by: robe Owned by: strk
Priority: blocker Milestone: PostGIS 2.1.0
Component: postgis Version: trunk
Keywords: Cc:

Description

Since the perl change I have been unable to successfully make check. It is failing on all the loader tests. Though the other tests are fine.

I have to test on my mingw64 as I was having other issues with make check failing on xml processing which may have nothing to do with perl change.

the loader.err file shows:

Unable to open .shp or .SHP. .shp: dbf file (.dbf) can not be opened.

and there are a whole bunch of tmp files with content like

PGCOPY
ÿ


This is testing against 9.2 beta1. Though I don't recall having issue pre-perl when I tested this. I'll check my other versions next to see if its a 9.2 specific thing.

Change History

Changed 13 months ago by dustymugs

Actually, I'm also seeing the exact same loader failures for both postgis and raster on Linux x86-64, PostgreSQL 9.1 and the latest trunk. So definitely not just a mingw issue.

Changed 13 months ago by strk

Is it before or after r9851 ?

Changed 13 months ago by robe

  • priority changed from medium to blocker
  • summary changed from Can't make check under mingw345 to Loader regress failures on trunk

After r9853. ti be honest I haven't bothered make checking since the perl change so don't know if strk its your last change or the whole Perl love thing.

I confirmed I have the same issue with 9.1 as well. Since dusty is having the same issue on Linux, I'll get rid of the mingw in here and change to critical.

Changed 13 months ago by strk

  • owner changed from pramsey to strk
  • status changed from new to assigned

Well, it turns out it _is_ my commit's fault. Looking at it.

Changed 13 months ago by strk

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

r9854 fixes it for me

Note: See TracTickets for help on using tickets.