Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27750 - libao docs install warning
Summary: libao docs install warning
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Lowest trivial
Assignee: Philip Walls (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-01 20:57 UTC by Rajiv Aaron Manglani (RETIRED)
Modified: 2003-10-28 05:13 UTC (History)
2 users (show)

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 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2003-09-01 20:57:05 UTC
while installing media-libs/libao-0.8.3-r1 :

/usr/lib/portage/bin/dodoc: doc/API does not exist.
/usr/lib/portage/bin/dodoc: doc/DRIVERS does not exist.
/usr/lib/portage/bin/dodoc: doc/USAGE does not exist.
/usr/lib/portage/bin/dodoc: doc/WANTED does not exist.
Comment 1 Brandy Westcott (RETIRED) gentoo-dev 2003-09-02 03:14:23 UTC
It looks like the ebuild hasn't been updated to take into account the 
documentation change that took place between libao-0.7.0 and libao-0.8.0. 
The libao ebuild should contain: 
 
	rm -rf ${D}/usr/share/doc 
	dodoc AUTHORS CHANGES COPYING README TODO 
	dohtml -A c doc/*.html 
 
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-10-28 05:13:41 UTC
in cvs