From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id F1C34BB83 for ; Thu, 17 Aug 2006 05:46:09 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k7H3k9JD013323 for ; Thu, 17 Aug 2006 05:46:09 +0200 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id FAA24064 for ; Thu, 17 Aug 2006 05:46:08 +0200 (MET DST) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k7GFqNsD027654 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Wed, 16 Aug 2006 17:52:24 +0200 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GDNgS-0000xr-8U for caml-list@inria.fr; Wed, 16 Aug 2006 17:51:56 +0200 Received: from 209.213.205.130 ([209.213.205.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Aug 2006 17:51:56 +0200 Received: from sds by 209.213.205.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Aug 2006 17:51:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Sam Steingold Subject: Re: otags and OMakefile Date: Wed, 16 Aug 2006 11:51:45 -0400 Message-ID: <44E33F11.2050300@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org Cc: caml-list@inria.fr X-Gmane-NNTP-Posting-Host: 209.213.205.130 Disposition-Notification-To: Sam Steingold User-Agent: Thunderbird 1.5.0.4 (X11/20060614) In-Reply-To: Sender: news X-Spam: no; 0.00; otags:01 hendrik:01 tews:01 otags:01 unix:01 bug:01 bug:01 foo:01 wrote:01 writes:01 exception:01 argument:01 gnu:02 gnu:02 tries:06 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.6 required=5.0 tests=RCVD_BY_IP,RCVD_NUMERIC_HELO autolearn=disabled version=3.0.3 Hendrik Tews wrote: > Sam Steingold writes: > > 1. somehow otags tries to read non-ml files (despite "otags -h" > > It does a Unix.stat on the files before filtering, which only > works for files smaller 1GB. > > Granted, this is a bug. thank you. another instance of the same bug: otags: Fatal error Fatal error: exception Failure("Invalid argument: foo (named pipe)") Sam.