From owner-freebsd-arm@freebsd.org Wed Dec 26 22:47:04 2018 Return-Path: Delivered-To: freebsd-arm@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 92DC5135F114 for ; Wed, 26 Dec 2018 22:47:04 +0000 (UTC) (envelope-from freebsd-arm@sentry.org) Received: from shadow.sentry.org (shadow.sentry.org [210.8.237.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "shadow.sentry.org", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A17270888 for ; Wed, 26 Dec 2018 22:46:55 +0000 (UTC) (envelope-from freebsd-arm@sentry.org) Received: from shadow.sentry.org (localhost [127.0.0.1]) by shadow.sentry.org (8.15.2/8.15.2) with ESMTP id wBQMY5nw092398 for ; Thu, 27 Dec 2018 09:34:06 +1100 (AEDT) (envelope-from freebsd-arm@sentry.org) Subject: Re: How much memory to compile www/chromium? References: <20181212165313.GA84881@www.zefox.net> <20181212184149.ol44fon2unowu35q@squirrel.exwg.net> <20181212192115.GA85583@www.zefox.net> <20181212202504.4n3mhtx7grbeh6j7@squirrel.exwg.net> <20181214012733.GA92808@www.zefox.net> <20181218174903.GA41072@www.zefox.net> From: Trev To: freebsd-arm@freebsd.org Message-ID: Date: Thu, 27 Dec 2018 09:34:05 +1100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.4 MIME-Version: 1.0 In-Reply-To: <20181218174903.GA41072@www.zefox.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (shadow.sentry.org [0.0.0.0]); Thu, 27 Dec 2018 09:34:06 +1100 (AEDT) X-Rspamd-Queue-Id: 9A17270888 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of freebsd-arm@sentry.org designates 210.8.237.106 as permitted sender) smtp.mailfrom=freebsd-arm@sentry.org X-Spamd-Result: default: False [-0.82 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.83)[-0.833,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arm@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.66)[-0.655,0]; TO_DN_NONE(0.00)[]; MX_GOOD(-0.01)[sentinel.sentry.org,garrison.sentry.org,shadow.sentry.org,sentry.org]; NEURAL_HAM_SHORT(-0.02)[-0.018,0]; DMARC_NA(0.00)[sentry.org]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:2764, ipnet:210.8.0.0/14, country:AU]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-0.01)[country: AU(-0.03)]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2018 22:47:04 -0000 bob prohaska wrote on 19/12/2018 04:49: > The resulting executable turned up in /usr/local/bin/chrome, which was > slightly surprising;=20 Turns out that's a wrapper script pointing to the executable at=20 /usr/local/share/chromium/chrome > It seems to run, but is too slow to play Youtube videos smoothly. For s= tatic=20 > pages it seems fine. >=20 > The major problem is a complete lack of audio. My major problem is that after compiling for several days (there were=20 quite a few prerequisites) I end up with: $ chrome ld-elf.so.1: /usr/local/lib/libglib-2.0.so.0: Undefined symbol "environ" All ports were recompiled a week earlier over many days after the jump=20 from 12-CURRENT to 13-CURRENT. (FreeBSD rpi3 13.0-CURRENT FreeBSD=20 13.0-CURRENT r342189 RPI3 arm64.) Arghhhh...