Hey Sven,
thanks for bringing this to my attention - I guess it affects more than armhf
and depends on compiler, linker symbol sorting, arbitrary filesystem file
order, etc.
Applied to the trunk, as it is an svn:external it automatically appears on our
other sub-project likewise.
Greetings from Europe,
René
On Feb 25, 2016, at 10:40, Sven Eckelmann <[email protected]> wrote:
> ---
> See https://tests.reproducible-builds.org/history/exactimage.html
> 0.9.1-13 vs. 0.9.1-14. The diffs can be seen at
> https://tests.reproducible-builds.org/dbd/testing/armhf/exactimage_0.9.1-12.diffoscope.html
>
> build/bottom.make | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/build/bottom.make b/build/bottom.make
> index 628bc88..d15979d 100644
> --- a/build/bottom.make
> +++ b/build/bottom.make
> @@ -1,6 +1,6 @@
> include build/$(X_SYSTEM).make
>
> -X_SRCS = $(filter-out $(NOT_SRCS), $(notdir $(wildcard $(X_MODULE)/*.cc
> $(X_MODULE)/*.c $(X_MODULE)/*.m $(X_MODULE)/*.mm))) $(SRCS)
> +X_SRCS = $(filter-out $(NOT_SRCS), $(sort $(notdir $(wildcard
> $(X_MODULE)/*.cc $(X_MODULE)/*.c $(X_MODULE)/*.m $(X_MODULE)/*.mm)))) $(SRCS)
>
> $(X_MODULE)_OBJS := $(addsuffix $(X_OBJEXT),$(addprefix
> $($(X_MODULE)_OUTPUT)/,$(basename $(X_SRCS)))) $(DEPS)
>
> --
> 2.7.0
>
--
ExactCODE GmbH, Lietzenburger Str. 42, DE-10789 Berlin
http://exactcode.com | http://exactscan.com | http://ocrkit.com |
http://t2-project.org | http://rene.rebe.de
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe exact-image