Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 469118

Summary: vim.eclass presumes that man pages are compressed with gz
Product: Gentoo Linux Reporter: James Cloos <cloos>
Component: EclassesAssignee: Vim Maintainers <vim>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description James Cloos 2013-05-08 22:22:06 UTC
The eclass contains this block:

  dosym vim.1.gz /usr/share/man/man1/gvim.1.gz
  dosym vim.1.gz /usr/share/man/man1/gview.1.gz
  dosym vimdiff.1.gz /usr/share/man/man1/gvimdiff.1.gz

but it is unlikely that vim.1.gz and vimdiff.1.gz exist.

Portage’s default is to use bzip2.

Some of us use xz.

(Is it PORTAGE_COMPRESS which controls the compression for man pages?)

The eclass needs to set the symlink based on what is actually installed by app-editors/vim.
Comment 1 Tim Harder gentoo-dev 2013-05-09 05:13:32 UTC

*** This bug has been marked as a duplicate of bug 455480 ***