Bug#934767: ecbuild: please make the build reproducible
Chris Lamb
lamby at debian.org
Wed Aug 14 16:37:32 BST 2019
Source: ecbuild
Version: 3.0.3-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0] we noticed
that ecbuild could not be built reproducibly.
This is due to it shipping /usr/lib/cmake/ecbuild/ecbuild-import.cmake
which contains the absolute build path:
│ │ │ │ @@ -1,9 +1,9 @@
│ │ │ │ if(ecbuild_IS_BUILD_DIR_EXPORT)
│ │ │ │ - set(ecbuild_MACROS_DIR /build/1st/ecbuild-3.0.3/cmake)
│ │ │ │ + set(ecbuild_MACROS_DIR /build/2/ecbuild-3.0.3/2nd/cmake)
│ │ │ │ else()
A patch is attached that replaces the build dir in the installed
package to /usr/share/ecbuild/cmake.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ecbuild.diff.txt
URL: <http://alioth-lists.debian.net/pipermail/reproducible-bugs/attachments/20190814/53eb0fcf/attachment.txt>
More information about the Reproducible-bugs
mailing list