From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32332 invoked by alias); 15 May 2006 03:01:36 -0000 Received: (qmail 32320 invoked by uid 22791); 15 May 2006 03:01:34 -0000 X-Spam-Check-By: sourceware.org Received: from ausmtp06.au.ibm.com (HELO ausmtp06.au.ibm.com) (202.81.18.155) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 15 May 2006 03:01:32 +0000 Received: from sd0208e0.au.ibm.com (d23rh904.au.ibm.com [202.81.18.202]) by ausmtp06.au.ibm.com (8.13.6/8.13.6) with ESMTP id k4F2CVFv3195084 for ; Mon, 15 May 2006 12:12:31 +1000 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.250.243]) by sd0208e0.au.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k4F2DVdg165878 for ; Mon, 15 May 2006 12:13:31 +1000 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.12.11/8.13.3) with ESMTP id k4F2ABYL008222 for ; Mon, 15 May 2006 12:10:11 +1000 Received: from ozlabs.au.ibm.com (ozlabs.au.ibm.com [9.190.163.12]) by d23av02.au.ibm.com (8.12.11/8.12.11) with ESMTP id k4F2AA27008207; Mon, 15 May 2006 12:10:10 +1000 Received: by ozlabs.au.ibm.com (Postfix, from userid 1017) id 1EFC77374A; Mon, 15 May 2006 12:11:16 +1000 (EST) Date: Mon, 15 May 2006 11:12:00 -0000 From: Ben Elliston To: "Carlos O'Donell" Cc: binutils@sourceware.org Subject: Re: [PATCH] Fix html filenames on case insensitive filesystems. Message-ID: <20060515021115.GA27459@ozlabs.au.ibm.com> References: <20060511154503.GC21801@lios> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060511154503.GC21801@lios> User-Agent: Mutt/1.5.6i Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00253.txt.bz2 > The binutils html manuals are built using "makeinfo --html", which > converts @node names directly into .html when splitting the > html files. In a case insensitive filesystem this causes certains > files to conflict. Perhaps you should report this problem to the Texinfo maintainer, too? At the very least, makeinfo could complain about this condition. A better alternative might be to mangle the output filenames a bit so that the user need not be concerned with this. Ben