Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27373 - dodoc glitches in dev-python/pyogg-1.3
Summary: dodoc glitches in dev-python/pyogg-1.3
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-26 11:38 UTC by ajs
Modified: 2003-08-28 06:23 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 ajs 2003-08-26 11:38:28 UTC
I just installed the experimental dev-python/pyogg-1.3 ebuild and noticed the
dodoc stage looks for a few files that don't exist. Looking at the ebuild, it
looks like a distutils eclass interaction.

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS='~x86' emerge pyogg

Actual Results:  
[snip]
running install_headers
creating /var/tmp/portage/pyogg-1.3/image/usr/include
creating /var/tmp/portage/pyogg-1.3/image/usr/include/python2.2
creating /var/tmp/portage/pyogg-1.3/image/usr/include/python2.2/pyogg
copying include/pyogg/pyogg.h ->
/var/tmp/portage/pyogg-1.3/image/usr/include/python2.2/pyogg
/usr/lib/portage/bin/dodoc: CHANGELOG does not exist.
/usr/lib/portage/bin/dodoc: COPYRIGHT does not exist.
/usr/lib/portage/bin/dodoc: KNOWN_BUGS does not exist.
/usr/lib/portage/bin/dodoc: MAINTAINERS does not exist.
/usr/lib/portage/bin/dodoc: CONTRIBUTORS does not exist.
/usr/lib/portage/bin/dodoc: LICENSE does not exist.
/usr/lib/portage/bin/dodoc: MANIFEST* does not exist.
man:
[snip]

Expected Results:  
No errors. :)
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-08-28 06:23:21 UTC
not really a problem, just a warning. this is part of the distutils eclass which checks for default documents recommended in python modules. if the python modules doesn't have it, they don't get installed. the output is just for verbosity.