From owner-freebsd-ports@freebsd.org Mon Mar 25 21:23:37 2019 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85FCE154E6B2 for ; Mon, 25 Mar 2019 21:23:37 +0000 (UTC) (envelope-from bhughes@freebsd.org) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1FD4884A0 for ; Mon, 25 Mar 2019 21:23:36 +0000 (UTC) (envelope-from bhughes@freebsd.org) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 55E00220D4; Mon, 25 Mar 2019 17:23:30 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 25 Mar 2019 17:23:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=ZUJ2r91mwHWOiAzZWZh28Gh1NeHNFZ7KTZTKKfQjZ qY=; b=54zxH+i5kBDkyLGd4+C33iCc4763GGrfHbEUcZQsEhuNdBSI7Gnj6cll1 r+45xJw7aSmeGvf9ibWKxpg85Uop9/Nrsz+Z7DyHpCjJUJnoM7TSa/SSokPX6tN5 ttDaDJtObNWVJJtf/GZ601hSSlTjFt8JJM9gciIo8/rEID2Rjxb4ZYPtnGWgKeQ2 MsyDVey48PJyDWc64AvOqSrzRs5bBmWHc0VyY1G44E2ctgiUj6J0FpaFyrrwEVRZ xEJZ4HBVNUEo0GBUgNqIeJGl6KUrfZOUTrF3oZd4SnlyhI1FA8aoI5ZQRteonS8w cdcChQOYDZ02COFVMazHfhtemEBQQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrjeekgdduhedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefuvfhfhfhokffffgggjggtgfesth ejredttdefjeenucfhrhhomhepfdeurhgrughlvgihucfvrdcujfhughhhvghsfdcuoegs hhhughhhvghssehfrhgvvggsshgurdhorhhgqeenucfkphepkedtrddvudefrddvtdelrd dvtdeknecurfgrrhgrmhepmhgrihhlfhhrohhmpegshhhughhhvghssehfrhgvvggsshgu rdhorhhgnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from [10.0.0.107] (ti0081a400-1737.bb.online.no [80.213.209.208]) by mail.messagingengine.com (Postfix) with ESMTPA id 185A0E465F; Mon, 25 Mar 2019 17:23:28 -0400 (EDT) Subject: Re: Can't compile www/node on rpi2 To: bob prohaska , freebsd-ports@freebsd.org References: <20190323213940.GA74509@www.zefox.net> From: "Bradley T. Hughes" Organization: FreeBSD Message-ID: Date: Mon, 25 Mar 2019 22:23:26 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.0 MIME-Version: 1.0 In-Reply-To: <20190323213940.GA74509@www.zefox.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: D1FD4884A0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.99 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_SHORT(-0.99)[-0.989,0]; ASN(0.00)[asn:11403, ipnet:66.111.4.0/24, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Mar 2019 21:23:37 -0000 Hi Bob! On 2019-03-23 22:39, bob prohaska wrote: > Recent attempts to compile www/node using 11-Stable on an rpi2 > fail with > ../src/node_file.cc:2023:15: error: use of undeclared identifier 'uv_fs_lchown' > uv_fs_lchown, *path, uid, gid); > ^ > ../src/node_file.cc:2029:14: error: use of undeclared identifier 'uv_fs_lchown' > uv_fs_lchown, *path, uid, gid); > followed by many more errors in the same vein. I build www/node on i386, amd64, and arm64 before committing version bumps in the hopes that I can build failures like this. I haven't seen this one before, though, but from the error, I have to ask which version of devel/libuv you have installed? If you don't have the latest, can yo upgrade devel/libuv first and try again? > Sources are at r345414, ports are at 496629, this has been > going on for some weeks now. > > Is there a fix or workaround? -- Bradley T. Hughes bhughes@freebsd.org