Cook: multitail 5.2.9 ================================================================================ QA: checking package receipt... Checking build dependencies... Extracting source archive "multitail-5.2.9.tgz" 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 Applying patch tail_busybox.patch patching file Makefile patching file exec.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o utils.o utils.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o mt.o mt.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o error.o error.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o my_pty.o my_pty.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o term.o term.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o scrollback.o scrollback.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o help.o help.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o mem.o mem.c mt.c: In function 'draw_tab': mt.c:441:7: warning: variable 'cury' set but not used [-Wunused-but-set-variable] int cury, curx, move, loop; ^~~~ mt.c: In function 'do_color_print': mt.c:584:7: warning: variable 'reverse' set but not used [-Wunused-but-set-variable] char reverse = start_reverse; ^~~~~~~ mt.c: In function 'color_print': mt.c:722:6: warning: variable 'y' set but not used [-Wunused-but-set-variable] int y, x; ^ mt.c: In function 'update_statusline': mt.c:1314:11: warning: variable 'dy' set but not used [-Wunused-but-set-variable] int dx, dy; ^~ mt.c: In function 'create_window_set': mt.c:1459:6: warning: variable 'last_not_hidden_window' set but not used [-Wunused-but-set-variable] int last_not_hidden_window = -1; ^~~~~~~~~~~~~~~~~~~~~~ mt.c: In function 'recv_from_fd': mt.c:3235:6: warning: variable 'time_len' set but not used [-Wunused-but-set-variable] int time_len; ^~~~~~~~ utils.c: In function 'amount_to_str': utils.c:343:38: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(out, AMOUNT_STR_LEN, "%dKB", (int)((amount + M_KB - 1) / M_KB)); ^ In file included from /usr/include/stdio.h:873, from /usr/include/curses.h:183, from /usr/include/panel.h:42, from mt.h:55, from utils.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 4 and 7 bytes into a destination of size 6 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.c:341:38: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(out, AMOUNT_STR_LEN, "%dMB", (int)((amount + M_MB - 1) / M_MB)); ^ In file included from /usr/include/stdio.h:873, from /usr/include/curses.h:183, from /usr/include/panel.h:42, from mt.h:55, from utils.c:33: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 4 and 7 bytes into a destination of size 6 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o cv.o cv.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o selbox.o selbox.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o stripstring.o stripstring.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o color.o color.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o misc.o misc.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o ui.o ui.c ui.c: In function 'error_popup': ui.c:37:6: warning: variable 'len' set but not used [-Wunused-but-set-variable] int len; ^~~ cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o exec.o exec.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o diff.o diff.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o config.o config.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o cmdline.o cmdline.c cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o globals.o globals.c ui.c: In function 'edit_color': ui.c:158:41: warning: '%d' directive output may be truncated writing between 1 and 6 bytes into a region of size 5 [-Wformat-truncation=] snprintf(val_str, sizeof(val_str), "%d", val); ^~ ui.c:158:40: note: directive argument in the range [-32768, 32767] snprintf(val_str, sizeof(val_str), "%d", val); ^~~~ In file included from /usr/include/stdio.h:873, from ui.c:5: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 2 and 7 bytes into a destination of size 5 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -march=i486 -Os -pipe -mindirect-branch=thunk -funsigned-char -D`uname` -D__Busybox__ -O2 -Wall -DVERSION=\"5.2.9\" -g -DCONFIG_FILE=\"//etc/multitail.conf\" -D_GLIBCXX_USE_C99_MATH=1 -c -o history.o history.c ui.c: In function 'set_window_sizes': ui.c:2171:41: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size 5 [-Wformat-truncation=] snprintf(oldval, sizeof(oldval), "%d", pi[window].win_height); ^~ ui.c:2171:40: note: directive argument in the range [0, 2147483647] snprintf(oldval, sizeof(oldval), "%d", pi[window].win_height); ^~~~ In file included from /usr/include/stdio.h:873, from ui.c:5: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 2 and 11 bytes into a destination of size 5 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from ui.c:4: In function 'strncat', inlined from 'regexp_error_popup' at ui.c:2468:4: /usr/include/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound 4096 equals destination size [-Wstringop-overflow=] return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -Wall -W utils.o mt.o error.o my_pty.o term.o scrollback.o help.o mem.o cv.o selbox.o stripstring.o color.o misc.o ui.o exec.o diff.o config.o cmdline.o globals.o history.o -Wl,-Os,--as-needed -lpanel -lncurses -lutil -lm -g -rdynamic -o multitail ================================================================================ Executing strip on all files... Done Time: 0.22s. Size: 904956 B -> 293164 B. Save: 597 KB. ================================================================================ Pack: multitail 5.2.9 ================================================================================ 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 "multitail-5.2.9-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "multitail-5.2.9-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/multitail-5.2.9... Done Checking site script in source/multitail-5.2.9... 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: multitail 5.2.9 ================================================================================ Src file : multitail-5.2.9.tgz Src size : 164.0K Source dir : 2.6M Produced : 348.0K Cook time : 12s Cook date : 2020-07-07 15:55 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 364.0K : 121.7K : 2 : multitail-5.2.9-i486.tazpkg ================================================================================