Skip to content
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

Fixed bug Trac #13038 #50

Merged
merged 1 commit into from
May 24, 2017
Merged

Fixed bug Trac #13038 #50

merged 1 commit into from
May 24, 2017

Conversation

bmwiedemann
Copy link
Contributor

Have constant link order
to make builds reproducible.
See https://reproducible-builds.org/ for why this is good.

Without this patch g++ would order functions in libboost_container.so.1.64.0
depending on random order of files in the build system's filesystem.

Have constant link order
to make builds reproducible.
See https://reproducible-builds.org/ for why this is good.

Without this patch g++ would order functions in libboost_container.so.1.64.0
depending on random order of files in the build system's filesystem.
@igaztanaga igaztanaga merged commit ace2c56 into boostorg:develop May 24, 2017
@igaztanaga
Copy link
Member

Thanks for the patch

bmwiedemann added a commit to bmwiedemann/build that referenced this pull request Jun 1, 2017
to enable more reproducible builds
without patching individual build definitions like
boostorg/container#50
bmwiedemann added a commit to bmwiedemann/build that referenced this pull request Jun 1, 2017
to enable more reproducible builds
without patching individual build definitions like
boostorg/container#50
bmwiedemann added a commit to bmwiedemann/build that referenced this pull request Jun 1, 2017
to enable more reproducible builds
without patching individual build definitions like
boostorg/container#50
EdSchouten added a commit to NuxiNL/cloudabi-ports that referenced this pull request Nov 11, 2017
Now that builds are performed on top of ZFS, the order of files in
directories seems less deterministic. Merge this patch from upstream,
placing files libboost_container.a in alphabetic order.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants