Opened 3 weeks ago
Last modified 3 weeks ago
#856 new defect
Some URL-s not available while bootstrapping
Reported by: | rkolka | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | Package |
Version: | Keywords: | ||
Cc: |
Description
I did a bootstrap recently and noticed some URL-s that are not available anymore.
apache 240718 not available
-z=httpd-$V-240718-win64-VS17.zip +z=httpd-$V-240904-win64-VS17.zip
xerces v 3.2.5 not available
-export V=3.2.5 +export V=3.3.0
qt url /official_releases/ -> /archive/
-[ -f qt-everywhere-src-$V.tar.xz ] || wget https://download.qt.io/official_releases/qt/${V%.*}/$V/single/qt-everywhere-src-$V.tar.xz +[ -f qt-everywhere-src-$V.tar.xz ] || wget https://download.qt.io/archive/qt/${V%.*}/$V/single/qt-everywhere-src-$V.tar.xz
fix filename gperf-3.0.1-bin.zip
- [ -f gperf-3.0.1.zip ] || curl -O https://altushost-swe.dl.sourceforge.net/project/gnuwin32/gperf/3.0.1/gperf-3.0.1-bin.zip + [ -f gperf-3.0.1-bin.zip ] || curl -O https://altushost-swe.dl.sourceforge.net/project/gnuwin32/gperf/3.0.1/gperf-3.0.1-bin.zip
The build was otherwise a success, but my build differed from the official one more than I was expecting because xerces-c_3_2.dll -> xerces-c_3_3.dll.
My goal was to get the debug symbols (.pdb-s + source) for gdal. I got those. I got a debug session (mostly?) work in Visual Studio. I had time only for quick try. I'll work on it more, later.
Might it be be possible to make .pdb-s from the offical build available?
Why didn't you just build gdal?