Cook: sc-im 0.4.0 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): libunistring-0.9.10-i486 Installing (pkg/local): libidn2-2.1.0-i486 Installing (pkg/local): libcurl-7.63.0-i486 Installing (pkg/local): libpcre2-8-10.31-i486 Installing (pkg/local): git-2.21.0-i486 Extracting source archive "sc-im-0.4.0.tar.bz2" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed yacc -d gram.y test -f y.tab.c && mv y.tab.c gram.c sed -f eres.sed < gram.y > experres.h sed -f sres.sed < gram.y > statres.h gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o xlsx.o xlsx.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o cmds_edit.o cmds_edit.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o history.o history.c history.c: In function 'load_history': history.c:78:17: warning: ignoring return value of 'fgetws', declared with attribute warn_unused_result [-Wunused-result] fgetws(linea, sizeof(linea), f); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/wchar.h:850, from history.c:2: In function 'fgetws', inlined from 'load_history' at history.c:78:17: /usr/include/bits/wchar2.h:393:9: warning: call to '__fgetws_chk_warn' declared with attribute warning: fgetws called with bigger size than length of destination buffer return __fgetws_chk_warn (__s, __bos (__s) / sizeof (wchar_t), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __n, __stream); ~~~~~~~~~~~~~~ gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o marks.o marks.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o lex.o lex.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o color.o color.c color.c: In function 'chg_color': color.c:203:22: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (get(d, "fg") == '\0' || get(d, "bg") == '\0' || get(d, "type") == '\0') { ^~ color.c:203:9: note: did you mean to dereference the pointer? if (get(d, "fg") == '\0' || get(d, "bg") == '\0' || get(d, "type") == '\0') { ^ color.c:203:46: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (get(d, "fg") == '\0' || get(d, "bg") == '\0' || get(d, "type") == '\0') { ^~ color.c:203:33: note: did you mean to dereference the pointer? if (get(d, "fg") == '\0' || get(d, "bg") == '\0' || get(d, "type") == '\0') { ^ color.c:203:72: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (get(d, "fg") == '\0' || get(d, "bg") == '\0' || get(d, "type") == '\0') { ^~ color.c:203:57: note: did you mean to dereference the pointer? if (get(d, "fg") == '\0' || get(d, "bg") == '\0' || get(d, "type") == '\0') { ^ color.c:224:29: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (get(d, "bold") != '\0') ucolors[ type ].bold = atoi(get(d, "bold")); ^~ color.c:224:9: note: did you mean to dereference the pointer? if (get(d, "bold") != '\0') ucolors[ type ].bold = atoi(get(d, "bold")); ^ color.c:225:29: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (get(d, "dim") != '\0') ucolors[ type ].dim = atoi(get(d, "dim")); ^~ color.c:225:9: note: did you mean to dereference the pointer? if (get(d, "dim") != '\0') ucolors[ type ].dim = atoi(get(d, "dim")); ^ color.c:226:29: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (get(d, "reverse") != '\0') ucolors[ type ].reverse = atoi(get(d, "reverse")); ^~ color.c:226:9: note: did you mean to dereference the pointer? if (get(d, "reverse") != '\0') ucolors[ type ].reverse = atoi(get(d, "reverse")); ^ color.c:227:29: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (get(d, "standout") != '\0') ucolors[ type ].standout = atoi(get(d, "standout")); ^~ color.c:227:9: note: did you mean to dereference the pointer? if (get(d, "standout") != '\0') ucolors[ type ].standout = atoi(get(d, "standout")); ^ color.c:228:29: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (get(d, "blink") != '\0') ucolors[ type ].blink = atoi(get(d, "blink")); ^~ color.c:228:9: note: did you mean to dereference the pointer? if (get(d, "blink") != '\0') ucolors[ type ].blink = atoi(get(d, "blink")); ^ color.c:229:29: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (get(d, "underline") != '\0') ucolors[ type ].underline = atoi(get(d, "underline")); ^~ color.c:229:9: note: did you mean to dereference the pointer? if (get(d, "underline") != '\0') ucolors[ type ].underline = atoi(get(d, "underline")); ^ color.c: In function 'color_cell': color.c:257:24: warning: comparison between pointer and zero character constant [-Wpointer-compare] ((get(d, "fg") != '\0' && get(d_colors_param, get(d, "fg")) == NULL) || ^~ color.c:257:11: note: did you mean to dereference the pointer? ((get(d, "fg") != '\0' && get(d_colors_param, get(d, "fg")) == NULL) || ^ color.c:258:23: warning: comparison between pointer and zero character constant [-Wpointer-compare] (get(d, "bg") != '\0' && get(d_colors_param, get(d, "bg")) == NULL))) { ^~ color.c:258:10: note: did you mean to dereference the pointer? (get(d, "bg") != '\0' && get(d_colors_param, get(d, "bg")) == NULL))) { ^ color.c:294:30: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (get(d, "bg") != '\0') ^~ color.c:294:17: note: did you mean to dereference the pointer? if (get(d, "bg") != '\0') ^ color.c:297:30: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (get(d, "fg") != '\0') ^~ color.c:297:17: note: did you mean to dereference the pointer? if (get(d, "fg") != '\0') ^ color.c:300:37: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (get(d, "bold") != '\0') n->ucolor->bold = atoi(get(d, "bold")); ^~ color.c:300:17: note: did you mean to dereference the pointer? if (get(d, "bold") != '\0') n->ucolor->bold = atoi(get(d, "bold")); ^ color.c:301:37: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (get(d, "dim") != '\0') n->ucolor->dim = atoi(get(d, "dim")); ^~ color.c:301:17: note: did you mean to dereference the pointer? if (get(d, "dim") != '\0') n->ucolor->dim = atoi(get(d, "dim")); ^ color.c:302:37: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (get(d, "reverse") != '\0') n->ucolor->reverse = atoi(get(d, "reverse")); ^~ color.c:302:17: note: did you mean to dereference the pointer? if (get(d, "reverse") != '\0') n->ucolor->reverse = atoi(get(d, "reverse")); ^ color.c:303:37: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (get(d, "standout") != '\0') n->ucolor->standout = atoi(get(d, "standout")); ^~ color.c:303:17: note: did you mean to dereference the pointer? if (get(d, "standout") != '\0') n->ucolor->standout = atoi(get(d, "standout")); ^ color.c:304:37: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (get(d, "blink") != '\0') n->ucolor->blink = atoi(get(d, "blink")); ^~ color.c:304:17: note: did you mean to dereference the pointer? if (get(d, "blink") != '\0') n->ucolor->blink = atoi(get(d, "blink")); ^ color.c:305:37: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (get(d, "underline") != '\0') n->ucolor->underline = atoi(get(d, "underline")); ^~ color.c:305:17: note: did you mean to dereference the pointer? if (get(d, "underline") != '\0') n->ucolor->underline = atoi(get(d, "underline")); ^ gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o input.o input.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o cmds_visual.o cmds_visual.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o range.o range.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o dep_graph.o dep_graph.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o xls.o xls.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o buffer.o buffer.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o help.o help.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o filter.o filter.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o maps.o maps.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o main.o main.c main.c: In function 'exit_app': main.c:315:34: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (get_conf_value("output") != '\0' && fdoutput != NULL) { ^~ main.c:315:9: note: did you mean to dereference the pointer? if (get_conf_value("output") != '\0' && fdoutput != NULL) { ^ main.c: In function 'main': main.c:169:5: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] freopen("/dev/tty", "rw", stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o format.o format.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o undo.o undo.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -ffloat-store -c interp.c -o interp.o interp.c: In function 'dolmax': interp.c:657:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( !count || v > maxval) maxval = v; count++; ^~ interp.c:657:48: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ( !count || v > maxval) maxval = v; count++; ^~~~~ interp.c: In function 'dolmin': interp.c:672:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if ( !count || v < minval) minval = v; count++; ^~ interp.c:672:48: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if ( !count || v < minval) minval = v; count++; ^~~~~ interp.c: In function 'decompile': interp.c:2388:18: warning: this 'for' clause does not guard... [-Wmisleading-indentation] case 'f': for (s="@fixed "; (line[linelim++] = *s++); ); ^~~ interp.c:2389:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' linelim--; ^~~~~~~ interp.c:2392:18: warning: this 'for' clause does not guard... [-Wmisleading-indentation] case 'F': for (s="(@fixed)"; (line[linelim++] = *s++); ); ^~~ interp.c:2393:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' linelim--; ^~~~~~~ interp.c:2448:18: warning: this 'for' clause does not guard... [-Wmisleading-indentation] case NOW: for (s = "@now"; (line[linelim++] = *s++); ); ^~~ interp.c:2449:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' linelim--; ^~~~~~~ interp.c:2482:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] case MYROW: for (s = "@myrow"; (line[linelim++] = *s++); ); ^~~ interp.c:2483:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' linelim--; ^~~~~~~ interp.c:2485:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] case MYCOL: for (s = "@mycol"; (line[linelim++] = *s++); ); ^~~ interp.c:2486:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' linelim--; ^~~~~~~ interp.c:2488:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] case LASTROW: for (s = "@lastrow"; (line[linelim++] = *s++); ); ^~~ interp.c:2489:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' linelim--; ^~~~~~~ interp.c:2491:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] case LASTCOL: for (s = "@lastcol"; (line[linelim++] = *s++); ); ^~~ interp.c:2492:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' linelim--; ^~~~~~~ interp.c:2497:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] case NUMITER: for (s = "@numiter"; (line[linelim++] = *s++); ); ^~~ interp.c:2498:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' linelim--; ^~~~~~~ interp.c:2500:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] case ERR_: for (s = "@err"; (line[linelim++] = *s++); ); ^~~ interp.c:2501:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' linelim--; ^~~~~~~ interp.c:2503:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] case PI_: for (s = "@pi"; (line[linelim++] = *s++); ); ^~~ interp.c:2504:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' linelim--; ^~~~~~~ interp.c:2506:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] case BLACK: for (s = "@black"; (line[linelim++] = *s++); ); ^~~ interp.c:2507:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' linelim--; ^~~~~~~ interp.c:2509:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] case RED: for (s = "@red"; (line[linelim++] = *s++); ); ^~~ interp.c:2510:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' linelim--; ^~~~~~~ interp.c:2512:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] case GREEN: for (s = "@green"; (line[linelim++] = *s++); ); ^~~ interp.c:2513:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' linelim--; ^~~~~~~ interp.c:2515:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] case YELLOW: for (s = "@yellow"; (line[linelim++] = *s++); ); ^~~ interp.c:2516:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' linelim--; ^~~~~~~ interp.c:2518:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] case BLUE: for (s = "@blue"; (line[linelim++] = *s++); ); ^~~ interp.c:2519:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' linelim--; ^~~~~~~ interp.c:2521:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] case MAGENTA: for (s = "@magenta"; (line[linelim++] = *s++); ); ^~~ interp.c:2522:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' linelim--; ^~~~~~~ interp.c:2524:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] case CYAN: for (s = "@cyan"; (line[linelim++] = *s++); ); ^~~ interp.c:2525:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' linelim--; ^~~~~~~ interp.c:2527:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] case WHITE: for (s = "@white"; (line[linelim++] = *s++); ); ^~~ interp.c:2528:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' linelim--; ^~~~~~~ gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o pipe.o pipe.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o cmds.o cmds.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o yank.o yank.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o vmtbl.o vmtbl.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o cmds_insert.o cmds_insert.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o block.o block.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o file.o file.c file.c: In function 'backup_file': file.c:541:16: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] (void) chown(tpath, statbuf.st_uid, statbuf.st_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ file.c: In function 'openfile': file.c:595:16: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] (void) dup(pipefd[0]); // connect to first pipe ^~~~~~~~~~~~~~ file.c:599:20: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] (void) dup(pipefd[3]); // connect to second pipe ^~~~~~~~~~~~~~ file.c: In function 'write_fd': file.c:223:39: warning: '%s' directive writing up to 1023 bytes into a region of size 253 [-Wformat-overflow=] sprintf(strcolor, "fg=%s", &line[0]); ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:873, from /usr/include/curses.h:183, from file.c:11: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 1027 bytes into a destination of size 256 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o screen.o screen.c screen.c: In function 'show_celldetails': screen.c:676:27: warning: '] ' directive writing 2 bytes into a region of size between 0 and 1023 [-Wformat-overflow=] sprintf(head, "[%s] ", line); ^~ In file included from /usr/include/stdio.h:873, from /usr/include/curses.h:183, from screen.c:10: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 1027 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o cmds_normal.o cmds_normal.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o xmalloc.o xmalloc.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o hide_show.o hide_show.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o conf.o conf.c conf.c: In function 'get_conf_value': conf.c:51:13: warning: comparison between pointer and zero character constant [-Wpointer-compare] if ( val != '\0' ) ^~ conf.c:51:9: note: did you mean to dereference the pointer? if ( val != '\0' ) ^ gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o shift.o shift.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o cmds_command.o cmds_command.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o exec.o exec.c exec.c: In function 'exec_cmd': exec.c:65:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, reading_buf, 1); ^~~~~~~~~~~~~~~~~~~~~~~~ exec.c:69:9: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system("echo -n 'Press ENTER to return.'"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o utils/extra.o utils/extra.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o utils/dictionary.o utils/dictionary.c utils/dictionary.c: In function 'put': utils/dictionary.c:36:26: warning: comparison between pointer and zero character constant [-Wpointer-compare] } else if ( get(d, k) != '\0' ) { ^~ utils/dictionary.c:36:16: note: did you mean to dereference the pointer? } else if ( get(d, k) != '\0' ) { ^ gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o utils/string.o utils/string.c gcc -DLINUX -O2 -Wall -pipe -g -I/usr/include/libxml2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DUSECOLORS -DUSELOCALE -DUNDO -DSIGVOID -DDFLT_PAGER=\"less\" -DREGCOMP -DLIBDIR=\"/usr/share/doc/scim\" -DMAXROWS=65536 -DHELP_PATH=\"/usr/share/scim\" -DSNAME=\"scim\" -DHISTORY_FILE=\".sciminfo\" -D_GLIBCXX_USE_C99_MATH=1 -c -o gram.o gram.c gcc -Wl,-Os,--as-needed xlsx.o cmds_edit.o history.o marks.o lex.o color.o input.o cmds_visual.o range.o dep_graph.o xls.o buffer.o help.o filter.o maps.o main.o sort.o format.o undo.o interp.o pipe.o cmds.o yank.o vmtbl.o cmds_insert.o block.o file.o screen.o cmds_normal.o xmalloc.o hide_show.o conf.o shift.o cmds_command.o exec.o utils/extra.o utils/dictionary.o utils/string.o gram.o -o scim -lm -lncursesw install -d /home/slitaz/wok/sc-im/install/usr/bin install scim /home/slitaz/wok/sc-im/install/usr/bin/scim install -d /home/slitaz/wok/sc-im/install/usr/share/scim install doc /home/slitaz/wok/sc-im/install/usr/share/scim/scim_help install -d /home/slitaz/wok/sc-im/install/usr/share/man/man1 install -m 644 sc-im.1 /home/slitaz/wok/sc-im/install/usr/share/man/man1/scim.1 ================================================================================ Executing strip on all files... Done Time: 0.18s. Size: 893784 B -> 273180 B. Save: 606 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.31s. Size: 6942 B -> 2860 B. Save: 4 KB. Cache hit: 1/1. ================================================================================ Build dependencies to remove: 6 Removing: advancecomp-static git libcurl libidn2 libpcre2-8 libunistring Pack: sc-im 0.4.0 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "sc-im-0.4.0-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "sc-im-0.4.0-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/sc-im-0.4.0... Done Checking site script in source/sc-im-0.4.0... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: sc-im 0.4.0 ================================================================================ Src file : sc-im-0.4.0.tar.bz2 Src size : 3.3M Source dir : 6.6M Produced : 352.0K Cook time : 28s Cook date : 2020-07-20 13:18 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 356.0K : 109.2K : 2 : sc-im-0.4.0-i486.tazpkg ================================================================================