Package: fsarchiver
Cook failed
Debug information ret1.
================================================================================
Cook date: 2026-07-14 16:06
Wasted time : 5s
151:/usr/include/gcrypt.h:30:23: fatal error: gpg-error.h: No such file or directory
158:/usr/include/gcrypt.h:30:23: fatal error: gpg-error.h: No such file or directory
================================================================================
Cook: fsarchiver 0.8.7
================================================================================
QA: checking package receipt...
Checking build dependencies...
Installing (pkg/local): e2fsprogs-1.45.5
Installing (pkg/local): e2fsprogs-dev-1.45.5
Installing (pkg/local): libcomerr-1.45.5
Installing (pkg/local): libcomerr-dev-1.45.5
Installing (pkg/local): libgcrypt-dev-1.9.4
Installing (pkg/local): liblzma-dev-5.8.3
Installing (pkg/local): lz4-1.10.0
Installing (pkg/local): lz4-dev-1.10.0
Installing (pkg/local): lzo-2.10
Installing (pkg/local): lzo-dev-2.10
Installing (pkg/local): util-linux-blkid-dev-2.38
Installing (pkg/local): util-linux-uuid-dev-2.38
Installing (pkg/local): zstd-dev-1.5.7
Extracting source archive "fsarchiver-0.8.7.tar.gz"
Executing: compile_rules
CFLAGS : -march=i486 -Os -pipe -fstack-protector-strong
CXXLAGS : -march=i486 -Os -pipe -fstack-protector-strong
CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 -D_FORTIFY_SOURCE=2
LDFLAGS : -Wl,--as-needed,-z,relro,-z,now
configure: loading site script /etc/slitaz/cook.site
checking build system type... i486-slitaz-linux-gnu
checking host system type... i486-slitaz-linux-gnu
checking target system type... i486-slitaz-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free 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 make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
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 the compiler supports GNU C... yes
checking whether i486-slitaz-linux-gcc accepts -g... yes
checking for i486-slitaz-linux-gcc option to enable C11 features... none needed
checking whether i486-slitaz-linux-gcc understands -c and -o together... yes
checking dependency style of i486-slitaz-linux-gcc... gcc3
checking for library containing strerror... none required
checking for i486-slitaz-linux-gcc... (cached) i486-slitaz-linux-gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether i486-slitaz-linux-gcc accepts -g... (cached) yes
checking for i486-slitaz-linux-gcc option to enable C11 features... (cached) none needed
checking whether i486-slitaz-linux-gcc understands -c and -o together... (cached) yes
checking dependency style of i486-slitaz-linux-gcc... (cached) gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
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 pthread_create in -lpthread... yes
configure: checking for libz (library and header files)...
checking for compress in -lz... yes
checking for zlib.h... yes
configure: checking for libbz2 (library and header files) ... ...
checking for BZ2_bzBuffToBuffCompress in -lbz2... yes
checking for bzlib.h... yes
checking for LZMA... yes
configure: checking for liblzo2 (library and header files)...
checking for lzo1x_1_compress in -llzo2... yes
checking for lzo/lzo1x.h... yes
configure: checking for lz4 (library and header files)...
checking for LZ4_compress in -llz4... yes
checking for lz4.h... yes
configure: checking for zstd (library and header files)...
checking for ZSTD_compress in -lzstd... yes
checking for zstd.h... yes
configure: checking for libgcrypt (library and header files)...
checking for gcry_cipher_encrypt in -lgcrypt... yes
checking for gcrypt.h... no
checking for EXT2FS... yes
checking for COM_ERR... yes
checking for E2P... yes
checking for BLKID... yes
checking for UUID... yes
checking for sys/xattr.h... yes
checking for malloc.h... yes
checking for unistd.h... (cached) yes
checking for pthread.h... yes
checking for sys/param.h... yes
checking for sys/statfs.h... yes
checking for sys/mount.h... yes
checking for stdint.h... (cached) yes
checking for endian.h... yes
checking for stdbool.h... yes
checking for stdlib.h... (cached) yes
checking for stdio.h... (cached) yes
checking for getopt.h... yes
checking for fcntl.h... yes
checking for time.h... yes
checking for wordexp.h... yes
checking for execinfo.h... yes
checking for fnmatch.h... yes
checking for strerror... yes
checking for open64... yes
checking for lstat64... yes
checking for stat64... yes
checking for fstatfs64... yes
checking for fstatvfs64... yes
checking for mempcpy... yes
checking for lutimes... yes
checking for egrep... (cached) /bin/grep -E
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make all-recursive
make[1]: Entering directory '${src}'
Making all in src
make[2]: Entering directory '${src}/src'
CC fsarchiver-fsarchiver.o
CC fsarchiver-oper_save.o
CC fsarchiver-oper_restore.o
CC fsarchiver-oper_probe.o
CC fsarchiver-thread_archio.o
CC fsarchiver-archreader.o
CC fsarchiver-archwriter.o
CC fsarchiver-writebuf.o
CC fsarchiver-archinfo.o
CC fsarchiver-thread_comp.o
CC fsarchiver-comp_gzip.o
CC fsarchiver-comp_bzip2.o
In file included from oper_restore.c:31:0:
/usr/include/gcrypt.h:30:23: fatal error: gpg-error.h: No such file or directory
#include <gpg-error.h>
^
compilation terminated.
make[2]: *** [Makefile:563: fsarchiver-oper_restore.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from oper_save.c:36:0:
/usr/include/gcrypt.h:30:23: fatal error: gpg-error.h: No such file or directory
#include <gpg-error.h>
^
compilation terminated.
make[2]: *** [Makefile:549: fsarchiver-oper_save.o] Error 1
archreader.c: In function 'archreader_close':
archreader.c:129:5: warning: ignoring return value of 'lockf', declared with attribute warn_unused_result [-Wunused-result]
lockf(ai->archfd, F_ULOCK, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '${src}/src'
make[1]: *** [Makefile:388: all-recursive] Error 1
make[1]: Leaving directory '${src}'
make: *** [Makefile:329: all] Error 2
Build dependencies to remove: 13
Removing: e2fsprogs e2fsprogs-dev libcomerr libcomerr-dev libgcrypt-dev liblzma-dev lz4 lz4-dev lzo lzo-dev util-linux-blkid-dev util-linux-uuid-dev zstd-dev
Debug information ret1.
================================================================================
Cook date: 2026-07-14 16:06
Wasted time : 5s
151:/usr/include/gcrypt.h:30:23: fatal error: gpg-error.h: No such file or directory
158:/usr/include/gcrypt.h:30:23: fatal error: gpg-error.h: No such file or directory
================================================================================
Post-check
================================================================================
Checking build... Failed
Updating activity log... Done
================================================================================