| Bug#: 27750 | Product: Gentoo Linux | Version: 1.4 | Platform: x86 |
| OS/Version: Linux | Status: RESOLVED | Severity: trivial | Priority: P5 |
| Resolution: FIXED | Assigned To: malverian@gentoo.org | Reported By: rajiv@gentoo.org | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: libao docs install warning | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2003-09-01 20:57 0000 | |||
| Description: | Opened: 2003-09-01 20:57 0000 |
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.
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