From owner-freebsd-ports@freebsd.org Mon Feb 20 16:24:59 2017 Return-Path: Delivered-To: freebsd-ports@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 D445FCE6DFE for ; Mon, 20 Feb 2017 16:24:59 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id C2E631E99 for ; Mon, 20 Feb 2017 16:24:59 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: by mailman.ysv.freebsd.org (Postfix) id C2500CE6DFD; Mon, 20 Feb 2017 16:24:59 +0000 (UTC) Delivered-To: ports@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 C1DE9CE6DFC; Mon, 20 Feb 2017 16:24:59 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C40E1E98; Mon, 20 Feb 2017 16:24:59 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id v1KGOvIc058617 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 20 Feb 2017 08:24:58 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id v1KGOv5e058616; Mon, 20 Feb 2017 08:24:57 -0800 (PST) (envelope-from fbsd) Date: Mon, 20 Feb 2017 08:24:57 -0800 From: bob prohaska To: freebsd-arm@freebsd.org, ports@freebsd.org Cc: bob prohaska Subject: Chromium on RPI2 Message-ID: <20170220162457.GA58582@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2017 16:24:59 -0000 In playing with www/chromium on an RPI2 running -current I've gotten far enough to see the error /usr/local/bin/python2.7: can't open file './build/linux/unbundle/replace_gn_files.py': [Errno 2] No such file or directory I realize that www/chromium isn't expected to work on ARM, but this error does not seem ARM-specific. If anyone can suggest a workaround I'd be pleased to try it. A brute-force search for that filename found nothing. Thanks for reading, bob prohaska