[Bug 1870068] Re: nfs-ganesha ftbfs in focal
Launchpad Bug Tracker
1870068 at bugs.launchpad.net
Fri Apr 3 11:00:34 UTC 2020
This bug was fixed in the package nfs-ganesha - 3.0.3-0ubuntu3
---------------
nfs-ganesha (3.0.3-0ubuntu3) focal; urgency=medium
* d/p/fix-xfs-compilation.patch: Cherry pick fix to resolve FTBFS with
xfs >= 5.3.0 (LP: #1870068).
-- James Page <james.page at ubuntu.com> Fri, 03 Apr 2020 10:33:29 +0100
** Changed in: nfs-ganesha (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to nfs-ganesha in Ubuntu.
https://bugs.launchpad.net/bugs/1870068
Title:
nfs-ganesha ftbfs in focal
Status in nfs-ganesha package in Ubuntu:
Fix Released
Bug description:
seen in the second focal test rebuild
https://launchpadlibrarian.net/471775998/buildlog_ubuntu-focal-amd64.nfs-ganesha_3.0.3-0ubuntu2_BUILDING.txt.gz
/<<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
make[4]: *** Waiting for unfinished jobs....
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-ganesha/+bug/1870068/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list