| Summary: | app-admin/ansible-molecule-5.1.0 fails to compile: mkdocs_compile: mkdocs build failed | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
| Component: | Current packages | Assignee: | Marek Szuba <marecki> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Agostino Sarubbo
2023-07-09 09:00:50 UTC
Created attachment 865299 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary:
* mkdocs build -d "${DOCS_OUTDIR}" || die "${FUNCNAME}: mkdocs build failed";
* mkdocs_compile: mkdocs build failed
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='fonts.google.com', port=443): Max retries exceeded with url: /download?family=Roboto (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f3e182f9f90>: Failed to resolve 'fonts.google.com' ([Errno -3] Temporary failure in name resolution)"))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='fonts.google.com', port=443): Max retries exceeded with url: /download?family=Roboto (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f3e182f9f90>: Failed to resolve 'fonts.google.com' ([Errno -3] Temporary failure in name resolution)"))
urllib3.exceptions.NameResolutionError: <urllib3.connection.HTTPSConnection object at 0x7f3e182f9f90>: Failed to resolve 'fonts.google.com' ([Errno -3] Temporary failure in name resolution)
socket.gaierror: [Errno -3] Temporary failure in name resolution
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f69b05a88ea80acaf24eca55ec529addb800f2 commit 86f69b05a88ea80acaf24eca55ec529addb800f2 Author: Marek Szuba <marecki@gentoo.org> AuthorDate: 2023-07-10 21:30:55 +0000 Commit: Marek Szuba <marecki@gentoo.org> CommitDate: 2023-07-10 23:04:17 +0000 profiles/base: mask USE=doc on app-admin/ansible-molecule If dev-python/mkdocs-material cannot be prevented from violating the network sandbox, it cannot be used. End of story. Closes: https://bugs.gentoo.org/910093 Signed-off-by: Marek Szuba <marecki@gentoo.org> profiles/base/package.use.mask | 9 +++++++++ 1 file changed, 9 insertions(+) |