encfs.macosx icon indicating copy to clipboard operation
encfs.macosx copied to clipboard

Support for OS X 10.10 Yosemite

Open moul opened this issue 10 years ago • 10 comments

Hi, did someone ever succeed to install and run encfs on OS X 10.10 Yosemite ?

I tried from sources but failed miserably

moul avatar Jun 08 '14 07:06 moul

Stuck at compile time. Installed 2.7.0 package from osxfuse website

libtool: link: clang++ -DRLOG_COMPONENT=encfs -I/usr/local/include -D__FreeBSD__=10 -DLOCALEDIR="/usr/local/Cellar/encfs/1.7.4p4/share/locale" -W -Wall -Wpointer-arith -Wwrite-strings -g -O2 -D_THREAD_SAFE -o .libs/encfs encfs.o main.o -Wl,-framework -Wl,CoreFoundation -Wl,-bind_at_load -L/usr/local/Cellar/gettext/0.18.3.2/lib -L/opt/local/lib ./.libs/libencfs.dylib -lrlog -lssl /usr/local/lib/libosxfuse_i64.dylib -liconv -L/usr/local/lib -lboost_serialization-mt -lboost_filesystem-mt -lboost_system-mt -lintl -pthread libtool: link: clang++ -DRLOG_COMPONENT=encfs -I/usr/local/include -D__FreeBSD__=10 -DLOCALEDIR="/usr/local/Cellar/encfs/1.7.4p4/share/locale" -W -Wall -Wpointer-arith -Wwrite-strings -g -O2 -D_THREAD_SAFE -o .libs/test test.o -Wl,-framework -Wl,CoreFoundation -Wl,-bind_at_load -L/usr/local/Cellar/gettext/0.18.3.2/lib -L/opt/local/lib ./.libs/libencfs.dylib -lrlog -lssl /usr/local/lib/libosxfuse_i64.dylib -liconv -L/usr/local/lib -lboost_serialization-mt -lboost_filesystem-mt -lboost_system-mt -lintl -pthread libtool: link: clang++ -DRLOG_COMPONENT=encfs -I/usr/local/include -D__FreeBSD__=10 -DLOCALEDIR="/usr/local/Cellar/encfs/1.7.4p4/share/locale" -W -Wall -Wpointer-arith -Wwrite-strings -g -O2 -D_THREAD_SAFE -o .libs/makeKey makeKey.o -Wl,-framework -Wl,CoreFoundation -Wl,-bind_at_load -L/usr/local/Cellar/gettext/0.18.3.2/lib -L/opt/local/lib ./.libs/libencfs.dylib -lrlog -lssl /usr/local/lib/libosxfuse_i64.dylib -liconv -L/usr/local/lib -lboost_serialization-mt -lboost_filesystem-mt -lboost_system-mt -lintl -pthread Undefined symbols for architecture x86_64: "_ENGINE_load_builtin_engines", referenced from: _main in test.o "_ENGINE_register_all_RAND", referenced from: _main in test.o "_ENGINE_register_all_ciphers", referenced from: _main in test.o "_ENGINE_register_all_digests", referenced from: _main in test.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [test] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Homebrew doesn't know what compiler versions ship with your version of Xcode (6.0). Please brew update and if that doesn't help, file an issue with the output of brew --config: https://github.com/Homebrew/homebrew/issues

Note that we only track stable, released versions of Xcode.

Thanks! ==> Formula Tap: path or URL Path: /Users/User/encfs.rb ==> Configuration HOMEBREW_VERSION: 0.9.5 HEAD: 02a37d53873d209fd3b7b3244949c6524beb4cdf CPU: quad-core 64-bit ivybridge OS X: 10.10-x86_64 Xcode: 6.0 => /Applications/Xcode6-Beta.app/Contents/Developer Error: Homebrew doesn't know what compiler versions ship with your version of Xcode (6.0). Please brew update and if that doesn't help, file an issue with the output of brew --config: https://github.com/Homebrew/homebrew/issues

Note that we only track stable, released versions of Xcode.

Thanks! Clang: 6.0 build 600 X11: N/A ==> ENV HOMEBREW_CC: clang HOMEBREW_CXX: clang++ CPPFLAGS: -I/usr/local/include/osxfuse -I/usr/local/Cellar/gettext/0.18.3.2/include LDFLAGS: -L/usr/local/Cellar/gettext/0.18.3.2/lib MAKEFLAGS: -j4 CMAKE_PREFIX_PATH: /usr/local CMAKE_INCLUDE_PATH: /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2:/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/apache2:/Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers CMAKE_LIBRARY_PATH: /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries CMAKE_FRAMEWORK_PATH: /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig HOMEBREW_SDKROOT: /Applications/Xcode6-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk ACLOCAL_PATH: /usr/local/share/aclocal PATH: /usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin

iMojito avatar Jun 09 '14 22:06 iMojito

+1 !

cerisier avatar Jun 24 '14 07:06 cerisier

. +1

SnoreCopter avatar Jul 02 '14 06:07 SnoreCopter

Just stumbled upon this method which still works under Yosemite: http://seeseekey.net/blog/9455

Anyway +1!

Sofoca avatar Aug 19 '14 18:08 Sofoca

Should work with latest OSXFuse http://imojito.com/encfs-mac-osx-10-10-yosemite.html

iMojito avatar Aug 19 '14 20:08 iMojito

:+1:

lindenle avatar Oct 20 '14 21:10 lindenle

+1

x2q avatar Nov 17 '14 10:11 x2q

On Aug 19, 2014, at 15:09 , iMojito <[email protected]mailto:[email protected]> wrote:

Compiled binaries from Mavericks work on Yosemite with latest osxfuse

That is great.

But does encfs compile & build yet under Yosemite with Xcode-6.1?

Uri Blumenthal [email protected]:[email protected]

mouse07410 avatar Nov 17 '14 14:11 mouse07410

http://encfsmp.sourceforge.net/docs_osx.html

cka3o4h1k avatar Jun 29 '15 00:06 cka3o4h1k

On Jun 28, 2015, at 20:12 , cka3o4h1k <[email protected]mailto:[email protected]> wrote:

http://encfsmp.sourceforge.net/docs_osx.html

Thank you!

However

  • I don’t really need a GUI to encfs (and all the memory/disk cost that this GUI requires), being perfectly capable to use encfs in CLI environment;
  • EncFSMP seems to still rely upon a functional encfs - and it’s getting encfs to compile & run that I am asking about;
  • EncFSMP appears to be using encfs-1.7.4, while most everybody else is on encfs-1.7.5;
  • I’m not crazy about installing wxWidgets on my system;
  • WTF is Pismo File Mount, and why do I need it? encfs has been working perfectly without it. I think that blog and boost dependencies are more than enough already.

Thankfully, Macportshttps://www.macports.org/install.php appears to provide a working encfs-1.7.5https://trac.macports.org/browser/trunk/dports/fuse/encfs/Portfile version for Yosemite, so at least my itch has been scratched.

Uri Blumenthal [email protected]:[email protected]

mouse07410 avatar Jun 29 '15 01:06 mouse07410

Please do NOT install ANYTHING coming from Sourceforge!!! Please read this http://arstechnica.com/information-technology/2015/05/sourceforge-grabs-gimp-for-windows-account-wraps-installer-in-bundle-pushing-adware/

andreagrandi avatar Jun 29 '15 05:06 andreagrandi

Uri Blumenthal,

Every OSX update i stuck with problems to install Encfs, i'm not skilled with compilation from source and dependencies, user level

EncFSMP is simple way to use Encfs, just download and copy to Applications. CLI supported, portable, and windows support. Of course, in standalone install and every day use better to instal newest naked version of Encfs

cka3o4h1k avatar Jul 04 '15 17:07 cka3o4h1k