Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 367665 - dev-python/pyclimate dodoc called on a directory
Summary: dev-python/pyclimate dodoc called on a directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 356389
  Show dependency tree
 
Reported: 2011-05-17 09:25 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2011-12-23 18:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log (pyclimate-1.2.2-r1:20110517-053227.log,14.98 KB, text/plain)
2011-05-17 09:25 UTC, Diego Elio Pettenò (RETIRED)
Details
ebuild patch (pyclimate.patch,832 bytes, patch)
2011-12-12 04:13 UTC, Ian Delaney (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2011-05-17 09:25:56 UTC
Created attachment 273605 [details]
Build log

Please verify your dodoc statements, and make sure they are not being executed on directories. See the blocked bug for more details.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2011-12-12 04:13:55 UTC
Created attachment 295513 [details, diff]
ebuild patch

This I have tested.  It seems nominating doc/ works fine with a -r. Nominating a subdir draws error, so this installs just fine.
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2011-12-23 15:42:52 UTC
primary assignee had 7 months
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2011-12-23 18:08:37 UTC
+  23 Dec 2011; Justin Lecher <jlec@gentoo.org> pyclimate-1.2.2-r1.ebuild:
+  Don't run dodoc on directories, #367665
+

Thanks for the patch.