Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 915846 - [guru] sys-apps/mission-center-0.3.3 fails to compile: Error: Transport(Transport { kind: Dns, message: Some("resolve dns name github.com:443"), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("gi
Summary: [guru] sys-apps/mission-center-0.3.3 fails to compile: Error: Transport(Trans...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Brett Alcox
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-16 11:40 UTC by Agostino Sarubbo
Modified: 2023-10-17 13:23 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,233.97 KB, text/plain)
2023-10-16 11:40 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-10-16 11:40:56 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-apps/mission-center-0.3.3 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-10-16 11:40:58 UTC
Created attachment 872954 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-10-16 11:40:59 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


  Error: Transport(Transport { kind: Dns, message: Some("resolve dns name 'github.com:443'"), url: Some(Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("github.com")), port: None, path: "/Syllo/nvtop/archive/be47f8c560487efc6e6a419d59c69bfbdb819324.tar.gz", query: None, fragment: None }), source: Some(Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" }) })
FAILED: src/sys_info_v2/gatherer/missioncenter-gatherer 
Program gtk4-update-icon-cache found: NO
error: failed to run custom build command for `gatherer v0.3.3 (/var/tmp/portage/sys-apps/mission-center-0.3.3/work/mission-center-v0.3.3/src/sys_info_v2/gatherer)`
Comment 3 Brett Alcox 2023-10-17 13:23:06 UTC
Should be fixed now (here https://github.com/gentoo/guru/commit/3df453b5dde93bc54c16a2a113eced09937df4bb)--the output folder for one of the cargo builds were changing to "debug" when debug flag was provided. Toggled the build dir based on that