fails with gcc15
fails with gcc15
dc3dd fails with illegal instruction on macOS 10.13
This doesn't appear to be an active issue for the current community. Please feel free to refile if this bug is encountered with the current version 7.3.1. Closing.
Errors on macOS unzipping dc3dd-7.2.646.zip
We intend to do this starting with version 7.4. We will create both .zip and .tar.gz files. We may switch to .tar.zst in future.
make build reproducible
this functionality has been implemented in the upcoming 7.4 release. The feature was implemennted as follows. the SOURCE_DATE_EPOCH variable can be set to fix the value of timestamps included in build artifacts. this allows users to build DC3DD in a reproduceable way. If the user wishes to go a step further and replicate DC3DD's build used for testing the final release, A file named reproduceable.yml is included in the root of the source directory containing information about the build environment...