From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: ERC file names clash in 8+3 filesystems Date: Fri, 03 Feb 2006 11:57:00 +0200 Message-ID: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1138988394 13575 80.91.229.2 (3 Feb 2006 17:39:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Feb 2006 17:39:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 03 18:39:48 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F54tr-0001QJ-K5 for ged-emacs-devel@m.gmane.org; Fri, 03 Feb 2006 18:39:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F53Rj-0001i8-85 for ged-emacs-devel@m.gmane.org; Fri, 03 Feb 2006 11:06:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F4xsX-0003qF-Qw for emacs-devel@gnu.org; Fri, 03 Feb 2006 05:09:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F4xnd-0002QD-Vr for emacs-devel@gnu.org; Fri, 03 Feb 2006 05:04:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F4xjn-0001cl-Pa for emacs-devel@gnu.org; Fri, 03 Feb 2006 05:00:20 -0500 Original-Received: from [192.114.186.17] (helo=gandalf.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F4xij-0006Lg-Hk; Fri, 03 Feb 2006 04:59:13 -0500 Original-Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id HTL16565; Fri, 3 Feb 2006 11:56:57 +0200 (IST) Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-208-89.inter.net.il [83.130.208.89]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CPU43379 (AUTH halo1); Fri, 3 Feb 2006 11:56:55 +0200 (IST) Original-To: Michael Olson , Mario Lang X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:49963 Archived-At: Some of the files in the ERC package installed in the Emacs CVS tree have names that are not unique in the first 8+3 characters. DOSCHK found the following clashes: The following resolve to the same DOS file names: CHANGELO.200 : ./lisp/erc/ChangeLog.2001 ./lisp/erc/ChangeLog.2002 ./lisp/erc/ChangeLog.2003 ./lisp/erc/ChangeLog.2004 ./lisp/erc/ChangeLog.2005 ERC-AUTO.EL : ./lisp/erc/erc-autoaway.el ./lisp/erc/erc-autojoin.el ERC-COMP.EL : ./lisp/erc/erc-compat.el ./lisp/erc/erc-complete.el ERC-NETS.EL : ./lisp/erc/erc-nets.el ./lisp/erc/erc-netsplit.el ERC-NICK.EL : ./lisp/erc/erc-nicklist.el ./lisp/erc/erc-nickserv.el This makes unpacking the Emacs tarball on 8+3 filesystems a pain. Can the offending files be renamed somehow? (For ChangeLog.* files I'd suggest ChangeLog.01, ChangeLog.02 etc.) TIA