https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256852
Bug ID: 256852
Summary: While `make installworld` installs
/usr/share/man/man7/zpool-features.7.gz, `make
delete-old` suggests to remove it
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Summary explains everything.
----------------------------------------------------------------------
yasu@rolling-vm-freebsd1[1012]% uname -a
FreeBSD rolling-vm-freebsd1.home.utahime.org 14.0-CURRENT FreeBSD 14.0-CURRENT
#0 main-n247573-aa033e0b14f: Sat Jun 26 02:19:29 JST 2021
[email protected]:/usr/obj/usr/src/amd64.amd64/sys/GENERIC
amd64
yasu@rolling-vm-freebsd1[1013]%
----------------------------------------------------------------------
According to my investigation, `make installworld` installs this file because
'zpool-features.7' is added to MAN variable in
/usr/src/cddl/sbin/zpool/Makefile with base 3ff01b231df.
----------------------------------------------------------------------
commit 3ff01b231df
Merge: 345077ccd52 afa7b348455
Author: Martin Matuska <[email protected]>
Date: Sun Jun 13 11:03:58 2021
zfs: merge openzfs/zfs@afa7b3484 (master) into main
Notable upstream pull request merges:
#12149: Multiple man-pages: Move to appropriate section
#12158: Re-embed multilist_t storage
#12191: Convert non-libzpool libraries to -fvisibility=hidden
#12196: Unify manpage makefiles, move pages to better sexions, ...
#12210: libzutil: import filtering optimisation
#12212: Remove pool io kstats
Obtained from: OpenZFS
OpenZFS commit: afa7b3484556d3ae610a34582ce5ebd2c3e27bba
----------------------------------------------------------------------
And `make delete-old` suggests to remove it because
'usr/share/man/man7/zpool-features.7.gz' is added to OLD_FILES variable in
/usr/src/ObsoleteFiles.in with base b9ec6f2ef9d.
----------------------------------------------------------------------
commit b9ec6f2ef9d
Author: Dimitry Andric <[email protected]>
Date: Tue May 4 05:24:27 2021
Add a whole bunch of missed obsolete manpages to ObsoleteFiles.inc
----------------------------------------------------------------------
Cc-ing to committers of these 2 commits.
--
You are receiving this mail because:
You are the assignee for the bug.