From owner-svn-ports-all@freebsd.org Fri Sep 29 18:39:50 2017 Return-Path: Delivered-To: svn-ports-all@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 82A18E32B7D; Fri, 29 Sep 2017 18:39:50 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-lf0-x234.google.com (mail-lf0-x234.google.com [IPv6:2a00:1450:4010:c07::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F348E7119F; Fri, 29 Sep 2017 18:39:49 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: by mail-lf0-x234.google.com with SMTP id p184so238812lfe.12; Fri, 29 Sep 2017 11:39:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to:cc; bh=Klhp6CnpolW4hs3Ey5d+8X6COJBvVxXFy/yEjC60EB4=; b=ebK04VCBUAkW/xElpZP/iLjUtHEhBAncpdtnUjSZ/WsgS53iDIhaYRnttH/uL1a/tW JV5DRXtBK6RhMptRFsgCQnPKUuVyooWR8LhNx4mQ/hCOYRd57FPicUeg9544MYjMuMxX fEIR1T9TU+2Wup15kmqdX35L+gU/tjjvrLf3TjZB9ZB/W0uy1DHf3NKdKluc8j48rWXc nKTA9gOC8rmqDrVkfkMStcQd3dZ1AnyU1mQRTZ7bUrKadOXucmAzzdG46UaibPCMIErK lGLiqEcsz2C+Bkzusg/pE4gUKoEIHvtg+mLG5yKycKqJCsErvG0Ids7p1ndkxYCM2Zez qeTw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to:cc; bh=Klhp6CnpolW4hs3Ey5d+8X6COJBvVxXFy/yEjC60EB4=; b=NxOVL4ef6Kor9m8AX0EsmZsEcpbV2FYxAgE7thzRKVPYZDBJbmw8a84sCSKBH8wRbP Lys7M0HKLfZ3qnoeILM70ztoin+Y7c1jVqOc2Lv5sMjsEWdLZk0jqLV0gCEOsy+6M+t4 3RPT7sPkUVekDWgI9aTyxJj8OGC7dXEZaxUmDoJncfDoPd8sVaTTGjuwQGBDbW140pNZ 2xmQVcb7dF8IDwIZgvUgNwcbCLo8q6OeE3F9GH1nrYCHVcd8d1r9xW+036rnzHHxWYtG J/Evyz8LJhcJftOF2gzwpWz3+Vj7wiLSFB197j7BYpKiYw3evTBLYT5qEvTSNSXjRE7E 1yjw== X-Gm-Message-State: AMCzsaUKviDLnD6p8EE6RO9kP1bc45/symVT28MsR83EkhE0d8fm3ue8 zYXS2Pu64Focj8nmNWxmimJHkc2WbLmczUR5mYYRHA== X-Google-Smtp-Source: AOwi7QAPWpAGT5Ow49dEQZaGT4ZMe+j6AyJJSQuRZnVfELb/gcFlLIU5Q803qH64/2yc++ARC4G72CuH6QWnJ7mo2O8= X-Received: by 10.25.145.66 with SMTP id y2mr1577790lfj.102.1506710387454; Fri, 29 Sep 2017 11:39:47 -0700 (PDT) MIME-Version: 1.0 Sender: andrej.zverev@gmail.com Received: by 10.25.163.137 with HTTP; Fri, 29 Sep 2017 11:39:46 -0700 (PDT) From: Andrej Zverev Date: Fri, 29 Sep 2017 21:39:46 +0300 X-Google-Sender-Auth: kZqQYk6oHHLbtlRoRZagrDJktkk Message-ID: Subject: Re: svn commit: r450810 - head/www/yarn To: Luca Pizzamiglio Cc: Adam Weinberger , "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" , Lars Engels , =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2017 18:39:50 -0000 Usually when you broke something you have right to fix it, just with impicit mentor approval (approved by: xxx (mentor)(implicit)). Especially when fix is trivial. On Fri, Sep 29, 2017 at 7:19 PM, Luca Pizzamiglio wrote: > Hi Adam, > It's ready to land. I'm only waiting the approval of my mentors: > > https://reviews.freebsd.org/D12542 > > As workaround you can use yarnpkg instead of yarn, it work. > > > On Fri, Sep 29, 2017 at 5:56 PM, Adam Weinberger wrote: >>> On 28 Sep, 2017, at 10:27, Adam Weinberger wrote: >>> >>>> On 28 Sep, 2017, at 10:21, Adam Weinberger wrote: >>>> >>>>> On 28 Sep, 2017, at 3:06, Luca Pizzamiglio wrote: >>>>> >>>>> Author: pizzamig >>>>> Date: Thu Sep 28 09:06:27 2017 >>>>> New Revision: 450810 >>>>> URL: https://svnweb.freebsd.org/changeset/ports/450810 >>>>> >>>>> Log: >>>>> www/yarn: Updating to version 1.0.2 >>>>> >>>>> Adopting a more fine grained conflict type >>>>> Fixing a Linux incompatibility >>>>> >>>>> Approved by: olivier (mentor) >>>>> Differential Revision: https://reviews.freebsd.org/D12516 >>>>> >>>>> Modified: >>>>> head/www/yarn/Makefile >>>>> head/www/yarn/distinfo >>>> >>>> Hi Luca, >>>> >>>> Yarn has stopped working for me with this release. This is in a poudriere jail with just yarn installed: >>>> >>>> root@apnoea:/tmp # mkdir foo >>>> root@apnoea:/tmp # cd foo >>>> root@apnoea:/tmp/foo # yarn init >>>> module.js:473 >>>> throw err; >>>> ^ >>>> >>>> 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 >>> >>> Ah, the problem is that REINPLACE_CMD that got removed. It still needs to be there. >>> >> >> Luca, >> >> Are you planning on fixing this? yarn is currently broken. That REINPLACE_CMD needs to be added back in. >> >> # Adam >> >> >> -- >> Adam Weinberger >> adamw@adamw.org >> https://www.adamw.org >> >