Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 672662 - dev-python/pytables-3.4.4 : * dodoc failed
Summary: dev-python/pytables-3.4.4 : * dodoc failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-06 23:23 UTC by Toralf Förster
Modified: 2019-01-18 22:20 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.67 KB, text/plain)
2018-12-06 23:23 UTC, Toralf Förster
Details
dev-python:pytables-3.4.4:20181206-231842.log (dev-python:pytables-3.4.4:20181206-231842.log,201.64 KB, text/plain)
2018-12-06 23:23 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,173.67 KB, text/plain)
2018-12-06 23:23 UTC, Toralf Förster
Details
environment (environment,109.27 KB, text/plain)
2018-12-06 23:23 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,20.17 KB, application/x-bzip)
2018-12-06 23:23 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,32.52 KB, application/x-bzip)
2018-12-06 23:23 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-12-06 23:23:13 UTC
 * ERROR: dev-python/pytables-3.4.4::gentoo failed (install phase):
 *   dodoc failed
 * 

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-hardened_20181203-200146

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems)
  [2]   ruby24 (with Rubygems) *
  [3]   ruby25 (with Rubygems)




emerge -qpvO dev-python/pytables
[ebuild  N    ] dev-python/pytables-3.4.4  USE="-doc -examples" PYTHON_TARGETS="python2_7 python3_6 -python3_4 -python3_5 -python3_7"
Comment 1 Toralf Förster gentoo-dev 2018-12-06 23:23:15 UTC
Created attachment 557212 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-12-06 23:23:18 UTC
Created attachment 557214 [details]
dev-python:pytables-3.4.4:20181206-231842.log
Comment 3 Toralf Förster gentoo-dev 2018-12-06 23:23:21 UTC
Created attachment 557216 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-12-06 23:23:24 UTC
Created attachment 557218 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-12-06 23:23:26 UTC
Created attachment 557220 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-12-06 23:23:29 UTC
Created attachment 557222 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2018-12-07 00:00:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2662e7739396e3582abbe77e97d00ba930a24f

commit 3d2662e7739396e3582abbe77e97d00ba930a24f
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2018-12-06 23:45:35 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2018-12-06 23:59:57 +0000

    dev-python/pytables: Remove missing file from DOCS, add inherit
    
    Closes: https://bugs.gentoo.org/672662
    Package-Manager: Portage-2.3.52, Repoman-2.3.12
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 dev-python/pytables/pytables-3.4.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 8 Juergen Rose 2018-12-07 21:12:43 UTC
(In reply to Larry the Git Cow from comment #7)
> The bug has been closed via the following commit(s):
> 
> https://gitweb.gentoo.org/repo/gentoo.git/commit/
> ?id=3d2662e7739396e3582abbe77e97d00ba930a24f
> 
> commit 3d2662e7739396e3582abbe77e97d00ba930a24f
> Author:     Craig Andrews <candrews@gentoo.org>
> AuthorDate: 2018-12-06 23:45:35 +0000
> Commit:     Craig Andrews <candrews@gentoo.org>
> CommitDate: 2018-12-06 23:59:57 +0000
> 
>     dev-python/pytables: Remove missing file from DOCS, add inherit
>     
>     Closes: https://bugs.gentoo.org/672662
>     Package-Manager: Portage-2.3.52, Repoman-2.3.12
>     Signed-off-by: Craig Andrews <candrews@gentoo.org>
> 
>  dev-python/pytables/pytables-3.4.4.ebuild | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

It still fails here.
Comment 9 Erik Quaeghebeur 2019-01-18 20:53:35 UTC
(In reply to Juergen Rose from comment #8)
> It still fails here.
I can confirm this.

FileNotFoundError: [Errno 2] No such file or directory: b'doc/html/.'
 * ERROR: dev-python/pytables-3.4.4::gentoo failed (install phase):
 *   dodoc failed

Do note that for me the file not found is the doc/html/ directory (and everything it contains). I'm compiling with the doc and examples use flags active.

Please reopen the bug and undo the stabilization until this is fixed. I can provide logs etc. on request.
Comment 10 Larry the Git Cow gentoo-dev 2019-01-18 22:20:04 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f548fc3683bd7279cdd1e5c8f92ee6d46bd7d9b3

commit f548fc3683bd7279cdd1e5c8f92ee6d46bd7d9b3
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2019-01-18 22:19:40 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2019-01-18 22:19:56 +0000

    dev-python/pytables: don't try to install docs/html
    
    Bug: https://bugs.gentoo.org/672662
    Package-Manager: Portage-2.3.56, Repoman-2.3.12
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 dev-python/pytables/pytables-3.4.4.ebuild | 1 -
 1 file changed, 1 deletion(-)