conda-forge / hdf4-feedstock

A conda-smithy repository for hdf4.
BSD 3-Clause "New" or "Revised" License
1 stars 17 forks source link

hdf5 path confusion #27

Open hobu opened 4 years ago

hobu commented 4 years ago

A user reported this on windows when installing PDAL from conda-forge this morning:

Preparing transaction: done
Verifying transaction: \
ClobberError: This transaction has incompatible packages due to a shared path.
  packages: conda-forge::hdf4-4.2.13-hf8e6fe8_1003, conda-forge::hdf5-1.10.5-nompi_ha405e13_1104
  path: 'library/copying'
ClobberError: This transaction has incompatible packages due to a shared path.
  packages: conda-forge::hdf4-4.2.13-hf8e6fe8_1003, conda-forge::hdf5-1.10.5-nompi_ha405e13_1104
  path: 'library/release.txt'
SafetyError: The package for boost-cpp located at C:\Users\andre\.conda\pkgs\boost-cpp-1.70.0-h6a4c333_2
appears to be corrupted. The path 'Library/include/boost/config/pragma_message.hpp'
has an incorrect size.
  reported size: 1019 bytes
  actual size: 1021 bytes
done
Executing transaction: done.
ocefpaf commented 4 years ago

The hdf4 package should be fine but we must fix the clobbering b/c those licenses are not the same.

Boost on the other hand is probably a problem with his local files. Usually removing the packages and cleaning the cache fixes this.