Opened 5 years ago
Closed 4 years ago
#4524 closed defect (fixed)
Can't build address standardizer for PostGIS 2.5.3against PostgreSQL 12 windows
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.5.4 |
Component: | build | Version: | 2.5.x -- EOL |
Keywords: | Cc: |
Description
I suspect this might be just a config issue on my part.
Works fine for PostGIS 3.0, but when winnie tries to build 2.5.3 for 12, she gets this error:
standard.c: In function 'std_standardize': standard.c:535:1: internal compiler error: in based_loc_descr, at dwarf2out.c:14264 } ^ libbacktrace could not find executable to open Please submit a full bug report, with preprocessed source if appropriate. See <https://sourceforge.net/projects/mingw-w64> for instructions. make[2]: *** [<builtin>: standard.o] Error 1 make[2]: Leaving directory '/projects/postgis/tags/2.5.3/extensions/address_standardizer' make[1]: *** [Makefile:26: all] Error 1 make[1]: Leaving directory '/projects/postgis/tags/2.5.3/extensions' make: *** [GNUmakefile:16: all] Error 1 E:\jenkins\postgis>exit 2 Run condition [Execute Windows Batch commands] preventing perform for step [BuilderChain] [postgis] $ cmd /c call C:\Users\ADMINI~1\AppData\Local\Temp\jenkins1465741530417015200.bat E:\jenkins\postgis>E: E:\jenkins\postgis>cd E:\jenkins\postgis\win_web\download\windows E:\jenkins\postgis\win_web\download\windows>set pgfolder=pg12 E:\jenkins\postgis\win_web\download\windows>REM strip . E:\jenkins\postgis\win_web\download\windows>set pgfolder=pg12 E:\jenkins\postgis\win_web\download\windows>copy /Y pg12\buildbot\postgis-pg12-binaries-2.5.3w64gcc81.zip appveyor\postgis-pg12-binaries-2.5w64gcc81.zip The system cannot find the file specified. E:\jenkins\postgis\win_web\download\windows>exit 1 Build step 'Execute Windows batch command' marked build as failure Finished: FAILURE
I'm going to try next against postgis 2.5.4dev
normally I wouldn't care, but since we missed the pg12 train, I'll probably need to package PostGIS 2.5.3 for PostgreSQL 12 windows
Change History (4)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Milestone: | PostGIS 2.5.4 → PostGIS 2.5.5 |
---|
comment:4 by , 4 years ago
Milestone: | PostGIS 2.5.5 → PostGIS 2.5.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
sorry should have closed this out a long time ago.
Note:
See TracTickets
for help on using tickets.
This seems a compiler bug, not a misconfiguration:
Any chance of trying with an older / newer release?