Ticket #4420 (closed defect: fixed)
MC fail to build with only SFTP network VFS future enabled
Reported by: | Bishop | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.8.29 |
Component: | compilation | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
MC fail to build with futures like it:
"--enable-vfs-cpio --enable-vfs-tar --enable-vfs-sfs --enable-vfs-sftp --enable-vfs-extfs --disable-vfs-ftp --disable-vfs-smb --disable-vfs-fish --disable-vfs-undelfs"
The source of problem: no define ENABLE_VFS_NET with this params.
One point, that must be fixed: one of last lines m4.include/mc-vfs.m4 must be chaged to "if test x"$enable_vfs_ftp" = x"yes" -o x"$enable_vfs_sftp" = x"yes" -o x"$enable_vfs_fish" = x"yes"; then"
But there is no enough, somewhere else must be added this define for C compiler.
P.S. This problem confirmed in 4.8.26, 4.8.27 and 4.8.28 and looks like it is exist in trunk too.
Change History
comment:1 Changed 2 years ago by andrew_b
- Owner set to andrew_b
- Status changed from new to accepted
- Component changed from mc-core to mc-vfs
comment:3 Changed 23 months ago by andrew_b
- Branch state changed from no branch to on review
Branch: 4420_sftp_network_vfs
changeset:ebb475f02dd350bf8366fde3523a4a92ebd067f2
comment:4 Changed 23 months ago by andrew_b
- Votes for changeset set to andrew_b
- Branch state changed from on review to approved
comment:5 Changed 23 months ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset changed from andrew_b to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master: [5583c3d9c06c4a679ec475626c56d9b9a90b118b].