Bug#956583: xxhash: please make the build reproducible

Chris Lamb lamby at debian.org
Mon Apr 13 10:48:09 BST 2020


Source: xxhash
Version: 0.7.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
xxhash could not be built reproducibly.

This is because the shipped pkg-config file embeds the path the
package was built in. Patch attached that changes this prefix value to
"/usr" which I *think* is right, but it's at least no worse than the
current shipped value which will never resolve on a user's machine.

        @@ -1,11 +1,11 @@
         #   xxHash - Extremely fast hash algorithm
         #   BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
         
        -prefix=/build/1st/xxhash-0.7.3/debian/tmp/usr
        +prefix=/build/2/xxhash-0.7.3/2nd/debian/tmp/usr

 [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: xxhash.diff.txt
URL: <http://alioth-lists.debian.net/pipermail/reproducible-bugs/attachments/20200413/58af45f4/attachment.txt>


More information about the Reproducible-bugs mailing list