Cook: qemacs 0.3.3 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): libxau-1.0.8-i486 Installing (pkg/local): libxdmcp-1.1.2-i486 Installing (pkg/local): libxcb-1.13.1-i486 Installing (pkg/local): libx11-1.6.7-i486 Installing (pkg/local): xorgproto-2018.4-any Installing (pkg/local): libxau-dev-1.0.8-any Installing (pkg/local): libxdmcp-dev-1.1.2-any Installing (pkg/local): libxcb-dev-1.13.1-any Installing (pkg/local): libx11-dev-1.6.7-any Installing (pkg/local): libxext-1.3.3-i486 Installing (pkg/local): libxext-dev-1.3.3-any Installing (pkg/local): libxv-1.0.11-i486 Installing (pkg/local): libxv-dev-1.0.11-any Extracting source archive "qemacs-0.3.3.tar.gz" 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 Install prefix /usr Source path /home/slitaz/wok/qemacs/source/qemacs-0.3.3 C compiler gcc X11 support no Xvideo support no libpng support no Graphical HTML no Plugins support no FFMPEG support no Full unicode no Generic keymaps no Creating config.mak and config.h make -C libqhtml all gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o qe.o -c qe.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o charset.o -c charset.c make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o buffer.o -c buffer.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o input.o -c input.c make[1]: Entering directory '/home/slitaz/wok/qemacs/source/qemacs-0.3.3/libqhtml' gcc -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o css.o css.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o unicode_join.o -c unicode_join.c css.c: In function 'css_bidir_split_box': css.c:1357:9: warning: variable 'c' set but not used [-Wunused-but-set-variable] int c, pos; ^ css.c: In function 'css_layout_inline_box': css.c:2107:20: warning: variable 'eob' set but not used [-Wunused-but-set-variable] int ch, space, eob, ret, box_stack_base, i; ^~~ buffer.c: In function 'eb_insert_buffer': buffer.c:238:9: warning: variable 'size_start' set but not used [-Wunused-but-set-variable] int size_start, len, n, page_index; ^~~~~~~~~~ qe.c: In function 'command_completion': qe.c:264:9: warning: variable 'count' set but not used [-Wunused-but-set-variable] int count, len; ^~~~~ qe.c: In function 'do_fill_paragraph': qe.c:483:32: warning: variable 'line_count' set but not used [-Wunused-but-set-variable] int offset, offset1, n, c, line_count, indent_size; ^~~~~~~~~~ gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o display.o -c display.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o util.o -c util.c qe.c: In function 'do_minibuffer_exit': qe.c:4027:9: warning: variable 'len' set but not used [-Wunused-but-set-variable] int len; ^~~ qe.c: In function 'do_split_window': qe.c:5351:16: warning: variable 'e' set but not used [-Wunused-but-set-variable] EditState *e; ^ qe.c: In function 'parse_config_file': qe.c:5927:9: warning: variable 'err' set but not used [-Wunused-but-set-variable] int err, line_num; ^~~ util.c: In function 'canonize_absolute_path': util.c:230:9: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] getcwd(path, sizeof(path)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o hex.o -c hex.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o list.o -c list.c buffer.c: In function 'eb_addlog': buffer.c:608:43: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 250 [-Wformat-truncation=] snprintf(buf, sizeof(buf), "*log <%s>*", b->name); ^~ In file included from /usr/include/stdio.h:873, from qe.h:5, from buffer.c:19: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 9 and 264 bytes into a destination of size 256 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o cutils.o -c cutils.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o unix.o -c unix.c buffer.c: In function 'eb_prevc': buffer.c:786:35: warning: array subscript -1 is below array bounds of 'u8[6]' {aka 'unsigned char[6]'} [-Warray-bounds] offset += buf - 1 - q; ~~~~^~~ gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o tty.o -c tty.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o unihex.o -c unihex.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o clang.o -c clang.c clang.c: In function 'do_c_indent': clang.c:291:19: warning: variable 'stack' set but not used [-Wunused-but-set-variable] unsigned char stack[MAX_STACK_SIZE]; ^~~~~ gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o latex-mode.o -c latex-mode.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o xml.o -c xml.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o bufed.o -c bufed.c latex-mode.c: In function 'do_tex_insert_quote': latex-mode.c:148:21: warning: variable 'len' set but not used [-Wunused-but-set-variable] int offset_bol, len, offset1; ^~~ latex-mode.c: In function 'latex_cmd_run': latex-mode.c:231:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(p == func->es->b->filename) ^~ latex-mode.c:233:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' len = p - func->es->b->filename + 1; ^~~ latex-mode.c:226:5: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] getcwd(cwd, sizeof(cwd)); ^~~~~~~~~~~~~~~~~~~~~~~~ latex-mode.c:236:5: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(wd); ^~~~~~~~~ latex-mode.c:262:2: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(cwd); ^~~~~~~~~~ gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o shell.o -c shell.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o dired.o -c dired.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -o qeend.o -c qeend.c dired.c: In function 'dired_sort_func': dired.c:66:15: warning: variable 'len2' set but not used [-Wunused-but-set-variable] int len1, len2, is_dir1, is_dir2; ^~~~ dired.c:66:9: warning: variable 'len1' set but not used [-Wunused-but-set-variable] int len1, len2, is_dir1, is_dir2; ^~~~ shell.c: In function 'run_process': shell.c:163:9: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup(0); ^~~~~~ shell.c:164:9: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup(0); ^~~~~~ gcc -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o xmlparse.o xmlparse.c gcc -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o cssparse.o cssparse.c cssparse.c: In function 'css_parse_properties': cssparse.c:284:18: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] (!type & CSS_TYPE_ARGS)) ^~~~~ gcc -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I.. -o csstoqe csstoqe.c ./csstoqe html_style < html.css > html_style.c gcc -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o html_style.o html_style.c ./csstoqe docbook_style < docbook.css > docbook_style.c gcc -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I.. -D_GLIBCXX_USE_C99_MATH=1 -c -o docbook_style.o docbook_style.c rm -f libqhtml.a ar rc libqhtml.a css.o xmlparse.o cssparse.o html_style.o docbook_style.o make[1]: Leaving directory '/home/slitaz/wok/qemacs/source/qemacs-0.3.3/libqhtml' gcc -Wl,-Os,--as-needed -o qe_g qe.o charset.o buffer.o input.o unicode_join.o display.o util.o hex.o list.o cutils.o unix.o tty.o unihex.o clang.o latex-mode.o xml.o bufed.o shell.o dired.o qeend.o -lm cp qe_g qe strip -s -R .comment -R .note qe -rwxr-xr-x 1 root root 144636 Jul 20 12:24 qe Install prefix /usr Source path /home/slitaz/wok/qemacs/source/qemacs-0.3.3 C compiler gcc X11 support no Xvideo support yes libpng support no Graphical HTML yes Plugins support yes FFMPEG support no Full unicode yes Generic keymaps yes Creating config.mak and config.h make -C libqhtml all make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I./libqhtml -o html.o -c html.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I./libqhtml -o docbook.o -c docbook.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I./libqhtml -o charsetmore.o -c charsetmore.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I./libqhtml -o charset_table.o -c charset_table.c make[1]: Entering directory '/home/slitaz/wok/qemacs/source/qemacs-0.3.3/libqhtml' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/slitaz/wok/qemacs/source/qemacs-0.3.3/libqhtml' gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I./libqhtml -o arabic.o -c arabic.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I./libqhtml -o indic.o -c indic.c arabic.c: In function 'arab_join': arabic.c:219:23: warning: variable 'aa' set but not used [-Wunused-but-set-variable] const ArabicChar *aa, *bb, *cc; ^~ gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I./libqhtml -o qfribidi.o -c qfribidi.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I./libqhtml -o html2png.o -c html2png.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I./libqhtml -o libfbf.o -c libfbf.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I./libqhtml -o fbfrender.o -c fbfrender.c gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I./libqhtml -o cfb.o -c cfb.c libfbf.c: In function 'decode_glyph': libfbf.c:419:24: warning: variable 'w1' set but not used [-Wunused-but-set-variable] unsigned int lbuf, w1; ^~ gcc -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I./libqhtml -o fbftoqe fbftoqe.c gcc -Wl,-Os,--as-needed -Wl,-E -o qe_g qe.o charset.o buffer.o input.o unicode_join.o display.o util.o hex.o list.o cutils.o unix.o tty.o unihex.o clang.o latex-mode.o xml.o bufed.o shell.o dired.o html.o docbook.o charsetmore.o charset_table.o arabic.o indic.o qfribidi.o qeend.o libqhtml/libqhtml.a -ldl -lm -L./libqhtml -lqhtml ./fbftoqe fonts/fixed10.fbf fonts/fixed12.fbf fonts/fixed13.fbf fonts/fixed14.fbf fonts/helv8.fbf fonts/helv10.fbf fonts/helv12.fbf fonts/helv14.fbf fonts/helv18.fbf fonts/helv24.fbf fonts/times8.fbf fonts/times10.fbf fonts/times12.fbf fonts/times14.fbf fonts/times18.fbf fonts/times24.fbf fonts/unifont.fbf > fbffonts.c cp qe_g qe strip -s -R .comment -R .note qe -rwxr-xr-x 1 root root 281616 Jul 20 12:24 qe gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I./libqhtml -o fbffonts.o -c fbffonts.c gcc -Wl,-Os,--as-needed -Wl,-E -o html2png html2png.o util.o cutils.o arabic.o indic.o qfribidi.o display.o unicode_join.o charset.o charsetmore.o charset_table.o libfbf.o fbfrender.o cfb.o fbffonts.o \ -L./libqhtml -lqhtml Install prefix /usr Source path /home/slitaz/wok/qemacs/source/qemacs-0.3.3 C compiler gcc X11 support yes Xvideo support yes libpng support no Graphical HTML yes Plugins support yes FFMPEG support no Full unicode yes Generic keymaps yes Creating config.mak and config.h make -C libqhtml all make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. gcc -DHAVE_QE_CONFIG_H -fno-strict-aliasing -Wall -g -Wno-error=unused-but-set-variable -O2 -march=i386 -falign-functions=0 -I./libqhtml -o x11.o -c x11.c make[1]: Entering directory '/home/slitaz/wok/qemacs/source/qemacs-0.3.3/libqhtml' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/slitaz/wok/qemacs/source/qemacs-0.3.3/libqhtml' x11.c: In function 'x11_handle_event': x11.c:1170:9: warning: variable 'shift' set but not used [-Wunused-but-set-variable] int shift, ctrl, meta, len, key; ^~~~~ x11.c: In function 'x11_bmp_unlock': x11.c:1649:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int ret; ^~~ gcc -Wl,-Os,--as-needed -Wl,-E -o qe_g qe.o charset.o buffer.o input.o unicode_join.o display.o util.o hex.o list.o cutils.o unix.o tty.o unihex.o clang.o latex-mode.o xml.o bufed.o shell.o dired.o x11.o html.o docbook.o charsetmore.o charset_table.o arabic.o indic.o qfribidi.o qeend.o libqhtml/libqhtml.a -ldl -lm -lXv -L/usr/X11R6/lib -lXext -lX11 -L./libqhtml -lqhtml cp qe_g qe strip -s -R .comment -R .note qe -rwxr-xr-x 1 root root 298228 Jul 20 12:24 qe Copying documentation... Done Copying man pages... Done ================================================================================ Executing strip on all files... Done Time: 0.29s. Size: 8068917 B -> 8068917 B. Save: 0 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.39s. Size: 1849 B -> 1034 B. Save: 1 KB. Cache hit: 1/1. ================================================================================ Build dependencies to remove: 14 Removing: advancecomp-static libx11 libx11-dev libxau libxau-dev libxcb libxcb-dev libxdmcp libxdmcp-dev libxext libxext-dev libxv libxv-dev xorgproto Pack: qemacs 0.3.3 ================================================================================ Executing: genpkg_rules 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 The release checksum has changed. ================================================================================ Package "qemacs-0.3.3-i486.tazpkg" created Pack: qemacs-tiny 0.3.3 ================================================================================ Executing: genpkg_rules 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 The release checksum has changed. ================================================================================ Package "qemacs-tiny-0.3.3-i486.tazpkg" created Pack: qemacs-x11 0.3.3 ================================================================================ Executing: genpkg_rules 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 The release checksum has changed. ================================================================================ Package "qemacs-x11-0.3.3-i486.tazpkg" created Pack: qemacs-dev 0.3.3 ================================================================================ Executing: genpkg_rules Copying "receipt"... Done Determining package architecture... any 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 "qemacs-dev-0.3.3-any.tazpkg" Done The release checksum has changed. ================================================================================ Package "qemacs-dev-0.3.3-any.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/qemacs-0.3.3... Done Checking site script in source/qemacs-0.3.3... Done Checking ownership in install... Done Checking permissions in install... Failed Problems found: 0600 /usr/share/man/man1/qe.1.gz Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: qemacs 0.3.3 ================================================================================ Src file : qemacs-0.3.3.tar.gz Src size : 804.0K Source dir : 9.3M Produced : 92.0K Cook time : 38s Cook date : 2020-07-20 12:24 Target arch : any, i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 964.0K : 608.8K : 5 : qemacs-0.3.3-i486.tazpkg 2 : 172.0K : 59.9K : 2 : qemacs-tiny-0.3.3-i486.tazpkg 3 : 980.0K : 614.9K : 5 : qemacs-x11-0.3.3-i486.tazpkg 4 : 92.0K : 14.8K : 5 : qemacs-dev-0.3.3-any.tazpkg ================================================================================