Subject: Re: Case-insensitive filesystems
To: None <agc@pkgsrc.org>
From: Yuji Yamano <yyamano@kt.rim.or.jp>
List: tech-pkg
Date: 01/16/2002 18:14:20
Alistair Crooks <agc@pkgsrc.org> writes:
> > One problem I've noticed: Mac OS X installs by default onto an HFS+
> > filesystem, which is case-insensitive but case-preserving. This means
> > that both devel/cvs (the CVS package) and devel/CVS (the "devel"
> > directory's CVS metadata) exist, but can't be distinguished from each
> > other.
We have same problems with japanese/nkf on Mac OS X. It has "NKF" directory,
so we can't make "nkf" binary as follow:
yyamano@bootzilla% bmake
===> Building for nkf-1.7
cc -O -o nkf nkf.c
/usr/bin/ld: can't create output file: nkf (Is a directory, errno = 21)
*** Error code 1
yyamano@bootzilla% ls -l /pkgsrc/japanese/nkf/work/nkf-1.7
total 216
-rw-r--r-- 1 yyamano admin 143 Nov 7 1998 MANIFEST
-rw-r--r-- 1 yyamano admin 434 Nov 7 1998 Makefile
drwxr-xr-x 9 yyamano admin 264 Nov 8 1998 NKF
-rw-r--r-- 1 yyamano admin 3333 Nov 7 1998 nkf.1
-rw-r--r-- 1 yyamano admin 8015 Nov 7 1998 nkf.1j
-rw-r--r-- 1 yyamano wheel 56291 Nov 10 22:04 nkf.c
-rw-r--r-- 1 yyamano admin 14474 Nov 7 1998 nkf.doc
-rw-r--r-- 1 yyamano admin 12697 Nov 7 1998 nkf_test.pl
-- Yuji Yamano