| Summary: | editors/vscode: Fails to build: Error: getaddrinfo EAI_FAIL marketplace.visualstudio.com fetching vscode-linux-x64-min (network fetch attempts) | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Robert Cina <transitive> |
| Component: | Individual Port(s) | Assignee: | Luca Pizzamiglio <pizzamig> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | pizzamig, tagattie |
| Priority: | --- | Keywords: | needs-patch, regression |
| Version: | Latest | Flags: | tagattie:
maintainer-feedback+
koobs: merge-quarterly- |
| Hardware: | amd64 | ||
| OS: | Any | ||
|
Description
Robert Cina
2020-02-08 23:55:42 UTC
(In reply to Robert Cina from comment #0) There is a change missing in the latest commit which causes this error. Renaming a file as follows should fix the problem: cd ${FILESDIR} mv extra-patch-build_gulpfile.extensions.js patch-build_gulpfile.extensions.js I'm now asking a ports committer via GitHub[1] to commit the change. [1] https://github.com/tagattie/FreeBSD-VSCode/issues/17 On it A commit references this bug: Author: pizzamig Date: Sun Feb 9 11:59:55 UTC 2020 New revision: 525651 URL: https://svnweb.freebsd.org/changeset/ports/525651 Log: editors/vscode: fix a patch rename A patch moved from extra-patch to patch and this change went lost. Fix it. PR: 243994 Submitted by: maintainer (via github) Reported by: Robert Cina Changes: head/editors/vscode/files/extra-patch-build_gulpfile.extensions.js head/editors/vscode/files/patch-build_gulpfile.extensions.js |