Re: bug#6816: df bug on 64-bit Solaris (need to use getextmntent)

2018-10-29 Thread Assaf Gordon
Hello Bruno, On 2018-10-12 10:17 a.m., Bruno Haible wrote: David Wood wrote: At this point, me->me_dev contains a wrongly packed (32-bit) device number, which forces the find_mount_point() code path (causing other unpleasantries). The following patch against coreutils v8.5 fixes the problem:

Re: gnu-make.m4 on NetBSD

2018-10-29 Thread Bruno Haible
[Changed the subject to something meaningful] Hi Reuben, > Problem reported to me by a NetBSD user: > > m4/gnu-make.m4 […] has wrong assumptions: > > 11 # Set GNU_MAKE if we are using a recent-enough version of GNU make. > 12 > 13 # Use --version AND trailing junk, because SGI

Fwd: [AbiWord/enchant] Running `make check` can ends up in `rm -rf /` with enchant 2.2.3 (and probably `master` too) (#201)

2018-10-29 Thread Reuben Thomas
Problem reported to me by a NetBSD user: m4/gnu-make.m4 […] has wrong assumptions: 11 # Set GNU_MAKE if we are using a recent-enough version of GNU make. 12 13 # Use --version AND trailing junk, because SGI Make doesn't fail on --version. 14 15 AC_DEFUN([gl_GNU_MAKE],