From owner-freebsd-ports@freebsd.org Wed Dec 19 05:49:42 2018 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 DFB4E134C390; Wed, 19 Dec 2018 05:49:42 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 83EC36A921; Wed, 19 Dec 2018 05:49:42 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 6D31BD65F; Wed, 19 Dec 2018 05:49:42 +0000 (UTC) From: Jan Beich To: bob prohaska Cc: Jamie Landeg-Jones , freebsd-arm@freebsd.org, freebsd-ports@freebsd.org Subject: Re: RPI3 sound for www/chromium, was 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> <201812182341.wBINfiX4052421@donotpassgo.dyslexicfish.net> <20181219014342.GA42859@www.zefox.net> Date: Wed, 19 Dec 2018 06:49:37 +0100 In-Reply-To: <20181219014342.GA42859@www.zefox.net> (bob prohaska's message of "Tue, 18 Dec 2018 17:43:42 -0800") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 83EC36A921 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.98)[-0.983,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; NEURAL_HAM_LONG(-0.99)[-0.986,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] 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: Wed, 19 Dec 2018 05:49:43 -0000 bob prohaska writes: > On Tue, Dec 18, 2018 at 11:41:44PM +0000, Jamie Landeg-Jones wrote: > >> bob prohaska wrote: >> >> > Setting MAKE_JOBS_NUMBER_LIMIT=2 allowed www/chromium to compile successfully over >> > several days. The -DBATCH option was used, in hopes it'd fetch the right options. >> >> Use "make config-recursive" before you start. It will present to you upfront all >> the option screens that would appear during the build. >> >> I've noticed it sometimes misses some, if you add some dependency in one of the menus. >> So to be sure, once it's finished its run, if you've made any option changes, run >> it again, and again and again etc.. until you no longer get menus popping up. >> > > That's a good idea provided one knows beforehand which options to select. I very > seldom know which options apply, especially on the first try. After a few failures > my guesses sometimes improve.... > > In the case of www/chromium it looks like the sound support is wrong, but so far > it isn't obvious which sound option is correct. Would anybody hazard a guess > as to what sound support works on a Pi3? > > The clearest hint so far is a report of > ALSA lib pcm_oss.c:835:(_snd_pcm_oss_open) Cannot open device /dev/dsp > when starting up chrome. According to https://svnweb.freebsd.org/changeset/base/222980 sound(4) was enabled by default only on x86 archs.