Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <007001c0e93e$ba0aad80$0731273f@ca.boeing.com> From: "Michael A. Chase" To: , , References: <20010530154504 DOT 15784 DOT cpmta AT c000 DOT snv DOT cp DOT net> Subject: Re: HTML-Parser-3.25 fails t/filter.1 on cygwin Date: Wed, 30 May 2001 12:21:38 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 All my Cygwin mounts are binmode. See if that helps. You can change the mode of your mount points with: mount -b -s -f You can change the cygdrive mode with: mount -b -u -c /cygdrive -- Mac :}) Give a hobbit a fish and he'll eat fish for a day. Give a hobbit a ring and he'll eat fish for an age. ----- Original Message ----- From: To: ; Sent: Wednesday, May 30, 2001 08:45 Subject: Re: HTML-Parser-3.25 fails t/filter.1 on cygwin > On Tue, 29 May 2001, Gisle Aas wrote: > > > > > Can you try to figure out what is actually different from what is in > > $HTML variable? > > > > Is there some special binmode() issues on cygwin? > > > > It looks like this is a binmode problem. I'm suddenly getting failed tests for some GNU packages, OpenSSL, and several Perl modules, mostly while trying to cmp various test files. > > Debugging the HTML::Parser test above showed that the in-memory string $HTML contained only ascii 10's at line-end, while the string read back from disk ($FILTERED) had the 13/10 combination. > > Cygwin list - any ideas? I've installed previous versions of HTML::Parser with no problems. I upgraded to the most recent released version of cygwin yesterday. > > $ uname -a > CYGWIN_NT-5.0 DCARTER 1.3.2(0.39/3/2) 2001-05-20 23:28 i686 unknown > > $ mount > d:\cygwin\bin on /usr/bin type system (textmode) > d:\cygwin\lib on /usr/lib type system (textmode) > d:\cygwin on / type system (textmode) > c: on /cygdrive/c type user (textmode,noumount) > d: on /cygdrive/d type user (textmode,noumount) > e: on /cygdrive/e type user (textmode,noumount) > > Thanks for any suggestions. > --- > David Carter > david AT carter DOT net > > > -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple