From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Tue, 10 Apr 2018 22:50:00 +0200 Subject: [Buildroot] [PATCH v2 2/2] check-host-tar.sh: blacklist tar 1.30+ In-Reply-To: <20180227085541.11318-2-peter@korsgaard.com> (Peter Korsgaard's message of "Tue, 27 Feb 2018 09:55:41 +0100") References: <20180227085541.11318-1-peter@korsgaard.com> <20180227085541.11318-2-peter@korsgaard.com> Message-ID: <87604y4whz.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Peter" == Peter Korsgaard writes: > Tar 1.30 changed the --numeric-owner output for filenames > 100 characters, > leading to hash mismatches for the tar archives we create ourselves from > git. This is really a fix for a bug in earlier tar versions regarding > deterministic output, so it is unlikely to be reverted in later versions. > To work around this issue, blacklist tar 1.30+ similar to how we do it for > pre-1.17 versions so Buildroot falls back to building host-tar. > Signed-off-by: Peter Korsgaard > --- > Changes since v1: > - None > support/dependencies/check-host-tar.sh | 33 ++++++++++++++++++++++++--------- > 1 file changed, 24 insertions(+), 9 deletions(-) Committed to 2017.02.x, thanks. -- Bye, Peter Korsgaard