Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 466858 - app-editors/gvim-7.3.905 installs dead symlinks
Summary: app-editors/gvim-7.3.905 installs dead symlinks
Status: RESOLVED DUPLICATE of bug 455480
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-23 00:07 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2013-04-23 02:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2013-04-23 00:07:28 UTC
The following warnings occur during installation:

 * QA Notice: Symbolic link /usr/share/man/man1/gview.1.gz points to /usr/share/man/man1/vim.1.gz which does not exist.
 * QA Notice: Symbolic link /usr/share/man/man1/gvim.1.gz points to /usr/share/man/man1/vim.1.gz which does not exist.
 * QA Notice: Symbolic link /usr/share/man/man1/gvimdiff.1.gz points to /usr/share/man/man1/vimdiff.1.gz which does not exist.

The solution is to replace symlinks with regular files containing '.so ${target_man_page}'. E.g. gview.1 (before potential compression made by package manager) should contain '.so vim.1'.
Comment 1 Tim Harder gentoo-dev 2013-04-23 02:58:53 UTC

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