Skip to content

Instantly share code, notes, and snippets.

@ivanistheone
Created August 25, 2017 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivanistheone/2d1db6c4618d702842f13d371b9ef7da to your computer and use it in GitHub Desktop.
Save ivanistheone/2d1db6c4618d702842f13d371b9ef7da to your computer and use it in GitHub Desktop.
(venv) probook:kiwix-build ivan$ ./kiwix-build.py --target-platform native_dyn
WARNING: kiwix-build has not been tested on MacOS platfrom.
Tests, bug reports and patches are welcomed.
[INSTALL PACKAGES]
- autoconf : SKIP
- automake : SKIP
- libtool : SKIP
- cmake : SKIP
- pkg-config : SKIP
SKIP, No package to install.
[PREPARE]
prepare sources pugixml :
download pugixml : OK1.50%
extract pugixml : OK
patch pugixml : OK
prepare sources zlib :
download zlib : OK0.41%
extract zlib : OK
patch zlib : OK
prepare sources lzma :
download lzma : OK0.02%
extract lzma : OK
prepare sources xapian-core :
download xapian-core : OK0.08%
extract xapian-core : OK
patch xapian-core : OK
prepare sources icu4c :
svncheckout icu4c : OK
svnupdate icu4c : OK
patch icu4c : OK
prepare sources libzim :
gitclone libzim : OK
gitupdate libzim : OK
prepare sources kiwix-lib :
gitclone kiwix-lib : OK
gitupdate kiwix-lib : OK
prepare sources libmicrohttpd :
download libmicrohttpd : OK0.31%
extract libmicrohttpd : OK
prepare sources kiwix-tools :
gitclone kiwix-tools : OK
gitupdate kiwix-tools : OK
[BUILD]
build pugixml :
configure pugixml : OK
compile pugixml : OK
install pugixml : OK
build zlib :
pre_build_script zlib : OK
configure zlib : OK
compile zlib : OK
install zlib : OK
build lzma :
configure lzma : OK
compile lzma : OK
install lzma : OK
build xapian-core :
configure xapian-core : OK
compile xapian-core : OK
install xapian-core : OK
build icu4c :
configure icu4c : OK
compile icu4c : OK
install icu4c : OK
build libzim :
configure libzim : OK
compile libzim : ERROR
[1/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/file_part.cpp.o' -MF 'src/zim@sha/file_part.cpp.o.d' -o 'src/zim@sha/file_part.cpp.o' -c ../../SOURCE/libzim/src/file_part.cpp
[2/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/fileheader.cpp.o' -MF 'src/zim@sha/fileheader.cpp.o.d' -o 'src/zim@sha/fileheader.cpp.o' -c ../../SOURCE/libzim/src/fileheader.cpp
[3/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/articlesource.cpp.o' -MF 'src/zim@sha/articlesource.cpp.o.d' -o 'src/zim@sha/articlesource.cpp.o' -c ../../SOURCE/libzim/src/articlesource.cpp
[4/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/envvalue.cpp.o' -MF 'src/zim@sha/envvalue.cpp.o.d' -o 'src/zim@sha/envvalue.cpp.o' -c ../../SOURCE/libzim/src/envvalue.cpp
[5/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/dirent.cpp.o' -MF 'src/zim@sha/dirent.cpp.o.d' -o 'src/zim@sha/dirent.cpp.o' -c ../../SOURCE/libzim/src/dirent.cpp
[6/33] cc -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -std=c11 -O0 -g -MMD -MQ 'src/zim@sha/md5.c.o' -MF 'src/zim@sha/md5.c.o.d' -o 'src/zim@sha/md5.c.o' -c ../../SOURCE/libzim/src/md5.c
[7/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/cluster.cpp.o' -MF 'src/zim@sha/cluster.cpp.o.d' -o 'src/zim@sha/cluster.cpp.o' -c ../../SOURCE/libzim/src/cluster.cpp
[8/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/file_compound.cpp.o' -MF 'src/zim@sha/file_compound.cpp.o.d' -o 'src/zim@sha/file_compound.cpp.o' -c ../../SOURCE/libzim/src/file_compound.cpp
[9/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/article.cpp.o' -MF 'src/zim@sha/article.cpp.o.d' -o 'src/zim@sha/article.cpp.o' -c ../../SOURCE/libzim/src/article.cpp
[10/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/file.cpp.o' -MF 'src/zim@sha/file.cpp.o.d' -o 'src/zim@sha/file.cpp.o' -c ../../SOURCE/libzim/src/file.cpp
[11/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/file_reader.cpp.o' -MF 'src/zim@sha/file_reader.cpp.o.d' -o 'src/zim@sha/file_reader.cpp.o' -c ../../SOURCE/libzim/src/file_reader.cpp
FAILED: src/zim@sha/file_reader.cpp.o
c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/file_reader.cpp.o' -MF 'src/zim@sha/file_reader.cpp.o.d' -o 'src/zim@sha/file_reader.cpp.o' -c ../../SOURCE/libzim/src/file_reader.cpp
../../SOURCE/libzim/src/file_reader.cpp:292:8: warning: unused variable 'buff_addr' [-Wunused-variable]
auto buff_addr = sub_buff->data(0);
^
../../SOURCE/libzim/src/file_reader.cpp:290:8: warning: unused variable 'source_addr' [-Wunused-variable]
auto source_addr = source->data(0);
^
In file included from ../../SOURCE/libzim/src/file_reader.cpp:21:
In file included from ../../SOURCE/libzim/include/zim/file_reader.h:23:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:4032:35: error: no viable overloaded '='
__e->__weak_this_ = *this;
~~~~~~~~~~~~~~~~~ ^ ~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:4268:5: note: in instantiation of function template specialization 'std::__1::shared_ptr<const zim::Buffer>::__enable_weak_this<zim::Buffer>' requested here
__enable_weak_this(__r.get());
^
../../SOURCE/libzim/src/file_reader.cpp:117:12: note: in instantiation of function template specialization 'std::__1::shared_ptr<const zim::Buffer>::shared_ptr<zim::Buffer, std::__1::default_delete<zim::Buffer> >' requested here
return std::move(buffer);
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:4984:15: note: candidate function not viable: no known conversion from 'std::__1::shared_ptr<const zim::Buffer>' to 'const std::__1::weak_ptr<zim::Buffer>' for 1st argument
weak_ptr& operator=(weak_ptr const& __r) _NOEXCEPT;
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:4995:15: note: candidate function not viable: no known conversion from 'std::__1::shared_ptr<const zim::Buffer>' to 'std::__1::weak_ptr<zim::Buffer>' for 1st argument
weak_ptr& operator=(weak_ptr&& __r) _NOEXCEPT;
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:4991:9: note: candidate template ignored: could not match 'weak_ptr' against 'shared_ptr'
operator=(weak_ptr<_Yp> const& __r) _NOEXCEPT;
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:5002:9: note: candidate template ignored: could not match 'weak_ptr' against 'shared_ptr'
operator=(weak_ptr<_Yp>&& __r) _NOEXCEPT;
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:5009:13: note: candidate template ignored: disabled by 'enable_if' [with _Yp = const zim::Buffer]
is_convertible<_Yp*, element_type*>::value,
^
2 warnings and 1 error generated.
[12/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/buffer.cpp.o' -MF 'src/zim@sha/buffer.cpp.o.d' -o 'src/zim@sha/buffer.cpp.o' -c ../../SOURCE/libzim/src/buffer.cpp
FAILED: src/zim@sha/buffer.cpp.o
c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/buffer.cpp.o' -MF 'src/zim@sha/buffer.cpp.o.d' -o 'src/zim@sha/buffer.cpp.o' -c ../../SOURCE/libzim/src/buffer.cpp
../../SOURCE/libzim/src/buffer.cpp:45:68: error: use of undeclared identifier 'MAP_POPULATE'
_data = (char*)mmap(NULL, size + _offset, PROT_READ, MAP_PRIVATE|MAP_POPULATE, fd, pa_offset);
^
1 error generated.
[13/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/ptrstream.cpp.o' -MF 'src/zim@sha/ptrstream.cpp.o.d' -o 'src/zim@sha/ptrstream.cpp.o' -c ../../SOURCE/libzim/src/ptrstream.cpp
[14/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/md5stream.cpp.o' -MF 'src/zim@sha/md5stream.cpp.o.d' -o 'src/zim@sha/md5stream.cpp.o' -c ../../SOURCE/libzim/src/md5stream.cpp
[15/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/template.cpp.o' -MF 'src/zim@sha/template.cpp.o.d' -o 'src/zim@sha/template.cpp.o' -c ../../SOURCE/libzim/src/template.cpp
[16/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/tee.cpp.o' -MF 'src/zim@sha/tee.cpp.o.d' -o 'src/zim@sha/tee.cpp.o' -c ../../SOURCE/libzim/src/tee.cpp
[17/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/uuid.cpp.o' -MF 'src/zim@sha/uuid.cpp.o.d' -o 'src/zim@sha/uuid.cpp.o' -c ../../SOURCE/libzim/src/uuid.cpp
[18/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/search_iterator.cpp.o' -MF 'src/zim@sha/search_iterator.cpp.o.d' -o 'src/zim@sha/search_iterator.cpp.o' -c ../../SOURCE/libzim/src/search_iterator.cpp
In file included from ../../SOURCE/libzim/src/search_iterator.cpp:20:
../../SOURCE/libzim/src/xapian/myhtmlparse.h:45:7: warning: 'zim::MyHtmlParser::parse_html' hides overloaded virtual function [-Woverloaded-virtual]
void parse_html(const string &text, const string &charset_,
^
../../SOURCE/libzim/src/xapian/htmlparse.h:46:15: note: hidden overloaded virtual function 'zim::HtmlParser::parse_html' declared here: different number of parameters (1 vs 3)
virtual void parse_html(const string &text);
^
In file included from ../../SOURCE/libzim/src/search_iterator.cpp:23:
../../SOURCE/libzim/src/search_internal.h:31:1: warning: 'InternalData' defined as a struct here but previously declared as a class [-Wmismatched-tags]
struct Search::InternalData {
^
../../SOURCE/libzim/include/zim/search.h:57:10: note: did you mean struct here?
class InternalData;
^~~~~
struct
In file included from ../../SOURCE/libzim/src/search_iterator.cpp:23:
../../SOURCE/libzim/src/search_internal.h:39:1: warning: 'InternalData' defined as a struct here but previously declared as a class [-Wmismatched-tags]
struct search_iterator::InternalData {
^
../../SOURCE/libzim/include/zim/search_iterator.h:60:9: note: did you mean struct here?
class InternalData;
^~~~~
struct
3 warnings generated.
[19/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/search.cpp.o' -MF 'src/zim@sha/search.cpp.o.d' -o 'src/zim@sha/search.cpp.o' -c ../../SOURCE/libzim/src/search.cpp
In file included from ../../SOURCE/libzim/src/search.cpp:21:
../../SOURCE/libzim/src/search_internal.h:31:1: warning: 'InternalData' defined as a struct here but previously declared as a class [-Wmismatched-tags]
struct Search::InternalData {
^
../../SOURCE/libzim/include/zim/search.h:57:10: note: did you mean struct here?
class InternalData;
^~~~~
struct
In file included from ../../SOURCE/libzim/src/search.cpp:21:
../../SOURCE/libzim/src/search_internal.h:39:1: warning: 'InternalData' defined as a struct here but previously declared as a class [-Wmismatched-tags]
struct search_iterator::InternalData {
^
../../SOURCE/libzim/include/zim/search_iterator.h:60:9: note: did you mean struct here?
class InternalData;
^~~~~
struct
../../SOURCE/libzim/src/search.cpp:58:28: warning: unused function 'read_valuesmap' [-Wunused-function]
std::map<std::string, int> read_valuesmap(const std::string &s) {
^
3 warnings generated.
[20/33] c++ -Isrc/zim@sha -Isrc -I../../SOURCE/libzim/src -Iinclude -I../../SOURCE/libzim/include -I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O0 -g -MMD -MQ 'src/zim@sha/fileimpl.cpp.o' -MF 'src/zim@sha/fileimpl.cpp.o.d' -o 'src/zim@sha/fileimpl.cpp.o' -c ../../SOURCE/libzim/src/fileimpl.cpp
ninja: build stopped: subcommand failed.
run command 'ninja -v'
current directory is '/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/libzim'
env is :
rvm_bin_path : '/Users/ivan/.rvm/bin'
TERM_PROGRAM : 'iTerm.app'
GEM_HOME : '/Users/ivan/.rvm/gems/ruby-2.3.0'
ANDROID_HOME : '/Users/ivan/Library/Android/sdk'
TERM : 'xterm-256color'
SHELL : '/bin/bash'
ANDROID_RELEASE_KEYSTORE_PASSWORD : 'android'
IRBRC : '/Users/ivan/.rvm/rubies/ruby-2.3.0/.irbrc'
TMPDIR : '/var/folders/k3/r74jr38d56v717n39fd073f80000gn/T/'
KALITE_PYTHON : '/Applications/KA-Lite-Monitor.app/Contents/Resources/pyrun-2.7/bin/pyrun'
Apple_PubSub_Socket_Render : '/private/tmp/com.apple.launchd.J3gHxSqnbo/Render'
TERM_PROGRAM_VERSION : '3.0.9'
MY_RUBY_HOME : '/Users/ivan/.rvm/rubies/ruby-2.3.0'
TERM_SESSION_ID : 'w0t2p1:A38D5847-F86D-41DE-9B34-DCD19238E12A'
ANDROID_RELEASE_KEYALIAS : 'platformkey'
USER : 'ivan'
_system_type : 'Darwin'
ANDROID_DEBUG_KEYALIAS : 'androiddebugkey'
rvm_path : '/Users/ivan/.rvm'
SSH_AUTH_SOCK : '/private/tmp/com.apple.launchd.e62qOPSrSl/Listeners'
__CF_USER_TEXT_ENCODING : '0x1F5:0x0:0x0'
ANDROID_DEBUG_KEYSTORE_PASSWORD : 'android'
VIRTUAL_ENV : '/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/venv'
rvm_prefix : '/Users/ivan'
PATH : '/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/bin:/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/venv/bin:/usr/local/google-cloud-sdk/bin:/Users/ivan/.rvm/gems/ruby-2.3.0/bin:/Users/ivan/.rvm/gems/ruby-2.3.0@global/bin:/Users/ivan/.rvm/rubies/ruby-2.3.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/MacGPG2/bin:/usr/texbin:/usr/local/google-cloud-sdk/bin:/Users/ivan/.rvm/gems/ruby-2.3.0/bin:/Users/ivan/.rvm/gems/ruby-2.3.0@global/bin:/Users/ivan/.rvm/rubies/ruby-2.3.0/bin:/Users/ivan/.rvm/bin:/Users/ivan/Projects/Minireference/ePub/Code:/Applications/calibre.app/Contents/console.app/Contents/MacOS:/Users/ivan/Library/Android/sdk/tools:/Users/ivan/Library/Android/sdk/tools/bin:/Users/ivan/Library/Android/sdk/platform-tools:/Users/ivan/Library/Android/sdk/build-tools/26.0.0'
PWD : '/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build'
LANG : 'en_CA.UTF-8'
ITERM_PROFILE : 'Default'
_system_arch : 'x86_64'
XPC_FLAGS : '0x0'
PS1 : '(venv) \\h:\\W \\u\\$ '
_system_version : '10.10'
XPC_SERVICE_NAME : '0'
ANDROID_RELEASE_KEYALIAS_PASSWORD : 'hell0'
rvm_version : '1.26.11 (latest)'
SHLVL : '2'
HOME : '/Users/ivan'
rvm_ruby_string : 'ruby-2.3.0'
ITERM_SESSION_ID : 'w0t2p1:A38D5847-F86D-41DE-9B34-DCD19238E12A'
LOGNAME : 'ivan'
GEM_PATH : '/Users/ivan/.rvm/gems/ruby-2.3.0:/Users/ivan/.rvm/gems/ruby-2.3.0@global'
ANDROID_DEBUG_KEYALIAS_PASSWORD : 'android'
ANDROID_DEBUG_KEYSTORE : '/Users/ivan/.android/debug.keystore'
rvm_delete_flag : '0'
DISPLAY : '/private/tmp/com.apple.launchd.cdPWueXYQy/org.macosforge.xquartz:0'
ANDROID_RELEASE_KEYSTORE : '/Users/ivan/.android/debug.keystore'
RUBY_VERSION : 'ruby-2.3.0'
_system_name : 'OSX'
_ : './kiwix-build.py'
PKG_CONFIG_PATH : ':/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/lib/pkgconfig'
LD_LIBRARY_PATH : ':/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/lib:/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/lib64'
CPPFLAGS : '-I/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/include '
LDFLAGS : '-L/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/lib -L/Users/ivan/Projects/FLECode/wikimania-hackathon/kiwix-build/BUILD_native_dyn/INSTALL/lib64 '
Stopping build due to errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment