delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2024/08/04/19:24:31

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2F5FA3858428
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1722813869;
bh=WOr98u02wQQmOiEqaw/JbcfzXqBQDYtqYd2FBV9SgAg=;
h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=esIRsh/1Cf4onYddQ7CDmv/4nbWQiXOvSkWyeeqqP51OrOMti2YBaBpitRPGfvDEZ
xSaDF+NmdpmFbNoyllIhqX+zlUM8l8Qen1BopaO5s+w7muGtIsG+JtteMs8v/h4kJ6
ILwFZ8BvvLht864Ixnst0AQ6jZqIpocJDw3q+sJs=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 82D53385841C
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 82D53385841C
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1722813848; cv=none;
b=O69F1OOtUo4uGZ2UyBJPx5Vc/aLd+QdkpvoXCZGMQGYAZ64oA358WcF1y4j/b9uYHATn3eCHuTsbf5DU5mh0Xz4nkD4B43SHvX1CE9NrSFozhjQi/aqtAhLIxCqSeok2+zxY0BpCG37m6Ow32v3zOh9xwTCY4Pl/uZZN55ohGD8=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1722813848; c=relaxed/simple;
bh=BCxb4yUfkrjJMKPVjixCN/WVj1IDby/FIINTJ5GqA+g=;
h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version;
b=hFa/jswiGR3Tr9hQ580JN5kZKIQ4oARcc7RHBlmDSGVmXRLDxFAiIQEh6Z8rCg624DGe//uPBIYtZ5h5hPkhuQv0qcm+BOWt8X96v2Sg3imtof/clPu2ds+ANeHPK5SZdfn6aQ8ksbnl3Bmbdm/4eQOnq3eeOn/sxPLYlRR3U/E=
ARC-Authentication-Results: i=1; server2.sourceware.org
Date: Sun, 4 Aug 2024 16:24:06 -0700 (PDT)
X-X-Sender: jeremyd AT resin DOT csoft DOT net
To: Brian Inglis via Cygwin <cygwin AT cygwin DOT com>
Subject: Re: mbrtoc32 not found following update.
In-Reply-To: <3f4f4f26-7a30-407f-93e7-abd24b09f35a@systematicsw.ab.ca>
Message-ID: <90850700-6d20-678f-7639-21b1b0b766d4@jdrake.com>
References: <CAKFuvzaWeqJZ4Pd61CVxSz7SR6DQ9aopcZF+9emXWKpy8L2q+A AT mail DOT gmail DOT com>
<e620e773-29d1-493d-9110-4bab78fc9d7a AT SystematicSW DOT ab DOT ca>
<CAKFuvzboz8F09eb1+COgVSsKnMVZr_Z1=h5_tAX2LyaYejLiyw AT mail DOT gmail DOT com>
<CAKFuvza7ySzsBtMnUrw5D0Pp-wZS5TEbM6hRPcRo4bByFJDtew AT mail DOT gmail DOT com>
<3f4f4f26-7a30-407f-93e7-abd24b09f35a AT systematicsw DOT ab DOT ca>
MIME-Version: 1.0
X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_PASS, 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.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
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>
From: Jeremy Drake via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Jeremy Drake <cygwin AT jdrake DOT com>
Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com>

On Sun, 4 Aug 2024, Brian Inglis via Cygwin wrote:

> Most such problems happen because something has been running and not yet
> terminated before running Cygwin Setup, or Windows Scheduled Tasks running
> Cygwin processes while running Cygwin Setup.
>
> I start Task Manager, tab Details, sort by Image path name, check for anything
> running from Cygwin install paths, and kill them, then run Cygwin Setup.

Or from command line:
TASKLIST /M cygwin1.dll
for a list, and
TASKKILL /F /IM cygwin1.dll
to kill them

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