delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <ba40711f0809101252y6c0b176cx49d8f2484ffe03a2@mail.gmail.com> |
Date: | Wed, 10 Sep 2008 15:52:40 -0400 |
From: | "Lev Bishop" <lev DOT bishop AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: 1.5.25(0.156/4/2): Problem compiling OpenLDAP 2.3.39 due to Win XP SP3 or Cygwin? |
In-Reply-To: | <706E67D60BBB724C8BF3D2DA531CF1963EC7EA@bpc-hs-mx1.biopop.com> |
MIME-Version: | 1.0 |
References: | <706E67D60BBB724C8BF3D2DA531CF1963EC7E0 AT bpc-hs-mx1 DOT biopop DOT com> <706E67D60BBB724C8BF3D2DA531CF1963EC7EA AT bpc-hs-mx1 DOT biopop DOT com> |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
On Wed, Sep 10, 2008 at 14:51, Allan Schrum wrote: > I created a small script to see if I could simplify the problem to > something more easily debugged. Turns out the following script will > cause problems that should not be caused which I believe lie at the > heart of my problem compiling OpenLDAP. Run this in an empty directory > somewhere: > > ===== begin script ===== > #! /bin/bash > > let i=0 > > rm file* > > while [ $i -lt 2000 ] > do > touch file$i > if [ ! -f file$i ] > then > echo missing file$i > fi > > let i=i+1 > done I strongly suspect BLODA. For example, Embassy Trusted Security has been known to cause this type of problem. I also see you have Sonic Solutions burning software installed... Lev -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |