From owner-svn-ports-head@FreeBSD.ORG Sat May 16 17:09:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D63BAF14 for ; Sat, 16 May 2015 17:09:49 +0000 (UTC) Received: from mail-oi0-f43.google.com (mail-oi0-f43.google.com [209.85.218.43]) (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 9D80F1C5E for ; Sat, 16 May 2015 17:09:49 +0000 (UTC) Received: by oiko83 with SMTP id o83so103533346oik.1 for ; Sat, 16 May 2015 10:09:49 -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=aRH/8hUhmTirgHqOewSCL9YMUaeNthz1vXZZGsBi0zn/1wuml6WK5DS+o79GS17INH sA5cPV3LWuSfrmWmtOn5Gku1V2o3ijYV+HHbvR321RCmEezCWp5RtTIpV4uNt9s7Ik4u kFLUfgzb0LKTtk4J2P1EIGaLEvx0MOlel7Vr+twGqCUZXA/+jvRJ97QHukBLaUQML883 5phRSOLQnjQ349c6u/aZ+YOHQyNhwmj3HB/lehUMvXxaCWFM2YI0PXMTx01YR5UisctK mG0spfM0rIJVFlrIjp5lEwWvtpfLntIBMHFNbL+rBJLMsrMdcRKcCxBnodpDPDloVymK V0pQ== X-Gm-Message-State: ALoCoQlYa2MwrKAouWl4tm5O4it2pHEg4tJ9LcK4n6FCK8mCTFodFRqXdi17MyOLnGH6DM9TB6DX 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-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 16 May 2015 17:09:49 -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