Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691578 - app-admin/ansible-2.8.3 USE=doc needs missing "notfound.extension" for Sphinx
Summary: app-admin/ansible-2.8.3 USE=doc needs missing "notfound.extension" for Sphinx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-06 17:05 UTC by Jaak Ristioja
Modified: 2019-08-12 18:23 UTC (History)
3 users (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 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(-)