[BackupPC-devel] rsync-bpc compile error w/ CentOS 6

2020-10-12 Thread Richard Shaw
All other systems completed (CentOS 7 & 8 and All Fedora releases), but CentOS 6 gave me this: syscall.c: In function 'do_punch_hole': syscall.c:341: error: 'FALLOC_FL_PUNCH_HOLE' undeclared (first use in this function) syscall.c:341: error: (Each undeclared identifier is reported only once syscal

Re: [BackupPC-devel] rsync-bpc compile error w/ CentOS 6

2020-10-12 Thread Richard Shaw
Clicked send too soon... This is with 3.1.3.0, 3.1.2.2 built fine. gcc 4.4.7 Build log: https://download.copr.fedorainfracloud.org/results/hobbes1069/BackupPC/epel-6-x86_64/01705128-rsync-bpc/build.log.gz > ___ BackupPC-devel mailing list BackupPC-dev

Re: [BackupPC-devel] rsync-bpc compile error w/ CentOS 6

2020-10-12 Thread Craig Barratt via BackupPC-devel
What output do you get from: egrep FALLOC_FL_ config.h config.log Can you try building vanilla rsync-3.1.3 on that platform? The configure.ac check for FALLOC_FL_PUNCH_HOLE should be the same as rsync-bpc-3.1.3. Craig On Mon, Oct 12, 2020 at 12:01 PM Richard Shaw wrote: > Clicked send too s

Re: [BackupPC-devel] rsync-bpc compile error w/ CentOS 6

2020-10-12 Thread Richard Shaw
On Mon, Oct 12, 2020 at 2:16 PM Craig Barratt via BackupPC-devel < backuppc-devel@lists.sourceforge.net> wrote: > What output do you get from: > > egrep FALLOC_FL_ config.h config.log > > # egrep FALLOC_FL_ config.h config.log config.h:/* Define if FALLOC_FL_PUNCH_HOLE is available. */ config.h:#d