From owner-freebsd-ports@freebsd.org Thu Feb 18 13:20:48 2021 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2D6B0537C91 for ; Thu, 18 Feb 2021 13:20:48 +0000 (UTC) (envelope-from ps.ports@smyrak.com) Received: from m-09.smrt1.linuxpl.com (m-09.smrt1.linuxpl.com [78.46.219.98]) (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 4DhFhG3p8wz4VYD for ; Thu, 18 Feb 2021 13:20:46 +0000 (UTC) (envelope-from ps.ports@smyrak.com) Received: from [88.198.46.46] (helo=s33.cyber-folks.pl) by smrt1.linuxpl.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.2) (envelope-from ) id 1lCjEZ-000E5z-E0 for freebsd-ports@freebsd.org; Thu, 18 Feb 2021 14:20:43 +0100 Received: from 93-181-165-201.internetia.net.pl ([93.181.165.201] helo=daleth.home) by s33.cyber-folks.pl with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.92.3) (envelope-from ) id 1lCjEZ-00029x-4g for freebsd-ports@freebsd.org; Thu, 18 Feb 2021 14:20:43 +0100 Date: Thu, 18 Feb 2021 14:20:36 +0100 From: Piotr Smyrak To: freebsd-ports@freebsd.org Subject: Re: help on port linux-vivaldi needed Message-ID: <20210218142036.73c4dbc5@daleth.home> In-Reply-To: References: X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; amd64-portbld-freebsd12.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4DhFhG3p8wz4VYD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of ps.ports@smyrak.com designates 78.46.219.98 as permitted sender) smtp.mailfrom=ps.ports@smyrak.com X-Spamd-Result: default: False [-2.50 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[78.46.219.98:from]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:78.46.219.0/24]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[smyrak.com]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[78.46.219.98:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.20)[-0.205]; RCVD_IN_DNSWL_NONE(0.00)[78.46.219.98:from]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:78.46.0.0/15, country:DE]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-ports] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 13:20:48 -0000 On Thu, 18 Feb 2021 13:34:55 +0100 "Ronald Klop" wrote: > I created a port of the Vivaldi browser & e-mail client. > (www.vivaldi.com) It is still a work in progress. > The port is based on the linux-opera port. > > It installs in /compat/linux/opt/vivaldi which needs to be improved > yet. It seems I have all the dependencies in place now. > > But when I start it it complains that libffmpeg.so is not available > while ldd gives that it is perfectly available. > /opt/vivaldi/vivaldi-bin: error while loading shared libraries: > libffmpeg.so: cannot open shared object file: No such file or > directory I would not be surprised if it is trying to find an libffmpeg.so which is part of proprietary Google Chrome packages. That one is quite often packaged on Linux distros with -extra suffix. That's a trick non Google Chromium based browsers do to provide protected multimedia support. You shall be able to see, what's happening while vivaldi is starting with truss(1). Does the browser actually starts or fails to do so? HTH, -- Piotr Smyrak