Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900354 - [guru] www-apps/gotosocial-0.9.0 fails to compile: socket.gaierror: [Errno -3] Temporary failure in name resolution
Summary: [guru] www-apps/gotosocial-0.9.0 fails to compile: socket.gaierror: [Errno -3...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Anna Vyalkova
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-08 09:41 UTC by Agostino Sarubbo
Modified: 2023-06-26 11:24 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,144.98 KB, application/x-xz)
2023-03-08 09:41 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-03-08 09:41:36 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: www-apps/gotosocial-0.7.1 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-08 09:41:38 UTC
Created attachment 856794 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2023-03-08 09:41:40 UTC
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 NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc70e61fed0>: Failed to establish a new connection: [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 NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc70e61fed0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fc70e61fed0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
socket.gaierror: [Errno -3] Temporary failure in name resolution
Comment 3 Agostino Sarubbo gentoo-dev 2023-04-14 06:55:29 UTC
guru_ci has reproduced this issue with version 0.8.0 - Updating summary.
Comment 4 Agostino Sarubbo gentoo-dev 2023-04-24 07:22:56 UTC
guru_ci has reproduced this issue with version 0.8.1 - Updating summary.
Comment 5 Agostino Sarubbo gentoo-dev 2023-05-29 06:11:00 UTC
guru_ci has reproduced this issue with version 0.9.0 - Updating summary.
Comment 6 Larry the Git Cow gentoo-dev 2023-06-26 11:24:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1eda0f5bee47aa4153859a2bbd93bccd6635ecb

commit e1eda0f5bee47aa4153859a2bbd93bccd6635ecb
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
AuthorDate: 2023-06-17 08:09:57 +0000
Commit:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
CommitDate: 2023-06-17 08:10:16 +0000

    www-apps/gotosocial: disable mkdocs
    
    Closes: https://bugs.gentoo.org/900354
    Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

 www-apps/gotosocial/gotosocial-0.9.0.ebuild | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)