From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mxd-1-4e6.seznam.cz (mxd-1-4e6.seznam.cz [IPv6:2a02:598:128:8a00::1000:4e6]) by sourceware.org (Postfix) with ESMTPS id BB8A438543BF for ; Fri, 13 Jan 2023 17:00:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BB8A438543BF Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=seznam.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=seznam.cz Received: from email.seznam.cz by smtpc-mxd-6db9f7765c-frm6l (smtpc-mxd-6db9f7765c-frm6l [2a02:598:128:8a00::1000:4e6]) id 37aae5c092fce73f37aaebce; Fri, 13 Jan 2023 18:00:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seznam.cz; s=szn20221014; t=1673629248; bh=P5C9os0+tqLeCCsXSObbSfL0ZXZHDPxLHOGgq8XmsTQ=; h=Received:Message-ID:Date:MIME-Version:User-Agent:Subject:To: References:From:In-Reply-To:Content-Type: Content-Transfer-Encoding; b=fYKKsXOATGc8VHI4CCY47ygsYKgG9NzNW3xQMvOjHkpUjD9M/h5g3VizJYgaKuiFS zJXI3HHjtShlomxvyvxfWfd1Fhs0BBW+EH9Rd2JkjC5hw89uYmUvLauIn7cKXi2+P0 DAeUuHiaKVYZa0xnW2jyNJVJkzkKalcrFCPxsipAa90L4PgJoyT/KpDvjXNHF8Gtkk sILeauksCJ+kkJMSxXEbctjUxJX8ATmqbH4wK7DFYwlHWtPYy7Sf+SG0r5oJSLXdia PrYwrmf+sR2++5mI4Lu6TPPgx5MXPrHxh+GPzS+UeILTl9TrykQE/V2ETqOuk5YCTY SgNreC6SQ33rQ== Received: from [192.168.2.5] (brno.ccbr.com [77.240.178.2]) by smtpd-relay-d94fcf686-hmk55 (smtpd/2.0.1~burlogmtd-40) with ESMTPA id b73d3a24-51ed-4c36-a6e4-7a6cbfce1f5a; Fri, 13 Jan 2023 18:00:45 +0100 Message-ID: Date: Fri, 13 Jan 2023 17:59:45 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [ATTN MAINTAINER] tig To: cygwin-apps@cygwin.com References: <8db83a15-e595-7ffc-32b9-e7f9aa69e881@seznam.cz> <20221212163241.6irqiecfn23hahvo@lucy.dinwoodie.org> <83dddce7-1221-3fc5-2a5a-2d529b67da97@seznam.cz> From: Libor Ukropec In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,JMQ_SPF_NEUTRAL,NICE_REPLY_A,RCVD_IN_SBL_CSS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Dne 10.01.2023 v 15:04 Jari Aalto via Cygwin-apps napsal(a): > > Hi, Thanks for the heads up. I've uploaded new version and added the > *.cygport in my Github repository of tig for possible new maintainer > in the future. > > The patches deal some fixes in the xmlto(1) of manual pages build. > > Jari > Hi Jari, I updated to the latest tig, but when executing, it complains about missing dependency, but recently I saw many updates to the cygwin packages. Any idea if other package was broken, or tig is missing some dependency in the metadata? 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. Libor