Source: nfs-ganesha Version: 2.7.6-3 Severity: serious Justification: FTBFS on amd64 Tags: buster sid Usertags: ftbfs-20200222 ftbfs-buster
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > cd /<<PKGBUILDDIR>>/src/obj-x86_64-linux-gnu/FSAL/FSAL_VFS/xfs && /usr/bin/cc > -DHAS_DOFF -D_GNU_SOURCE -D__USE_GNU -Dfsalxfs_EXPORTS -I/usr/include/uuid > -I/<<PKGBUILDDIR>>/src/obj-x86_64-linux-gnu/include > -I/<<PKGBUILDDIR>>/src/include -I/<<PKGBUILDDIR>>/src/include/os/linux > -I/include -I/usr/include/ntirpc -I/<<PKGBUILDDIR>>/src/FSAL/FSAL_VFS/. -g > -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -D_LARGEFILE64_SOURCE > -D_FILE_OFFSET_BITS=64 -O2 -g -DNDEBUG -fPIC -o > CMakeFiles/fsalxfs.dir/handle_syscalls.c.o -c > /<<PKGBUILDDIR>>/src/FSAL/FSAL_VFS/xfs/handle_syscalls.c > /<<PKGBUILDDIR>>/src/FSAL/FSAL_VFS/xfs/handle_syscalls.c:78:59: error: > unknown type name ‘xfs_bstat_t’; did you mean ‘xfs_bstime_t’? > 78 | static int xfs_fsal_bulkstat_inode(int fd, xfs_ino_t ino, xfs_bstat_t > *bstat) > | ^~~~~~~~~~~ > | xfs_bstime_t > /<<PKGBUILDDIR>>/src/FSAL/FSAL_VFS/xfs/handle_syscalls.c: In function > ‘xfs_fsal_inode2handle’: > /<<PKGBUILDDIR>>/src/FSAL/FSAL_VFS/xfs/handle_syscalls.c:92:2: error: unknown > type name ‘xfs_bstat_t’; did you mean ‘xfs_bstime_t’? > 92 | xfs_bstat_t bstat; > | ^~~~~~~~~~~ > | xfs_bstime_t > /<<PKGBUILDDIR>>/src/FSAL/FSAL_VFS/xfs/handle_syscalls.c:105:7: warning: > implicit declaration of function ‘xfs_fsal_bulkstat_inode’ > [-Wimplicit-function-declaration] > 105 | if ((xfs_fsal_bulkstat_inode(fd, ino, &bstat) < 0) || > | ^~~~~~~~~~~~~~~~~~~~~~~ > /<<PKGBUILDDIR>>/src/FSAL/FSAL_VFS/xfs/handle_syscalls.c:119:29: error: > request for member ‘bs_gen’ in something not a structure or union > 119 | hdl->ha_fid.fid_gen = bstat.bs_gen; > | ^ > /<<PKGBUILDDIR>>/src/FSAL/FSAL_VFS/xfs/handle_syscalls.c:120:29: error: > request for member ‘bs_ino’ in something not a structure or union > 120 | hdl->ha_fid.fid_ino = bstat.bs_ino; > | ^ > make[4]: *** [FSAL/FSAL_VFS/xfs/CMakeFiles/fsalxfs.dir/build.make:105: > FSAL/FSAL_VFS/xfs/CMakeFiles/fsalxfs.dir/handle_syscalls.c.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/02/22/nfs-ganesha_2.7.6-3_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.

