Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292005 - sci-electronics/kicad-20090320.1666-r1 can't find kicad.pdf
Summary: sci-electronics/kicad-20090320.1666-r1 can't find kicad.pdf
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: The Soldering-Iron Brotherhood
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-05 18:18 UTC by Christopher Head
Modified: 2009-11-09 01:09 UTC (History)
0 users

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


Attachments
patch to kicad-20090320.1666-r1.ebuild. (kicad-20090320.1666-r1_fix_doc_path.patch,461 bytes, patch)
2009-11-06 01:13 UTC, Rafael Martins (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Head 2009-11-05 18:18:43 UTC
After installing sci-electronics/kicad-20090320.1666-r1 with the "doc" USE flag enabled, I can see that the file "/usr/share/doc/kicad-20090320.1666/en/kicad.pdf" exists. However, clicking Help/Contents inside the application gives the message "Help file kicad.pdf could not be found."

Reproducible: Always

Steps to Reproduce:
Comment 1 Rafael Martins (RETIRED) gentoo-dev 2009-11-06 01:13:01 UTC
Created attachment 209382 [details, diff]
patch to kicad-20090320.1666-r1.ebuild.

This simple patch fixes this bug.

The problem is that the ebuild was installing the docs at /usr/share/doc/${P} and kicad was searching at /usr/share/doc/${PF}
Comment 2 Denis Dupeyron (RETIRED) gentoo-dev 2009-11-06 16:51:59 UTC
Fixed, thanks guys.

Denis.
Comment 3 Christopher Head 2009-11-09 01:09:47 UTC
Fixed in -r2, thanks!