Bug#934919: omnidb: please make the build reproducible
Chris Lamb
lamby at debian.org
Fri Aug 16 16:16:21 BST 2019
Source: omnidb
Version: 2.16.0+ds-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: filesystem
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0] we noticed
that omnidb could not be built reproducibly.
This is because it generated the "Depends" line via substvars by
iterating over the filesystem which, without an explicit sort, returns
the results in a nondeterministic order:
│ │ │ │ Installed-Size: 30226
│ │ │ │ -Depends: fonts-glewlwyd, fonts-roboto-unhinted, […]
│ │ │ │ +Depends: fonts-roboto-unhinted, fonts-glewlwyd, […]
│ │ │ │ Section: database
Patch attached that enforces an order via sort(1).
[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: omnidb.diff.txt
URL: <http://alioth-lists.debian.net/pipermail/reproducible-bugs/attachments/20190816/dddcbe1d/attachment.txt>
More information about the Reproducible-bugs
mailing list