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)
Change History (3)
by , 5 years ago
Attachment: | reproducible.patch added |
---|
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
workaround patch