From owner-freebsd-emulation@freebsd.org Wed Jun 28 19:18:26 2017 Return-Path: Delivered-To: freebsd-emulation@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 0899BDA83D7 for ; Wed, 28 Jun 2017 19:18:26 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E089F84185; Wed, 28 Jun 2017 19:18:25 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 1C5301EBA2; Wed, 28 Jun 2017 19:18:25 +0000 (UTC) From: Jan Beich To: Mason Loring Bliss Cc: freebsd-emulation@freebsd.org Subject: Re: Linuxulator / Chrome References: <20170603142043.GB8701@blisses.org> Date: Wed, 28 Jun 2017 21:18:19 +0200 In-Reply-To: <20170603142043.GB8701@blisses.org> (Mason Loring Bliss's message of "Sat, 3 Jun 2017 10:20:43 -0400") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jun 2017 19:18:26 -0000 (redirected from hackers@, https://lists.freebsd.org/pipermail/freebsd-hackers/2017-June/051111.html ) Mason Loring Bliss writes: > Hi all. Will Chrome work on Linuxulator if I chase down enough dependencies? > I'm trying to get BlueJeans running, and it's balking in both Firefox and > Chromium on FreeBSD (11-STABLE) so I figured I'd give Chrome under the > Linuxulator a try. I hit several missing libraries until I realized I needed > to install the whole linux-c6 (also tried linux-c7) suite. BlueJeans seems to use WebRTC nowadays, so at least the demo works fine in native Firefox 54 with User-Agent string for Linux. Native Chromium 56 or later disables WebRTC as the support was incomplete. As for Linux version of Chrome try a regular chroot populated via sysutils/debootstrap or sysutils/rinse. To get audio working install alsa-plugins-oss or libasound2-plugins then copy asound.conf from FreeBSD port. PulseAudio may need more care but Chrome is not Firefox, so prebuilt binaries also support ALSA. Beware of drag^W missing syscalls.