Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 691578

Summary: app-admin/ansible-2.8.3 USE=doc needs missing "notfound.extension" for Sphinx
Product: Gentoo Linux Reporter: Jaak Ristioja <jaak>
Component: Current packagesAssignee: Tony Vroon (RETIRED) <chainsaw>
Status: RESOLVED FIXED    
Severity: normal CC: calchan, monsieurp, prometheanfire
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jaak Ristioja 2019-08-06 17:05:35 UTC
Merging app-admin/ansible-2.8.3 fails with:

sphinx-build -M html "rst" "_build" -j 4 -n -w rst_warnings
Running Sphinx v1.7.5

Extension error:
Could not import extension notfound.extension (exception: No module named 'notfound')
make: *** [Makefile.sphinx:24: html] Error 2


It appears that the missing extension is not in the portage tree but can be found here:

  https://github.com/readthedocs/sphinx-notfound-page
Comment 1 Larry the Git Cow gentoo-dev 2019-08-12 18:23:24 UTC
The bug has been closed via the following commit(s):

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

commit 44d4087f698df31261362364c8b65a52fcde37dd
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2019-08-12 18:21:54 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2019-08-12 18:23:19 +0000

    app-admin/ansible: fix doc builds
    
    Closes: https://bugs.gentoo.org/691578
    Package-Manager: Portage-2.3.69, Repoman-2.3.17
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 app-admin/ansible/ansible-2.8.3.ebuild | 5 ++++-
 app-admin/ansible/ansible-9999.ebuild  | 6 +++++-
 2 files changed, 9 insertions(+), 2 deletions(-)