From owner-svn-ports-head@freebsd.org Fri Sep 29 15:56:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C0EAE2F962; Fri, 29 Sep 2017 15:56:07 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 14E596B41A; Fri, 29 Sep 2017 15:56:06 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id fefda99a TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 29 Sep 2017 09:56:04 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r450810 - head/www/yarn From: Adam Weinberger In-Reply-To: <5E0EC8F9-14B6-4635-9EA1-EDB8EEEF8800@adamw.org> Date: Fri, 29 Sep 2017 09:56:03 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <3BE5771C-B9F4-40CE-9EC9-9C4C4DEA16A7@adamw.org> References: <201709280906.v8S96RT9051986@repo.freebsd.org> <426BBCF9-012D-4483-BFC0-9A32C6645536@adamw.org> <5E0EC8F9-14B6-4635-9EA1-EDB8EEEF8800@adamw.org> To: Luca Pizzamiglio X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2017 15:56:07 -0000 > On 28 Sep, 2017, at 10:27, Adam Weinberger wrote: >=20 >> On 28 Sep, 2017, at 10:21, Adam Weinberger wrote: >>=20 >>> On 28 Sep, 2017, at 3:06, Luca Pizzamiglio = wrote: >>>=20 >>> Author: pizzamig >>> Date: Thu Sep 28 09:06:27 2017 >>> New Revision: 450810 >>> URL: https://svnweb.freebsd.org/changeset/ports/450810 >>>=20 >>> Log: >>> www/yarn: Updating to version 1.0.2 >>>=20 >>> Adopting a more fine grained conflict type >>> Fixing a Linux incompatibility >>>=20 >>> Approved by: olivier (mentor) >>> Differential Revision: https://reviews.freebsd.org/D12516 >>>=20 >>> Modified: >>> head/www/yarn/Makefile >>> head/www/yarn/distinfo >>=20 >> Hi Luca, >>=20 >> Yarn has stopped working for me with this release. This is in a = poudriere jail with just yarn installed: >>=20 >> root@apnoea:/tmp # mkdir foo >> root@apnoea:/tmp # cd foo >> root@apnoea:/tmp/foo # yarn init >> module.js:473 >> throw err; >> ^ >>=20 >> Error: Cannot find module '/tmp/lib/node_modules/yarn/bin/yarn.js' >> at Function.Module._resolveFilename (module.js:527:15) >> at Function.Module._load (module.js:453:25) >> at Function.Module.runMain (module.js:665:10) >> at startup (bootstrap_node.js:201:16) >> at bootstrap_node.js:626:3 >=20 > Ah, the problem is that REINPLACE_CMD that got removed. It still needs = to be there. >=20 Luca, Are you planning on fixing this? yarn is currently broken. That = REINPLACE_CMD needs to be added back in. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org