Opened 12 years ago

Closed 12 years ago

#1853 closed defect (fixed)

Loader regress failures on trunk

Reported by: robe Owned by: strk
Priority: blocker Milestone: PostGIS 2.1.0
Component: postgis Version: master
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 (5)

comment:1 by Bborie Park, 12 years ago

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.

comment:2 by strk, 12 years ago

Is it before or after r9851 ?

comment:3 by robe, 12 years ago

Priority: mediumblocker
Summary: Can't make check under mingw345Loader 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.

comment:4 by strk, 12 years ago

Owner: changed from pramsey to strk
Status: newassigned

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

comment:5 by strk, 12 years ago

Resolution: fixed
Status: assignedclosed

r9854 fixes it for me

Note: See TracTickets for help on using tickets.