Skip to content

Instantly share code, notes, and snippets.

@nontempa
Created May 25, 2020 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nontempa/8d8f705f85d18f268fab93e8d9011bc5 to your computer and use it in GitHub Desktop.
Save nontempa/8d8f705f85d18f268fab93e8d9011bc5 to your computer and use it in GitHub Desktop.
npm install
> joplin@1.0.0 postinstall /home/nontempa/IdeaProjects/joplin
> cd Tools && npm i && cd .. && cd ReactNativeClient && npm i && cd .. && cd ElectronClient && npm i && cd .. && cd CliClient && npm i && cd .. && gulp build
audited 202 packages in 0.923s
2 packages are looking for funding
run `npm fund` for details
found 1 low severity vulnerability
run `npm audit fix` to fix them, or `npm audit` for details
> Joplin@0.8.0 postinstall /home/nontempa/IdeaProjects/joplin/ReactNativeClient
> patch-package --patch-dir ../patches && jetify && npm run build
patch-package 6.2.1
Applying patches...
htmlparser2@4.1.0 ✔
sax@1.2.4 ✔
Jetifier found 1235 file(s) to forward-jetify. Using 4 workers...
> Joplin@0.8.0 build /home/nontempa/IdeaProjects/joplin/ReactNativeClient
> gulp build
[20:13:14] Using gulpfile ~/IdeaProjects/joplin/ReactNativeClient/gulpfile.js
[20:13:14] Starting 'build'...
[20:13:14] Starting 'buildReactNativeInjectedJs'...
[20:13:14] Finished 'buildReactNativeInjectedJs' after 4.41 ms
[20:13:14] Starting 'encodeAssets'...
[20:13:14] Finished 'encodeAssets' after 141 ms
[20:13:14] Starting 'podInstall'...
[20:13:14] Finished 'podInstall' after 294 μs
[20:13:14] Finished 'build' after 147 ms
npm WARN react-native-webview@5.12.0 requires a peer of react-native@>=0.57 <0.60 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
audited 1324 packages in 5.388s
5 packages are looking for funding
run `npm fund` for details
found 103 low severity vulnerabilities
run `npm audit fix` to fix them, or `npm audit` for details
> Joplin@1.0.202 postinstall /home/nontempa/IdeaProjects/joplin/ElectronClient
> npm run build && gulp electronRebuild
> Joplin@1.0.202 build /home/nontempa/IdeaProjects/joplin/ElectronClient
> patch-package --patch-dir ../patches && gulp build
patch-package 6.2.0
Applying patches...
htmlparser2@4.1.0 ✔
sax@1.2.4 ✔
[20:13:19] Using gulpfile ~/IdeaProjects/joplin/ElectronClient/gulpfile.js
[20:13:19] Starting 'build'...
[20:13:19] Starting 'compileScripts'...
[20:13:19] Starting 'compilePackageInfo'...
[20:13:19] Starting 'copyPluginAssets'...
[20:13:19] Starting 'copyLib'...
Copying to /home/nontempa/IdeaProjects/joplin/ElectronClient/tools/../gui/note-viewer/pluginAssets
[20:13:19] Finished 'compileScripts' after 12 ms
[20:13:19] Finished 'compilePackageInfo' after 12 ms
[20:13:19] Finished 'copyLib' after 39 ms
Copying to /home/nontempa/IdeaProjects/joplin/ElectronClient/tools/../pluginAssets
[20:13:19] Finished 'copyPluginAssets' after 48 ms
[20:13:19] Finished 'build' after 49 ms
[20:13:20] Using gulpfile ~/IdeaProjects/joplin/ElectronClient/gulpfile.js
[20:13:20] Starting 'electronRebuild'...
Running: "/home/nontempa/IdeaProjects/joplin/ElectronClient/tools/../node_modules/.bin/electron-rebuild"
[20:13:48] 'electronRebuild' errored after 28 s
[20:13:48] Error: Command failed: "/home/nontempa/IdeaProjects/joplin/ElectronClient/tools/../node_modules/.bin/electron-rebuild"
- Searching dependency tree
✖ Rebuild Failed
An unhandled error occurred inside electron-rebuild
make: Entering directory '/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/sqlite3/build'
ACTION deps_sqlite3_gyp_action_before_build_target_unpack_sqlite_dep Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c
TOUCH Release/obj.target/deps/action_before_build.stamp
CC(target) Release/obj.target/sqlite3/gen/sqlite-autoconf-3300100/sqlite3.o
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘sqlite3_db_status’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:21035:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
op = SQLITE_DBSTATUS_CACHE_WRITE+1;
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:21037:5: note: here
case SQLITE_DBSTATUS_CACHE_HIT:
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘sqlite3_str_vappendf’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:27799:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
flag_long = sizeof(char*)==sizeof(i64) ? 2 :
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sizeof(char*)==sizeof(long int) ? 1 : 0;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:27802:7: note: here
case etORDINAL:
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:27804:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
cThousand = 0;
~~~~~~~~~~^~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:27806:7: note: here
case etDECIMAL:
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘sqlite3GetToken’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:155400:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( !sqlite3Isdigit(z[1]) )
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:155409:5: note: here
case CC_DIGIT: {
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:155499:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( z[1]=='\'' ){
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:155513:5: note: here
case CC_ID: {
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘sqlite3ExprCodeTarget’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:101035:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
case TK_AGG_COLUMN: {
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:101048:5: note: here
case TK_COLUMN: {
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘resolveP2Values’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:77303:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( pOp->p2!=0 ) p->readOnly = 0;
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:77306:9: note: here
case OP_AutoCommit:
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:77344:26: warning: this statement may fall through [-Wimplicit-fallthrough=]
case OP_VFilter: {
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:77353:9: note: here
default: {
^~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘resolveExprStep’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:96674:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
case TK_ISNOT: {
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:96690:5: note: here
case TK_BETWEEN:
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘impliesNotNullRow’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:102715:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( (pExpr->pLeft->op==TK_COLUMN && IsVirtual(pExpr->pLeft->y.pTab))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|| (pExpr->pRight->op==TK_COLUMN && IsVirtual(pExpr->pRight->y.pTab))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:102720:5: note: here
default:
^~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘exprImpliesNotNull’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:102582:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( exprImpliesNotNull(pParse, p->pRight, pNN, iTab, seenNot) ) return 1;
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:102585:5: note: here
case TK_SPAN:
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘fkActionTrigger’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:117309:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( !pChanges ){
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:117313:7: note: here
default:
^~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘sqlite3GenerateConstraintChecks’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:118782:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
onError = OE_Abort;
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:118786:7: note: here
case OE_Abort:
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:118944:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
onError = OE_Abort;
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:118947:7: note: here
case OE_Rollback:
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:119007:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
sqlite3UpsertDoUpdate(pParse, pUpsert, pTab, 0, iDataCur);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:119011:7: note: here
case OE_Ignore: {
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:119223:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
sqlite3UpsertDoUpdate(pParse, pUpsert, pTab, pIdx, iIdxCur+ix);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:119227:7: note: here
case OE_Ignore: {
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘sqlite3VdbeExec’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:84944:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( (pIn3->flags & MEM_Null)==0 ) break;
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:84978:1: note: here
case OP_Halt: {
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:85113:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
pOp->opcode = OP_String;
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:85130:1: note: here
case OP_String: { /* out2 */
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:88339:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
case OP_IfNoHope: { /* jump, in3 */
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:88347:1: note: here
case OP_NoConflict: /* jump, in3 */
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:89268:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
p->aCounter[SQLITE_STMTSTATUS_SORT]++;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:89283:1: note: here
case OP_Rewind: { /* jump */
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:90580:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
pOp->opcode = OP_AggStep1;
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:90583:1: note: here
case OP_AggStep1: {
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:91452:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
pOp->opcode += 2;
~~~~~~~~~~~~^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:91455:1: note: here
case OP_PureFunc: /* group */
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘fts3SnippetFunc’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165599:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 6: nToken = sqlite3_value_int(apVal[5]);
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165600:5: note: here
case 5: iCol = sqlite3_value_int(apVal[4]);
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165600:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 5: iCol = sqlite3_value_int(apVal[4]);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165601:5: note: here
case 4: zEllipsis = (const char*)sqlite3_value_text(apVal[3]);
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165601:23: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 4: zEllipsis = (const char*)sqlite3_value_text(apVal[3]);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165602:5: note: here
case 3: zEnd = (const char*)sqlite3_value_text(apVal[2]);
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165602:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 3: zEnd = (const char*)sqlite3_value_text(apVal[2]);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165603:5: note: here
case 2: zStart = (const char*)sqlite3_value_text(apVal[1]);
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘fts3ColumnMethod’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165356:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
iCol = p->nColumn;
~~~~~^~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165360:5: note: here
default:
^~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘cellArea’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184885:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 5: area = p->aCoord[9].f - p->aCoord[8].f;
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184886:7: note: here
case 4: area *= p->aCoord[7].f - p->aCoord[6].f;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184886:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 4: area *= p->aCoord[7].f - p->aCoord[6].f;
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184887:7: note: here
case 3: area *= p->aCoord[5].f - p->aCoord[4].f;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184887:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 3: area *= p->aCoord[5].f - p->aCoord[4].f;
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184888:7: note: here
case 2: area *= p->aCoord[3].f - p->aCoord[2].f;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184888:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 2: area *= p->aCoord[3].f - p->aCoord[2].f;
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184889:7: note: here
default: area *= p->aCoord[1].f - p->aCoord[0].f;
^~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184895:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 5: area = (i64)p->aCoord[9].i - (i64)p->aCoord[8].i;
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184896:7: note: here
case 4: area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184896:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 4: area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184897:7: note: here
case 3: area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184897:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 3: area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184898:7: note: here
case 2: area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184898:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 2: area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184899:7: note: here
default: area *= (i64)p->aCoord[1].i - (i64)p->aCoord[0].i;
^~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘rtreeCallbackConstraint’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184056:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
readCoord(pCellData+32, &c); aCoord[8] = c.f;
~~~~~~~~~~^~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184057:7: note: here
case 8: readCoord(pCellData+28, &c); aCoord[7] = c.f;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184058:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
readCoord(pCellData+24, &c); aCoord[6] = c.f;
~~~~~~~~~~^~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184059:7: note: here
case 6: readCoord(pCellData+20, &c); aCoord[5] = c.f;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184060:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
readCoord(pCellData+16, &c); aCoord[4] = c.f;
~~~~~~~~~~^~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184061:7: note: here
case 4: readCoord(pCellData+12, &c); aCoord[3] = c.f;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184062:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
readCoord(pCellData+8, &c); aCoord[2] = c.f;
~~~~~~~~~~^~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184063:7: note: here
default: readCoord(pCellData+4, &c); aCoord[1] = c.f;
^~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184071:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
readCoord(pCellData+32, &c); aCoord[8] = c.i;
~~~~~~~~~~^~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184072:7: note: here
case 8: readCoord(pCellData+28, &c); aCoord[7] = c.i;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184073:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
readCoord(pCellData+24, &c); aCoord[6] = c.i;
~~~~~~~~~~^~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184074:7: note: here
case 6: readCoord(pCellData+20, &c); aCoord[5] = c.i;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184075:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
readCoord(pCellData+16, &c); aCoord[4] = c.i;
~~~~~~~~~~^~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184076:7: note: here
case 4: readCoord(pCellData+12, &c); aCoord[3] = c.i;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184077:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
readCoord(pCellData+8, &c); aCoord[2] = c.i;
~~~~~~~~~~^~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184078:7: note: here
default: readCoord(pCellData+4, &c); aCoord[1] = c.i;
^~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘rtreeNonleafConstraint’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184130:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( p->op!=RTREE_EQ ) break; /* RTREE_LE and RTREE_LT end here */
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184133:5: note: here
default: /* RTREE_GT or RTREE_GE, or fallthrough of RTREE_EQ */
^~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘jsonRenderNode’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:180779:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( pNode->jnFlags & JNODE_RAW ){
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:180785:5: note: here
case JSON_REAL:
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘jsonReturn’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:180893:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
int_as_real: /* fall through to real */;
^~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:180895:5: note: here
case JSON_REAL: {
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘jsonEachColumn’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:182546:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( p->bRecursive ){
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:182556:5: note: here
default: {
^~~~~~~
AR(target) Release/obj.target/deps/sqlite3.a
COPY Release/sqlite3.a
CXX(target) Release/obj.target/node_sqlite3/src/backup.o
make: g++: Command not found
make: *** [Release/obj.target/node_sqlite3/src/backup.o] Error 127
node_sqlite3.target.mk:132: recipe for target 'Release/obj.target/node_sqlite3/src/backup.o' failed
make: Leaving directory '/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/sqlite3/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:310:20)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Linux 5.3.0-53-generic
gyp ERR! command "/usr/bin/node" "/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/.bin/node-gyp" "rebuild" "--target=7.1.14" "--arch=x64" "--dist-url=https://electronjs.org/headers" "--build-from-source" "--module_name=node_sqlite3" "--module_path=/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/sqlite3/lib/binding/electron-v7.1-linux-x64" "--host=https://mapbox-node-binary.s3.amazonaws.com" "--remote_path=./{name}/v4.1.1/{toolset}/" "--package_name=electron-v7.1-linux-x64.tar.gz"
gyp ERR! cwd /home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/sqlite3
gyp ERR! node -v v12.16.3
gyp ERR! node-gyp -v v6.0.1
gyp ERR! not ok
Failed with exit code: 1
Error: make: Entering directory '/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/sqlite3/build'
ACTION deps_sqlite3_gyp_action_before_build_target_unpack_sqlite_dep Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c
TOUCH Release/obj.target/deps/action_before_build.stamp
CC(target) Release/obj.target/sqlite3/gen/sqlite-autoconf-3300100/sqlite3.o
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘sqlite3_db_status’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:21035:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
op = SQLITE_DBSTATUS_CACHE_WRITE+1;
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:21037:5: note: here
case SQLITE_DBSTATUS_CACHE_HIT:
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘sqlite3_str_vappendf’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:27799:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
flag_long = sizeof(char*)==sizeof(i64) ? 2 :
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sizeof(char*)==sizeof(long int) ? 1 : 0;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:27802:7: note: here
case etORDINAL:
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:27804:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
cThousand = 0;
~~~~~~~~~~^~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:27806:7: note: here
case etDECIMAL:
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘sqlite3GetToken’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:155400:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( !sqlite3Isdigit(z[1]) )
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:155409:5: note: here
case CC_DIGIT: {
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:155499:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( z[1]=='\'' ){
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:155513:5: note: here
case CC_ID: {
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘sqlite3ExprCodeTarget’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:101035:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
case TK_AGG_COLUMN: {
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:101048:5: note: here
case TK_COLUMN: {
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘resolveP2Values’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:77303:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( pOp->p2!=0 ) p->readOnly = 0;
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:77306:9: note: here
case OP_AutoCommit:
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:77344:26: warning: this statement may fall through [-Wimplicit-fallthrough=]
case OP_VFilter: {
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:77353:9: note: here
default: {
^~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘resolveExprStep’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:96674:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
case TK_ISNOT: {
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:96690:5: note: here
case TK_BETWEEN:
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘impliesNotNullRow’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:102715:8: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( (pExpr->pLeft->op==TK_COLUMN && IsVirtual(pExpr->pLeft->y.pTab))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|| (pExpr->pRight->op==TK_COLUMN && IsVirtual(pExpr->pRight->y.pTab))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:102720:5: note: here
default:
^~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘exprImpliesNotNull’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:102582:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( exprImpliesNotNull(pParse, p->pRight, pNN, iTab, seenNot) ) return 1;
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:102585:5: note: here
case TK_SPAN:
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘fkActionTrigger’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:117309:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( !pChanges ){
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:117313:7: note: here
default:
^~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘sqlite3GenerateConstraintChecks’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:118782:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
onError = OE_Abort;
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:118786:7: note: here
case OE_Abort:
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:118944:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
onError = OE_Abort;
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:118947:7: note: here
case OE_Rollback:
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:119007:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
sqlite3UpsertDoUpdate(pParse, pUpsert, pTab, 0, iDataCur);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:119011:7: note: here
case OE_Ignore: {
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:119223:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
sqlite3UpsertDoUpdate(pParse, pUpsert, pTab, pIdx, iIdxCur+ix);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:119227:7: note: here
case OE_Ignore: {
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘sqlite3VdbeExec’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:84944:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( (pIn3->flags & MEM_Null)==0 ) break;
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:84978:1: note: here
case OP_Halt: {
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:85113:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
pOp->opcode = OP_String;
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:85130:1: note: here
case OP_String: { /* out2 */
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:88339:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
case OP_IfNoHope: { /* jump, in3 */
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:88347:1: note: here
case OP_NoConflict: /* jump, in3 */
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:89268:38: warning: this statement may fall through [-Wimplicit-fallthrough=]
p->aCounter[SQLITE_STMTSTATUS_SORT]++;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:89283:1: note: here
case OP_Rewind: { /* jump */
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:90580:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
pOp->opcode = OP_AggStep1;
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:90583:1: note: here
case OP_AggStep1: {
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:91452:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
pOp->opcode += 2;
~~~~~~~~~~~~^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:91455:1: note: here
case OP_PureFunc: /* group */
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘fts3SnippetFunc’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165599:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 6: nToken = sqlite3_value_int(apVal[5]);
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165600:5: note: here
case 5: iCol = sqlite3_value_int(apVal[4]);
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165600:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 5: iCol = sqlite3_value_int(apVal[4]);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165601:5: note: here
case 4: zEllipsis = (const char*)sqlite3_value_text(apVal[3]);
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165601:23: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 4: zEllipsis = (const char*)sqlite3_value_text(apVal[3]);
~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165602:5: note: here
case 3: zEnd = (const char*)sqlite3_value_text(apVal[2]);
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165602:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 3: zEnd = (const char*)sqlite3_value_text(apVal[2]);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165603:5: note: here
case 2: zStart = (const char*)sqlite3_value_text(apVal[1]);
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘fts3ColumnMethod’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165356:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
iCol = p->nColumn;
~~~~~^~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:165360:5: note: here
default:
^~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘cellArea’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184885:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 5: area = p->aCoord[9].f - p->aCoord[8].f;
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184886:7: note: here
case 4: area *= p->aCoord[7].f - p->aCoord[6].f;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184886:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 4: area *= p->aCoord[7].f - p->aCoord[6].f;
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184887:7: note: here
case 3: area *= p->aCoord[5].f - p->aCoord[4].f;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184887:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 3: area *= p->aCoord[5].f - p->aCoord[4].f;
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184888:7: note: here
case 2: area *= p->aCoord[3].f - p->aCoord[2].f;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184888:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 2: area *= p->aCoord[3].f - p->aCoord[2].f;
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184889:7: note: here
default: area *= p->aCoord[1].f - p->aCoord[0].f;
^~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184895:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 5: area = (i64)p->aCoord[9].i - (i64)p->aCoord[8].i;
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184896:7: note: here
case 4: area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184896:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 4: area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i;
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184897:7: note: here
case 3: area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184897:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 3: area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i;
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184898:7: note: here
case 2: area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184898:21: warning: this statement may fall through [-Wimplicit-fallthrough=]
case 2: area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i;
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184899:7: note: here
default: area *= (i64)p->aCoord[1].i - (i64)p->aCoord[0].i;
^~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘rtreeCallbackConstraint’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184056:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
readCoord(pCellData+32, &c); aCoord[8] = c.f;
~~~~~~~~~~^~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184057:7: note: here
case 8: readCoord(pCellData+28, &c); aCoord[7] = c.f;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184058:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
readCoord(pCellData+24, &c); aCoord[6] = c.f;
~~~~~~~~~~^~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184059:7: note: here
case 6: readCoord(pCellData+20, &c); aCoord[5] = c.f;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184060:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
readCoord(pCellData+16, &c); aCoord[4] = c.f;
~~~~~~~~~~^~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184061:7: note: here
case 4: readCoord(pCellData+12, &c); aCoord[3] = c.f;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184062:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
readCoord(pCellData+8, &c); aCoord[2] = c.f;
~~~~~~~~~~^~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184063:7: note: here
default: readCoord(pCellData+4, &c); aCoord[1] = c.f;
^~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184071:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
readCoord(pCellData+32, &c); aCoord[8] = c.i;
~~~~~~~~~~^~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184072:7: note: here
case 8: readCoord(pCellData+28, &c); aCoord[7] = c.i;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184073:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
readCoord(pCellData+24, &c); aCoord[6] = c.i;
~~~~~~~~~~^~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184074:7: note: here
case 6: readCoord(pCellData+20, &c); aCoord[5] = c.i;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184075:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
readCoord(pCellData+16, &c); aCoord[4] = c.i;
~~~~~~~~~~^~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184076:7: note: here
case 4: readCoord(pCellData+12, &c); aCoord[3] = c.i;
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184077:56: warning: this statement may fall through [-Wimplicit-fallthrough=]
readCoord(pCellData+8, &c); aCoord[2] = c.i;
~~~~~~~~~~^~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184078:7: note: here
default: readCoord(pCellData+4, &c); aCoord[1] = c.i;
^~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘rtreeNonleafConstraint’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184130:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( p->op!=RTREE_EQ ) break; /* RTREE_LE and RTREE_LT end here */
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:184133:5: note: here
default: /* RTREE_GT or RTREE_GE, or fallthrough of RTREE_EQ */
^~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘jsonRenderNode’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:180779:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( pNode->jnFlags & JNODE_RAW ){
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:180785:5: note: here
case JSON_REAL:
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘jsonReturn’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:180893:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
int_as_real: /* fall through to real */;
^~~~~~~~~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:180895:5: note: here
case JSON_REAL: {
^~~~
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c: In function ‘jsonEachColumn’:
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:182546:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
if( p->bRecursive ){
^
Release/obj/gen/sqlite-autoconf-3300100/sqlite3.c:182556:5: note: here
default: {
^~~~~~~
AR(target) Release/obj.target/deps/sqlite3.a
COPY Release/sqlite3.a
CXX(target) Release/obj.target/node_sqlite3/src/backup.o
make: g++: Command not found
make: *** [Release/obj.target/node_sqlite3/src/backup.o] Error 127
node_sqlite3.target.mk:132: recipe for target 'Release/obj.target/node_sqlite3/src/backup.o' failed
make: Leaving directory '/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/sqlite3/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:310:20)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Linux 5.3.0-53-generic
gyp ERR! command "/usr/bin/node" "/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/.bin/node-gyp" "rebuild" "--target=7.1.14" "--arch=x64" "--dist-url=https://electronjs.org/headers" "--build-from-source" "--module_name=node_sqlite3" "--module_path=/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/sqlite3/lib/binding/electron-v7.1-linux-x64" "--host=https://mapbox-node-binary.s3.amazonaws.com" "--remote_path=./{name}/v4.1.1/{toolset}/" "--package_name=electron-v7.1-linux-x64.tar.gz"
gyp ERR! cwd /home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/sqlite3
gyp ERR! node -v v12.16.3
gyp ERR! node-gyp -v v6.0.1
gyp ERR! not ok
Failed with exit code: 1
at SafeSubscriber._error (/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/spawn-rx/lib/src/index.js:267:84)
at SafeSubscriber.__tryOrUnsub (/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/rxjs/internal/Subscriber.js:205:16)
at SafeSubscriber.error (/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/rxjs/internal/Subscriber.js:156:26)
at Subscriber._error (/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/rxjs/internal/Subscriber.js:92:26)
at Subscriber.error (/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/rxjs/internal/Subscriber.js:72:18)
at MapSubscriber.Subscriber._error (/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/rxjs/internal/Subscriber.js:92:26)
at MapSubscriber.Subscriber.error (/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/rxjs/internal/Subscriber.js:72:18)
at SafeSubscriber._next (/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/spawn-rx/lib/src/index.js:242:65)
at SafeSubscriber.__tryOrUnsub (/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/rxjs/internal/Subscriber.js:205:16)
at SafeSubscriber.next (/home/nontempa/IdeaProjects/joplin/ElectronClient/node_modules/rxjs/internal/Subscriber.js:143:22)
at ChildProcess.exithandler (child_process.js:303:12)
at ChildProcess.emit (events.js:310:20)
at ChildProcess.EventEmitter.emit (domain.js:505:15)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! Joplin@1.0.202 postinstall: `npm run build && gulp electronRebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the Joplin@1.0.202 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/nontempa/.npm/_logs/2020-05-25T18_13_48_202Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! joplin@1.0.0 postinstall: `cd Tools && npm i && cd .. && cd ReactNativeClient && npm i && cd .. && cd ElectronClient && npm i && cd .. && cd CliClient && npm i && cd .. && gulp build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the joplin@1.0.0 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/nontempa/.npm/_logs/2020-05-25T18_13_48_227Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment