GNU bug report logs - #29266
gzip-1.8.41 test results: help-version

Previous Next

Package: gzip;

Reported by: Bruno Haible <bruno <at> clisp.org>

Date: Sat, 11 Nov 2017 23:41:02 UTC

Severity: normal

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 29266 <at> debbugs.gnu.org (full text, mbox):

From: Bruno Haible <bruno <at> clisp.org>
To: Jim Meyering <jim <at> meyering.net>
Cc: 29266 <at> debbugs.gnu.org
Subject: Re: bug#29266: gzip-1.8.41 test results: help-version and hard links
Date: Sun, 12 Nov 2017 18:53:41 +0100
[Message part 1 (text/plain, inline)]
Hi Jim,

> The Haiku failure is due to gzexe failing due to that system's lack of
> hard link support:
> 
> + eval 'env $i  in-6369 < $tmp_in > $tmp_out'
> ++ env gzexe in-6369
> in-6369:        -15.4%
> ln: failed to create hard link 'in-6369~' => 'in-6369': Operation not supported
> /boot/home/gzip-1.8.41-9d3bb-dirty/build/tests/../gzexe: cannot backup
> in-6369 as
> in-6369~
> + echo FAIL: gzexe
> FAIL: gzexe
> + fail=1

Why does gzexe expect that hard links work? Even on Linux, some file systems
do not support hard links.

$ dd if=/dev/zero of=vfat.img bs=1048576 count=100
$ mkfs.vfat vfat.img
$ sudo mount -o loop vfat.img /mnt
$ cd /mnt
$ sudo bash
# tar xfz ~/gzip-1.8.41-9d3bb-dirty.tar.gz
# cd gzip-1.8.41-9d3bb-dirty
# ./configure
# make
# make check
=>
FAIL: help-version

test-suite.log is attached.

Bruno
[test-suite.log (text/x-log, attachment)]

This bug report was last modified 7 years and 268 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.