Closed expert-geeks closed 4 years ago
Apologies.. I compared modules installed for php 7.3 and 7.4 and deduced that is was most likely due to php7.4-xmlrpc missing from my php7.4 stack. I installed php7.4-xmlrpc and SQLgreyGUI is nolonger going 'Whoops!' 👍
No worries, glad you figured it out :+1:
Actually, it's not fixed :( restarted apache when testing and it looked like sqlgreygui was working.. but since rebooting the server it's become apparent that it's not. The only php modules present in 7.3 but missing from my 7.4 stack are wddx and recode. Are either of these used ? Both are deprecated and there aren't php7.4 versions to install from the repos. If not, what info would be helpful to debug where the whoops! is happening ? Thanks.
Just tested this with PHP 7.4 and it works for me.
@expert-geeks I'm afraid SQLgreyGUI is not compatible with PHP 7.4 right now. To clarify: Installing dependencies works just fine but the code itself is not compatible in some places.
@expert-geeks I just updated to the latest Homestead which ships with PHP 7.4.10. SQLgreyGUI works flawlessly. Can you clear your caches and see if the error persists?
@lbausch Thanks for following up. I ran the following;
$ sudo php artisan cache:clear
Cache cleared successfully.
$ sudo service apache2 restart
but sadly SQLgreyGUI still isn't working for me.
$ php -v
PHP 7.4.9 (cli) (built: Aug 7 2020 14:29:10) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.9, Copyright (c), by Zend Technologies
Can you try php artisan view:clear
and php artisan twig:clean
?
$ sudo php artisan cache:clear
Cache cleared successfully.
$ sudo php artisan view:clear
Compiled views cleared!
$ sudo php artisan twig:clean
Twig cache cleaned
$ sudo service apache2 restart
Annoyingly, I still get; 'Whoops, looks like something went wrong.'
Can you enable debug mode and provide us with the following:
composer show
Sorry for the delay. How do I enable debug mode for laravel ?
This is the full log;
cat laravel-2020-09-26.log
[2020-09-26 07:30:22] production.ERROR: ErrorException: Unparenthesized a ? b : c ? d : e
is deprecated. Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)
in /var/www/html/adm/SQLgreyGUI/vendor/twig/twig/lib/Twig/Node.php:42
Stack trace:
Next Twig_Error_Syntax: An exception has been thrown during the compilation of a template ("Unparenthesized a ? b : c ? d : e
is deprecated. Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)
") in "/var/www/html/adm/SQLgreyGUI/resources/views/auth/login.twig". in /var/www/html/adm/SQLgreyGUI/vendor/twig/twig/lib/Twig/Environment.php:775
Stack trace:
[2020-09-26 07:35:59] production.ERROR: ErrorException: Unparenthesized a ? b : c ? d : e
is deprecated. Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)
in /var/www/html/adm/SQLgreyGUI/vendor/twig/twig/lib/Twig/Node.php:42
Stack trace:
Next Twig_Error_Syntax: An exception has been thrown during the compilation of a template ("Unparenthesized a ? b : c ? d : e
is deprecated. Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)
") in "/var/www/html/adm/SQLgreyGUI/resources/views/auth/login.twig". in /var/www/html/adm/SQLgreyGUI/vendor/twig/twig/lib/Twig/Environment.php:775
Stack trace:
[2020-09-26 07:36:01] production.ERROR: ErrorException: Unparenthesized a ? b : c ? d : e
is deprecated. Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)
in /var/www/html/adm/SQLgreyGUI/vendor/twig/twig/lib/Twig/Node.php:42
Stack trace:
Next Twig_Error_Syntax: An exception has been thrown during the compilation of a template ("Unparenthesized a ? b : c ? d : e
is deprecated. Use either (a ? b : c) ? d : e
or a ? b : (c ? d : e)
") in "/var/www/html/adm/SQLgreyGUI/resources/views/auth/login.twig". in /var/www/html/adm/SQLgreyGUI/vendor/twig/twig/lib/Twig/Environment.php:775
Stack trace:
The original user that built SQLgreyGUI is nolonger on the system. I have tried building SQLgreyGUI again from the master.zip and I get as far as;
yarn install && yarn run prod
yarn install v1.22.5
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@1.1.2: The platform "linux" is incompatible with this module.
info "fsevents@1.1.2" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning " > browser-sync-webpack-plugin@1.2.0" has unmet peer dependency "webpack@^1 || ^2 || ^3".
[4/4] Building fresh packages...
[6/6] ⢀ node-sass
[-/6] ⢀ waiting...
[-/6] ⠠ waiting...
[-/6] ⠠ waiting...
error /var/www/html/adm/sqlg2/SQLgreyGUI-master/node_modules/node-sass: Command failed.
Exit code: 1
Command: node scripts/build.js
Arguments:
Directory: /var/www/html/adm/sqlg2/SQLgreyGUI-master/node_modules/node-sass
Output:
Building: /usr/bin/node /var/www/html/adm/sqlg2/SQLgreyGUI-master/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/bin/node',
gyp verb cli '/var/www/html/adm/sqlg2/SQLgreyGUI-master/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@10.22.1 | 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.12\n"
gyp verb get node dir no --target version specified, falling back to host node version: 10.22.1
gyp verb command install [ '10.22.1' ]
gyp verb install input version string "10.22.1"
gyp verb install installing version: 10.22.1
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: 10.22.1
gyp verb build dir attempting to create "build" dir: /var/www/html/adm/sqlg2/SQLgreyGUI-master/node_modules/node-sass/build
gyp verb build dir "build" dir needed to be created? /var/www/html/adm/sqlg2/SQLgreyGUI-master/node_modules/node-sass/build
gyp verb build/config.gypi creating config file
gyp verb build/config.gypi writing out config file: /var/www/html/adm/sqlg2/SQLgreyGUI-master/node_modules/node-sass/build/config.gypi
gyp verb config.gypi checking for gypi file: /var/www/html/adm/sqlg2/SQLgreyGUI-master/node_modules/node-sass/config.gypi
gyp verb common.gypi checking for gypi file: /var/www/html/adm/sqlg2/SQLgreyGUI-master/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 [ '/var/www/html/adm/sqlg2/SQLgreyGUI-master/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 '/var/www/html/adm/sqlg2/SQLgreyGUI-master/node_modules/node-sass/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/var/www/html/adm/sqlg2/SQLgreyGUI-master/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/home/expert/.node-gyp/10.22.1/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/expert/.node-gyp/10.22.1',
gyp info spawn args '-Dnode_gyp_dir=/var/www/html/adm/sqlg2/SQLgreyGUI-master/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/home/expert/.node-gyp/10.22.1/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/var/www/html/adm/sqlg2/SQLgreyGUI-master/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/expert/.node-gyp/10.22.1
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 '/var/www/html/adm/sqlg2/SQLgreyGUI-master/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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o ../src/libsass/src/ast_fwd_decl.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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/check_nesting.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/check_nesting.o ../src/libsass/src/check_nesting.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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o ../src/libsass/src/memory/SharedPtr.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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/subset_map.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/subset_map.o ../src/libsass/src/subset_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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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' '-DOPENSSL_NO_PINSHARED' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++1y -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/ast_fwd_decl.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/check_nesting.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/SharedPtr.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/subset_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' '-DOPENSSL_NO_PINSHARED' '-DBUILDING_NODE_EXTENSION' -I/home/expert/.node-gyp/10.22.1/include/node -I/home/expert/.node-gyp/10.22.1/src -I/home/expert/.node-gyp/10.22.1/deps/uv/include -I/home/expert/.node-gyp/10.22.1/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++1y -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
In file included from ../../nan/nan.h:192:0,
from ../src/binding.cpp:1:
../../nan/nan_maybe_43_inl.h: In function ‘Nan::Maybemake
failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/var/www/html/adm/sqlg2/SQLgreyGUI-master/node_modules/node-gyp/lib/build.js:258:23)
gyp ERR! stack at ChildProcess.emit (events.js:198:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
gyp ERR! System Linux 4.4.0-190-generic
gyp ERR! command "/usr/bin/node" "/var/www/html/adm/sqlg2/SQLgreyGUI-master/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd /var/www/html/adm/sqlg2/SQLgreyGUI-master/node_modules/node-sass
gyp ERR! node -v v10.22.1
gyp ERR! node-gyp -v v3.6.2
composer show
Deprecation warning: Your package name lbausch/SQLgreyGUI is invalid, it should not contain uppercase characters. We suggest using lbausch/sq-lgrey-gui instead. Make sure you fix this as Composer 2.0 will error.
defuse/php-encryption v2.1.0 Secure PHP Encryption Library
dnoegel/php-xdg-base-dir 0.1 implementation of xdg base directory specification for php
doctrine/annotations v1.4.0 Docblock Annotations Parser
doctrine/cache v1.6.2 Caching library offering an object-oriented API for many cache backends
doctrine/collections v1.4.0 Collections Abstraction library
doctrine/common v2.7.3 Common Library for Doctrine projects
doctrine/dbal v2.5.13 Database Abstraction Layer
doctrine/inflector v1.1.0 Common String Manipulations with regard to casing and singular/plural rules.
doctrine/lexer v1.0.1 Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
erusev/parsedown 1.6.3 Parser for Markdown.
firebase/php-jwt v4.0.0 A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
guzzlehttp/guzzle 6.3.0 Guzzle is a PHP HTTP client library
guzzlehttp/promises v1.3.1 Guzzle promises library
guzzlehttp/psr7 1.4.2 PSR-7 message implementation that also provides common utility methods
jakub-onderka/php-console-color 0.1
jakub-onderka/php-console-highlighter v0.3.2
laravel/framework v5.4.36 The Laravel Framework.
laravel/passport v2.0.11 Laravel Passport provides OAuth2 server support to Laravel.
laravel/tinker v1.0.2 Powerful REPL for the Laravel framework.
lbausch/laravel-cornerstone v5.1.0 Some helper functions for Laravel
lcobucci/jwt 3.2.2 A simple library to work with JSON Web Token and JSON Web Signature
league/event 2.1.2 Event package
league/flysystem 1.0.41 Filesystem abstraction: Many filesystems, one API.
league/fractal 0.16.0 Handle the output of complex data structures ready for API output.
league/oauth2-server 5.1.5 A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core sp...
monolog/monolog 1.23.0 Sends your logs to files, sockets, inboxes, databases and various web services
mtdowling/cron-expression v1.2.0 CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
nesbot/carbon 1.22.1 A simple API extension for DateTime.
nikic/php-parser v3.1.1 A PHP parser written in PHP
paragonie/random_compat v2.0.11 PHP 5.x polyfill for random_bytes() and random_int() from PHP 7
phpseclib/phpseclib 2.0.7 PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.
psr/http-message 1.0.1 Common interface for HTTP messages
psr/log 1.0.2 Common interface for logging libraries
psy/psysh v0.8.13 An interactive shell for modern PHP.
ramsey/uuid 3.7.1 Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique ide...
rcrowe/twigbridge v0.9.5 Adds the power of Twig to Laravel
roave/security-advisories dev-master d9eae00 Prevents installation of composer packages with known security vulnerabilities: no API, simply require it
spatie/laravel-tail 1.4.2 Easily tail the application log in Laravel applications
swiftmailer/swiftmailer v5.4.8 Swiftmailer, free feature-rich PHP mailer
symfony/console v3.3.10 Symfony Console Component
symfony/css-selector v3.3.10 Symfony CssSelector Component
symfony/debug v3.3.10 Symfony Debug Component
symfony/event-dispatcher v3.3.10 Symfony EventDispatcher Component
symfony/finder v3.3.10 Symfony Finder Component
symfony/http-foundation v3.3.10 Symfony HttpFoundation Component
symfony/http-kernel v3.3.10 Symfony HttpKernel Component
symfony/polyfill-mbstring v1.6.0 Symfony polyfill for the Mbstring extension
symfony/process v3.3.10 Symfony Process Component
symfony/psr-http-message-bridge v1.0.0 PSR HTTP message bridge
symfony/routing v3.3.10 Symfony Routing Component
symfony/translation v3.3.10 Symfony Translation Component
symfony/var-dumper v3.3.10 Symfony mechanism for exploring and dumping PHP variables
tijsverkoyen/css-to-inline-styles 2.2.0 CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline sty...
twig/twig v1.35.0 Twig, the flexible, fast, and secure template language for PHP
vlucas/phpdotenv v2.4.0 Loads environment variables from .env
to getenv()
, $_ENV
and $_SERVER
automagically.
zendframework/zend-diactoros 1.6.1 PSR HTTP Message implementations
@expert-geeks Have you modified your templates, does git status
show anything modified?
THANK YOU! You da man! git status showed a few differences, but it was .htaccess that was stopping the show. When I reverted changes to it I was able to bring up the login page correctly. For completeness here's my amended .htaccess.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /sqlgrey
`
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
`
I think I must have been accessing SQLgreyGUI differently when I set it up (hence the rewrite rule) but it's now accessed via its own subdomain and I've added that to my SSL cert. I didn't notice because this was working <= php7.3
Thanks again for your assistance putting this to bed :)
I successfully upgraded and used php 7.3, but php 7.4 breaks SQLgreyGUI with the helpful error;
whoops.. something went wrong
There's nothing in the apache or mysql error logs. I tried re-running composer;composer install --no-dev Deprecation warning: Your package name lbausch/SQLgreyGUI is invalid, it should not contain uppercase characters. We suggest using lbausch/sq-lgrey-gui instead. Make sure you fix this as Composer 2.0 will error.
Loading composer repositories with package information
Installing dependencies from lock file
Nothing to install or update
`
[ErrorException]`[--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader]
[--ignore-platform-reqs] [--] [<packages>]...
What other info would be helpful to debug this further ?