FS#33863 - [fish] error when using compressed manpages
Attached to Project:
Community Packages
Opened by Vorbote (vorbote) - Thursday, 14 February 2013, 14:54 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Saturday, 16 February 2013, 11:40 GMT
Opened by Vorbote (vorbote) - Thursday, 14 February 2013, 14:54 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Saturday, 16 February 2013, 11:40 GMT
|
Details
Description: Fish's internal man pages are installed
compressed, yet the internal mechanism to invoke the
typesetter doesn't understand compressed files. For
example:
me@host ~> set -h troff: fatal error: can't open `/usr/share/fish/man/set.1': No such file or directory me@host ~> command -h troff: fatal error: can't open `/usr/share/fish/man/command.1': No such file or directory The solution is to drop this from the PKGBUILD: # compress man pages find "$pkgdir"/usr/share/fish/man/ -type f | xargs gzip -9 |
This task depends upon
Closed by Bartłomiej Piotrowski (Barthalion)
Saturday, 16 February 2013, 11:40 GMT
Reason for closing: Fixed
Additional comments about closing: fish 2.0b2-4
Saturday, 16 February 2013, 11:40 GMT
Reason for closing: Fixed
Additional comments about closing: fish 2.0b2-4