Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78496 - libedit ebuild does not install histedit.h
Summary: libedit ebuild does not install histedit.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-18 03:40 UTC by Vlado
Modified: 2005-01-18 16: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 Vlado 2005-01-18 03:40:41 UTC
libedit replacement for readline has ebuild that installs only the 
libedit.so
libedit.a
and manual pages.
Programs using libedit search for histedit.h also but ebuild do not install this header file.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
Install also header file histedit.h.

adding

    insinto /usr/include
    doins   histedit.h || die "histedit.h"

into the src_install()  in ebuild solves the problem
Comment 1 SpanKY gentoo-dev 2005-01-18 16:41:35 UTC
wow, i feel dumb for not seeing that earlier ;)

added libedit-20050118 to fix this, thanks