Cook: wipe 2.3.1 ================================================================================ QA: checking package receipt... Extracting source archive "wipe-2.3.1.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 loading site script /etc/slitaz/cook.site creating cache ./config.cache checking host system type... i486-slitaz-linux-gnu checking target system type... i486-slitaz-linux-gnu checking build system type... i486-slitaz-linux-gnu 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... yes checking for POSIXized ISC... no checking how to run the C preprocessor... gcc -E checking whether gcc needs -traditional... no checking for a BSD compatible install... /usr/bin/install -c checking whether the C compiler accepts -pipe... yes checking whether the C compiler accepts -g... yes checking whether the C compiler accepts -O0... yes checking whether the C compiler accepts -O2... yes checking whether the C compiler accepts -ansi... yes checking whether the C compiler accepts -pedantic... yes checking whether the C compiler accepts -Wall... yes checking whether the C compiler accepts -Werror... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... yes checking for unistd.h... yes checking for stdint.h... yes checking for fcntl.h... yes checking for memory.h... yes checking for linux/fs.h... yes checking for sys/mount.h... yes checking for sys/disklabel.h... no checking for sys/ioctl.h... yes checking for sys/file.h... yes checking for sys/stat.h... yes checking for sys/time.h... yes checking for sys/types.h... yes checking for getopt.h... yes checking for errno.h... yes checking for termio.h... yes checking for termios.h... yes checking for linux/mtio.h... yes checking for working const... yes checking for inline... __inline__ checking for off_t... yes checking for size_t... yes checking whether stat file-mode macros are broken... no checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for getopt... yes checking for strnlen... yes checking for bzero... yes checking for memset... yes checking for memcpy... yes checking for realloc... yes checking for fchmod... yes checking for ioctl... yes checking for fcntl... yes checking for lockf... yes checking for flock... yes checking for fsync... yes checking for fdatasync... yes checking for unlink... yes checking for rmdir... yes checking for remove... yes checking for rename... yes checking for dirfd... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -D_GLIBCXX_USE_C99_MATH=1 -c -o main.o main.c gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -D_GLIBCXX_USE_C99_MATH=1 -c -o wipe.o wipe.c gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -D_GLIBCXX_USE_C99_MATH=1 -c -o rand.o rand.c gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -D_GLIBCXX_USE_C99_MATH=1 -c -o dir.o dir.c gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -D_GLIBCXX_USE_C99_MATH=1 -c -o file.o file.c gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -D_GLIBCXX_USE_C99_MATH=1 -c -o blkdev.o blkdev.c dir.c: In function 'drill_down': dir.c:148:8: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(prompt, sizeof(prompt), stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -D_GLIBCXX_USE_C99_MATH=1 -c -o lock.o lock.c gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -D_GLIBCXX_USE_C99_MATH=1 -c -o text.o text.c gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -D_GLIBCXX_USE_C99_MATH=1 -c -o str.o str.c gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -D_GLIBCXX_USE_C99_MATH=1 -c -o percent.o percent.c lock.c: In function 'do_lock': lock.c:147:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(prompt, sizeof(prompt), stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -D_GLIBCXX_USE_C99_MATH=1 -c -o prompt.o prompt.c gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -D_GLIBCXX_USE_C99_MATH=1 -c -o io.o io.c gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -D_GLIBCXX_USE_C99_MATH=1 -c -o mt.o mt.c prompt.c: In function 'prompt_destroy': prompt.c:96:8: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(prompt, sizeof(prompt), stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ prompt.c:120:8: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(prompt, sizeof(prompt), stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ prompt.c: In function 'prompt_unlink': prompt.c:183:8: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(prompt, sizeof(prompt), stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ prompt.c:197:8: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(prompt, sizeof(prompt), stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ prompt.c: In function 'prompt_recursion': prompt.c:255:8: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(prompt, sizeof(prompt), stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ prompt.c:269:8: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(prompt, sizeof(prompt), stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc *.o -o wipe /usr/bin/install -c -m 0755 -d /home/slitaz/wok/wipe/install/usr/bin /usr/bin/install -c -m 0755 -s ./wipe /home/slitaz/wok/wipe/install/usr/bin /usr/bin/install -c -d /usr/share/man/man1 /usr/bin/install -c -o root -m 0644 wipe.1 /usr/share/man/man1/ rm -rf /home/slitaz/wok/wipe/install/usr/share/doc/wipe* /usr/bin/install -c -d /home/slitaz/wok/wipe/install/usr/share/doc/wipe for file in 'LICENSE copyright CHANGES README TODO INSTALL TESTING'; do \ /usr/bin/install -c -o root -m 0644 $file /home/slitaz/wok/wipe/install/usr/share/doc/wipe/; \ done ================================================================================ Executing strip on all files... Done Time: 0.32s. Size: 38152 B -> 38152 B. Save: 0 KB. ================================================================================ Pack: wipe 2.3.1 ================================================================================ 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 "wipe-2.3.1-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "wipe-2.3.1-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/wipe-2.3.1... Done Checking site script in source/wipe-2.3.1... 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: wipe 2.3.1 ================================================================================ Src file : wipe-2.3.1.tar.bz2 Src size : 72.0K Source dir : 608.0K Produced : 112.0K Cook time : 11s Cook date : 2020-07-08 04:04 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 68.0K : 14.6K : 1 : wipe-2.3.1-i486.tazpkg ================================================================================