Changes between Initial Version and Version 2 of Ticket #66710
- Timestamp:
- Jan 18, 2023, 5:05:55 AM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66710
-
Property
Version
changed from
to
2.8.0
- Property Port gdal added
-
Property
Version
changed from
-
Ticket #66710 – Description
initial v2 1 1 I was running a `port upgrade outdated` after some time, and it found that my `gdal` port was broken and tried to rebuild it but failed. There are a bunch of errors listed in the `main.log` file that is attached. The gdal is with these variants `gdal @3.4.3_0+hdf5+netcdf+openmpi+postgresql13+proj8`. It was working before I did the port upgrade, but there were a lot of ports upgraded as it had been maybe two months since the last upgrade. This is one of many similar errors: 2 ``` 2 {{{ 3 3 info:build In file included from hdf5dataset.cpp:36: 4 4 :info:build ./hdf5vfl.h:83:5: error: cannot initialize a member subobject of type 'H5FD_class_value_t' (aka 'int') with an lvalue of type 'const char[5]' 5 5 :info:build "vsil", /* name */ 6 6 :info:build ^~~~~~ 7 ``` 7 }}}