From owner-freebsd-ports@freebsd.org Sat Feb 13 11:17:00 2021 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A57EB52991D for ; Sat, 13 Feb 2021 11:17:00 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dd79m4JsCz3t6H for ; Sat, 13 Feb 2021 11:17:00 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 9241152989A; Sat, 13 Feb 2021 11:17:00 +0000 (UTC) Delivered-To: ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 920CC52991C for ; Sat, 13 Feb 2021 11:17:00 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dd79m3l6kz3t1k; Sat, 13 Feb 2021 11:17:00 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from mammoth.tagato.jp (unknown [IPv6:2409:11:22a0:8900::34]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: tagattie/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id CB6B5CA19; Sat, 13 Feb 2021 11:16:59 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Subject: Re: FreeBSD Port: vscode-1.52.1 error build To: "Alex V. Petrov" Cc: ports@FreeBSD.org References: <35582844-6bd2-c69e-95e0-6ce63ad3242f@gmail.com> From: Hiroki Tagato Message-ID: <706da648-5a18-5a1a-c4c8-64adfe3ecb28@FreeBSD.org> Date: Sat, 13 Feb 2021 20:16:58 +0900 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <35582844-6bd2-c69e-95e0-6ce63ad3242f@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2021 11:17:00 -0000 Hi Alex, I can't reproduce the error either by doing "make build" or by using poudriere. Can you share what build procedure you use to build the port? On 2021/01/27 7:51, Alex V. Petrov wrote: > Hi! > > info windows-process-tree@0.2.4: The platform "freebsd" is incompatible > with this module. > info "windows-process-tree@0.2.4" is an optional dependency and failed > compatibility check. Excluding it from installation. > [3/4] Linking dependencies... > warning " > eslint-plugin-mocha@8.0.0" has incorrect peer dependency > "eslint@>=7.0.0". > warning " > gulp-tsb@4.0.5" has incorrect peer dependency > "typescript@^3.0.0". > [4/4] Building fresh packages... > $ node build/npm/postinstall.js > Installing dependencies in extensions... > $ yarn --frozen-lockfile --offline > yarn install v1.22.10 > warning package.json: No license field > warning vscode-extensions@0.0.1: No license field > [1/4] Resolving packages... > [2/4] Fetching packages... > error Can't make a request in offline mode > ("https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz") > info Visit https://yarnpkg.com/en/docs/cli/install for documentation > about this command. > error Command failed with exit code 1. > info Visit https://yarnpkg.com/en/docs/cli/install for documentation > about this command. > *** Error code 1 > > Stop. > make: stopped in /usr/ports/editors/vscode > > ===>>> make build failed for editors/vscode > ===>>> Aborting update