New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pango: devdoc target is not reproducible #118910
Comments
|
The latest commit should address all issues, but I need help reproducing the (lack of) reproducibility. Can anyone check compiling pango before/after patching, to confirm the |
|
OK managed to reproduce pango not being reproducible at HEAD. With the patch, I cannot get it to fail after multiple attempts, even under |
|
It's merged! |
|
Can confirm this fixes it here as well! PR'ed as #118978 to get the patch in for 21.05 |
|
Maybe this can be closed now? |
Describe the bug
Building the
devdocoutput ofpangodoes not produce the exact same output each time it is build.Having bit-by-bit reproducible derivations makes auditing build processes easier. This package is especially interesting since it is part of the milestone tracked by https://r13y.com
To Reproduce
Steps to reproduce the behavior:
nix-build "<nixpkgs>" -A pango.devdoc --checkExpected behavior
Success!
Additional context
There is an upstream patch to gi-docgen at https://gitlab.gnome.org/GNOME/gi-docgen/-/merge_requests/53/diffs.patch that might help, but doesn't seem to completely fix the issue yet. Starting point:
The text was updated successfully, but these errors were encountered: