[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#28017: [PATCH] Reproducible issue for skalibs
From: |
Ludovic Courtès |
Subject: |
bug#28017: [PATCH] Reproducible issue for skalibs |
Date: |
Tue, 22 Aug 2017 14:59:18 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hello,
"Z. Ren" <address@hidden> skribis:
> While conducting a study inspired by the "reproducible builds" practice [1],
> we have noticed that the package skalibs could not be built reproducibly.
>
> After investigation, we observe that the unreproducibility is caused by
> "Makefile", in which the order of ALL_SRCS is not sorted. Consequently, the
> file order of the library files "lib/{libskarnet.so.2.3.10.0,
> skalibs/libskarnet.a}" may not be deterministic.
Indeed. Pushed with slight reindentation and a commit message that
follows our conventions.
Thank you!
Ludo’.