There is an extra colon (:) in /source3/wscript ' msg="vfs_fileid: checking for statfs() and struct statfs.f_fsid" ' Due to this the 'cross answers file' is not able to find an answer as it parses by looking for a colon. The above line needs to be changed to ' msg="vfs_fileid checking for statfs() and struct statfs.f_fsid" ' ==== complete function ==== conf.CHECK_CODE('struct statfs fsd; fsid_t fsid = fsd.f_fsid; return statfs(".", &fsd);', 'HAVE_STATFS_F_FSID', msg="vfs_fileid: checking for statfs() and struct statfs.f_fsid", headers='sys/types.h sys/statfs.h', execute=True)
Created attachment 9920 [details] Patch from master. Applies cleanly to v4-1-test and v4-0-test. Please review and include in those branches if possible.
Comment on attachment 9920 [details] Patch from master. LGTM.
Re-assigning to Karolin for inclusion in 4.1.next, 4.0.next.
(In reply to comment #3) > Re-assigning to Karolin for inclusion in 4.1.next, 4.0.next. Pushed to autobuild-v4-[0|1]-test.
Pushed to both branches. Closing out bug report. Thanks!