#16034 closed defect (fixed)
slime 20080404_0 doesn't install with case-sensitive filesystem
Reported by: | rwvtveer@… | Owned by: | easye |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
Output:
$ sudo port install slime ---> Fetching slime ---> Verifying checksum(s) for slime ---> Extracting slime Error: reinplace: couldn't read file "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_slime/work/slime/doc/makefile": no such file or directory Error: Target org.macports.patch returned: reinplace sed(1) failed Error: Status 1 encountered during processing.
Patch to fix this problem is attached.
Attachments (1)
Change History (7)
Changed 16 years ago by rwvtveer@…
Attachment: | slime.diff added |
---|
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Milestone: | → Port Bugs |
---|---|
Owner: | changed from macports-tickets@… to evenson@… |
comment:2 Changed 16 years ago by easye
Testing and reviewing the patch.
I am not familiar with the use of case-insensitve filesystems under OS X. Does "case-insensitive" mean MS-DOS filesystems? Are there any MacPort-wide guidelines on what this means? I need to do a little research before I commit this patch, so anyone with further information could help me out a bit here.
comment:3 Changed 16 years ago by rwvtveer@…
Case-sensitive filesystems are sensitive about character case in file and directory names. HFS+ is originally a case-insensitive filesystem but to be more compatible with other Unixes, Apple introduced the case-sensitivity option for HFS+ in OS X 10.3. The MS filesystems like FAT and NTFS are also case-insensitive. The default OS X desktop installation creates a case-insensitive HFS+ filesystem by default and, IIRC, the OS X server installation uses a case-sensitive HFS+ filesystem.
comment:4 Changed 16 years ago by easye
Owner: | changed from evenson@… to easieste@… |
---|---|
Status: | new → assigned |
comment:5 Changed 16 years ago by easye
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Patch included in http://trac.macports.org/changeset/39976
Assigning to maintainer.