Opened 10 years ago

Last modified 9 years ago

#44658 closed defect

Encfs fails to mount after the recent upgrade — at Version 3

Reported by: kacnow@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc:
Port: encfs

Description (last modified by ryandesign (Ryan Carsten Schmidt))

OS X 10.9.4 Mavericks

$ encfs /path /Volumes/path
The directory "/Volumes/path" does not exist. Should it be created? (y,n) y
dyld: lazy symbol binding failed: Symbol not found: __ZN5boost7archive6detail17shared_ptr_helperC2Ev
  Referenced from: /opt/local/lib/libencfs.6.dylib
  Expected in: /opt/local/lib/libboost_serialization-mt.dylib

dyld: Symbol not found: __ZN5boost7archive6detail17shared_ptr_helperC2Ev
  Referenced from: /opt/local/lib/libencfs.6.dylib
  Expected in: /opt/local/lib/libboost_serialization-mt.dylib

Trace/BPT trap: 5
$

Change History (3)

comment:1 in reply to:  description Changed 10 years ago by kacnow@…

Rebuilding the package fixed it.

Last edited 10 years ago by kacnow@… (previous) (diff)

comment:2 Changed 10 years ago by Ionic (Mihai Moldovan)

He rebuilt encfs, after which it worked.

encfs is missing a revbump due to the latest boost upgrade.

Interestingly, rev-upgrade didn't catch that for some reason.

comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: encfs boost removed
Priority: HighNormal

Hmm, did this just start after upgrading to boost 1.56.0? I wonder if ports using boost need to be rebuilt. You could try downgrading boost to 1.55.0, or rebuilding encfs (i.e. sudo port -ns upgrade --force encfs).

Last edited 10 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)
Note: See TracTickets for help on using tickets.