Dave Allured

Results 83 comments of Dave Allured

Also I suggest bump to current IM6 release, now at 6.9.13-29.

The core build seems fine. This error is coming from `update-desktop-database` in the post-activate block. I think there is confusion over where two databases `org.gramps_project.Gramps.metainfo.xml` and `org.gramps_project.Gramps.xml` should be installed....

> I think there is confusion over where two databases `org.gramps_project.Gramps.metainfo.xml` and `org.gramps_project.Gramps.xml` should be installed. The path logic may have changed between releases. This is incorrect. The related install...

I reported the missing `H5FDperform_init` upstream. Cases like this in the netCDF library should be handled by [HDF5 compatibility macros](https://support.hdfgroup.org/documentation/hdf5/latest/api-compat-macros.html) to the greatest extent possible, so as to minimize the...

I just ran a quick survey in the netCDF-C 4.9.3 source code. It looks like `H5FDperform_init` is the only missing compatibility macro that is needed for 4.9.3. The other four...

I confirm that that only netcdf-versions 4.9.2 and 4.9.3 are affected by the now-missing function `H5FDperform_init`. This function call was added shortly before 4.9.2 release in commit https://github.com/Unidata/netcdf-c/commit/727fa749005fa7868735fff82474b4476c6f5c6f. Also, for...

@reneeotten Thanks for posting that diff. > if this is the correct change then why would adding it to the current PortGroup it potentially break ports that use it? I...

@barracuda156 above: > I suggest adding this in the same go I was thinking, one thing at a time, if there is potential for trouble. If this version is accepted...

@fhgwright > badly in need of a rebase This PR is correctly based on the current legacysupport 1.1 portgroup as of today. There have been no changes since I first...

> There have been no changes since I first posted. Oops, my bad. There was only one change, a day later. This removed a single short block of unrelated obsolete...