Cook: vnc2swf 0.5.0 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): libice-1.0.9-i486 Installing (pkg/local): xorgproto-2018.4-any Installing (pkg/local): libice-dev-1.0.9-any Installing (pkg/local): util-linux-uuid-2.33.1-i486 Installing (pkg/local): libsm-1.2.3-i486 Installing (pkg/local): libsm-dev-1.2.3-any 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): 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): libxt-1.1.5-i486 Installing (pkg/local): libxmu-1.1.2-i486 Installing (pkg/local): libxpm-3.5.12-i486 Installing (pkg/local): libxaw-1.0.13-i486 Installing (pkg/local): libxext-dev-1.3.3-any Installing (pkg/local): libxt-dev-1.1.5-any Installing (pkg/local): libxmu-dev-1.1.2-any Installing (pkg/local): libxpm-util-3.5.12-i486 Installing (pkg/local): libxpm-dev-3.5.12-any Installing (pkg/local): libxaw-dev-1.0.13-any Installing (pkg/local): zlib-dev-1.2.11-any Extracting source archive "vnc2swf-0.5.0.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 loading site script /etc/slitaz/cook.site creating cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed) works... yes checking whether the C compiler (gcc -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... (cached) no checking for c++... c++ checking whether the C++ compiler (c++ -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed) works... yes checking whether the C++ compiler (c++ -march=i486 -Os -pipe -mindirect-branch=thunk -Wl,-Os,--as-needed) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... (cached) no checking for ranlib... ranlib checking whether make sets ${MAKE}... yes checking how to run the C++ preprocessor... c++ -E checking for X... libraries /usr/lib, headers checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for deflate in -lz... yes checking for socklen_t... yes updating cache ./config.cache creating ./config.status creating Makefile creating rdr/Makefile creating rfb/Makefile gcc -D_GLIBCXX_USE_C99_MATH=1 -DVNC2SWF_VERSION='"0.5.0"' -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c argsresources.c gcc -D_GLIBCXX_USE_C99_MATH=1 -DVNC2SWF_VERSION='"0.5.0"' -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c colour.c gcc -D_GLIBCXX_USE_C99_MATH=1 -DVNC2SWF_VERSION='"0.5.0"' -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c desktop.c gcc -D_GLIBCXX_USE_C99_MATH=1 -DVNC2SWF_VERSION='"0.5.0"' -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c dialogs.c gcc -D_GLIBCXX_USE_C99_MATH=1 -DVNC2SWF_VERSION='"0.5.0"' -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c fullscreen.c gcc -D_GLIBCXX_USE_C99_MATH=1 -DVNC2SWF_VERSION='"0.5.0"' -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c listen.c colour.c: In function 'SetupBGR233Map': colour.c:449:27: warning: pointer targets in passing argument 3 of 'XFreeColors' differ in signedness [-Wpointer-sign] XFreeColors(dpy, cmap, &i, 1, 0); ^~ In file included from /usr/include/X11/Intrinsic.h:53, from /usr/include/X11/IntrinsicP.h:51, from vncviewer.h:31, from colour.c:26: /usr/include/X11/Xlib.h:2525:12: note: expected 'long unsigned int *' but argument is of type 'long int *' extern int XFreeColors( ^~~~~~~~~~~ desktop.c: In function 'HandleBasicDesktopEvent': desktop.c:171:2: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] SendKeyEvent(XKeycodeToKeysym(dpy, i, 0), False); ^~~~~~~~~~~~ In file included from /usr/include/X11/Intrinsic.h:53, from /usr/include/X11/IntrinsicP.h:51, from vncviewer.h:31, from desktop.c:25: /usr/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ desktop.c: In function 'SendRFBEvent': desktop.c:296:7: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] ks = XKeycodeToKeysym(dpy, ev->xkey.keycode, 0); ^~ In file included from /usr/include/X11/Intrinsic.h:53, from /usr/include/X11/IntrinsicP.h:51, from vncviewer.h:31, from desktop.c:25: /usr/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ gcc -D_GLIBCXX_USE_C99_MATH=1 -DVNC2SWF_VERSION='"0.5.0"' -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c misc.c gcc -D_GLIBCXX_USE_C99_MATH=1 -DVNC2SWF_VERSION='"0.5.0"' -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c popup.c gcc -D_GLIBCXX_USE_C99_MATH=1 -DVNC2SWF_VERSION='"0.5.0"' -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c rfbproto.c gcc -D_GLIBCXX_USE_C99_MATH=1 -DVNC2SWF_VERSION='"0.5.0"' -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c selection.c misc.c: In function 'CommonInit': misc.c:89:9: warning: pointer targets in passing argument 4 of 'XParseGeometry' differ in signedness [-Wpointer-sign] &appData.cgw, &appData.cgh); ^~~~~~~~~~~~ In file included from /usr/include/X11/Intrinsic.h:53, from /usr/include/X11/IntrinsicP.h:51, from vncviewer.h:31, from misc.c:25: /usr/include/X11/Xlib.h:2857:12: note: expected 'unsigned int *' but argument is of type 'int *' extern int XParseGeometry( ^~~~~~~~~~~~~~ misc.c:89:23: warning: pointer targets in passing argument 5 of 'XParseGeometry' differ in signedness [-Wpointer-sign] &appData.cgw, &appData.cgh); ^~~~~~~~~~~~ In file included from /usr/include/X11/Intrinsic.h:53, from /usr/include/X11/IntrinsicP.h:51, from vncviewer.h:31, from misc.c:25: /usr/include/X11/Xlib.h:2857:12: note: expected 'unsigned int *' but argument is of type 'int *' extern int XParseGeometry( ^~~~~~~~~~~~~~ gcc -D_GLIBCXX_USE_C99_MATH=1 -DVNC2SWF_VERSION='"0.5.0"' -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c shm.c gcc -D_GLIBCXX_USE_C99_MATH=1 -DVNC2SWF_VERSION='"0.5.0"' -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c swf.c gcc -D_GLIBCXX_USE_C99_MATH=1 -DVNC2SWF_VERSION='"0.5.0"' -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c vnc2swf.c swf.c: In function 'SWFWriter_write_si8': swf.c:75:35: warning: pointer targets in passing argument 2 of 'SWFWriter_write_bytes' differ in signedness [-Wpointer-sign] SWFWriter_write_bytes(writer, &x, 1); ^~ swf.c:37:6: note: expected 'unsigned char *' but argument is of type 'signed char *' void SWFWriter_write_bytes(SWFWriter* writer, ^~~~~~~~~~~~~~~~~~~~~ swf.c: In function 'SWFWriter_write_cstring': swf.c:233:45: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] SWFWriter_write_bytes(writer, s, strlen(s)+1); ^ In file included from swf.c:10: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^~~~~~ swf.c: In function 'SWFWriter_initialize': swf.c:465:35: warning: pointer targets in passing argument 2 of 'SWFWriter_write_bytes' differ in signedness [-Wpointer-sign] SWFWriter_write_bytes(writer, "FWS", 3); ^~~~~ swf.c:37:6: note: expected 'unsigned char *' but argument is of type 'char *' void SWFWriter_write_bytes(SWFWriter* writer, ^~~~~~~~~~~~~~~~~~~~~ gcc -D_GLIBCXX_USE_C99_MATH=1 -DVNC2SWF_VERSION='"0.5.0"' -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c writeswf.c c++ -D_GLIBCXX_USE_C99_MATH=1 -DVNC2SWF_VERSION='"0.5.0"' -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c sockets.cxx writeswf.c: In function 'get_compressed_image': writeswf.c:95:18: warning: pointer targets in initialization of 'char *' from 'unsigned char *' differ in signedness [-Wpointer-sign] char* dest = dblbuf_src; ^~~~~~~~~~ writeswf.c:97:27: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] unsigned char* linebuf = src; ^~~ c++ -D_GLIBCXX_USE_C99_MATH=1 -DVNC2SWF_VERSION='"0.5.0"' -DHAVE_LIBZ=1 -I. -DVNC_SOCKLEN_T=socklen_t -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c zrle.cxx cd rfb; make librfb.a; make[1]: Entering directory '/home/slitaz/wok/vnc2swf/source/vnc2swf-0.5.0/rfb' gcc -D_GLIBCXX_USE_C99_MATH=1 -DHAVE_LIBZ=1 -I.. -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c d3des.c cd rdr; make librdr.a; make[1]: Entering directory '/home/slitaz/wok/vnc2swf/source/vnc2swf-0.5.0/rdr' c++ -D_GLIBCXX_USE_C99_MATH=1 -DHAVE_LIBZ=1 -I.. -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c FdInStream.cxx gcc -D_GLIBCXX_USE_C99_MATH=1 -DHAVE_LIBZ=1 -I.. -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c vncauth.c c++ -D_GLIBCXX_USE_C99_MATH=1 -DHAVE_LIBZ=1 -I.. -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c FdOutStream.cxx rm -f librfb.a ar cq librfb.a d3des.o vncauth.o ranlib librfb.a c++ -D_GLIBCXX_USE_C99_MATH=1 -DHAVE_LIBZ=1 -I.. -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c InStream.cxx make[1]: Leaving directory '/home/slitaz/wok/vnc2swf/source/vnc2swf-0.5.0/rfb' c++ -D_GLIBCXX_USE_C99_MATH=1 -DHAVE_LIBZ=1 -I.. -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c NullOutStream.cxx c++ -D_GLIBCXX_USE_C99_MATH=1 -DHAVE_LIBZ=1 -I.. -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c ZlibInStream.cxx c++ -D_GLIBCXX_USE_C99_MATH=1 -DHAVE_LIBZ=1 -I.. -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -c ZlibOutStream.cxx rm -f librdr.a ar cq librdr.a FdInStream.o FdOutStream.o InStream.o NullOutStream.o ZlibInStream.o ZlibOutStream.o ranlib librdr.a make[1]: Leaving directory '/home/slitaz/wok/vnc2swf/source/vnc2swf-0.5.0/rdr' rm -f vnc2swf c++ -march=i486 -Os -pipe -mindirect-branch=thunk -Wall -g -Wl,-Os,--as-needed -o vnc2swf argsresources.o colour.o desktop.o dialogs.o fullscreen.o listen.o misc.o popup.o rfbproto.o selection.o shm.o swf.o vnc2swf.o writeswf.o sockets.o zrle.o rfb/librfb.a rdr/librdr.a -lz -lSM -lICE -L/usr/lib -lXmu -lXaw -lXt -lX11 -lXext strip vnc2swf mkdir -p /home/slitaz/wok/vnc2swf/install/usr/X11R6/bin cp vnc2swf /home/slitaz/wok/vnc2swf/install/usr/X11R6/bin cp recordwin.sh /home/slitaz/wok/vnc2swf/install/usr/X11R6/bin/recordwin chmod 0755 /home/slitaz/wok/vnc2swf/install/usr/X11R6/bin/recordwin ================================================================================ Executing strip on all files... Done Time: 0.30s. Size: 93148 B -> 93148 B. Save: 0 KB. ================================================================================ Build dependencies to remove: 26 Removing: libice libice-dev libsm libsm-dev libx11 libx11-dev libxau libxau-dev libxaw libxaw-dev libxcb libxcb-dev libxdmcp libxdmcp-dev libxext libxext-dev libxmu libxmu-dev libxpm libxpm-dev libxpm-util libxt libxt-dev util-linux-uuid xorgproto zlib-dev Pack: vnc2swf 0.5.0 ================================================================================ 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 Removing old package "vnc2swf-0.5.0-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "vnc2swf-0.5.0-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/vnc2swf-0.5.0... Done Checking site script in source/vnc2swf-0.5.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: vnc2swf 0.5.0 ================================================================================ Src file : vnc2swf-0.5.0.tar.gz Src size : 428.0K Source dir : 2.0M Produced : 112.0K Cook time : 19s Cook date : 2020-07-08 03:40 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 124.0K : 33.8K : 2 : vnc2swf-0.5.0-i486.tazpkg ================================================================================