Opened 5 years ago

Closed 5 years ago

#13038 closed Bugs (fixed)

boost does not build reproducibly

Reported by: anonymous Owned by:
Milestone: To Be Determined Component: Building Boost
Version: Boost 1.63.0 Severity: Problem
Keywords: Cc:

Description

http://rb.zq1.de/compare.factory-20170510/boost-compare.out shows that the boost package on openSUSE does not build reproducibly because in libboost_container.so.1.64.0 some functions change order, which is depending on the order on the linking command line

I think this comes from boost_1_64_0/libs/container/build/Jamfile.v2 having glob *.cpp where the list of files is not sorted, so it is in (random) filesystem order.

Attachments (1)

reproducible.patch (810 bytes ) - added by Bernhard M. Wiedemann <bwiedemann+boosttrac@…> 5 years ago.
workaround patch

Download all attachments as: .zip

Change History (3)

by Bernhard M. Wiedemann <bwiedemann+boosttrac@…>, 5 years ago

Attachment: reproducible.patch added

workaround patch

comment:1 by Bernhard M. Wiedemann <bwiedemann+boosttrac@…>, 5 years ago

comment:2 by Ion Gaztañaga, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.