Opened 6 years ago
Closed 4 years ago
#4421 closed defect (fixed)
winnie gcc 8.1 libxml not liking EDB
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | Website Management, Bots |
Component: | QA/buildbots | Version: | master |
Keywords: | Cc: | robe |
Description
As some may have noticed - winnie is not very happy at the moment.
I flipped from gcc 4.8.3 to my gcc 8.1.0 and unfortunately the libxml is having fits when running under a PostgreSQL VC++ build.
I'm checking now on mine to confirm it's a real issue.
Locally I've been running with 12 git head / gcc 8.1.0 so it's possible I missed this issue.
I sadly may need to roll back to 4.8.3 before release if I can't sort this issue out.
Change History (7)
comment:1 by , 6 years ago
Summary: | winnie gcc 8.1 not liking EDB → winnie gcc 8.1 libxml not liking EDB |
---|
comment:2 by , 6 years ago
comment:3 by , 6 years ago
okay I think the issue might be the libz - zlib1.dll
libsqlite seems to rely on zlib and since proj relies on sqlite now, seems I've got multiple zlibs lying around that might be causing chaos. Not to mention edb has it's own zlib1.dll
In the past I think I've avoided this mess by compiling GDAL with internal zlib
comment:4 by , 5 years ago
Milestone: | PostGIS 3.0.0 → Management 2.0 |
---|
okay evidentally I've got some other wackiness going on here.
When I switched back to proj 4.9.3, all was good . But if I go to proj 6.1.0 back to crashing hell.
I think it might be some sort of mix thing since as I recall last I tested on my local pc, 6.1.0 worked fine (assuming I get my paths right)
So might be my GDAL that's the culprit.