public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Error after updating gettext, missing libunistring5.
@ 2022-11-11  8:56 Carlo B.
  2022-11-13 20:43 ` [ANNOUNCEMENT] Updated: libunistring 1.1-1 Brian Inglis
  0 siblings, 1 reply; 7+ messages in thread
From: Carlo B. @ 2022-11-11  8:56 UTC (permalink / raw)
  To: The Cygwin Mailing List

Hello,
After Setup.exe updated gettext in my CYGWIN installation, I got this
error when building a software:

C:/cygwin64/bin/msgfmt.exe: error while loading shared libraries:
cygunistring-5.dll: cannot open shared object file: No such file or
directory

After manually installing libunistring5, the problem disappeared.
Probably, libunistring5 should be added as required dependency when
installing/upgrading gettext.

Sincerely,

Carlo Bramini.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCEMENT] Updated: libunistring 1.1-1
  2022-11-11  8:56 Error after updating gettext, missing libunistring5 Carlo B.
@ 2022-11-13 20:43 ` Brian Inglis
  2022-11-13 21:17   ` Thomas Wolff
  0 siblings, 1 reply; 7+ messages in thread
From: Brian Inglis @ 2022-11-13 20:43 UTC (permalink / raw)
  To: cygwin; +Cc: cygwin

On Sat, 12 Nov 2022 13:50:58 +0100, Achim Gratz wrote:
> Erwin Waterlander via Cygwin-announce writes:
>> libunistring (source package)
>> libunistring5 (runtime library)
>> libunistring-devel (development library and include files)
>> libunistring-doc (documentation)

> The packages for x86 seem to be missing, however it seems Brian still
> managed to release an x86 gettext with a dependency on nonexistent libraries…

See also message subject "Error after updating gettext, missing libunistring5" 
https://cygwin.com/pipermail/cygwin/2022-November/252446.html
https://inbox.sourceware.org/cygwin/CADt9575LdQPZpVivfSFkwjytmDJgOu_WEZ=FdLMXynfg_oyrtQ@mail.gmail.com/
as both arches built without any libunistring dependencies included, and 
deployed as such.

Rebuilding and redeploying release 2 with expected dependencies when available 
and valid.

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCEMENT] Updated: libunistring 1.1-1
  2022-11-13 20:43 ` [ANNOUNCEMENT] Updated: libunistring 1.1-1 Brian Inglis
@ 2022-11-13 21:17   ` Thomas Wolff
  2022-11-14 13:28     ` Erwin Waterlander
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Wolff @ 2022-11-13 21:17 UTC (permalink / raw)
  To: cygwin



Am 13.11.2022 um 21:43 schrieb Brian Inglis:
> On Sat, 12 Nov 2022 13:50:58 +0100, Achim Gratz wrote:
>> Erwin Waterlander via Cygwin-announce writes:
>>> libunistring (source package)
>>> libunistring5 (runtime library)
>>> libunistring-devel (development library and include files)
>>> libunistring-doc (documentation)
>
>> The packages for x86 seem to be missing, however it seems Brian still
>> managed to release an x86 gettext with a dependency on nonexistent 
>> libraries…
>
> See also message subject "Error after updating gettext, missing 
> libunistring5" 
> https://cygwin.com/pipermail/cygwin/2022-November/252446.html
> https://inbox.sourceware.org/cygwin/CADt9575LdQPZpVivfSFkwjytmDJgOu_WEZ=FdLMXynfg_oyrtQ@mail.gmail.com/ 
>
> as both arches built without any libunistring dependencies included, 
> and deployed as such.
>
> Rebuilding and redeploying release 2 with expected dependencies when 
> available and valid.
>
By the way, on cygwin 32-bit the dependency does not resolve as 
libunistring5 is not available...

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCEMENT] Updated: libunistring 1.1-1
  2022-11-13 21:17   ` Thomas Wolff
@ 2022-11-14 13:28     ` Erwin Waterlander
  2022-11-14 13:33       ` Thomas Wolff
  2022-11-14 21:21       ` Brian Inglis
  0 siblings, 2 replies; 7+ messages in thread
From: Erwin Waterlander @ 2022-11-14 13:28 UTC (permalink / raw)
  To: cygwin


> Op 13-11-2022 22:17 CET schreef Thomas Wolff <towo@towo.net>:
> 
> 
> > 
> By the way, on cygwin 32-bit the dependency does not resolve as
> libunistring5 is not available...

I can make it available on 32-bit, if it is still possible. I read that x86 is end-of-life' since Friday.
Is it still worth the effort?

regards,

Erwin

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCEMENT] Updated: libunistring 1.1-1
  2022-11-14 13:28     ` Erwin Waterlander
@ 2022-11-14 13:33       ` Thomas Wolff
  2022-11-14 21:21       ` Brian Inglis
  1 sibling, 0 replies; 7+ messages in thread
From: Thomas Wolff @ 2022-11-14 13:33 UTC (permalink / raw)
  To: cygwin



Am 14.11.2022 um 14:28 schrieb Erwin Waterlander:
>> Op 13-11-2022 22:17 CET schreef Thomas Wolff <towo@towo.net>:
>>
>>
>> By the way, on cygwin 32-bit the dependency does not resolve as
>> libunistring5 is not available...
> I can make it available on 32-bit, if it is still possible. I read that x86 is end-of-life' since Friday.
> Is it still worth the effort?
Well, I don't know. Current xgettext does not work; it could be 
downgraded, however...
If you're quick, maybe you can make an upload early today...
>
> regards,
>
> Erwin
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCEMENT] Updated: libunistring 1.1-1
  2022-11-14 13:28     ` Erwin Waterlander
  2022-11-14 13:33       ` Thomas Wolff
@ 2022-11-14 21:21       ` Brian Inglis
  2022-11-15  9:14         ` Erwin Waterlander
  1 sibling, 1 reply; 7+ messages in thread
From: Brian Inglis @ 2022-11-14 21:21 UTC (permalink / raw)
  To: cygwin


On Mon, 14 Nov 2022 14:28:27 +0100 (CET), Erwin Waterlander wrote:
> Op 13-11-2022 22:17 CET schreef Thomas Wolff <towo@towo.net>:
>> By the way, on cygwin 32-bit the dependency does not resolve as
>> libunistring5 is not available...

> I can make it available on 32-bit, if it is still possible. 
> I read that x86 is end-of-life' since Friday.
> Is it still worth the effort?

Extended by a week thanks to Jon, so please do, then I can release updated gettext.

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ANNOUNCEMENT] Updated: libunistring 1.1-1
  2022-11-14 21:21       ` Brian Inglis
@ 2022-11-15  9:14         ` Erwin Waterlander
  0 siblings, 0 replies; 7+ messages in thread
From: Erwin Waterlander @ 2022-11-15  9:14 UTC (permalink / raw)
  To: cygwin


> Op 14-11-2022 22:21 CET schreef Brian Inglis <brian.inglis@systematicsw.ab.ca>:
> 
> 
> 
> Extended by a week thanks to Jon, so please do, then I can release updated gettext.

I will do it this evening.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-11-15  9:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-11  8:56 Error after updating gettext, missing libunistring5 Carlo B.
2022-11-13 20:43 ` [ANNOUNCEMENT] Updated: libunistring 1.1-1 Brian Inglis
2022-11-13 21:17   ` Thomas Wolff
2022-11-14 13:28     ` Erwin Waterlander
2022-11-14 13:33       ` Thomas Wolff
2022-11-14 21:21       ` Brian Inglis
2022-11-15  9:14         ` Erwin Waterlander

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