delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2022/11/11/03:58:01

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A661C3858C60
Authentication-Results: sourceware.org;
dmarc=pass (p=none dis=none) header.from=gmail.com
Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112;
h=to:subject:message-id:date:from:mime-version:from:to:cc:subject
:date:message-id:reply-to;
bh=Bqwnc6j0CFJGocC8R59vGOaAzEc7/TO9wCDXNWGbFsU=;
b=M327h1UA09rAYOWTZpM+UbBNh33yUK7m/56AlQb9SQ15Q+Cm4Uea+BIUz7e6WPcSeF
jVem4WDWYElzuO8gCCc2uJxle7zWppxZl69ALjqqcQBq6XBcpFbwbnwN9Ua1ztZcRpJg
6YijLx6XC5uOy+yATth9o0sVfqJd789wfcJSWEVJJL4hGuHavzzseUoCYFCq4aKIkLbN
uRxuJGysF4wXIYwovWENF7mdWYU4guSPtHBTWKdgXRe3MPJVkwvoMUATMVGUUDAk2Wsx
/nLqbrhUXLFVQ1NAvM+vH6xbn2JmWMzOcouLBWX+cQnXVuQFNJ0QBUVudDk5Nk3FeL6O
LQXA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20210112;
h=to:subject:message-id:date:from:mime-version:x-gm-message-state
:from:to:cc:subject:date:message-id:reply-to;
bh=Bqwnc6j0CFJGocC8R59vGOaAzEc7/TO9wCDXNWGbFsU=;
b=P7JoD6LREqTwrTaL8u+b5UnaZhv6qq3ZS06/0hi0ocsUIFKzfZsfbT+Pci+xsbZOgY
7cTLb0GRSkv5cgUgmeVKl9RmnWXUjj0TpEY+DhkuFqPPonLuZkEq6hdV0f/PrTHsr3MU
dmPCXfS9IzWoxdoP2KNRjq5h2Dt2QwXf7U9GIq3AOZcFTwHMA3/9cFeWpaSvZDjey0vG
Cy3W5oTAzmqp89m4gWGqA/1vbXriMpoO+KcMk5UNQLAS0mSN0vkS/ri5mRU9h1KXGauQ
h0PyGk/mLY7brczaB2MblyjrW0DLdc6fvrrSR18+fW2oQkqlo/X9gg3Y32Ji4OjVhDrR
jRcw==
X-Gm-Message-State: ANoB5pnWKT/nebER2RBXsIxvcs+kXivZfPwBrnOn62pSTSo74VS9VVZ3
ttlf5qECFnld8PBCS4WzNFPTfp9gy3DnuAM/j6lb7cQPsxo=
X-Google-Smtp-Source: AA0mqf5Zuq7SiEoG2S8bHihRPlM9CyafSVMK5GpxV0VvtKaOXR/qEf+JGBtPgKJ6nVCgAWC/scflTN0FFKiUe8S+1ss=
X-Received: by 2002:a5d:46c6:0:b0:236:8710:41f2 with SMTP id
g6-20020a5d46c6000000b00236871041f2mr623925wrs.239.1668157002516; Fri, 11 Nov
2022 00:56:42 -0800 (PST)
MIME-Version: 1.0
From: "Carlo B." <carlo DOT bramini AT gmail DOT com>
Date: Fri, 11 Nov 2022 09:56:32 +0100
Message-ID: <CADt9575LdQPZpVivfSFkwjytmDJgOu_WEZ=FdLMXynfg_oyrtQ@mail.gmail.com>
Subject: Error after updating gettext, missing libunistring5.
To: The Cygwin Mailing List <cygwin AT cygwin DOT com>
X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

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.

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019