>>> Christian Seiler <[email protected]> schrieb am 13.02.2016 um 01:05 >>> in Nachricht <[email protected]>: > Hi, > > Debian is currently working on making the entire archive build > reproducibly. <https://reproducible-builds.org/> is a good > resource describing the motivation behind this effort. > > There was one problem that was found in the open-iscsi package > build system that prevented builds from being reproducible: > the list of object files generated by the wildcard Makefile > function are not in a deterministic order, causing changes in > the output depending on the order in the underlying filesystem.
Hi! I wonder: Would adding those objects to an object library (and use that library to add the needed objects) also fix this problem? (I thought objects in a library are sorted) > > I've attached a patch against the current git master that > sorts the list of object files within the Makefile, making the > order deterministic and allowing reproducible builds to be > made. See also: > <https://reproducible-builds.org/docs/stable-inputs/> > > It would be great if you could apply this patch upstream, so we > don't have to carry it in Debian. > > Thanks! > > Regards, > Christian > > -- > You received this message because you are subscribed to the Google Groups > "open-iscsi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/open-iscsi. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/open-iscsi. For more options, visit https://groups.google.com/d/optout.
