Hi,
fis-gtm is not reproducible on reproduce.d.n and the diff shows a
missing file:
│ │ │ │ -usr/lib/x86_64-linux-gnu/fis-gtm/V7.2-000_x86_64/install_sha256_checksum.log
https://reproduce.debian.net/amd64/api/v1/builds/289681/artifacts/785252/diffoscope
This is probably due to an implicit dependency on openssl:
if [ -x "$OPENSSL" ]; then
find $gtmdist -type f \! -name install_sha256_checksum.log -exec $OPENSSL sha256 {} \; \
> $gtmdist/install_sha256_checksum.log
https://sources.debian.org/src/fis-gtm/7.2-000-1/sr_unix/configure.gtc?hl=735&pow_referer=#L735
Note that openssl happens to be installed on the Debian buildds but not
during the rebuild as it is not in the buildinfo file (see [1]).
Can you please fix this by either adding the dependency or making sure
it is not run/installed (not sure if the checksum file is useful).
Note that this blocks the testing migration.
Feel free to reach out if you need help.
Cheers Jochen
[1] https://release.debian.org/reproducible-builds-host-requirements.html