Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in building encfs on Ubuntu 16.04 #116

Open
encfsfan opened this issue Apr 26, 2017 · 2 comments
Open

Error in building encfs on Ubuntu 16.04 #116

encfsfan opened this issue Apr 26, 2017 · 2 comments

Comments

@encfsfan
Copy link

encfsfan commented Apr 26, 2017

On Ubuntu 16.04, I followed the instructions at
https://github.com/neurodroid/cryptonite/wiki/Build-Instructions
to build cryptonite.

I finished the toolchain setup and compiled Boost, OpenSSL, FUSE, and rlog. However I got errors in compiling EncFS.

For EncFS, under ${CRYPTONITE}/encfs-1.8.1, in running ./build.sh
I first got errors "Makefile:724: .deps/BlockFileIO.Plo: No such file or directory"

To bypass that, I had to manually create those files under .deps

Afterwards, I got an another error
/bin/bash ../libtool --tag=CXX --mode=compile agcc-vfp -DHAVE_CONFIG_H -I. -I.. -DBOOST_FILESYSTEM_VERSION=2 -D__GLIBC__ -I/home/tryme/android-toolchain/sysroot/usr/include -I/home/tryme/cryptonite/encfs-1.8.1/encfs/../../fuse293/jni/include -I/home/tryme/cryptonite/encfs-1.8.1/encfs/../../boost/boost_1_60_0 -I/home/tryme/cryptonite/encfs-1.8.1/encfs/../../rlog/rlog-1.4/armeabi-v7a/include -DOPENSSL_NO_ENGINE -DHAVE_EVP_AES -DHAVE_EVP_BF -D__STDC_FORMAT_MACROS -I/home/tryme/cryptonite/encfs-1.8.1/encfs/../../openssl/openssl-1.0.2f/include -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -D__STDC_FORMAT_MACROS -DRLOG_COMPONENT="encfs" -I/home/tryme/cryptonite/encfs-1.8.1/encfs/../../rlog/rlog-1.4/armeabi-v7a/include -DOPENSSL_NO_ENGINE -DHAVE_EVP_AES -DHAVE_EVP_BF -D__STDC_FORMAT_MACROS -I/home/tryme/cryptonite/encfs-1.8.1/encfs/../../openssl/openssl-1.0.2f/include -I/home/tryme/cryptonite/encfs-1.8.1/encfs/../../boost/boost_1_60_0/android/include -I../intl -W -Wall -Wpointer-arith -Wwrite-strings -fexceptions -frtti -std=gnu++11 -MT autosprintf.lo -MD -MP -MF .deps/autosprintf.Tpo -c -o autosprintf.lo autosprintf.cpp
/bin/bash: ../libtool: No such file or directory

Where is this libtool script? (I tried to install libtool-bin on Ubuntu but it does not work either.)

What have I missed?

@bowdrillGit
Copy link

bowdrillGit commented Sep 15, 2017

@encfsfan I am working on a build tool here (https://github.com/bowdrillGit/cryptonite/tree/build_fix). Right now it compiles properly, but I am getting a 'Failed to load native library' when I run it. I am not at all a developer, so I probably just misconfigured something. Take a look if you are interested

@bowdrillGit
Copy link

@Francewhoa I would be interested for your thoughts as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants