From owner-freebsd-ports@freebsd.org Sat Mar 6 11:11:05 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 8E0AD5620EF for ; Sat, 6 Mar 2021 11:11:05 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Dt23F3bk7z3ksF for ; Sat, 6 Mar 2021 11:11:05 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 7B8695620EE; Sat, 6 Mar 2021 11:11:05 +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 7B51B561F7B for ; Sat, 6 Mar 2021 11:11:05 +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 4Dt23F39Dxz3kf5; Sat, 6 Mar 2021 11:11:05 +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 90F1C22943; Sat, 6 Mar 2021 11:11:04 +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> <706da648-5a18-5a1a-c4c8-64adfe3ecb28@FreeBSD.org> <25cb0a9f-b068-afc6-f755-7517159e5f2c@gmail.com> From: Hiroki Tagato Message-ID: Date: Sat, 6 Mar 2021 20:11:02 +0900 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: <25cb0a9f-b068-afc6-f755-7517159e5f2c@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit 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, 06 Mar 2021 11:11:05 -0000 There is a report that the following command solved the problem, see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242936#c20 $ make clean configure make-yarn-cache clean build The workaround might work for you as well. I still can't reproduce the error... On 2021/03/05 18:46, Alex V. Petrov wrote: > New versions of vscode are not built again. > The error is similar: > [3/4] Linking dependencies... > warning " > gulp-postcss@9.0.0" has unmet peer dependency "postcss@^8.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 build... > $ yarn --frozen-lockfile --offline > yarn install v1.22.10 > [1/4] Resolving packages... > [2/4] Fetching packages... > error Can't make a request in offline mode > ("https://registry.yarnpkg.com/jsbi/-/jsbi-3.1.4.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 > > > If you do not clear the directory and run the build again, then the > error is: > ===> Building for vscode-1.53.2_2 > cd /usr/ports/editors/vscode/work/vscode-1.53.2 && /usr/bin/env > BUILD_SOURCEVERSION=622cb03f7e070a9670c94bae1a45d78d7181fbd4 > XDG_CACHE_HOME=/usr/ports/editors/vscode/work/.cache > ELECTRON_SKIP_BINARY_DOWNLOAD=1 > PLAYWRIGHT_BROWSERS_PATH=/usr/ports/editors/vscode/work/pw-browsers > PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 PYTHONDONTWRITEBYTECODE=1 > XDG_DATA_HOME=/usr/ports/editors/vscode/work > XDG_CONFIG_HOME=/usr/ports/editors/vscode/work > HOME=/usr/ports/editors/vscode/work > TMPDIR="/usr/ports/editors/vscode/work" > PATH=/usr/ports/editors/vscode/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin > NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh > NO_LINT=YES LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 PREFIX=/usr/local > LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe > -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" > LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 > -pipe -fstack-protector-strong -fno-strict-aliasing " > MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" > BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m > 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m > 444" yarn --frozen-lockfile --offline > yarn install v1.22.10 > $ node build/npm/preinstall.js > [1/4] Resolving packages... > success Already up-to-date. > $ node build/npm/postinstall.js > Installing dependencies in build... > $ yarn --frozen-lockfile --offline > yarn install v1.22.10 > [1/4] Resolving packages... > [2/4] Fetching packages... > error Can't make a request in offline mode > ("https://registry.yarnpkg.com/@azure/cosmos/-/cosmos-3.9.3.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 > > > I have fresh 13-stable amd64 om my home desktop. > I use portmaster for build ports. > I got the same error when using make in /usr/ports/editors/vscode/ > > > > 13.02.2021 19:38, Alex V. Petrov пишет: >> I'm sorry. I should have written earlier. After rebuilding all packages >> with full cleanup /usr/local, the problem was solved. >> >> >> 13.02.2021 18:16, Hiroki Tagato пишет: >>> 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