From owner-svn-ports-all@FreeBSD.ORG Sat May 16 17:31:13 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 660D222A for ; Sat, 16 May 2015 17:31:13 +0000 (UTC) Received: from mail-oi0-f45.google.com (mail-oi0-f45.google.com [209.85.218.45]) (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 2D3EA1EB4 for ; Sat, 16 May 2015 17:31:13 +0000 (UTC) Received: by oift201 with SMTP id t201so103633609oif.3 for ; Sat, 16 May 2015 10:31:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=IL/1jTFAnmbIO9GQwOGPTqLXtxYck6KofGf/ASNqlzQ=; b=S+e8Fwd6jpE5GQNWYsFNmfKVHx7UeQEVfl0q2wHwkbsqFnWaIRH+/P63ucqoUefpAm rRwpeJaSzQIetHPpUB8Y2pOIYIIqAyWvwSrULLzODm9uir+3vL8yujVmXQCy/Dc7JVLh 2vgryZgLDkKMuFaw9pdVnm6Xo3z2/Qa6orV0aU2LFEVt+0ujPCM86Dmyg7DYvzF/9f5U fS2N4VeZfMthUWgD7k5o0Jja2I92oTZqCgtP99UTZ4WO/HYNEqSYR0hfY/eaRp+lulbH WEO1JBXuHrF/yCQNGm3GeGHYpd1DEoKldQ4PSDTyfpduQDwnizESzKxA48+w2i93kOJ7 YqAA== X-Gm-Message-State: ALoCoQnfyRFQBmLepiE5E4OFe9hrxIOlWX5Mh8KwG7Na5BsCbpA6rpboYztDo5nF+EYp13yspsi9 X-Received: by 10.60.147.194 with SMTP id tm2mr13300670oeb.75.1431795865927; Sat, 16 May 2015 10:04:25 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.202.174.4 with HTTP; Sat, 16 May 2015 10:04:05 -0700 (PDT) In-Reply-To: References: <201505151805.t4FI5Gll087580@svn.freebsd.org> <555770FA.60105@FreeBSD.org> <9D82E14D-299F-4377-9D48-912097AD1DC3@adamw.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 17 May 2015 01:04:05 +0800 X-Google-Sender-Auth: g50InG4ZQcmks-LV-z6c6PO-HL8 Message-ID: Subject: Re: svn commit: r386459 - head/www/npm To: Adam Weinberger Cc: Bryan Drewery , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 16 May 2015 17:31:13 -0000 On Sun, May 17, 2015 at 12:50 AM, Sunpoet Po-Chuan Hsieh < sunpoet@freebsd.org> wrote: > On Sun, May 17, 2015 at 12:36 AM, Adam Weinberger wrote: > >> > On 16 May, 2015, at 10:31, Bryan Drewery wrote: >> > >> > On 5/16/2015 11:26 AM, Sunpoet Po-Chuan Hsieh wrote: >> >> On Sun, May 17, 2015 at 12:01 AM, Adam Weinberger > >> > wrote: >> >> >> >>> On 15 May, 2015, at 12:05, Sunpoet Po-Chuan Hsieh >> wrote: >> >>> >> >>> Author: sunpoet >> >>> Date: Fri May 15 18:05:15 2015 >> >>> New Revision: 386459 >> >>> URL: https://svnweb.freebsd.org/changeset/ports/386459 >> >>> >> >>> Log: >> >>> - Add ONLY_FOR_ARCHS=amd64 >> >> >> >> Woah. Are you sure that npm won't run on i386? It worked on my i386 >> >> box yesterday, what changed? >> >> >> >> # Adam >> >> >> >> >> >> -- >> >> Adam Weinberger >> >> adamw@adamw.org >> >> http://www.adamw.org >> >> >> >> >> >> I don't know. I keep receiving pkg-fallout mails about *-i386 builds. >> > >> > This task is currently in my court. It's a compatibility regression on >> > head. I volunteered to fix it. >> > >> > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=178881 >> > >> > There's a proposed temporary patch for npm in >> > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198350. I'm not sure >> > the scope of the impact of the npm patch though. >> >> So it's more that it's BROKEN on 32-bit 8 and 9 than ONLY_FOR_ARCHS amd64. >> >> Sunpoet, whatever makes most sense for you, I'd just like to request that >> the build be restored on 32-bit 10.x because it works fine there. >> >> # Adam >> >> >> -- >> Adam Weinberger >> adamw@adamw.org >> http://www.adamw.org >> >> >> > Thanks for these information. > I didn't notice that PRs (178881 and 198350). > I'm going to revert r386459 and apply patch from PR/198350. I'm waiting > for poudriere build. :) > > Regads, > sunpoet > Committed as r386559. Regards, sunpoet