Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 609454 - dev-python:jupyter_console-5.1.0: cannot stat '/var/tmp/portage/dev-python/jupyter_console-5.1.0/work/jupyter_console-5.1.0-python3_5/docs/build/html/ .'
Summary: dev-python:jupyter_console-5.1.0: cannot stat '/var/tmp/portage/dev-python/ju...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-15 18:20 UTC by Andrey Grozin
Modified: 2017-02-18 19:13 UTC (History)
1 user (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 Andrey Grozin gentoo-dev 2017-02-15 18:20:01 UTC
Emerging with USE=doc:

 * python3_5: running distutils-r1_run_phase python_install_all
/usr/bin/install: cannot stat '/var/tmp/portage/dev-python/jupyter_console-5.1.0/work/jupyter_console-5.1.0-python3_5/docs/build/html/
.': No such file or directory
!!! dodoc: /var/tmp/portage/dev-python/jupyter_console-5.1.0/work/jupyter_console-5.1.0-python3_5/docs/build/html/. does not exist
 * ERROR: dev-python/jupyter_console-5.1.0::gentoo failed (install phase):
 *   dodoc failed
Comment 1 David Seifert gentoo-dev 2017-02-15 18:38:46 UTC
commit 94b5d84d3e6d4f4e9e8492c8d1040556a486291f
Author: David Seifert <soap@gentoo.org>
Date:   Wed Feb 15 19:34:51 2017 +0100

    dev-python/jupyter_console: Fix doc building
    
    Bug: https://bugs.gentoo.org/show_bug.cgi?id=609454
Comment 2 Andrey Grozin gentoo-dev 2017-02-16 22:17:25 UTC
 * python3_5: running distutils-r1_run_phase distutils-r1_python_install_all
/usr/bin/install: cannot stat 'docs/build/html/.': No such file or directory
!!! dodoc: docs/build/html/. does not exist
 * ERROR: dev-python/jupyter_console-5.1.0::gentoo failed (install phase):
 *   dodoc failed
Comment 3 David Seifert gentoo-dev 2017-02-18 11:58:50 UTC
I should definitely be fixed now.

commit 4d68f9a569c91889d0196ff0291cf7147ece44c0
Author: David Seifert <soap@gentoo.org>
Date:   Sat Feb 18 12:56:23 2017 +0100

    dev-python/jupyter_console: Fix doc building
    
    Bug: https://bugs.gentoo.org/show_bug.cgi?id=609454
Comment 4 Andrey Grozin gentoo-dev 2017-02-18 17:59:02 UTC
(In reply to David Seifert from comment #3)
> commit 4d68f9a569c91889d0196ff0291cf7147ece44c0
> Author: David Seifert <soap@gentoo.org>
> Date:   Sat Feb 18 12:56:23 2017 +0100
> 
>     dev-python/jupyter_console: Fix doc building
>     
>     Bug: https://bugs.gentoo.org/show_bug.cgi?id=609454

Hmm, I don't see this commit in the tree. After git pull, the latest commit here is

grozin@elrond /home/gentoo/dev-python/jupyter_console $ git log -- .
commit 94b5d84d3e6d4f4e9e8492c8d1040556a486291f
Author: David Seifert <soap@gentoo.org>
Date:   Wed Feb 15 19:34:51 2017 +0100

    dev-python/jupyter_console: Fix doc building
    
    Bug: https://bugs.gentoo.org/show_bug.cgi?id=609454
    
    Package-Manager: Portage-2.3.3, Repoman-2.3.1

Have you forgotten to push it?
Comment 5 David Seifert gentoo-dev 2017-02-18 19:13:18 UTC
(In reply to Andrey Grozin from comment #4)
> (In reply to David Seifert from comment #3)
> > commit 4d68f9a569c91889d0196ff0291cf7147ece44c0
> > Author: David Seifert <soap@gentoo.org>
> > Date:   Sat Feb 18 12:56:23 2017 +0100
> > 
> >     dev-python/jupyter_console: Fix doc building
> >     
> >     Bug: https://bugs.gentoo.org/show_bug.cgi?id=609454
> 
> Hmm, I don't see this commit in the tree. After git pull, the latest commit
> here is
> 
> grozin@elrond /home/gentoo/dev-python/jupyter_console $ git log -- .
> commit 94b5d84d3e6d4f4e9e8492c8d1040556a486291f
> Author: David Seifert <soap@gentoo.org>
> Date:   Wed Feb 15 19:34:51 2017 +0100
> 
>     dev-python/jupyter_console: Fix doc building
>     
>     Bug: https://bugs.gentoo.org/show_bug.cgi?id=609454
>     
>     Package-Manager: Portage-2.3.3, Repoman-2.3.1
> 
> Have you forgotten to push it?

Yes, indeed I have, should be in the tree now :)