raulcd commented on issue #47798: URL: https://github.com/apache/arrow/issues/47798#issuecomment-3425116710
The only variation that fails the reproducible build, except the ones that can't be exercised due to being on a docker container (see [comment above](https://github.com/apache/arrow/issues/47798#issuecomment-3416659404)) is `build_path` which triggers the output on diffoscope above, all the rest of variations enabled generate a valid reprotest and suggest a correct reproducible build. I am trying to fix the variations due to `build_path` as seen here: https://reproducible-builds.org/docs/build-path/ `export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=+fixfilepath` which from my understanding is supposed to be setting `-ffile-prefix-map=OLD=NEW` but so far I haven't had luck with my tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
