Changes between Initial Version and Version 2 of Ticket #66710


Ignore:
Timestamp:
Jan 18, 2023, 5:05:55 AM (16 months ago)
Author:
EJFielding (Eric Fielding)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66710

    • Property Version changed from to 2.8.0
    • Property Port gdal added
  • Ticket #66710 – Description

    initial v2  
    11I 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{{{
    33info:build In file included from hdf5dataset.cpp:36:
    44: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]'
    55:info:build     "vsil",                     /* name */
    66:info:build     ^~~~~~
    7 ```
     7}}}