public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Brian Inglis <Brian.Inglis@Shaw.ca>
To: cygwin-apps@cygwin.com
Subject: Re: [ATTN MAINTAINER] tig
Date: Fri, 13 Jan 2023 12:23:36 -0700	[thread overview]
Message-ID: <5e10c0ac-c21c-a0db-9cb6-9002361c6959@Shaw.ca> (raw)
In-Reply-To: <042b420c-366b-a652-4f20-fcffbacc8bae@seznam.cz>

On 2023-01-13 10:06, Libor Ukropec via Cygwin-apps wrote:
> Dne 13.01.2023 v 17:59 Libor Ukropec via Cygwin-apps napsal(a):
>> Dne 10.01.2023 v 15:04 Jari Aalto via Cygwin-apps napsal(a):
>>> 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.

>> 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.

> Problem lies somewhere in the compile process?
> here is my output for tig I compiled few weeks ago:
> $ ldd ./ttiigg/tig-2.5.4-1.x86_64/build/src/tig.exe
>          ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffe86590000)
>          KERNEL32.DLL => /cygdrive/c/WINDOWS/System32/KERNEL32.DLL (0x7ffe85160000)
>          KERNELBASE.dll => /cygdrive/c/WINDOWS/System32/KERNELBASE.dll 
> (0x7ffe839e0000)
>          cygwin1.dll => /usr/bin/cygwin1.dll (0x7ffe416d0000)
>          cygiconv-2.dll => /usr/bin/cygiconv-2.dll (0x5461d0000)
>          cygncursesw-10.dll => /usr/bin/cygncursesw-10.dll (0x48ca30000)
> and here is from the installed:
> $ ldd /usr/bin/tig.exe
>          ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffe86590000)
>          KERNEL32.DLL => /cygdrive/c/WINDOWS/System32/KERNEL32.DLL (0x7ffe85160000)
>          KERNELBASE.dll => /cygdrive/c/WINDOWS/System32/KERNELBASE.dll 
> (0x7ffe839e0000)
>          cygwin1.dll => /usr/bin/cygwin1.dll (0x7ffe416d0000)
>          cygncursesw-10.dll => /usr/bin/cygncursesw-10.dll (0x48ca30000)
>          cygiconv-2.dll => /usr/bin/cygiconv-2.dll (0x5461d0000)
>          cygpcre-1.dll => /usr/bin/cygpcre-1.dll (0x3fd630000)
>          cygreadline7.dll => /usr/bin/cygreadline7.dll (0x579cd0000)
>          cygpcreposix-0.dll => /usr/bin/cygpcreposix-0.dll (0x520b40000)

Config issues, as you appear not to have installed prerequisite packages 
libncurses-devel, libpcre-devel, libreadline-devel in your build environment. 
Those package names should also be added to your cygport DEPEND/BUILD_REQUIRES+= 
string variables, so that cygport can warn you if the packages are not 
installed, and will be auto-installed so the package builds cleanly under 
Scallywag CI, when you push your cygport (and other sources and patches) to 
git/cygwin-packages playground repo or package branch or master package branch.

-- 
Take care. Thanks, Brian Inglis			Calgary, Alberta, Canada

La perfection est atteinte			Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter	not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer	but when there is no more to cut
			-- Antoine de Saint-Exupéry

  reply	other threads:[~2023-01-13 19:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-11 22:15 Libor Ukropec
2022-12-12 16:32 ` Adam Dinwoodie
2022-12-13 17:14   ` Libor Ukropec
2022-12-13 18:32     ` Adam Dinwoodie
2022-12-13 22:05       ` Libor Ukropec
2023-01-10 14:04     ` Jari Aalto
2023-01-13 16:59       ` Libor Ukropec
2023-01-13 17:06         ` Libor Ukropec
2023-01-13 19:23           ` Brian Inglis [this message]
2023-01-13 19:40           ` Adam Dinwoodie
2023-01-16 12:42         ` Jon Turney
2023-01-25 11:41           ` Jari Aalto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5e10c0ac-c21c-a0db-9cb6-9002361c6959@Shaw.ca \
    --to=brian.inglis@shaw.ca \
    --cc=cygwin-apps@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).