From owner-freebsd-current@freebsd.org Sun Oct 28 23:26:27 2018 Return-Path: Delivered-To: freebsd-current@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 EC53B10E9020 for ; Sun, 28 Oct 2018 23:26:26 +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)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A3D0A74CC0; Sun, 28 Oct 2018 23:26:26 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 89B1CD662; Sun, 28 Oct 2018 23:26:26 +0000 (UTC) From: Jan Beich To: Graham Perrin Cc: FreeBSD Current Subject: Re: Waterfox: shared object "libicui18n.so.62" not found, required by "libxul.so" References: <5f99c2a6-7626-7457-65e1-bbca99fc343b@gmail.com> Date: Mon, 29 Oct 2018 00:26:23 +0100 In-Reply-To: <5f99c2a6-7626-7457-65e1-bbca99fc343b@gmail.com> (Graham Perrin's message of "Sun, 28 Oct 2018 22:33:31 +0000") Message-ID: <4ld5-sleo-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2018 23:26:27 -0000 Graham Perrin writes: > $ waterfox > XPCOMGlueLoad error for file /usr/local/lib/waterfox/libxul.so: > Shared object "libicui18n.so.62" not found, required by "libxul.so" > Couldn't load XPCOM. devel/icu major updates aren't ABI-compatible, so each update requires rebuilding every consumer. This is usually done by bumping PORTREVISION. As www/waterfox was removed before r482830 it missed rebuild thus still depends on the old shared library version. https://abi-laboratory.pro/tracker/timeline/icu4c/ > Is there any easy-ish way to work around this? Easy way is libmap.conf but it may lead to application crashes. > > A downgrade to 12.0-BETA2, maybe? > > (I know, the www/waterfox was deleted but I'd like to continue using it for as long as possible.) Either rebuild www/waterfox from the last revision before removal or downgrade devel/icu to 62.1 if nothing else requires 63.1. In the former case you can also update the port (adjust DISTVERSION then run "make makesum") assuming no patch conflicts.