GithubHelp home page GithubHelp logo

Comments (33)

guido4000 avatar guido4000 commented on August 14, 2024

When trying to create a new fault I get the following error
encfs(91347,0x7fff739b9310) malloc: *** error for object 0x7f871b600358: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6

from encfs.macosx.

contrive avatar contrive commented on August 14, 2024

Just so we can all see it, I too am getting the dyld error:

dyld: lazy symbol binding failed: Symbol not found: __ZN5boost7archive17xml_iarchive_implINS0_12xml_iarchiveEEC2ERSij
Referenced from: /usr/local/Cellar/encfsmacosxfuse/1.7.4p2/lib/libencfs.6.dylib
Expected in: flat namespace

dyld: Symbol not found: __ZN5boost7archive17xml_iarchive_implINS0_12xml_iarchiveEEC2ERSij
Referenced from: /usr/local/Cellar/encfsmacosxfuse/1.7.4p2/lib/libencfs.6.dylib
Expected in: flat namespace

Trace/BPT trap: 5

I don't see any malloc errors.

from encfs.macosx.

aglyzov avatar aglyzov commented on August 14, 2024

@guido4000, try this:

port uninstall -f rlog
port install rlog configure.compiler=macports-gcc-4.8

from encfs.macosx.

aglyzov avatar aglyzov commented on August 14, 2024

@contrive, you need to recompile both boost and encfs using clang 3.3 installed by macports (not the Xcode's own version). Like this:

port uninstall -f boost encfs
port install boost configure.compiler=macports-clang-3.3
port install encfs configure.compiler=macports-clang-3.3

from encfs.macosx.

aglyzov avatar aglyzov commented on August 14, 2024

oops, sorry Homebrew guys. I can see my mistake already :)

from encfs.macosx.

guido4000 avatar guido4000 commented on August 14, 2024

Actually, my problem is solved. Not yet sure if it was a reboot or something else.

from encfs.macosx.

umgfoin avatar umgfoin commented on August 14, 2024

Same issue here:

encfs --version
encfs Version 1.7.4p2

encfs ~/Dropbox/Private ~/Private
dyld: lazy symbol binding failed: Symbol not found: __ZN5boost7archive17xml_iarchive_implINS0_12xml_iarchiveEEC2ERSij
Referenced from: /usr/local/Cellar/encfsmacosxfuse/1.7.4p2/lib/libencfs.6.dylib
Expected in: flat namespace

dyld: Symbol not found: __ZN5boost7archive17xml_iarchive_implINS0_12xml_iarchiveEEC2ERSij
Referenced from: /usr/local/Cellar/encfsmacosxfuse/1.7.4p2/lib/libencfs.6.dylib
Expected in: flat namespace

Trace/BPT trap: 5

from encfs.macosx.

cka3o4h1k avatar cka3o4h1k commented on August 14, 2024

Same:
encfs /Volumes/Data0/sync/BTSync.home/a ~/Private/ -- -o volname="Private"

dyld: lazy symbol binding failed: Symbol not found: __ZN5boost7archive17xml_iarchive_implINS0_12xml_iarchiveEEC2ERSij
Referenced from: /usr/local/Cellar/encfsmacosxfuse/1.7.4p2/lib/libencfs.6.dylib
Expected in: flat namespace

dyld: Symbol not found: __ZN5boost7archive17xml_iarchive_implINS0_12xml_iarchiveEEC2ERSij
Referenced from: /usr/local/Cellar/encfsmacosxfuse/1.7.4p2/lib/libencfs.6.dylib
Expected in: flat namespace

Trace/BPT trap: 5

from encfs.macosx.

andreagrandi avatar andreagrandi commented on August 14, 2024

I confirm the problem. If anyone finds a workaround for this, please share it :)
I really need encfs on my Mac :)

from encfs.macosx.

 avatar commented on August 14, 2024

Also getting this issue, OS X 10.9

from encfs.macosx.

andreagrandi avatar andreagrandi commented on August 14, 2024

Guys, just use this workaround:

sudo ln -s /usr/include/sys/_endian.h /usr/include/sys/endian.h
and: brew reinstall encfs

enjoy :)

from encfs.macosx.

cka3o4h1k avatar cka3o4h1k commented on August 14, 2024

"brew reinstall encfs" and "brew install encfs" not works, if use
brew install https://raw.github.com/jollyjinx/encfs.macosx/master/encfsmacosxfuse.rb

sudo ln -s /usr/include/sys/_endian.h /usr/include/sys/endian.h
nothing change

from encfs.macosx.

andreagrandi avatar andreagrandi commented on August 14, 2024

Hi, sorry I forgot to add that I used this recipe https://gist.github.com/ghibble/7297078/raw/cae1ff000a5e1cfc670f5b7a611279ed494b63af/encfs.rb

from encfs.macosx.

cka3o4h1k avatar cka3o4h1k commented on August 14, 2024

andreagrandi, thanks!

from encfs.macosx.

stubevan avatar stubevan commented on August 14, 2024

Awesome stuff

Many Thanks

On 7 Nov 2013, at 17:36, Andrea Grandi [email protected] wrote:

Hi, sorry I forgot to add that I used this recipe https://gist.github.com/ghibble/7297078/raw/cae1ff000a5e1cfc670f5b7a611279ed494b63af/encfs.rb

β€”
Reply to this email directly or view it on GitHub.

from encfs.macosx.

kikujiro-mms avatar kikujiro-mms commented on August 14, 2024

The above solution uses fuse4x, which I thought had been deprecated. The advantage of JollyJinx's recipe, and the reason I'm holding out for a solution, is that it works with OSXFuse, which is as I understand the project being maintained and now recommended. If this is wrong please let me know.

from encfs.macosx.

andreagrandi avatar andreagrandi commented on August 14, 2024

Your point is right, but the workaround I gave + fuse4x, at the moment, is the only way to run encfs on OSX Mavericks. Or, if you just need a compatible solution, you can use the commercial product called BoxCryptor (I've tested it and it works.. and in my case I need to use it because I share the encrypted folder with a Windows machine too and encfs is not available for Windows).

from encfs.macosx.

umgfoin avatar umgfoin commented on August 14, 2024

encfs for windows
http://members.ferrara.linux.it/freddy77/encfs.html

from encfs.macosx.

atnexxt avatar atnexxt commented on August 14, 2024

Try to mount the encfs volume with the -f option (https://code.google.com/p/encfs/issues/detail?id=182). This works for me. Unfortunately the process doesn’t run as a daemon then.

from encfs.macosx.

umgfoin avatar umgfoin commented on August 14, 2024

https://gist.github.com/defunctzombie/7324625

  • links against osxfuse
  • is patched for 10.9

works.

from encfs.macosx.

stubevan avatar stubevan commented on August 14, 2024

Awesome Stuff

Thank You

On 8 Nov 2013, at 15:41, umgfoin [email protected] wrote:

https://gist.github.com/defunctzombie/7324625

links against osxfuse
is patched for 10.9 works.
β€”
Reply to this email directly or view it on GitHub.

from encfs.macosx.

AlbertVeli avatar AlbertVeli commented on August 14, 2024

The formula umgfoin posted works for me. Thanks!

from encfs.macosx.

phuesler avatar phuesler commented on August 14, 2024

@defunctzombie formula posted by @umgfoin fixed my problem on mavericks

brew install https://gist.github.com/defunctzombie/7324625/raw/8c791a397767b7f9e7f725e49a45151885e3c1cb/encfs.rb

from encfs.macosx.

techabstraction avatar techabstraction commented on August 14, 2024

I just upgraded to Mavericks today. I've tried the solution above from @umgfoin but I get this when I run encfs:

dyld: Library not loaded: /usr/local/lib/librlog.5.0.0.dylib
Referenced from: /usr/local/bin/encfs
Reason: image not found
Trace/BPT trap: 5

from encfs.macosx.

wshanks avatar wshanks commented on August 14, 2024

@JakeCollins why not use the encfs formula in homebrew? It uses osxfuse now (it used to use fuse4x, which was why jollyjinx's formula was useful if you wanted to use osxfuse instead) and works for me with Mavericks. The homebrew formula is probably more likely to be maintained in the future.

from encfs.macosx.

techabstraction avatar techabstraction commented on August 14, 2024

@willsALMANJ thanks. It's working now using the encfs formula in Homebrew. I think one mistake I may have made was not installing osxfuse using Homebrew. I had to manually delete and change permissions on files as directed by Homebrew when I tried to brew link osxfuse.

The next step that seemed to fix it was to brew uninstall rlog followed by brew install rlog.

from encfs.macosx.

guido4000 avatar guido4000 commented on August 14, 2024

Which install is correct?
brew install encfs or
brew install https://gist.github.com/defunctzombie/7324625/raw/8c791a397767b7f9e7f725e49a45151885e3c1cb/encfs.rb

from encfs.macosx.

umgfoin avatar umgfoin commented on August 14, 2024

since homebrew's formula has been fixed:
brew install encfs

from encfs.macosx.

AlbertVeli avatar AlbertVeli commented on August 14, 2024

Remember that encfs depends on osxfuse, and a couple of commands has to be run manually with sudo to get osxfuse to work. If encfs doesn't work, try to reinstall osxfuse and run those sudo commands and try again. (the osxfuse formual will give the sudo commands).

from encfs.macosx.

viertelb avatar viertelb commented on August 14, 2024

after migration to a new macbook i had the same issue, uninstalling and installing rlog did it for me.

from encfs.macosx.

joscha avatar joscha commented on August 14, 2024

reinstalling rlog via

brew uninstall rlog && brew install rlog

worked for me as well.

from encfs.macosx.

borisdiakur avatar borisdiakur commented on August 14, 2024

Thanks @joscha, that one helped me as well : ]

from encfs.macosx.

85pando avatar 85pando commented on August 14, 2024

I have the same error @JakeCollins has.

yld: Library not loaded: /usr/local/opt/gettext/lib/libintl.8.dylib
Referenced from: /usr/local/bin/encfs
Reason: image not found
Trace/BPT trap: 5

I installed osxfuse via brew, did the posted (sudo and other) commands. Tried reinstalling rlog.

And actually there is not gettext folder in /usr/local/opt.

I am still using Mavericks (10.9.4).

from encfs.macosx.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.