Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 264579 - sci-mathematics/pari-2.3.4 - GP online help files deleted by ebuild
Summary: sci-mathematics/pari-2.3.4 - GP online help files deleted by ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-02 02:21 UTC by Victor
Modified: 2009-04-06 21:41 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 Victor 2009-04-02 02:21:01 UTC
The folder /usr/share/pari-2.3.4/doc/ is deleted by the ebuild. This folder has files used by the online help system of the gp program.

Code in ebuild that remove the folder:
    #remove superfluous doc directory
    rm -fr "${D}/usr/share/${P}/doc" || \
       die "Failed to clean up doc directory"

It`s wrong. It will break with the online help.

To fix the problem, just remove or comment the lines above.



Reproducible: Always

Steps to Reproduce:
1. USE="doc" emerge pari
2. open gp program
3. type ??+enter

Actual Results:  
The gp/gphelp can't find the help files.

Expected Results:  
By default, it should show a dvi file.
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2009-04-06 21:41:33 UTC
Fixed in cvs.
Thanks for the report.