X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=Y4YZUqS
	3JM2IoEQX1Fyvf4X21W8q5PPNuHsgwIczz+qxXlAjmoirkGSe0inD+Ii/TfP8U6R
	REAi+AHmOHJtT6Nj3I7tm6kfMot+RynEjUz3H31ggLaBJF9D32P6m35f87Z6qCza
	0Fxp4n+RxnVKu8nVYEbYCssGq5PONgnRVBWY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; s=default; bh=5rtSAyKqvMSIq
	IhyhKToPJRd9OA=; b=cOM90WK7AN84GZbzok5NJj5EZSuGwnkdOBA7Zbt0GgDgN
	3U7AoOvLaaRc1v9zFjOEJOsgq49jcPq33AwpCqMSjB9qx2wJh7GOqPCbAzWO/eBf
	fljXUEj34YvW4l74okjO6Nj8jIZF20B0Y6edQlmstC4twZpZIOZpxC2Y32mHHA=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=Happy, trikio1975gmailcom, trikio1975@gmail.com, U*trikio1975
X-HELO: mail-qk0-f179.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:in-reply-to:references:from:date         :message-id:subject:to;        bh=S6vjWewuHy80WJuG4K06QHCJRuxkh7XhU5vcx7aDyno=;        b=HrEGRn0YX6xn+JUyLzXs/Cc+zbVKutp48ydn4WHftW9F0OGANHgHitHQnDCsetjZeK         sJwLPS6jPynhIIwrWy8Fdqe9F76ZGHIRJbBJ9YM3Au8RewArupWxKfKcfLP2iXus32qf         Wlzy0WuPJoHd/L2T5/5jNoJNFo7PvzKmeNkMtXTwbzFWna+xFmFeoYJF0Gd5PhfjdK2b         YOYZqcIlHUrFBlutKmCEcxA2qEQrLrL+K00gtUlIQXhKG9l3JKw6vwJZaQdzk0giZIvh         SneVq96WmeivW0XxwSe8jOUOLs5V2l3f6+smydn3GAe8MnPwtGSG+BVHAkbE0aQF5Y7g         xTQw==
X-Gm-Message-State: AA6/9RnglmJKogd8wqmrWfSkehzBrA8OsfOrmK410CEMYwSnAVf7yMTk0+dEro9XE6+TBgGlr1/JD7ghj6W3WA==
X-Received: by 10.55.162.88 with SMTP id l85mr10110897qke.20.1474670109375; Fri, 23 Sep 2016 15:35:09 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <CAF6RNtiDHaiSNW=n5oBEgwu1psj-=Mm_7-jtY7P1Zb1yNXukaA@mail.gmail.com>
References: <CAF6RNtiDHaiSNW=n5oBEgwu1psj-=Mm_7-jtY7P1Zb1yNXukaA@mail.gmail.com>
From: William Forsyth <trikio1975@gmail.com>
Date: Fri, 23 Sep 2016 16:35:09 -0600
Message-ID: <CAF6RNticU7r9eQF-mKGrBjpBJiHHBQ7Boc5SU18oodgfx1e7DA@mail.gmail.com>
Subject: Re: The procedure entry point could not be located in cygwin1.dll
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8

> I broke my win XP cygwin install such that bash fails to start.

Fixed it.  Dependency walker showed that my bash had a dependency to
ncurses, ncurses had the broken entry point dependancy into
cygwin1.dll.  So i just rolled back ncurses to the last version.  Also
had to roll back mintty for the same reason.  In the process of
rolling everything back that got updated by this last failed update.
Happy days.

> I used Setup.exe version 2.870.
> The install failed when trying to run the postinstall bash scripts.
> After the install failure bash fails every time with:
> The procedure entry point __locale_ctype_ptr could not be located in
> the dynamic link library cygwin1.dll.
>
> The install failed because it tried to install cygwin 2.6.0 which is
> not compatible with winxp.
>
> I reran Setup.exe to grab cygwin version 2.5.2-1 but the install still
> fails with the same cygwin1.dll error.
>
> Already tried to grab cygwin version 2.5.0 (which is the last known
> good cygwin version that ran on my machine) from the time machine, but
> I keep getting the same cygwin1.dll error.  Any ideas how to fix this.
>
> Thank you
> Will

On Fri, Sep 23, 2016 at 2:50 PM, William Forsyth <trikio1975@gmail.com> wrote:
> I broke my win XP cygwin install such that bash fails to start.
>
> I used Setup.exe version 2.870.
>
> The install failed when trying to run the postinstall bash scripts.
>
> After the install failure bash fails every time with:
>
> The procedure entry point __locale_ctype_ptr could not be located in
> the dynamic link library cygwin1.dll.
>
>
> The install failed because it tried to install cygwin 2.6.0 which is
> not compatible with winxp.
>
>
> I reran Setup.exe to grab cygwin version 2.5.2-1 but the install still
> fails with the same cygwin1.dll error.
>
>
> Already tried to grab cygwin version 2.5.0 (which is the last known
> good cygwin version that ran on my machine) from the time machine, but
> I keep getting the same cygwin1.dll error.  Any ideas how to fix this.
>
>
> Thank you
>
> Will

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

