Closed thewholelifetolearn closed 5 years ago
yeay! could you copy the command you used to run docker?
I followed the README:
docker-inventaire
inventaire
entities-search-engine
docker-compose up --build
I stopped the containers and tried again with a simple docker-compose up
but it didn't change anything
the documentation seems to miss the dependencies installation steps (thus the missing config
module):
git clone https://github.com/inventaire/inventaire.git
cd inventaire
npm install
cd ..
git clone https://github.com/inventaire/entities-search-engine.git
cd entities-search-engine
npm install
I can't test it right now due to low bandwidth, but if you can confirm it, we should update the readme
Ok. The commands you give will be done on the host but I have the general idea.
When I have the solution, I will submit a pull request to update the documentation.
I have tried the commands you suggested but it doesn't work. It can't download the package node-sass
and then it doesn't find the module convert_markdown
Here the full logs:
> dtrace-provider@0.8.7 install /opt/inventaire/node_modules/dtrace-provider
> node-gyp rebuild || node suppress-error.js
make: Entering directory '/opt/inventaire/node_modules/dtrace-provider/build'
TOUCH Release/obj.target/DTraceProviderStub.stamp
make: Leaving directory '/opt/inventaire/node_modules/dtrace-provider/build'
> leveldown@4.0.1 install /opt/inventaire/node_modules/level-test/node_modules/leveldown
> prebuild-install || node-gyp rebuild
> leveldown@1.7.2 install /opt/inventaire/node_modules/leveldown
> prebuild-install || node-gyp rebuild
prebuild-install info begin Prebuild-install version 2.2.1
prebuild-install info looking for local prebuild @ prebuilds/leveldown-v1.7.2-node-v57-linux-x64.tar.gz
prebuild-install info looking for cached prebuild @ /home/node/.npm/_prebuilds/https-github.com-level-leveldown-releases-download-v1.7.2-leveldown-v1.7.2-node-v57-linux-x64.tar.gz
prebuild-install http request GET https://github.com/level/leveldown/releases/download/v1.7.2/leveldown-v1.7.2-node-v57-linux-x64.tar.gz
prebuild-install http 200 https://github.com/level/leveldown/releases/download/v1.7.2/leveldown-v1.7.2-node-v57-linux-x64.tar.gz
prebuild-install info downloading to @ /home/node/.npm/_prebuilds/https-github.com-level-leveldown-releases-download-v1.7.2-leveldown-v1.7.2-node-v57-linux-x64.tar.gz.131-293da1f6f437e.tmp
prebuild-install info renaming to @ /home/node/.npm/_prebuilds/https-github.com-level-leveldown-releases-download-v1.7.2-leveldown-v1.7.2-node-v57-linux-x64.tar.gz
prebuild-install info unpacking @ /home/node/.npm/_prebuilds/https-github.com-level-leveldown-releases-download-v1.7.2-leveldown-v1.7.2-node-v57-linux-x64.tar.gz
prebuild-install info unpack resolved to /opt/inventaire/node_modules/leveldown/build/Release/leveldown.node
prebuild-install info unpack required /opt/inventaire/node_modules/leveldown/build/Release/leveldown.node successfully
prebuild-install info install Successfully installed prebuilt binary!
> git-hooks@1.1.8 postinstall /opt/inventaire/node_modules/git-hooks
> ./bin/git-hooks --install
> wikidata-filter@2.3.1 postinstall /opt/inventaire/node_modules/wikidata-filter
> check-node-version --node '>= 6.4.0'
node: 8.12.0
npm: 6.4.1
yarn: 1.9.4
> inventaire@ postinstall /opt/inventaire
> ./scripts/postinstall
Cloning into './i18n'...
remote: Enumerating objects: 62, done.
remote: Counting objects: 100% (62/62), done.
remote: Compressing objects: 100% (45/45), done.
remote: Total 614 (delta 17), reused 59 (delta 17), pack-reused 552
Receiving objects: 100% (614/614), 925.31 KiB | 994.00 KiB/s, done.
Resolving deltas: 100% (382/382), done.
Checking connectivity... done.
> inventaire@ install-client /opt/inventaire
> ./scripts/install-client
Cloning into './client'...
remote: Enumerating objects: 350, done.
remote: Counting objects: 100% (350/350), done.
remote: Compressing objects: 100% (204/204), done.
remote: Total 46842 (delta 203), reused 224 (delta 144), pack-reused 46492
Receiving objects: 100% (46842/46842), 7.72 MiB | 2.80 MiB/s, done.
Resolving deltas: 100% (36410/36410), done.
Checking connectivity... done.
> node-sass@3.8.0 install /opt/inventaire/client/node_modules/node-sass
> node scripts/install.js
Cannot download "https://github.com/sass/node-sass/releases/download/v3.8.0/linux-x64-57_binding.node":
HTTP error 404 Not Found
Hint: If github.com is not accessible in your location
try setting a proxy via HTTP_PROXY, e.g.
export HTTP_PROXY=http://example.com:1234
or configure npm proxy via
npm config set proxy http://example.com:8080
> node-sass@3.8.0 postinstall /opt/inventaire/client/node_modules/node-sass
> node scripts/build.js
Building: /usr/local/bin/node /opt/inventaire/client/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
gyp info it worked if it ends with ok
gyp verb cli [ '/usr/local/bin/node',
gyp verb cli '/opt/inventaire/client/node_modules/node-gyp/bin/node-gyp.js',
gyp verb cli 'rebuild',
gyp verb cli '--verbose',
gyp verb cli '--libsass_ext=',
gyp verb cli '--libsass_cflags=',
gyp verb cli '--libsass_ldflags=',
gyp verb cli '--libsass_library=' ]
gyp info using node-gyp@3.6.2
gyp info using node@8.12.0 | linux | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb `which` succeeded python2 /usr/bin/python2
gyp verb check python version `/usr/bin/python2 -c "import platform; print(platform.python_version());"` returned: "2.7.9\n"
gyp verb get node dir no --target version specified, falling back to host node version: 8.12.0
gyp verb command install [ '8.12.0' ]
gyp verb install input version string "8.12.0"
gyp verb install installing version: 8.12.0
gyp verb install --ensure was passed, so won't reinstall if already installed
gyp verb install version is already installed, need to check "installVersion"
gyp verb got "installVersion" 9
gyp verb needs "installVersion" 9
gyp verb install version is good
gyp verb get node dir target node version installed: 8.12.0
gyp verb build dir attempting to create "build" dir: /opt/inventaire/client/node_modules/node-sass/build
gyp verb build dir "build" dir needed to be created? /opt/inventaire/client/node_modules/node-sass/build
gyp verb build/config.gypi creating config file
gyp verb build/config.gypi writing out config file: /opt/inventaire/client/node_modules/node-sass/build/config.gypi
gyp verb config.gypi checking for gypi file: /opt/inventaire/client/node_modules/node-sass/config.gypi
gyp verb common.gypi checking for gypi file: /opt/inventaire/client/node_modules/node-sass/common.gypi
gyp verb gyp gyp format was not specified; forcing "make"
gyp info spawn /usr/bin/python2
gyp info spawn args [ '/opt/inventaire/client/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/opt/inventaire/client/node_modules/node-sass/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/opt/inventaire/client/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/home/node/.node-gyp/8.12.0/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/home/node/.node-gyp/8.12.0',
gyp info spawn args '-Dnode_gyp_dir=/opt/inventaire/client/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/home/node/.node-gyp/8.12.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/opt/inventaire/client/node_modules/node-sass',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp verb command build []
gyp verb build type Release
gyp verb architecture x64
gyp verb node dev dir /home/node/.node-gyp/8.12.0
gyp verb `which` succeeded for `make` /usr/bin/make
gyp info spawn make
gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
make: Entering directory '/opt/inventaire/client/node_modules/node-sass/build'
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/ast.o ../src/libsass/src/ast.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/base64vlq.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/base64vlq.o ../src/libsass/src/base64vlq.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/bind.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/bind.o ../src/libsass/src/bind.cpp
cc '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cencode.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/cencode.o ../src/libsass/src/cencode.c
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/color_maps.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/color_maps.o ../src/libsass/src/color_maps.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/constants.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/constants.o ../src/libsass/src/constants.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/context.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/context.o ../src/libsass/src/context.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cssize.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/cssize.o ../src/libsass/src/cssize.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/emitter.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/emitter.o ../src/libsass/src/emitter.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/environment.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/environment.o ../src/libsass/src/environment.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/error_handling.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/error_handling.o ../src/libsass/src/error_handling.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/eval.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/eval.o ../src/libsass/src/eval.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/expand.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/expand.o ../src/libsass/src/expand.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/extend.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/extend.o ../src/libsass/src/extend.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/file.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/file.o ../src/libsass/src/file.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/functions.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/functions.o ../src/libsass/src/functions.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/inspect.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/inspect.o ../src/libsass/src/inspect.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/json.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/json.o ../src/libsass/src/json.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/lexer.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/lexer.o ../src/libsass/src/lexer.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/listize.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/listize.o ../src/libsass/src/listize.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/memory_manager.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/memory_manager.o ../src/libsass/src/memory_manager.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/node.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/node.o ../src/libsass/src/node.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/output.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/output.o ../src/libsass/src/output.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/parser.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/parser.o ../src/libsass/src/parser.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/plugins.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/plugins.o ../src/libsass/src/plugins.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/position.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/position.o ../src/libsass/src/position.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/prelexer.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/prelexer.o ../src/libsass/src/prelexer.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/remove_placeholders.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o ../src/libsass/src/remove_placeholders.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass.o ../src/libsass/src/sass.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass2scss.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass2scss.o ../src/libsass/src/sass2scss.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_context.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_context.o ../src/libsass/src/sass_context.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_functions.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_functions.o ../src/libsass/src/sass_functions.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_util.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_util.o ../src/libsass/src/sass_util.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_values.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_values.o ../src/libsass/src/sass_values.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/source_map.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/source_map.o ../src/libsass/src/source_map.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_c.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/to_c.o ../src/libsass/src/to_c.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_value.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/to_value.o ../src/libsass/src/to_value.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/units.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/units.o ../src/libsass/src/units.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/utf8_string.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/utf8_string.o ../src/libsass/src/utf8_string.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/util.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/util.o ../src/libsass/src/util.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/values.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/values.o ../src/libsass/src/values.cpp
rm -f Release/obj.target/src/sass.a && ar crs Release/obj.target/src/sass.a Release/obj.target/libsass/src/libsass/src/ast.o Release/obj.target/libsass/src/libsass/src/base64vlq.o Release/obj.target/libsass/src/libsass/src/bind.o Release/obj.target/libsass/src/libsass/src/cencode.o Release/obj.target/libsass/src/libsass/src/color_maps.o Release/obj.target/libsass/src/libsass/src/constants.o Release/obj.target/libsass/src/libsass/src/context.o Release/obj.target/libsass/src/libsass/src/cssize.o Release/obj.target/libsass/src/libsass/src/emitter.o Release/obj.target/libsass/src/libsass/src/environment.o Release/obj.target/libsass/src/libsass/src/error_handling.o Release/obj.target/libsass/src/libsass/src/eval.o Release/obj.target/libsass/src/libsass/src/expand.o Release/obj.target/libsass/src/libsass/src/extend.o Release/obj.target/libsass/src/libsass/src/file.o Release/obj.target/libsass/src/libsass/src/functions.o Release/obj.target/libsass/src/libsass/src/inspect.o Release/obj.target/libsass/src/libsass/src/json.o Release/obj.target/libsass/src/libsass/src/lexer.o Release/obj.target/libsass/src/libsass/src/listize.o Release/obj.target/libsass/src/libsass/src/memory_manager.o Release/obj.target/libsass/src/libsass/src/node.o Release/obj.target/libsass/src/libsass/src/output.o Release/obj.target/libsass/src/libsass/src/parser.o Release/obj.target/libsass/src/libsass/src/plugins.o Release/obj.target/libsass/src/libsass/src/position.o Release/obj.target/libsass/src/libsass/src/prelexer.o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o Release/obj.target/libsass/src/libsass/src/sass.o Release/obj.target/libsass/src/libsass/src/sass2scss.o Release/obj.target/libsass/src/libsass/src/sass_context.o Release/obj.target/libsass/src/libsass/src/sass_functions.o Release/obj.target/libsass/src/libsass/src/sass_util.o Release/obj.target/libsass/src/libsass/src/sass_values.o Release/obj.target/libsass/src/libsass/src/source_map.o Release/obj.target/libsass/src/libsass/src/to_c.o Release/obj.target/libsass/src/libsass/src/to_value.o Release/obj.target/libsass/src/libsass/src/units.o Release/obj.target/libsass/src/libsass/src/utf8_string.o Release/obj.target/libsass/src/libsass/src/util.o Release/obj.target/libsass/src/libsass/src/values.o
rm -rf "Release/sass.a" && cp -af "Release/obj.target/src/sass.a" "Release/sass.a"
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/binding.o.d.raw -c -o Release/obj.target/binding/src/binding.o ../src/binding.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/create_string.o.d.raw -c -o Release/obj.target/binding/src/create_string.o ../src/create_string.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/custom_function_bridge.o.d.raw -c -o Release/obj.target/binding/src/custom_function_bridge.o ../src/custom_function_bridge.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/custom_importer_bridge.o.d.raw -c -o Release/obj.target/binding/src/custom_importer_bridge.o ../src/custom_importer_bridge.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_context_wrapper.o.d.raw -c -o Release/obj.target/binding/src/sass_context_wrapper.o ../src/sass_context_wrapper.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/boolean.o.d.raw -c -o Release/obj.target/binding/src/sass_types/boolean.o ../src/sass_types/boolean.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/color.o.d.raw -c -o Release/obj.target/binding/src/sass_types/color.o ../src/sass_types/color.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/error.o.d.raw -c -o Release/obj.target/binding/src/sass_types/error.o ../src/sass_types/error.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/factory.o.d.raw -c -o Release/obj.target/binding/src/sass_types/factory.o ../src/sass_types/factory.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/list.o.d.raw -c -o Release/obj.target/binding/src/sass_types/list.o ../src/sass_types/list.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/map.o.d.raw -c -o Release/obj.target/binding/src/sass_types/map.o ../src/sass_types/map.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/null.o.d.raw -c -o Release/obj.target/binding/src/sass_types/null.o ../src/sass_types/null.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/number.o.d.raw -c -o Release/obj.target/binding/src/sass_types/number.o ../src/sass_types/number.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/string.o.d.raw -c -o Release/obj.target/binding/src/sass_types/string.o ../src/sass_types/string.cpp
g++ -shared -pthread -rdynamic -m64 -Wl,-soname=binding.node -o Release/obj.target/binding.node -Wl,--start-group Release/obj.target/binding/src/binding.o Release/obj.target/binding/src/create_string.o Release/obj.target/binding/src/custom_function_bridge.o Release/obj.target/binding/src/custom_importer_bridge.o Release/obj.target/binding/src/sass_context_wrapper.o Release/obj.target/binding/src/sass_types/boolean.o Release/obj.target/binding/src/sass_types/color.o Release/obj.target/binding/src/sass_types/error.o Release/obj.target/binding/src/sass_types/factory.o Release/obj.target/binding/src/sass_types/list.o Release/obj.target/binding/src/sass_types/map.o Release/obj.target/binding/src/sass_types/null.o Release/obj.target/binding/src/sass_types/number.o Release/obj.target/binding/src/sass_types/string.o Release/obj.target/src/sass.a -Wl,--end-group
rm -rf "Release/binding.node" && cp -af "Release/obj.target/binding.node" "Release/binding.node"
make: Leaving directory '/opt/inventaire/client/node_modules/node-sass/build'
gyp info ok
Installed in "/opt/inventaire/client/node_modules/node-sass/vendor/linux-x64-57/binding.node"
> git-hooks@1.1.8 postinstall /opt/inventaire/client/node_modules/git-hooks
> ./bin/git-hooks --install
> handlebars-brunch@2.10.0 postinstall /opt/inventaire/client/node_modules/handlebars-brunch
> node ./postinstall.js
> wikidata-cli@3.0.6 postinstall /opt/inventaire/client/node_modules/wikidata-cli
> mkdir -p props
> inventaire-client@ postinstall /opt/inventaire/client
> ./scripts/postinstall
done copying: normalize.css
done copying: quagga
done copying: isbn2
done copying: papaparse
done copying: cropper
done copying: leaflet and leaflet.markercluster
done downloading: piwik
done copying: fork-awesome
Error: Cannot find module '/opt/inventaire/inventaire-i18n/original/lib/convert_markdown'
at Function.Module._resolveFilename (module.js:548:15)
at Function.Module._load (module.js:475:25)
at Module.require (module.js:597:17)
at require (internal/module.js:11:18)
at Object.require (/opt/inventaire/config/universal_path.coffee:55:28)
at Object.<anonymous> (/opt/inventaire/client/scripts/update_mentions.coffee:18:22)
at Object.<anonymous> (/opt/inventaire/client/scripts/update_mentions.coffee:3:1)
at Module._compile (module.js:653:30)
at Object.exports.run (/opt/inventaire/client/node_modules/coffee-script/lib/coffee-script/coffee-script.js:173:23)
at compileScript (/opt/inventaire/client/node_modules/coffee-script/lib/coffee-script/command.js:224:29)
at compilePath (/opt/inventaire/client/node_modules/coffee-script/lib/coffee-script/command.js:174:14)
at Object.exports.run (/opt/inventaire/client/node_modules/coffee-script/lib/coffee-script/command.js:98:20)
at Object.<anonymous> (/opt/inventaire/client/node_modules/coffee-script/bin/coffee:15:45)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Function.Module.runMain (module.js:694:10)
at startup (bootstrap_node.js:204:16)
at bootstrap_node.js:625:3
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! inventaire-client@ postinstall: `./scripts/postinstall`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the inventaire-client@ postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/node/.npm/_logs/2019-08-21T20_13_22_570Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! inventaire@ install-client: `./scripts/install-client`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the inventaire@ install-client script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/node/.npm/_logs/2019-08-21T20_13_22_603Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! inventaire@ postinstall: `./scripts/postinstall`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the inventaire@ postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/node/.npm/_logs/2019-08-21T20_13_22_714Z-debug.log
For information, there are warnings for the repository entities-search-engine
:
npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm WARN deprecated json3@3.3.2: Please use the native JSON object instead of JSON 3
> wikidata-cli@1.7.10 postinstall /opt/entities-search-engine/node_modules/wikidata-cli
> mkdir -p props
> wikidata-filter@2.4.0 postinstall /opt/entities-search-engine/node_modules/wikidata-filter
> check-node-version --node '>= 6.4.0'
node: 8.16.1
npm: 6.4.1
yarn: 1.15.2
npm WARN lifecycle entities-search-engine@1.0.0~postinstall: cannot run in wd entities-search-engine@1.0.0 ./scripts/postinstall (wd=/opt/entities-search-engine)
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN entities-search-engine@1.0.0 No repository field.
added 258 packages from 458 contributors and audited 754 packages in 19.335s
found 3 vulnerabilities (1 low, 1 moderate, 1 critical)
run `npm audit fix` to fix them, or `npm audit` for details
I don't get it why it doesn't work. I no knowledge in Node.js. So I will first update my knowledge on JavaScript and then learn Node.js before trying to get it to run.
But I don't give up. I will come back. I really want to work on the UX of the project.
e4055fc should have fixed the client postinstall script error. You should be able to restart the installation process after some cleanup:
cd inventaire
rm -rf ./i18n ./client
and then you should be good to re-run npm install
in that same inventaire
directory
If you don't have nodejs installed on your machine, you can run the npm install
inside docker with this command at the root of docker-inventaire
repo:
sudo docker run --user 1000 --rm --volume "$(pwd):/opt/" --workdir '/opt/inventaire' node:8 npm install`
same thing with the other service
sudo docker run --user 1000 --rm --volume "$(pwd):/opt/" --workdir '/opt/entities-search-engine' node:8 npm install
i will update de Readme
I have still an issue.
$ docker-compose run --rm inventaire npm install
> dtrace-provider@0.8.7 install /opt/inventaire/node_modules/dtrace-provider
> node-gyp rebuild || node suppress-error.js
make: Entering directory '/opt/inventaire/node_modules/dtrace-provider/build'
TOUCH Release/obj.target/DTraceProviderStub.stamp
make: Leaving directory '/opt/inventaire/node_modules/dtrace-provider/build'
> leveldown@4.0.1 install /opt/inventaire/node_modules/level-test/node_modules/leveldown
> prebuild-install || node-gyp rebuild
> leveldown@1.7.2 install /opt/inventaire/node_modules/leveldown
> prebuild-install || node-gyp rebuild
prebuild-install info begin Prebuild-install version 2.2.1
prebuild-install info looking for local prebuild @ prebuilds/leveldown-v1.7.2-node-v57-linux-x64.tar.gz
prebuild-install info looking for cached prebuild @ /home/node/.npm/_prebuilds/https-github.com-level-leveldown-releases-download-v1.7.2-leveldown-v1.7.2-node-v57-linux-x64.tar.gz
prebuild-install http request GET https://github.com/level/leveldown/releases/download/v1.7.2/leveldown-v1.7.2-node-v57-linux-x64.tar.gz
prebuild-install http 200 https://github.com/level/leveldown/releases/download/v1.7.2/leveldown-v1.7.2-node-v57-linux-x64.tar.gz
prebuild-install info downloading to @ /home/node/.npm/_prebuilds/https-github.com-level-leveldown-releases-download-v1.7.2-leveldown-v1.7.2-node-v57-linux-x64.tar.gz.131-96b138d78d636.tmp
prebuild-install info renaming to @ /home/node/.npm/_prebuilds/https-github.com-level-leveldown-releases-download-v1.7.2-leveldown-v1.7.2-node-v57-linux-x64.tar.gz
prebuild-install info unpacking @ /home/node/.npm/_prebuilds/https-github.com-level-leveldown-releases-download-v1.7.2-leveldown-v1.7.2-node-v57-linux-x64.tar.gz
prebuild-install info unpack resolved to /opt/inventaire/node_modules/leveldown/build/Release/leveldown.node
prebuild-install info unpack required /opt/inventaire/node_modules/leveldown/build/Release/leveldown.node successfully
prebuild-install info install Successfully installed prebuilt binary!
> git-hooks@1.1.8 postinstall /opt/inventaire/node_modules/git-hooks
> ./bin/git-hooks --install
> wikidata-filter@2.3.1 postinstall /opt/inventaire/node_modules/wikidata-filter
> check-node-version --node '>= 6.4.0'
node: 8.12.0
npm: 6.4.1
yarn: 1.9.4
> inventaire@ postinstall /opt/inventaire
> ./scripts/postinstall
Cloning into './i18n'...
remote: Enumerating objects: 62, done.
remote: Counting objects: 100% (62/62), done.
remote: Compressing objects: 100% (45/45), done.
remote: Total 614 (delta 17), reused 59 (delta 17), pack-reused 552
Receiving objects: 100% (614/614), 925.31 KiB | 0 bytes/s, done.
Resolving deltas: 100% (382/382), done.
Checking connectivity... done.
> inventaire@ install-client /opt/inventaire
> ./scripts/install-client
Cloning into './client'...
remote: Enumerating objects: 356, done.
remote: Counting objects: 100% (356/356), done.
remote: Compressing objects: 100% (210/210), done.
remote: Total 46848 (delta 204), reused 227 (delta 144), pack-reused 46492
Receiving objects: 100% (46848/46848), 7.73 MiB | 6.40 MiB/s, done.
Resolving deltas: 100% (36411/36411), done.
Checking connectivity... done.
> node-sass@3.8.0 install /opt/inventaire/client/node_modules/node-sass
> node scripts/install.js
Cannot download "https://github.com/sass/node-sass/releases/download/v3.8.0/linux-x64-57_binding.node":
HTTP error 404 Not Found
Hint: If github.com is not accessible in your location
try setting a proxy via HTTP_PROXY, e.g.
export HTTP_PROXY=http://example.com:1234
or configure npm proxy via
npm config set proxy http://example.com:8080
> node-sass@3.8.0 postinstall /opt/inventaire/client/node_modules/node-sass
> node scripts/build.js
Building: /usr/local/bin/node /opt/inventaire/client/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
gyp info it worked if it ends with ok
gyp verb cli [ '/usr/local/bin/node',
gyp verb cli '/opt/inventaire/client/node_modules/node-gyp/bin/node-gyp.js',
gyp verb cli 'rebuild',
gyp verb cli '--verbose',
gyp verb cli '--libsass_ext=',
gyp verb cli '--libsass_cflags=',
gyp verb cli '--libsass_ldflags=',
gyp verb cli '--libsass_library=' ]
gyp info using node-gyp@3.6.2
gyp info using node@8.12.0 | linux | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb `which` succeeded python2 /usr/bin/python2
gyp verb check python version `/usr/bin/python2 -c "import platform; print(platform.python_version());"` returned: "2.7.9\n"
gyp verb get node dir no --target version specified, falling back to host node version: 8.12.0
gyp verb command install [ '8.12.0' ]
gyp verb install input version string "8.12.0"
gyp verb install installing version: 8.12.0
gyp verb install --ensure was passed, so won't reinstall if already installed
gyp verb install version is already installed, need to check "installVersion"
gyp verb got "installVersion" 9
gyp verb needs "installVersion" 9
gyp verb install version is good
gyp verb get node dir target node version installed: 8.12.0
gyp verb build dir attempting to create "build" dir: /opt/inventaire/client/node_modules/node-sass/build
gyp verb build dir "build" dir needed to be created? /opt/inventaire/client/node_modules/node-sass/build
gyp verb build/config.gypi creating config file
gyp verb build/config.gypi writing out config file: /opt/inventaire/client/node_modules/node-sass/build/config.gypi
gyp verb config.gypi checking for gypi file: /opt/inventaire/client/node_modules/node-sass/config.gypi
gyp verb common.gypi checking for gypi file: /opt/inventaire/client/node_modules/node-sass/common.gypi
gyp verb gyp gyp format was not specified; forcing "make"
gyp info spawn /usr/bin/python2
gyp info spawn args [ '/opt/inventaire/client/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/opt/inventaire/client/node_modules/node-sass/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/opt/inventaire/client/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/home/node/.node-gyp/8.12.0/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/home/node/.node-gyp/8.12.0',
gyp info spawn args '-Dnode_gyp_dir=/opt/inventaire/client/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/home/node/.node-gyp/8.12.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/opt/inventaire/client/node_modules/node-sass',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp verb command build []
gyp verb build type Release
gyp verb architecture x64
gyp verb node dev dir /home/node/.node-gyp/8.12.0
gyp verb `which` succeeded for `make` /usr/bin/make
gyp info spawn make
gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
make: Entering directory '/opt/inventaire/client/node_modules/node-sass/build'
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/ast.o ../src/libsass/src/ast.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/base64vlq.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/base64vlq.o ../src/libsass/src/base64vlq.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/bind.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/bind.o ../src/libsass/src/bind.cpp
cc '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cencode.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/cencode.o ../src/libsass/src/cencode.c
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/color_maps.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/color_maps.o ../src/libsass/src/color_maps.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/constants.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/constants.o ../src/libsass/src/constants.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/context.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/context.o ../src/libsass/src/context.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cssize.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/cssize.o ../src/libsass/src/cssize.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/emitter.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/emitter.o ../src/libsass/src/emitter.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/environment.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/environment.o ../src/libsass/src/environment.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/error_handling.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/error_handling.o ../src/libsass/src/error_handling.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/eval.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/eval.o ../src/libsass/src/eval.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/expand.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/expand.o ../src/libsass/src/expand.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/extend.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/extend.o ../src/libsass/src/extend.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/file.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/file.o ../src/libsass/src/file.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/functions.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/functions.o ../src/libsass/src/functions.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/inspect.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/inspect.o ../src/libsass/src/inspect.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/json.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/json.o ../src/libsass/src/json.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/lexer.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/lexer.o ../src/libsass/src/lexer.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/listize.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/listize.o ../src/libsass/src/listize.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/memory_manager.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/memory_manager.o ../src/libsass/src/memory_manager.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/node.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/node.o ../src/libsass/src/node.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/output.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/output.o ../src/libsass/src/output.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/parser.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/parser.o ../src/libsass/src/parser.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/plugins.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/plugins.o ../src/libsass/src/plugins.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/position.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/position.o ../src/libsass/src/position.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/prelexer.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/prelexer.o ../src/libsass/src/prelexer.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/remove_placeholders.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o ../src/libsass/src/remove_placeholders.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass.o ../src/libsass/src/sass.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass2scss.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass2scss.o ../src/libsass/src/sass2scss.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_context.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_context.o ../src/libsass/src/sass_context.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_functions.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_functions.o ../src/libsass/src/sass_functions.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_util.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_util.o ../src/libsass/src/sass_util.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_values.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_values.o ../src/libsass/src/sass_values.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/source_map.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/source_map.o ../src/libsass/src/source_map.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_c.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/to_c.o ../src/libsass/src/to_c.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_value.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/to_value.o ../src/libsass/src/to_value.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/units.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/units.o ../src/libsass/src/units.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/utf8_string.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/utf8_string.o ../src/libsass/src/utf8_string.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/util.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/util.o ../src/libsass/src/util.cpp
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.3.6"' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++0x -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/values.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/values.o ../src/libsass/src/values.cpp
rm -f Release/obj.target/src/sass.a && ar crs Release/obj.target/src/sass.a Release/obj.target/libsass/src/libsass/src/ast.o Release/obj.target/libsass/src/libsass/src/base64vlq.o Release/obj.target/libsass/src/libsass/src/bind.o Release/obj.target/libsass/src/libsass/src/cencode.o Release/obj.target/libsass/src/libsass/src/color_maps.o Release/obj.target/libsass/src/libsass/src/constants.o Release/obj.target/libsass/src/libsass/src/context.o Release/obj.target/libsass/src/libsass/src/cssize.o Release/obj.target/libsass/src/libsass/src/emitter.o Release/obj.target/libsass/src/libsass/src/environment.o Release/obj.target/libsass/src/libsass/src/error_handling.o Release/obj.target/libsass/src/libsass/src/eval.o Release/obj.target/libsass/src/libsass/src/expand.o Release/obj.target/libsass/src/libsass/src/extend.o Release/obj.target/libsass/src/libsass/src/file.o Release/obj.target/libsass/src/libsass/src/functions.o Release/obj.target/libsass/src/libsass/src/inspect.o Release/obj.target/libsass/src/libsass/src/json.o Release/obj.target/libsass/src/libsass/src/lexer.o Release/obj.target/libsass/src/libsass/src/listize.o Release/obj.target/libsass/src/libsass/src/memory_manager.o Release/obj.target/libsass/src/libsass/src/node.o Release/obj.target/libsass/src/libsass/src/output.o Release/obj.target/libsass/src/libsass/src/parser.o Release/obj.target/libsass/src/libsass/src/plugins.o Release/obj.target/libsass/src/libsass/src/position.o Release/obj.target/libsass/src/libsass/src/prelexer.o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o Release/obj.target/libsass/src/libsass/src/sass.o Release/obj.target/libsass/src/libsass/src/sass2scss.o Release/obj.target/libsass/src/libsass/src/sass_context.o Release/obj.target/libsass/src/libsass/src/sass_functions.o Release/obj.target/libsass/src/libsass/src/sass_util.o Release/obj.target/libsass/src/libsass/src/sass_values.o Release/obj.target/libsass/src/libsass/src/source_map.o Release/obj.target/libsass/src/libsass/src/to_c.o Release/obj.target/libsass/src/libsass/src/to_value.o Release/obj.target/libsass/src/libsass/src/units.o Release/obj.target/libsass/src/libsass/src/utf8_string.o Release/obj.target/libsass/src/libsass/src/util.o Release/obj.target/libsass/src/libsass/src/values.o
rm -rf "Release/sass.a" && cp -af "Release/obj.target/src/sass.a" "Release/sass.a"
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/binding.o.d.raw -c -o Release/obj.target/binding/src/binding.o ../src/binding.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/create_string.o.d.raw -c -o Release/obj.target/binding/src/create_string.o ../src/create_string.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/custom_function_bridge.o.d.raw -c -o Release/obj.target/binding/src/custom_function_bridge.o ../src/custom_function_bridge.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/custom_importer_bridge.o.d.raw -c -o Release/obj.target/binding/src/custom_importer_bridge.o ../src/custom_importer_bridge.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_context_wrapper.o.d.raw -c -o Release/obj.target/binding/src/sass_context_wrapper.o ../src/sass_context_wrapper.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/boolean.o.d.raw -c -o Release/obj.target/binding/src/sass_types/boolean.o ../src/sass_types/boolean.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/color.o.d.raw -c -o Release/obj.target/binding/src/sass_types/color.o ../src/sass_types/color.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/error.o.d.raw -c -o Release/obj.target/binding/src/sass_types/error.o ../src/sass_types/error.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/factory.o.d.raw -c -o Release/obj.target/binding/src/sass_types/factory.o ../src/sass_types/factory.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/list.o.d.raw -c -o Release/obj.target/binding/src/sass_types/list.o ../src/sass_types/list.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/map.o.d.raw -c -o Release/obj.target/binding/src/sass_types/map.o ../src/sass_types/map.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/null.o.d.raw -c -o Release/obj.target/binding/src/sass_types/null.o ../src/sass_types/null.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/number.o.d.raw -c -o Release/obj.target/binding/src/sass_types/number.o ../src/sass_types/number.cpp
g++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/home/node/.node-gyp/8.12.0/include/node -I/home/node/.node-gyp/8.12.0/src -I/home/node/.node-gyp/8.12.0/deps/uv/include -I/home/node/.node-gyp/8.12.0/deps/v8/include -I../../nan -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -std=c++0x -MMD -MF ./Release/.deps/Release/obj.target/binding/src/sass_types/string.o.d.raw -c -o Release/obj.target/binding/src/sass_types/string.o ../src/sass_types/string.cpp
g++ -shared -pthread -rdynamic -m64 -Wl,-soname=binding.node -o Release/obj.target/binding.node -Wl,--start-group Release/obj.target/binding/src/binding.o Release/obj.target/binding/src/create_string.o Release/obj.target/binding/src/custom_function_bridge.o Release/obj.target/binding/src/custom_importer_bridge.o Release/obj.target/binding/src/sass_context_wrapper.o Release/obj.target/binding/src/sass_types/boolean.o Release/obj.target/binding/src/sass_types/color.o Release/obj.target/binding/src/sass_types/error.o Release/obj.target/binding/src/sass_types/factory.o Release/obj.target/binding/src/sass_types/list.o Release/obj.target/binding/src/sass_types/map.o Release/obj.target/binding/src/sass_types/null.o Release/obj.target/binding/src/sass_types/number.o Release/obj.target/binding/src/sass_types/string.o Release/obj.target/src/sass.a -Wl,--end-group
rm -rf "Release/binding.node" && cp -af "Release/obj.target/binding.node" "Release/binding.node"
make: Leaving directory '/opt/inventaire/client/node_modules/node-sass/build'
gyp info ok
Installed in "/opt/inventaire/client/node_modules/node-sass/vendor/linux-x64-57/binding.node"
> git-hooks@1.1.8 postinstall /opt/inventaire/client/node_modules/git-hooks
> ./bin/git-hooks --install
> handlebars-brunch@2.10.0 postinstall /opt/inventaire/client/node_modules/handlebars-brunch
> node ./postinstall.js
> wikidata-cli@3.0.6 postinstall /opt/inventaire/client/node_modules/wikidata-cli
> mkdir -p props
> inventaire-client@ postinstall /opt/inventaire/client
> ./scripts/postinstall
done copying: normalize.css
done copying: quagga
done copying: isbn2
done copying: papaparse
done copying: cropper
done copying: leaflet and leaflet.markercluster
done downloading: piwik
done copying: fork-awesome
mentions { tweets:
{ en: [ [Object], [Object], [Object], [Object], [Object] ],
fr: [ [Object], [Object], [Object] ] },
articles:
{ en: [ [Object], [Object], [Object] ],
fr: [ [Object], [Object], [Object] ],
es: [ [Object] ] },
videos: { fr: [ [Object], [Object], [Object] ], en: [ [Object] ] },
audios: { fr: [ [Object] ] } }
done!
Cloning into 'inventaire-i18n'...
remote: Enumerating objects: 62, done.
remote: Counting objects: 100% (62/62), done.
remote: Compressing objects: 100% (45/45), done.
remote: Total 614 (delta 17), reused 59 (delta 17), pack-reused 552
Receiving objects: 100% (614/614), 925.31 KiB | 0 bytes/s, done.
Resolving deltas: 100% (382/382), done.
Checking connectivity... done.
copying dist files
copying languages_data.json
19:49:04 - info: compiling
19:49:06 - error: Processing of app/modules/entities/lib/create_entities.coffee failed. Error: Could not load module './create_entity' from '/opt/inventaire/client/app/modules/entities/lib'. Make sure the file actually exists.
Stack trace was suppressed. Run with `LOGGY_STACKS=1` to see the trace.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! inventaire-client@ postinstall: `./scripts/postinstall`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the inventaire-client@ postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/node/.npm/_logs/2019-08-26T19_49_07_334Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! inventaire@ install-client: `./scripts/install-client`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the inventaire@ install-client script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/node/.npm/_logs/2019-08-26T19_49_07_357Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! inventaire@ postinstall: `./scripts/postinstall`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the inventaire@ postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/node/.npm/_logs/2019-08-26T19_49_07_437Z-debug.log
I have run the following command: docker-compose run --rm inventaire npm install
And when I run docker-compose up
, I get the following:
inventaire_1 | Starting child process with 'coffee server.coffee'
inventaire_1 | pid: 190
inventaire_1 | env: dev
inventaire_1 | host: http://localhost:3006
inventaire_1 | ****** leveldb path ******
inventaire_1 | /opt/inventaire/db/leveldb
inventaire_1 | -----
inventaire_1 | meta opened
inventaire_1 | geo opened
inventaire_1 | snapshot opened
inventaire_1 | cache opened
inventaire_1 | morgan deprecated morgan(options): use morgan("dev", options) instead server/middlewares/logger.coffee:13:20
inventaire_1 | media storage: local
inventaire_1 | Error: Cannot find module '/opt/inventaire/inventaire-i18n/assets/langs'
inventaire_1 | at Function.Module._resolveFilename (module.js:548:15)
inventaire_1 | at Function.Module._load (module.js:475:25)
inventaire_1 | at Module.require (module.js:597:17)
inventaire_1 | at require (internal/module.js:11:18)
inventaire_1 | at Object.require (/opt/inventaire/config/universal_path.coffee:55:28)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/lib/emails/i18n/i18n.coffee:5:30)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/lib/emails/i18n/i18n.coffee:1:1)
inventaire_1 | at Module._compile (module.js:653:30)
inventaire_1 | at Object.loadFile (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:16:19)
inventaire_1 | at Module.load (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
inventaire_1 | at tryModuleLoad (module.js:506:12)
inventaire_1 | at Function.Module._load (module.js:498:3)
inventaire_1 | at Module.require (module.js:597:17)
inventaire_1 | at require (internal/module.js:11:18)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/lib/emails/handlebars_helpers.coffee:4:8)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/lib/emails/handlebars_helpers.coffee:1:1)
inventaire_1 | at Module._compile (module.js:653:30)
inventaire_1 | at Object.loadFile (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:16:19)
inventaire_1 | at Module.load (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
inventaire_1 | at tryModuleLoad (module.js:506:12)
inventaire_1 | at Function.Module._load (module.js:498:3)
inventaire_1 | at Module.require (module.js:597:17)
inventaire_1 | at require (internal/module.js:11:18)
inventaire_1 | at Object.require (/opt/inventaire/config/universal_path.coffee:55:28)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/controllers/feeds/lib/serialize_feed.coffee:7:22)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/controllers/feeds/lib/serialize_feed.coffee:1:1)
inventaire_1 | at Module._compile (module.js:653:30)
inventaire_1 | at Object.loadFile (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:16:19)
inventaire_1 | at Module.load (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
inventaire_1 | at tryModuleLoad (module.js:506:12)
inventaire_1 | at Function.Module._load (module.js:498:3)
inventaire_1 | at Module.require (module.js:597:17)
inventaire_1 | at require (internal/module.js:11:18)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/controllers/feeds/lib/generate_feed_from_feed_data.coffee:7:17)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/controllers/feeds/lib/generate_feed_from_feed_data.coffee:1:1)
inventaire_1 | at Module._compile (module.js:653:30)
inventaire_1 | at Object.loadFile (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:16:19)
inventaire_1 | at Module.load (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
inventaire_1 | at tryModuleLoad (module.js:506:12)
inventaire_1 | at Function.Module._load (module.js:498:3)
inventaire_1 | at Module.require (module.js:597:17)
inventaire_1 | at require (internal/module.js:11:18)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/controllers/feeds/feeds.coffee:9:28)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/controllers/feeds/feeds.coffee:1:1)
inventaire_1 | at Module._compile (module.js:653:30)
inventaire_1 | at Object.loadFile (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:16:19)
inventaire_1 | at Module.load (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
inventaire_1 | at tryModuleLoad (module.js:506:12)
inventaire_1 | at Function.Module._load (module.js:498:3)
inventaire_1 | at Module.require (module.js:597:17)
inventaire_1 | at require (internal/module.js:11:18)
inventaire_1 | at Object.require (/opt/inventaire/config/universal_path.coffee:55:28)
inventaire_1 | at module.exports (/opt/inventaire/server/controllers/endpoint.coffee:9:12)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/controllers/routes.coffee:30:16)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/controllers/routes.coffee:1:1)
inventaire_1 | at Module._compile (module.js:653:30)
inventaire_1 | at Object.loadFile (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:16:19)
inventaire_1 | at Module.load (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
inventaire_1 | at tryModuleLoad (module.js:506:12)
inventaire_1 | at Function.Module._load (module.js:498:3)
inventaire_1 | at Module.require (module.js:597:17)
inventaire_1 | at require (internal/module.js:11:18)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/init_express.coffee:10:10)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/init_express.coffee:1:1)
inventaire_1 | at Module._compile (module.js:653:30)
inventaire_1 | at Object.loadFile (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:16:19)
inventaire_1 | at Module.load (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
inventaire_1 | at tryModuleLoad (module.js:506:12)
inventaire_1 | at Function.Module._load (module.js:498:3)
inventaire_1 | at Module.require (module.js:597:17)
inventaire_1 | at require (internal/module.js:11:18)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server.coffee:17:15)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server.coffee:1:1)
inventaire_1 | at Module._compile (module.js:653:30)
inventaire_1 | at Object.exports.run (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/coffee-script.js:173:23)
inventaire_1 | at compileScript (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/command.js:224:29)
inventaire_1 | at compilePath (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/command.js:174:14)
inventaire_1 | at Object.exports.run (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/command.js:98:20)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/node_modules/coffee-script/bin/coffee:15:45)
inventaire_1 | at Module._compile (module.js:653:30)
inventaire_1 | at Object.Module._extensions..js (module.js:664:10)
inventaire_1 | at Module.load (module.js:566:32)
inventaire_1 | at tryModuleLoad (module.js:506:12)
inventaire_1 | at Function.Module._load (module.js:498:3)
inventaire_1 | at Function.Module.runMain (module.js:694:10)
inventaire_1 | at startup (bootstrap_node.js:204:16)
inventaire_1 | at bootstrap_node.js:625:3
inventaire_1 |
inventaire_1 | Program coffee server.coffee exited with code 1
inventaire_1 |
inventaire_1 | Starting child process with 'coffee server.coffee'
inventaire_1 | pid: 196
inventaire_1 | env: dev
inventaire_1 | host: http://localhost:3006
inventaire_1 | ****** leveldb path ******
inventaire_1 | /opt/inventaire/db/leveldb
inventaire_1 | -----
inventaire_1 | meta opened
inventaire_1 | geo opened
Processing of app/modules/entities/lib/create_entities.coffee failed
should now have been fixed by an amend on https://github.com/inventaire/inventaire-client/commit/eb2cf585With those issues fixed, I could make the build work to the end. I will try to work on that docker setup in the coming days, it could and should be easier to use
I'm really sorry but it still doesn't work. Now the modules are installed but it doesn't run. It seems that there is an authentication error. I have done the following command curl -XPUT http://localhost:5984/_config/admins/yourcouchdbusername -d '"'yourcouchdbpassword'"'
but it doesn't change anything. And there is no config/local.coffee
file in the inventaire directory.
I'm really sorry for the disturbance but I have no knowledge about this technology. I'm relearning the basics of JavaScript with https://javascript.info/ and then I will continue with NodeJs or coffee or other technologies employed in this project.
$ docker-compose up
Starting docker-inventaire_inventaire_1 ... done
Starting docker-inventaire_elasticsearch_1 ... done
Starting docker-inventaire_couch_1 ... done
Starting docker-inventaire_entities-search-engine_1 ... done
Attaching to docker-inventaire_elasticsearch_1, docker-inventaire_entities-search-engine_1, docker-inventaire_inventaire_1, docker-inventaire_couch_1
elasticsearch_1 | WARNING: no logs are available with the 'none' log driver
entities-search-engine_1 | WARNING: no logs are available with the 'none' log driver
inventaire_1 |
inventaire_1 | > inventaire@ watch /opt/inventaire
inventaire_1 | > ./scripts/watch
inventaire_1 |
couch_1 | Apache CouchDB 1.7.1 (LogLevel=info) is starting.
inventaire_1 |
inventaire_1 | Running node-supervisor with
inventaire_1 | program 'server.coffee'
inventaire_1 | --watch 'server,server.coffee,config,db/couchdb'
inventaire_1 | --save-pid './run/3006-supervisor'
inventaire_1 | --extensions 'coffee,json,hbs'
inventaire_1 | --exec 'coffee'
inventaire_1 |
inventaire_1 | Starting child process with 'coffee server.coffee'
inventaire_1 | Watching directory '/opt/inventaire/server' for changes.
inventaire_1 | Press rs for restarting the process.
inventaire_1 | Watching directory '/opt/inventaire/server.coffee' for changes.
inventaire_1 | Press rs for restarting the process.
inventaire_1 | Watching directory '/opt/inventaire/config' for changes.
inventaire_1 | Press rs for restarting the process.
inventaire_1 | Watching directory '/opt/inventaire/db/couchdb' for changes.
inventaire_1 | Press rs for restarting the process.
couch_1 | Apache CouchDB has started. Time to relax.
couch_1 | [info] [<0.32.0>] Apache CouchDB has started on http://0.0.0.0:5984/
inventaire_1 | pid: 43
inventaire_1 | env: dev
inventaire_1 | host: http://localhost:3006
inventaire_1 | ****** leveldb path ******
inventaire_1 | /opt/inventaire/db/leveldb
inventaire_1 | -----
inventaire_1 | meta opened
inventaire_1 | geo opened
inventaire_1 | snapshot opened
inventaire_1 | cache opened
inventaire_1 | media storage: local
inventaire_1 | job:inv:deduplicate opened
inventaire_1 | inv:deduplicate job in server & client mode
couch_1 | [info] [<0.120.0>] 127.0.0.1 - - GET /_all_dbs 401
inventaire_1 | ****** init err ******
inventaire_1 | { Error: Name or password is incorrect.
inventaire_1 | at Request._callback (/opt/inventaire/node_modules/nano/lib/nano.js:252:15)
inventaire_1 | at Request.self.callback (/opt/inventaire/node_modules/request/request.js:185:22)
inventaire_1 | cause:
inventaire_1 | { Error: Name or password is incorrect.
inventaire_1 | at Request._callback (/opt/inventaire/node_modules/nano/lib/nano.js:252:15)
inventaire_1 | at Request.self.callback (/opt/inventaire/node_modules/request/request.js:185:22)
inventaire_1 | at emitTwo (events.js:126:13)
inventaire_1 | at Request.emit (events.js:214:7)
inventaire_1 | at Request.<anonymous> (/opt/inventaire/node_modules/request/request.js:1157:10)
inventaire_1 | at emitOne (events.js:116:13)
inventaire_1 | at Request.emit (events.js:211:7)
inventaire_1 | at IncomingMessage.<anonymous> (/opt/inventaire/node_modules/request/request.js:1079:12)
inventaire_1 | at Object.onceWrapper (events.js:313:30)
inventaire_1 | at emitNone (events.js:111:20)
inventaire_1 | at IncomingMessage.emit (events.js:208:7)
inventaire_1 | at endReadableNT (_stream_readable.js:1064:12)
inventaire_1 | at _combinedTickCallback (internal/process/next_tick.js:139:11)
inventaire_1 | at process._tickCallback (internal/process/next_tick.js:181:9)
inventaire_1 |
inventaire_1 | name: 'Error',
inventaire_1 | error: 'unauthorized',
inventaire_1 | reason: 'Name or password is incorrect.',
inventaire_1 | scope: 'couch',
inventaire_1 | statusCode: 401,
inventaire_1 | request:
inventaire_1 | { method: 'GET',
inventaire_1 | headers: [Object],
inventaire_1 | uri: 'http://XXXXXX:XXXXXX@localhost:5984/_all_dbs' },
inventaire_1 | headers:
inventaire_1 | { date: 'Tue, 03 Sep 2019 18:49:20 GMT',
inventaire_1 | 'content-type': 'application/json',
inventaire_1 | 'cache-control': 'must-revalidate',
inventaire_1 | statusCode: 401,
inventaire_1 | uri: 'http://XXXXXX:XXXXXX@localhost:5984/_all_dbs' },
inventaire_1 | errid: 'non_200',
inventaire_1 | description: 'couch returned 401' },
inventaire_1 | isOperational: true,
inventaire_1 | error: 'unauthorized',
inventaire_1 | reason: 'Name or password is incorrect.',
inventaire_1 | scope: 'couch',
inventaire_1 | statusCode: 401,
inventaire_1 | request:
inventaire_1 | { method: 'GET',
inventaire_1 | headers:
inventaire_1 | { 'content-type': 'application/json',
inventaire_1 | accept: 'application/json' },
inventaire_1 | uri: 'http://XXXXXX:XXXXXX@localhost:5984/_all_dbs' },
inventaire_1 | headers:
inventaire_1 | { date: 'Tue, 03 Sep 2019 18:49:20 GMT',
inventaire_1 | 'content-type': 'application/json',
inventaire_1 | 'cache-control': 'must-revalidate',
inventaire_1 | statusCode: 401,
inventaire_1 | uri: 'http://XXXXXX:XXXXXX@localhost:5984/_all_dbs' },
inventaire_1 | errid: 'non_200',
inventaire_1 | description: 'couch returned 401' }
inventaire_1 | -----
couch_1 | [info] [<0.153.0>] 127.0.0.1 - - GET /users/_changes?limit=0&descending=true 401
inventaire_1 | ****** init follow err ******
inventaire_1 | { Error: Unauthorized
inventaire_1 | at handleHttpErrorCode (/opt/inventaire/node_modules/bluereq/lib/promisified_request.js:28:15)
inventaire_1 | at Request._callback (/opt/inventaire/node_modules/bluereq/lib/promisified_request.js:21:9)
inventaire_1 | statusCode: 401,
inventaire_1 | statusMessage: 'Unauthorized',
inventaire_1 | headers:
inventaire_1 | { server: 'CouchDB/1.7.1 (Erlang OTP/17)',
inventaire_1 | date: 'Tue, 03 Sep 2019 18:49:25 GMT',
inventaire_1 | 'content-type': 'application/json',
inventaire_1 | 'content-length': '67',
inventaire_1 | 'cache-control': 'must-revalidate' },
inventaire_1 | body:
inventaire_1 | { error: 'unauthorized',
inventaire_1 | reason: 'Name or password is incorrect.' },
inventaire_1 | url: 'http://yourcouchdbusername:yourcouchdbpassword@localhost:5984/users/_changes?limit=0&descending=true' }
inventaire_1 | -----
inventaire_1 | Unhandled rejection Error: Unauthorized
inventaire_1 | at handleHttpErrorCode (/opt/inventaire/node_modules/bluereq/lib/promisified_request.js:28:15)
inventaire_1 | at Request._callback (/opt/inventaire/node_modules/bluereq/lib/promisified_request.js:21:9)
inventaire_1 | From previous event:
inventaire_1 | at module.exports (/opt/inventaire/server/lib/follow.coffee:45:5)
inventaire_1 | at module.exports (/opt/inventaire/server/controllers/user/lib/geo/follow.coffee:42:3)
inventaire_1 | at module.exports (/opt/inventaire/server/controllers/user/lib/geo/geo.coffee:9:3)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/controllers/user/lib/user.coffee:15:7)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/controllers/user/lib/user.coffee:1:1)
inventaire_1 | at Module._compile (module.js:653:30)
inventaire_1 | at Object.loadFile (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:16:19)
inventaire_1 | at Module.load (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
inventaire_1 | at tryModuleLoad (module.js:506:12)
inventaire_1 | at Function.Module._load (module.js:498:3)
inventaire_1 | at Module.require (module.js:597:17)
inventaire_1 | at require (internal/module.js:11:18)
inventaire_1 | at Object.require (/opt/inventaire/config/universal_path.coffee:55:28)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/lib/passport/passport.coffee:4:12)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/lib/passport/passport.coffee:1:1)
inventaire_1 | at Module._compile (module.js:653:30)
inventaire_1 | at Object.loadFile (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:16:19)
inventaire_1 | at Module.load (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
inventaire_1 | at tryModuleLoad (module.js:506:12)
inventaire_1 | at Function.Module._load (module.js:498:3)
inventaire_1 | at Module.require (module.js:597:17)
inventaire_1 | at require (internal/module.js:11:18)
inventaire_1 | at Object.require (/opt/inventaire/config/universal_path.coffee:55:28)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/middlewares/auth.coffee:6:16)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/middlewares/auth.coffee:1:1)
inventaire_1 | at Module._compile (module.js:653:30)
inventaire_1 | at Object.loadFile (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:16:19)
inventaire_1 | at Module.load (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
inventaire_1 | at tryModuleLoad (module.js:506:12)
inventaire_1 | at Function.Module._load (module.js:498:3)
inventaire_1 | at Module.require (module.js:597:17)
inventaire_1 | at require (internal/module.js:11:18)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/middlewares/middlewares.coffee:6:8)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/middlewares/middlewares.coffee:1:1)
inventaire_1 | at Module._compile (module.js:653:30)
inventaire_1 | at Object.loadFile (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:16:19)
inventaire_1 | at Module.load (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
inventaire_1 | at tryModuleLoad (module.js:506:12)
inventaire_1 | at Function.Module._load (module.js:498:3)
inventaire_1 | at Module.require (module.js:597:17)
inventaire_1 | at require (internal/module.js:11:18)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/init_express.coffee:7:15)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server/init_express.coffee:1:1)
inventaire_1 | at Module._compile (module.js:653:30)
inventaire_1 | at Object.loadFile (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:16:19)
inventaire_1 | at Module.load (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
inventaire_1 | at tryModuleLoad (module.js:506:12)
inventaire_1 | at Function.Module._load (module.js:498:3)
inventaire_1 | at Module.require (module.js:597:17)
inventaire_1 | at require (internal/module.js:11:18)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server.coffee:17:15)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/server.coffee:1:1)
inventaire_1 | at Module._compile (module.js:653:30)
inventaire_1 | at Object.exports.run (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/coffee-script.js:173:23)
inventaire_1 | at compileScript (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/command.js:224:29)
inventaire_1 | at compilePath (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/command.js:174:14)
inventaire_1 | at Object.exports.run (/opt/inventaire/node_modules/coffee-script/lib/coffee-script/command.js:98:20)
inventaire_1 | at Object.<anonymous> (/opt/inventaire/node_modules/coffee-script/bin/coffee:15:45)
inventaire_1 | at Module._compile (module.js:653:30)
inventaire_1 | at Object.Module._extensions..js (module.js:664:10)
inventaire_1 | at Module.load (module.js:566:32)
inventaire_1 | at tryModuleLoad (module.js:506:12)
inventaire_1 | at Function.Module._load (module.js:498:3)
inventaire_1 | at Function.Module.runMain (module.js:694:10)
inventaire_1 | at startup (bootstrap_node.js:204:16)
inventaire_1 | at bootstrap_node.js:625:3
inventaire_1 |
inventaire_1 | logged in 0 / total 0
don't be sorry, it's fantastic news for us we people want to learn to help the project, so we will try to support you the best we can :) this support, btw, could include agreeing in a space and time to sit in front of a computer together to get you up-to-speed with the development setup (which can be overwhelming given all the technologies involved
it looks like the default credentials in the docker-compose.yml are couchdb:password
, could you try to create a local config file with those?
cd path/to/inventaire
echo "module.exports =
db:
username: 'couchdb'
password: 'password'
" > ./config/local.coffee
The last step has done the fix. I work on a daily basis with Docker, C, PHP and the basics of JavaScript. I have worked with C++, Java and even old languages but NodeJs and all the different layers of JavaScript didn't inspire me. But I have to learn if I wish to contribute to this project.
I have submitted a pull request to update to procedure. I will try also to simplify the containers architecture so that it is easier to install without disturbing with the rest of the system.
@thewholelifetolearn just so you don't invest to much time in learning CoffeeScript, the switch to ES6+ might happen in the coming month https://github.com/inventaire/inventaire/issues/72
It is perhaps a stupid question, but what is the default admin login? Or any user?
@thewholelifetolearn I don't think there is one, but you can easily create it, either from the client or with curl:
curl http://localhost:3006/api/auth?action=signup -d '{"username": "yourusername", "password": "yourpassword", "email":"some+email@example.org"}'
Then if you want to make that user admin (which isn't that useful in development, it just allows you to merge/delete entities, see any user contributions, and a few things like that), you first need to get your user id:
user_id=$(curl --user yourusername:yourpassword http://localhost:3006/api/user | jq -r '._id')
Then you can either go to CouchDB GUI to manually add the "admin": true
flag to your user document:
firefox "http://localhost:5984/users/${user_id}"
Or using the dedicated script, but you need to modify your local config a bit (the default config is in this case set for acting on the production server, which isn't really a good default value, sorry): in ./config/local.coffee
, you need to override the default .db.actionsScripts
values:
module.exports =
db:
actionsScripts:
port: 5984
suffix: null
you can then use the dedicated script:
./scripts/actions/make_user_admin_from_id.coffee $user_id
I would like to contribute to Inventaire and for that I would like to create the appropriate development environment. But I don't get to work.
I get the following messages:
Could you help me to make it work? I would like to work on the interface :)