Bug#834328: fpart does not handle large files on 32-bit machines

2021-11-05 Thread Ganael Laplanche
On Sun, 14 Aug 2016 15:56:23 +0100 David Banks wrote: Hello David, > At a glance it looks like this is due to breakage in the fts.h API > which may be automatically fixed with glibc 2.23 in stretch. FYI it was indeed related to Glibc's fts(3) but it also needed a modification in fpart itself,

Bug#834328: fpart does not handle large files on 32-bit machines

2016-08-14 Thread David Banks
At a glance it looks like this is due to breakage in the fts.h API which may be automatically fixed with glibc 2.23 in stretch. -- David Banks

Bug#834328: fpart does not handle large files on 32-bit machines

2016-08-14 Thread David Banks
Package: fpart Version: 0.9-1 Severity: important fpart cannot handle large files on 32-bit machines. Reproduce by creating a sparse file: amoe@kupukupu $ dd if=/dev/zero of=xen-guest.img bs=1 count=0 seek=3G amoe@kupukupu $ fpart -n 3 xen-guest.img xen-guest.img: Value too large