Cook: dvgrab 3.5
================================================================================
QA: checking package receipt...
QA: unable to reach "http://www.kinodv.org/"
Checking build dependencies...
Installing (pkg/local): libdv-1.0.0-i486
Installing (pkg/local): libdv-dev-1.0.0-any
Installing (pkg/local): libraw1394-2.1.2-i486
mknod: /dev/raw1394: File exists
Installing (pkg/local): libraw1394-dev-2.1.2-i486
Installing (pkg/local): libavc1394-0.5.4-i486
Installing (pkg/local): libavc1394-dev-0.5.4-i486
Installing (pkg/local): libiec61883-1.2.0-i486
Installing (pkg/local): libiec61883-dev-1.2.0-i486
Installing (pkg/local): libjpeg-9b-i486
Installing (pkg/local): jpeg-9b-i486
Installing (pkg/local): jpeg-dev-9b-i486
Extracting source archive "dvgrab-3.5.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

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... ./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 whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBRAW1394... yes
checking for LIBAVC1394... yes
checking for LIBIEC61883... yes
checking for pthread_create in -lpthread... yes
checking for LIBDV... yes
checking for LIBQUICKTIME... no
checking quicktime/quicktime.h usability... no
checking quicktime/quicktime.h presence... no
checking for quicktime/quicktime.h... no
configure: WARNING: No package 'libquicktime' found
configure: WARNING: libquicktime missing; install libquicktime or quicktime4linux to support Quicktime files.
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_CreateCompress in -ljpeg... yes
checking linux/videodev2.h usability... yes
checking linux/videodev2.h presence... yes
checking for linux/videodev2.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for mktime... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-am
make[1]: Entering directory '/home/slitaz/wok/dvgrab/source/dvgrab-3.5'
g++ -DHAVE_CONFIG_H -I.   -D_GLIBCXX_USE_C99_MATH=1 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT avi.o -MD -MP -MF .deps/avi.Tpo -c -o avi.o avi.cc
g++ -DHAVE_CONFIG_H -I.   -D_GLIBCXX_USE_C99_MATH=1 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT dvframe.o -MD -MP -MF .deps/dvframe.Tpo -c -o dvframe.o dvframe.cc
g++ -DHAVE_CONFIG_H -I.   -D_GLIBCXX_USE_C99_MATH=1 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT dvgrab.o -MD -MP -MF .deps/dvgrab.Tpo -c -o dvgrab.o dvgrab.cc
g++ -DHAVE_CONFIG_H -I.   -D_GLIBCXX_USE_C99_MATH=1 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.cc
g++ -DHAVE_CONFIG_H -I.   -D_GLIBCXX_USE_C99_MATH=1 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT filehandler.o -MD -MP -MF .deps/filehandler.Tpo -c -o filehandler.o filehandler.cc
g++ -DHAVE_CONFIG_H -I.   -D_GLIBCXX_USE_C99_MATH=1 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT frame.o -MD -MP -MF .deps/frame.Tpo -c -o frame.o frame.cc
mv -f .deps/error.Tpo .deps/error.Po
g++ -DHAVE_CONFIG_H -I.   -D_GLIBCXX_USE_C99_MATH=1 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT hdvframe.o -MD -MP -MF .deps/hdvframe.Tpo -c -o hdvframe.o hdvframe.cc
mv -f .deps/frame.Tpo .deps/frame.Po
g++ -DHAVE_CONFIG_H -I.   -D_GLIBCXX_USE_C99_MATH=1 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT iec13818-1.o -MD -MP -MF .deps/iec13818-1.Tpo -c -o iec13818-1.o iec13818-1.cc
mv -f .deps/dvframe.Tpo .deps/dvframe.Po
g++ -DHAVE_CONFIG_H -I.   -D_GLIBCXX_USE_C99_MATH=1 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT iec13818-2.o -MD -MP -MF .deps/iec13818-2.Tpo -c -o iec13818-2.o iec13818-2.cc
dvgrab.cc: In member function 'void DVgrab::captureThreadRun()':
dvgrab.cc:1075:11: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
      write( fileno( stdout ), m_frame->data, m_frame->GetDataLen() );
      ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/filehandler.Tpo .deps/filehandler.Po
g++ -DHAVE_CONFIG_H -I.   -D_GLIBCXX_USE_C99_MATH=1 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT ieee1394io.o -MD -MP -MF .deps/ieee1394io.Tpo -c -o ieee1394io.o ieee1394io.cc
mv -f .deps/hdvframe.Tpo .deps/hdvframe.Po
gcc -DHAVE_CONFIG_H -I.   -D_GLIBCXX_USE_C99_MATH=1 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT io.o -MD -MP -MF .deps/io.Tpo -c -o io.o io.c
mv -f .deps/io.Tpo .deps/io.Po
g++ -DHAVE_CONFIG_H -I.   -D_GLIBCXX_USE_C99_MATH=1 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cc
mv -f .deps/avi.Tpo .deps/avi.Po
gcc -DHAVE_CONFIG_H -I.   -D_GLIBCXX_USE_C99_MATH=1 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT raw1394util.o -MD -MP -MF .deps/raw1394util.Tpo -c -o raw1394util.o raw1394util.c
mv -f .deps/raw1394util.Tpo .deps/raw1394util.Po
g++ -DHAVE_CONFIG_H -I.   -D_GLIBCXX_USE_C99_MATH=1 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT riff.o -MD -MP -MF .deps/riff.Tpo -c -o riff.o riff.cc
mv -f .deps/dvgrab.Tpo .deps/dvgrab.Po
g++ -DHAVE_CONFIG_H -I.   -D_GLIBCXX_USE_C99_MATH=1 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT smiltime.o -MD -MP -MF .deps/smiltime.Tpo -c -o smiltime.o smiltime.cc
mv -f .deps/iec13818-1.Tpo .deps/iec13818-1.Po
g++ -DHAVE_CONFIG_H -I.   -D_GLIBCXX_USE_C99_MATH=1 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT stringutils.o -MD -MP -MF .deps/stringutils.Tpo -c -o stringutils.o stringutils.cc
mv -f .deps/main.Tpo .deps/main.Po
g++ -DHAVE_CONFIG_H -I.   -D_GLIBCXX_USE_C99_MATH=1 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT v4l2reader.o -MD -MP -MF .deps/v4l2reader.Tpo -c -o v4l2reader.o v4l2reader.cc
mv -f .deps/iec13818-2.Tpo .deps/iec13818-2.Po
g++ -DHAVE_CONFIG_H -I.   -D_GLIBCXX_USE_C99_MATH=1 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk -MT srt.o -MD -MP -MF .deps/srt.Tpo -c -o srt.o srt.cc
riff.cc: In member function 'virtual void RIFFFile::ParseChunk(int)':
riff.cc:458:6: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
  read( fd, &type, sizeof( type ) );
  ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/ieee1394io.Tpo .deps/ieee1394io.Po
mv -f .deps/stringutils.Tpo .deps/stringutils.Po
mv -f .deps/riff.Tpo .deps/riff.Po
mv -f .deps/smiltime.Tpo .deps/smiltime.Po
mv -f .deps/v4l2reader.Tpo .deps/v4l2reader.Po
mv -f .deps/srt.Tpo .deps/srt.Po
g++ -D_REENTRANT -D_FILE_OFFSET_BITS=64 -march=i486 -Os -pipe -mindirect-branch=thunk  -Wl,-Os,--as-needed -o dvgrab avi.o dvframe.o dvgrab.o error.o filehandler.o frame.o hdvframe.o iec13818-1.o iec13818-2.o ieee1394io.o io.o main.o raw1394util.o riff.o smiltime.o stringutils.o v4l2reader.o srt.o -lraw1394 -lavc1394 -lrom1394 -lraw1394 -liec61883 -lraw1394 -ldv -lm  -ljpeg -lpthread 
make[1]: Leaving directory '/home/slitaz/wok/dvgrab/source/dvgrab-3.5'
make[1]: Entering directory '/home/slitaz/wok/dvgrab/source/dvgrab-3.5'
test -z "/usr/share/man/man1" || ./install-sh -c -d "/home/slitaz/wok/dvgrab/install/usr/share/man/man1"
 /usr/bin/install -c -m 644 dvgrab.1 '/home/slitaz/wok/dvgrab/install/usr/share/man/man1'
test -z "/usr/bin" || ./install-sh -c -d "/home/slitaz/wok/dvgrab/install/usr/bin"
  /usr/bin/install -c dvgrab '/home/slitaz/wok/dvgrab/install/usr/bin'
make[1]: Leaving directory '/home/slitaz/wok/dvgrab/source/dvgrab-3.5'
================================================================================

Executing strip on all files...                                        Done
  Time: 0.15s. Size: 248552 B -> 181616 B. Save: 65 KB.
Installing (pkg/local): advancecomp-static-2.1-i486
Compressing man pages...                                               Done
  Time: 1.31s. Size: 18967 B -> 6961 B. Save: 12 KB. Cache hit: 1/1.
================================================================================


Build dependencies to remove: 12
Removing: advancecomp-static jpeg jpeg-dev libavc1394 libavc1394-dev libdv libdv-dev libiec61883 libiec61883-dev libjpeg libraw1394 libraw1394-dev


Pack: dvgrab 3.5
================================================================================
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
The release checksum has not changed.
================================================================================
Package "dvgrab-3.5-i486.tazpkg" created


Post-check
================================================================================
Checking build...                                                      Done
Checking 'any' arch...                                                 Done
Checking libtool in source/dvgrab-3.5...                               Done
Checking site script in source/dvgrab-3.5...                           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: dvgrab 3.5
================================================================================
Src file    : dvgrab-3.5.tar.gz
Src size    : 204.0K
Source dir  : 1.9M
Produced    : 212.0K
Cook time   : 33s
Cook date   : 2020-07-19 21:42
Target arch : i486
--------------------------------------------------------------------------------
 # :  Packed : Compressed : Files : Package name
--------------------------------------------------------------------------------
 1 :  208.0K :      62.1K :     1 : dvgrab-3.5-i486.tazpkg
================================================================================