FS#67703 - [sysstat] Man pages are compressed and have the wrong file name
Attached to Project:
Community Packages
Opened by Florian Sutter (Florian_Sutter) - Monday, 24 August 2020, 17:47 GMT
Last edited by Christian Rebischke (Shibumi) - Saturday, 07 November 2020, 19:09 GMT
Opened by Florian Sutter (Florian_Sutter) - Monday, 24 August 2020, 17:47 GMT
Last edited by Christian Rebischke (Shibumi) - Saturday, 07 November 2020, 19:09 GMT
|
Details
Description:
The manpages from this package are compressed(gzip) and have the wrong file name(*.gz.xz). Unless the man page is manually extracted and renamed you cant read it. Additional info: * Version: 12.4.0-1 Steps to reproduce: Try to open the man page for any tool included. For example man iostat. |
This task depends upon
Closed by Christian Rebischke (Shibumi)
Saturday, 07 November 2020, 19:09 GMT
Reason for closing: Fixed
Additional comments about closing: 12.4.0-2
Saturday, 07 November 2020, 19:09 GMT
Reason for closing: Fixed
Additional comments about closing: 12.4.0-2
The package with the bug is sysstat, if needed i can reopen the report.
From the output of configure the --enable-yesterday, --enable-install-isag, --disable-man-group options are no longer supported.
[1] https://github.com/sysstat/sysstat/commit/fe7e338e20f5f533d460f9151eba20250857c350
With the patches and the option the issue is gone.
I haven't removed the --enable-yesterday, --enable-install-isag, --disable-man-group options.
sorry for the late reply.
I tried applying the `--disable-compress-manpg` option, but looks like it still doesn't work:
❯ man iostat
man: warning: /usr/share/man/man1/iostat.1.xz.gz: ignoring bogus filename
No manual entry for iostat
This applies for:
conf_dir=/etc/conf.d ./configure --prefix=/usr \
--enable-yesterday \
--mandir=/usr/share/man \
--enable-install-isag \
--enable-install-cron \
--enable-copy-only \
--disable-man-group \
--disable-compress-manpg
as well for:
conf_dir=/etc/conf.d ./configure --prefix=/usr \
--mandir=/usr/share/man \
--enable-install-cron \
--enable-copy-only \
--disable-compress-manpg