Opened 17 years ago

Closed 16 years ago

Last modified 15 years ago

#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)

patch-config.h (241 bytes) - added by raphael@… 17 years ago.

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by raphael@…

Attachment: patch-config.h added

comment:1 Changed 16 years ago by kballard (Lily Ballard)

Resolution: fixed
Status: newclosed

Fixed in r29766

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.