Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 400561 - app-misc/mc-9999 installs broken README and NEWS files
Summary: app-misc/mc-9999 installs broken README and NEWS files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alex Alexander (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-24 09:34 UTC by Andrew Savchenko
Modified: 2012-01-25 18:57 UTC (History)
3 users (show)

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


Attachments
emerge --info (emerge.info,8.08 KB, text/plain)
2012-01-24 09:34 UTC, Andrew Savchenko
Details
mc-9999.ebuild.patch (mc-9999.ebuild.patch,329 bytes, patch)
2012-01-24 09:42 UTC, Andrew Savchenko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Savchenko gentoo-dev 2012-01-24 09:34:20 UTC
Created attachment 299713 [details]
emerge --info

Hello,

mc installs symlinks to nonexistent files in the documentation directory:

$ ll
total 4
-rw-r--r-- 1 root root 1811 Jan 24 13:24 AUTHORS.bz2
lrwxrwxrwx 1 root root   12 Jan 24 13:24 NEWS.bz2 -> doc/NEWS.bz2
lrwxrwxrwx 1 root root   14 Jan 24 13:24 README.bz2 -> doc/README.bz2

This happens because those files were moved in the source tree.
Comment 1 Andrew Savchenko gentoo-dev 2012-01-24 09:42:44 UTC
Created attachment 299715 [details, diff]
mc-9999.ebuild.patch

Install documentation properly. Also this installs missed and helpful FAQ file.
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2012-01-25 18:57:45 UTC
(In reply to comment #1)
> Created attachment 299715 [details, diff] [details, diff]
> mc-9999.ebuild.patch
> 
> Install documentation properly. Also this installs missed and helpful FAQ file.

Pushed you patch as-is:

>  25 Jan 2012; Sergei Trofimovich <slyfox@gentoo.org> mc-9999.ebuild:
>  Fixed dangling symlinks in doc/ after install by Andrew Savchenko (bug
>  #400561). Added LINGUAS to IUSE.

Thank you!