From nobody Fri Feb 03 18:22:24 2023 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4P7kXf3bbkz3kb79 for ; Fri, 3 Feb 2023 18:22:42 +0000 (UTC) (envelope-from developer@lorenzosalvadore.it) Received: from mail-40136.proton.ch (mail-40136.proton.ch [185.70.40.136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4P7kXf1Pzlz4G0P for ; Fri, 3 Feb 2023 18:22:41 +0000 (UTC) (envelope-from developer@lorenzosalvadore.it) Authentication-Results: mx1.freebsd.org; none Date: Fri, 03 Feb 2023 18:22:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lorenzosalvadore.it; s=protonmail; t=1675448559; x=1675707759; bh=jw+KS3GiSQ2uSyu7o5ay+hMYCn/qT90ot0xeGlx/vog=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=DDUBfWyYKzwR1INDnP3BV3hsnRSF91lynG9GpPNDz64MMzKsQjOzQa9BX7F18K4W4 kk3wA53ne9U1MlHEZlP58PHhYN31LRd+QRDlLgwreVL6CCF7AEVcWPEp7WBMPwkqcn szpTaZ1yFNUQb0azoGLkyT12Fn3E4yhtEEUDzTyIG3yUhs+t1hISs3qBdlRYHisFI1 lHaFQ/zGfFiFDBceUe1UUMu2EpG+XIrshm2wxPJs61w6woVXK+v8AwcpQz5gkVhc42 OTgkgjNVxaW+nksbG94dfH9RjH8KlrLJjmEULx1ASj1XYCVHD3oOb5HEH+C8EiI1eY uPYhUDWGh/qCw== To: bob prohaska From: Lorenzo Salvadore Cc: freebsd-ports@freebsd.org Subject: Re: Shared object "libicuuc.so.70" not found on RPi4 Message-ID: In-Reply-To: <20230203180316.GA82539@www.zefox.net> References: <20230203180316.GA82539@www.zefox.net> Feedback-ID: 53711648:user:proton List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4P7kXf1Pzlz4G0P X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:62371, ipnet:185.70.40.0/24, country:CH] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N ------- Original Message ------- On Friday, February 3rd, 2023 at 7:03 PM, bob prohaska = wrote: > > > When trying to start inkscape on a Pi4 running -current the > system reports: > ld-elf.so.1: Shared object "libicuuc.so.70" not found, required by "libvi= sio-0.1.so.1" > > The inkscape port was built using poudriere and is recent, but the xorg > installation is from June, 2022. There's nothing obvious wrong with it. > No complaints while installing inkscape using pkg, so the fact that I'm > not using a desktop environment (Gnome, KDE or otherwise) seems unlikely > to be the culprit. > > Icu is present and up to date, but I can't figure out where libvisio > came from. Whereis doesn't see it, no man page. > > Can anybody see what I've done wrong? For the moment I'm rebuilding xorg. > > Thanks for reading, > > bob prohaska I had similar issues with other updates. I suggest you try to rebuild textproc/libvisio01. It probably searches for libicuuc.so.70, but cannot find it because there is libicuuc.so.72 after you have updated devel/icu. If you build libviosio01 again it should search for the right shared object= . Cheers, Lorenzo Salvadore