From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fgw21-4.mail.saunalahti.fi (fgw21-4.mail.saunalahti.fi [62.142.5.108]) by sourceware.org (Postfix) with ESMTPS id 2E3153858D33 for ; Wed, 25 Jan 2023 11:41:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2E3153858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cante.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=cante.net Received: from congo.cante.net (81-197-199-99.elisa-laajakaista.fi [81.197.199.99]) by fgw21.mail.saunalahti.fi (Halon) with ESMTP id 40ceb20d-9ca5-11ed-a85e-005056bdd08f; Wed, 25 Jan 2023 13:41:50 +0200 (EET) Received: from jaalto by congo.cante.net with local (Exim 4.96) (envelope-from ) id 1pKeA0-00Cwjt-2b; Wed, 25 Jan 2023 13:41:48 +0200 Date: Wed, 25 Jan 2023 13:41:48 +0200 From: Jari Aalto To: cygwin-apps@cygwin.com Cc: Jon Turney Subject: Re: [ATTN MAINTAINER] tig Message-ID: References: <8db83a15-e595-7ffc-32b9-e7f9aa69e881@seznam.cz> <20221212163241.6irqiecfn23hahvo@lucy.dinwoodie.org> <83dddce7-1221-3fc5-2a5a-2d529b67da97@seznam.cz> <9fb74d49-b550-5b7e-0fac-36486495d1a4@dronecode.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <9fb74d49-b550-5b7e-0fac-36486495d1a4@dronecode.org.uk> X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2023-01-16 12:42, Jon Turney wrote: > On 13/01/2023 16:59, Libor Ukropec via Cygwin-apps wrote: > > C:/cygwin64/bin/tig.exe: error while loading shared libraries: > > cygpcreposix-0.dll: cannot open shared object file: No such file or > > directory > > > > Manual installation of "libpcreposix0 8.45-1" seems resolving the problem. > > I added libpcre1 and libpcreposix0 to the requires: for tig. > > Jari, > > Please update your local copy, to try to ensure these are correct in any > future release. Thanks, added. Jari