[Reproducible-builds] randomness_in_objects_inv

Nikolaus Rath Nikolaus at rath.org
Sun Mar 1 17:22:42 UTC 2015


Hi,

Can someone give me more information about how to reproduce this issue?
I tried to change the file system order of the sphinx documents, but got
identical results:

$ tar xjf testcase.tgz
$ cd testcase
$ make html
[...]
$ cp build/html/objects.inv .
$ ls -U source/
_templates/  _static/  conf.py  index.rst  file1.rst  file2.rst
$ cp source/file1.rst foo
$ rm source/file1.rst 
$ mv foo source/file1.rst
$ ls -U source/
_templates/  _static/  conf.py  index.rst  file2.rst  file1.rst
$ rm -r build && make html
[...]
$ cmp objects.inv  build/html/objects.inv
$


Best,
-Nikolaus

-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

             »Time flies like an arrow, fruit flies like a Banana.«



More information about the Reproducible-builds mailing list