#12807 closed defect (fixed)
BUG: encfs-1.3.2 patch failure on case sensitive file systems
Reported by: | raphael@… | Owned by: | kballard (Lily Ballard) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.2 |
Keywords: | encfs, patch fails | Cc: | kballard (Lily Ballard), raphael@… |
Port: |
Description
The patch phase fails on case sensitive file systems with the following error:
---> Applying patches to encfs ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/fuse/encfs/files/patch-config.h DEBUG: Environment: DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_fuse_encfs/work/encfs-1.3.2" && patch -p0' can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- encfs/config.h.old 2007-03-14 19:32:37.000000000 -0400 |+++ encfs/config.h 2007-03-14 19:32:50.000000000 -0400 --------------------------
This is because the file is called "Config.h" and not "config.h", which is the same on case insensitive HFS+ but not on case sensitive file systems. A corrected patch file is in the attachment.
Attachments (1)
Change History (3)
Changed 17 years ago by raphael@…
Attachment: | patch-config.h added |
---|
comment:1 Changed 17 years ago by kballard (Lily Ballard)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r29766