Cook: ncmpc 0.21 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): libpcre-8.42-i486 Installing (pkg/local): util-linux-smartcols-2.33.1-i486 Installing (pkg/local): util-linux-uuid-2.33.1-i486 Installing (pkg/local): util-linux-blkid-2.33.1-i486 Installing (pkg/local): util-linux-mount-2.33.1-i486 Installing (pkg/local): glib-2.64.3-i486 Installing (pkg/local): libpcre16-8.42-i486 Installing (pkg/local): libpcre32-8.42-i486 Installing (pkg/local): libpcrecpp-8.42-i486 Installing (pkg/local): libpcreposix-8.42-i486 Installing (pkg/local): pcre-8.42-any Installing (pkg/local): pcre-apps-8.42-i486 Installing (pkg/local): pcre-dev-8.42-any Installing (pkg/local): libgdbm-1.18.1-i486 Installing (pkg/local): perl-core-5.28.1-i486 Installing (pkg/local): perl-5.28.1-i486 Installing (pkg/local): util-linux-uuid-dev-2.33.1-any Installing (pkg/local): util-linux-blkid-dev-2.33.1-any Installing (pkg/local): util-linux-mount-dev-2.33.1-any Installing (pkg/local): zlib-dev-1.2.11-any Installing (pkg/local): glib-dev-2.64.3-i486 Installing (pkg/local): libmpdclient-2.11-i486 Installing (pkg/local): libmpdclient-dev-2.11-i486 Extracting source archive "ncmpc-0.21.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 configure: loading site script /etc/slitaz/cook.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for i486-slitaz-linux-gcc... i486-slitaz-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i486-slitaz-linux-gcc accepts -g... yes checking for i486-slitaz-linux-gcc option to accept ISO C89... none needed checking dependency style of i486-slitaz-linux-gcc... gcc3 checking for i486-slitaz-linux-gcc option to accept ISO C99... none needed checking for NcursesW wide-character library... yes checking for working ncursesw/curses.h... no checking for working ncursesw.h... no checking for working ncurses.h... yes checking build system type... i486-slitaz-linux-gnu checking host system type... i486-slitaz-linux-gnu checking for socket... yes checking for gethostbyname... yes checking for i486-slitaz-linux-pkg-config... /usr/bin/i486-slitaz-linux-pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for LIBMPDCLIENT... yes checking locale.h usability... yes checking locale.h presence... no configure: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: locale.h: proceeding with the compiler's result checking for locale.h... yes checking whether NLS is requested... yes checking for locale.h... (cached) yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... no configure: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: libintl.h: proceeding with the compiler's result checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... no configure: WARNING: NLS support disabled! checking whether to include color support... yes checking whether to include the help screen... yes checking for getmouse in -lncursesw... yes checking whether to include mouse support... yes checking whether to include the artist screen... yes checking whether to include the search screen... yes checking whether to include the song viewer screen... yes checking whether to include the key editor screen... yes checking whether to include the lyrics screen... no checking whether to include the outputs screen... yes checking whether to include the chat screen... no checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wno-deprecated-declarations... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether C compiler accepts -Wcast-qual... yes checking whether C compiler accepts -Wwrite-strings... yes configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating po/Makefile config.status: creating doc/doxygen.conf config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands make all-recursive make[1]: Entering directory '/home/slitaz/wok/ncmpc/source/ncmpc-0.21' Making all in po make[2]: Entering directory '/home/slitaz/wok/ncmpc/source/ncmpc-0.21/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/slitaz/wok/ncmpc/source/ncmpc-0.21/po' make[2]: Entering directory '/home/slitaz/wok/ncmpc/source/ncmpc-0.21' depbase=`echo src/resolver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/resolver.o -MD -MP -MF $depbase.Tpo -c -o src/resolver.o src/resolver.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/main.o -MD -MP -MF $depbase.Tpo -c -o src/main.o src/main.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/gidle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/gidle.o -MD -MP -MF $depbase.Tpo -c -o src/gidle.o src/gidle.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/mpdclient.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/mpdclient.o -MD -MP -MF $depbase.Tpo -c -o src/mpdclient.o src/mpdclient.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/playlist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/playlist.o -MD -MP -MF $depbase.Tpo -c -o src/playlist.o src/playlist.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/filelist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/filelist.o -MD -MP -MF $depbase.Tpo -c -o src/filelist.o src/filelist.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/options.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/options.o -MD -MP -MF $depbase.Tpo -c -o src/options.o src/options.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/command.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/command.o -MD -MP -MF $depbase.Tpo -c -o src/command.o src/command.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/ncu.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/ncu.o -MD -MP -MF $depbase.Tpo -c -o src/ncu.o src/ncu.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/player_command.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/player_command.o -MD -MP -MF $depbase.Tpo -c -o src/player_command.o src/player_command.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/title_bar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/title_bar.o -MD -MP -MF $depbase.Tpo -c -o src/title_bar.o src/title_bar.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/progress_bar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/progress_bar.o -MD -MP -MF $depbase.Tpo -c -o src/progress_bar.o src/progress_bar.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/status_bar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/status_bar.o -MD -MP -MF $depbase.Tpo -c -o src/status_bar.o src/status_bar.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/screen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/screen.o -MD -MP -MF $depbase.Tpo -c -o src/screen.o src/screen.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/screen_status.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/screen_status.o -MD -MP -MF $depbase.Tpo -c -o src/screen_status.o src/screen_status.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/screen_list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/screen_list.o -MD -MP -MF $depbase.Tpo -c -o src/screen_list.o src/screen_list.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/screen_find.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/screen_find.o -MD -MP -MF $depbase.Tpo -c -o src/screen_find.o src/screen_find.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/screen_utils.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/screen_utils.o -MD -MP -MF $depbase.Tpo -c -o src/screen_utils.o src/screen_utils.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/screen_client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/screen_client.o -MD -MP -MF $depbase.Tpo -c -o src/screen_client.o src/screen_client.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/screen_queue.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/screen_queue.o -MD -MP -MF $depbase.Tpo -c -o src/screen_queue.o src/screen_queue.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/screen_browser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/screen_browser.o -MD -MP -MF $depbase.Tpo -c -o src/screen_browser.o src/screen_browser.c &&\ mv -f $depbase.Tpo $depbase.Po src/screen_find.c: In function 'screen_find': src/screen_find.c:51:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (screen.findbuf) { ^ src/screen_find.c:57:2: note: here case CMD_LIST_FIND_NEXT: ^~~~ depbase=`echo src/screen_file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/screen_file.o -MD -MP -MF $depbase.Tpo -c -o src/screen_file.o src/screen_file.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/list_window.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/list_window.o -MD -MP -MF $depbase.Tpo -c -o src/list_window.o src/list_window.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/song_paint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/song_paint.o -MD -MP -MF $depbase.Tpo -c -o src/song_paint.o src/song_paint.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/colors.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/colors.o -MD -MP -MF $depbase.Tpo -c -o src/colors.o src/colors.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/charset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/charset.o -MD -MP -MF $depbase.Tpo -c -o src/charset.o src/charset.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/wreadln.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/wreadln.o -MD -MP -MF $depbase.Tpo -c -o src/wreadln.o src/wreadln.c &&\ mv -f $depbase.Tpo $depbase.Po src/colors.c: In function 'colors_use': src/colors.c:268:9: warning: 'attrs' may be used uninitialized in this function [-Wmaybe-uninitialized] attr_t attrs; ^~~~~ src/colors.c:277:34: warning: 'pair' may be used uninitialized in this function [-Wmaybe-uninitialized] if ((int)attrs != entry->color || (short)id != pair) ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ depbase=`echo src/strfsong.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/strfsong.o -MD -MP -MF $depbase.Tpo -c -o src/strfsong.o src/strfsong.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/utils.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/utils.o -MD -MP -MF $depbase.Tpo -c -o src/utils.o src/utils.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/hscroll.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/hscroll.o -MD -MP -MF $depbase.Tpo -c -o src/hscroll.o src/hscroll.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/match.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/match.o -MD -MP -MF $depbase.Tpo -c -o src/match.o src/match.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/conf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/conf.o -MD -MP -MF $depbase.Tpo -c -o src/conf.o src/conf.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/screen_help.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/screen_help.o -MD -MP -MF $depbase.Tpo -c -o src/screen_help.o src/screen_help.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/screen_artist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/screen_artist.o -MD -MP -MF $depbase.Tpo -c -o src/screen_artist.o src/screen_artist.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/screen_search.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/screen_search.o -MD -MP -MF $depbase.Tpo -c -o src/screen_search.o src/screen_search.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/screen_song.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/screen_song.o -MD -MP -MF $depbase.Tpo -c -o src/screen_song.o src/screen_song.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/screen_keydef.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/screen_keydef.o -MD -MP -MF $depbase.Tpo -c -o src/screen_keydef.o src/screen_keydef.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/screen_outputs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ i486-slitaz-linux-gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DLOCALE_DIR=\""/usr/share/locale"\" -DSYSCONFDIR=\""/etc"\" -D_GLIBCXX_USE_C99_MATH=1 -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -MT src/screen_outputs.o -MD -MP -MF $depbase.Tpo -c -o src/screen_outputs.o src/screen_outputs.c &&\ mv -f $depbase.Tpo $depbase.Po src/screen_search.c: In function 'screen_search_cmd': src/screen_search.c:443:3: warning: this statement may fall through [-Wimplicit-fallthrough=] screen_status_printf(_("Search mode: %s"), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _(mode[options.search_mode].label)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/screen_search.c:446:2: note: here case CMD_SCREEN_UPDATE: ^~~~ src/screen_artist.c: In function 'screen_artist_cmd': src/screen_artist.c:704:3: warning: this statement may fall through [-Wimplicit-fallthrough=] switch (mode) { ^~~~~~ src/screen_artist.c:721:2: note: here case CMD_LIST_JUMP: ^~~~ i486-slitaz-linux-gcc -DNDEBUG -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -Wextra -Wno-deprecated-declarations -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -Wl,-Os,--as-needed -o src/ncmpc src/resolver.o src/main.o src/gidle.o src/mpdclient.o src/playlist.o src/filelist.o src/options.o src/command.o src/ncu.o src/player_command.o src/title_bar.o src/progress_bar.o src/status_bar.o src/screen.o src/screen_status.o src/screen_list.o src/screen_find.o src/screen_utils.o src/screen_client.o src/screen_queue.o src/screen_browser.o src/screen_file.o src/list_window.o src/song_paint.o src/colors.o src/charset.o src/wreadln.o src/strfsong.o src/utils.o src/hscroll.o src/match.o src/conf.o src/screen_help.o src/screen_artist.o src/screen_search.o src/screen_song.o src/screen_keydef.o src/screen_outputs.o -lncursesw -lmpdclient -lglib-2.0 make[2]: Leaving directory '/home/slitaz/wok/ncmpc/source/ncmpc-0.21' make[1]: Leaving directory '/home/slitaz/wok/ncmpc/source/ncmpc-0.21' Making install in po make[1]: Entering directory '/home/slitaz/wok/ncmpc/source/ncmpc-0.21/po' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/home/slitaz/wok/ncmpc/source/ncmpc-0.21/po' make[1]: Entering directory '/home/slitaz/wok/ncmpc/source/ncmpc-0.21' make[2]: Entering directory '/home/slitaz/wok/ncmpc/source/ncmpc-0.21' build/install-sh -c -d '/home/slitaz/wok/ncmpc/install/usr/share/doc/ncmpc-0.21' build/install-sh -c -d '/home/slitaz/wok/ncmpc/install/usr/share/man/man1' build/install-sh -c -d '/home/slitaz/wok/ncmpc/install/usr/bin' /usr/bin/install -c -m 644 doc/config.sample doc/keys.sample doc/ncmpc.lirc AUTHORS NEWS README '/home/slitaz/wok/ncmpc/install/usr/share/doc/ncmpc-0.21' /usr/bin/install -c src/ncmpc '/home/slitaz/wok/ncmpc/install/usr/bin' /usr/bin/install -c -m 644 doc/ncmpc.1 '/home/slitaz/wok/ncmpc/install/usr/share/man/man1' make[2]: Leaving directory '/home/slitaz/wok/ncmpc/source/ncmpc-0.21' make[1]: Leaving directory '/home/slitaz/wok/ncmpc/source/ncmpc-0.21' ================================================================================ Executing strip on all files... Done Time: 0.40s. Size: 154468 B -> 122284 B. Save: 31 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.45s. Size: 9970 B -> 3666 B. Save: 6 KB. Cache hit: 1/1. ================================================================================ Build dependencies to remove: 24 Removing: advancecomp-static glib glib-dev libgdbm libmpdclient libmpdclient-dev libpcre libpcre16 libpcre32 libpcrecpp libpcreposix pcre pcre-apps pcre-dev perl perl-core util-linux-blkid util-linux-blkid-dev util-linux-mount util-linux-mount-dev util-linux-smartcols util-linux-uuid util-linux-uuid-dev zlib-dev Pack: ncmpc 0.21 ================================================================================ 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 "ncmpc-0.21-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "ncmpc-0.21-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/ncmpc-0.21... Done Checking site script in source/ncmpc-0.21... 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: ncmpc 0.21 ================================================================================ Src file : ncmpc-0.21.tar.bz2 Src size : 332.0K Source dir : 3.7M Produced : 188.0K Cook time : 32s Cook date : 2020-07-07 16:10 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 148.0K : 44.3K : 1 : ncmpc-0.21-i486.tazpkg ================================================================================