Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 439888 - dev-util/ddd installs zero-byte manual page (/usr/share/man/man1/ddd.1)
Summary: dev-util/ddd installs zero-byte manual page (/usr/share/man/man1/ddd.1)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Maciej Mrozowski
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-27 14:07 UTC by Willard Dawson
Modified: 2012-11-06 01:08 UTC (History)
0 users

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


Attachments
emerge --info (emerge-info,5.57 KB, text/plain)
2012-10-27 14:08 UTC, Willard Dawson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Willard Dawson 2012-10-27 14:07:37 UTC
After emerging dev-util/ddd, there is an error attempting to view the man page:

$ man ddd
fgets: No such file or directory
Error reading man page /usr/share/man/man1/ddd.1
No manual entry for ddd


This cause for this is easily determined:

$ ls -l /usr/share/man/man1/ddd.1
-rw-r--r-- 1 root root 0 Oct 27 09:44 /usr/share/man/man1/ddd.1
Comment 1 Willard Dawson 2012-10-27 14:08:19 UTC
Created attachment 327530 [details]
emerge --info
Comment 2 Maciej Mrozowski gentoo-dev 2012-11-06 01:08:12 UTC
Sed fail...
Fixed, thanks for reporting.