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

2018-10-30 Thread Bruno Haible
Hello Assaf, > > 2018-10-12 Bruno Haible > > > > mountlist: Improve support for Solaris in 64-bit mode. > > Reported by David Wood in > > . > > * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): On Solaris 8 or > >

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: bug#6816: df bug on 64-bit Solaris (need to use getextmntent)

2018-10-12 Thread Bruno Haible
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: This problem description was to the

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

2018-10-10 Thread Bruno Haible
Hi Assaf, > In 2014 gnulib gained the following commit: > https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=502809019bd2ca3ce3d041d18c35ce9420eedb72 > === > commit 502809019bd2ca3ce3d041d18c35ce9420eedb72 > Author: Ben Walton > Date: Tue Jun 3 23:01:14 2014 +0100 > > mountlist:

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

2018-10-10 Thread Assaf Gordon
(triaging old bugs) Hello, On 15/09/10 04:18 PM, Eric Blake wrote: On 08/06/2010 01:56 PM, Wood, David wrote: From mnttab(4) on Solaris 10: [...] At this point, me->me_dev contains a wrongly packed (32-bit) device number, which forces the find_mount_point() code path (causing other

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

2010-09-15 Thread Eric Blake
[digging through older mail, and sorry for the delayed reply] On 08/06/2010 01:56 PM, Wood, David wrote: Hello, From mnttab(4) on Solaris 10: Applications requiring device number information for mounted file systems should use the getextmntent(3C) interface, which