From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: [PATCH v2 0/7] Reproducible build Date: Fri, 23 Jun 2017 19:41:16 +0100 Message-ID: <1498243276.25295.19.camel@gmail.com> References: <20170622135825.7017-1-lboccass@brocade.com> <20170623181616.16981-1-lboccass@brocade.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable To: dev@dpdk.org Return-path: Received: from mail-wr0-f177.google.com (mail-wr0-f177.google.com [209.85.128.177]) by dpdk.org (Postfix) with ESMTP id C42B6292D for ; Fri, 23 Jun 2017 20:41:18 +0200 (CEST) Received: by mail-wr0-f177.google.com with SMTP id k67so76476247wrc.2 for ; Fri, 23 Jun 2017 11:41:18 -0700 (PDT) Received: from localhost ([2a00:23c5:be80:2700:4a51:b7ff:fe0b:4749]) by smtp.gmail.com with ESMTPSA id y9sm6829219wry.32.2017.06.23.11.41.17 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 23 Jun 2017 11:41:17 -0700 (PDT) In-Reply-To: <20170623181616.16981-1-lboccass@brocade.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, 2017-06-23 at 19:16 +0100, lboccass@brocade.com wrote: > From: Luca Boccassi >=20 > In the past couple of years a concerted effort among almost all Linux > distros has been striving toward achieving reproducible builds. [1] > This involves changes to the toolchain, new tools and CI systems. [2] >=20 > v1 fixed the documentation, examples and linker script generation. > v2 fixes all problems, which were caused by unstable order of headers > inclusion, source files listing and object file listing when passing > them to the compiler. > DPDK's build, at least with the default configuration, is fully > reproducible with this patch series as tested by the Reproducible > Builds developers experimental toolchain. >=20 > [1] https://reproducible-builds.org/ > [2] https://reproducible-builds.org/tools/ > [3] https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain# > Us >=20 > Luca Boccassi (7): > =C2=A0 mk: fix excluding .doctrees when installing docs > =C2=A0 mk: sort list of shared objects in linker script > =C2=A0 mk: sort list of files in examples.dox > =C2=A0 mk: sort headers before wildcard inclusion > =C2=A0 mk: sort source files before passing them to the compiler > =C2=A0 mk: sort object files when building deps lists > =C2=A0 mk: always rebuild in the same order Agh git send-email ate one patch! Third time's the charm... Kind regards, Luca Boccassi