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 , 12 years ago
comment:3 by , 12 years ago
Priority: | medium → blocker |
---|---|
Summary: | Can't make check under mingw345 → 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.
comment:4 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Well, it turns out it _is_ my commit's fault. Looking at it.
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.