==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: catdoc 0.95-6 (Thu Jul 11 23:11:02 2024)
==> Retrieving sources...
  -> Found catdoc-0.95.tar.gz
  -> Found catdoc-read-boolean-values.patch
  -> Found catdoc-explicit-errors.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    catdoc-0.95.tar.gz ... Passed
    catdoc-read-boolean-values.patch ... Passed
    catdoc-explicit-errors.patch ... Passed
==> Validating source files with b2sums...
    catdoc-0.95.tar.gz ... Passed
    catdoc-read-boolean-values.patch ... Passed
    catdoc-explicit-errors.patch ... Passed
==> Making package: catdoc 0.95-6 (Thu Jul 11 23:11:23 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found catdoc-0.95.tar.gz
  -> Found catdoc-read-boolean-values.patch
  -> Found catdoc-explicit-errors.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting catdoc-0.95.tar.gz with bsdtar
==> Starting prepare()...
patching file src/xlsparse.c
patching file src/xlsparse.c
==> Starting build()...
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 a BSD-compatible install... /usr/bin/install -c
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking For nl_langinfo(CODESET)... yes
checking for an ANSI C-conforming const... yes
checking for strdup... yes
checking for strtol... yes
checking for strftime... yes
configure: creating ./config.status
config.status: creating doc/Makefile
config.status: creating charsets/Makefile
config.status: creating src/Makefile
config.status: creating Makefile
config.status: creating doc/catdoc.1
config.status: creating doc/xls2csv.1
config.status: creating doc/wordview.1
config.status: creating doc/catppt.1
config.status: creating src/config.h
config.status: src/config.h is unchanged
for i in src doc charsets; do\
   (cd $i; make all);\
done
make[1]: Entering directory '/build/catdoc/src/catdoc-0.95/src'
gcc -I. -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/usr/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H   -c -o catdoc.o catdoc.c
gcc -I. -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/usr/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H   -c -o reader.o reader.c
gcc -I. -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/usr/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H   -c -o writer.o writer.c
gcc -I. -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/usr/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H   -c -o analyze.o analyze.c
analyze.c: In function 'parse_word_header':
analyze.c:150:17: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'int32_t' {aka 'int'} [-Wformat=]
analyze.c: In function 'analyze_format':
analyze.c:53:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
analyze.c:56:2: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -I. -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/usr/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H   -c -o rtfread.o rtfread.c
gcc -I. -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/usr/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H   -c -o charsets.o charsets.c
gcc -I. -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/usr/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H   -c -o substmap.o substmap.c
gcc -I. -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/usr/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H   -c -o fileutil.o fileutil.c
gcc -I. -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/usr/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H   -c -o confutil.o confutil.c
confutil.c: In function 'read_config_file':
confutil.c:34:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -I. -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/usr/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H   -c -o numutils.o numutils.c
gcc -I. -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/usr/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H   -c -o ole.o ole.c
ole.c: In function 'ole_init':
ole.c:191:4: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc  -o catdoc  catdoc.o reader.o writer.o analyze.o rtfread.o charsets.o substmap.o fileutil.o confutil.o numutils.o ole.o  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now
gcc -I. -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/usr/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H   -c -o xls2csv.o xls2csv.c
gcc -I. -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/usr/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H   -c -o sheet.o sheet.c
gcc -I. -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/usr/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H   -c -o xlsparse.o xlsparse.c
gcc -o xls2csv xls2csv.o sheet.o xlsparse.o charsets.o substmap.o fileutil.o confutil.o numutils.o ole.o  -lm -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now
gcc -I. -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/usr/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H   -c -o catppt.o catppt.c
gcc -I. -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/usr/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H   -c -o pptparse.o pptparse.c
gcc -o catppt catppt.o pptparse.o charsets.o substmap.o fileutil.o confutil.o numutils.o ole.o  -lm -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now
echo "#! /usr/bin/wish" >wordview
echo set charset_lib "\"/usr/share/catdoc\"">>wordview
cat wordview.tcl >>wordview
chmod 0755 wordview
make[1]: Leaving directory '/build/catdoc/src/catdoc-0.95/src'
make[1]: Entering directory '/build/catdoc/src/catdoc-0.95/doc'
touch build
make[1]: Leaving directory '/build/catdoc/src/catdoc-0.95/doc'
make[1]: Entering directory '/build/catdoc/src/catdoc-0.95/charsets'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/catdoc/src/catdoc-0.95/charsets'
==> Entering fakeroot environment...
==> Starting package()...
for i in src doc charsets; do\
   (cd $i; make install);\
done
make[1]: Entering directory '/build/catdoc/src/catdoc-0.95/src'
../mkinstalldirs /build/catdoc/pkg/catdoc/usr/bin
mkdir /build/catdoc/pkg/catdoc/usr
mkdir /build/catdoc/pkg/catdoc/usr/bin
/usr/bin/install -c -m 755 catdoc /build/catdoc/pkg/catdoc/usr/bin/catdoc
/usr/bin/install -c -m 755 xls2csv /build/catdoc/pkg/catdoc/usr/bin/xls2csv
/usr/bin/install -c -m 755 catppt /build/catdoc/pkg/catdoc/usr/bin/catppt
../mkinstalldirs /build/catdoc/pkg/catdoc/usr/bin
/usr/bin/install -c -m 755 wordview /build/catdoc/pkg/catdoc/usr/bin/wordview
make[1]: Leaving directory '/build/catdoc/src/catdoc-0.95/src'
make[1]: Entering directory '/build/catdoc/src/catdoc-0.95/doc'
../mkinstalldirs /build/catdoc/pkg/catdoc/usr/share/man/man1
mkdir /build/catdoc/pkg/catdoc/usr/share
mkdir /build/catdoc/pkg/catdoc/usr/share/man
mkdir /build/catdoc/pkg/catdoc/usr/share/man/man1
/usr/bin/install -c -m 644 catdoc.1 /build/catdoc/pkg/catdoc/usr/share/man/man1/man1/catdoc.1
/usr/bin/install: cannot create regular file '/build/catdoc/pkg/catdoc/usr/share/man/man1/man1/catdoc.1': No such file or directory
make[1]: *** [Makefile:34: install-catdoc] Error 1
make[1]: Leaving directory '/build/catdoc/src/catdoc-0.95/doc'
make[1]: Entering directory '/build/catdoc/src/catdoc-0.95/charsets'
../mkinstalldirs /build/catdoc/pkg/catdoc/usr/share/catdoc
mkdir /build/catdoc/pkg/catdoc/usr/share/catdoc
/usr/bin/install -c -m 644 ascii.spc /build/catdoc/pkg/catdoc/usr/share/catdoc/ascii.specchars 
/usr/bin/install -c -m 644 tex.spc /build/catdoc/pkg/catdoc/usr/share/catdoc/tex.specchars 
/usr/bin/install -c -m 644 ascii.rpl /build/catdoc/pkg/catdoc/usr/share/catdoc/ascii.replchars
/usr/bin/install -c -m 644 tex.rpl /build/catdoc/pkg/catdoc/usr/share/catdoc/tex.replchars
for i in *.txt; do\
   /usr/bin/install -c -m 0644 $i /build/catdoc/pkg/catdoc/usr/share/catdoc;\
done
make[1]: Leaving directory '/build/catdoc/src/catdoc-0.95/charsets'
'doc/catdoc.1' -> '/build/catdoc/pkg/catdoc/usr/share/man/man1/catdoc.1'
'doc/catppt.1' -> '/build/catdoc/pkg/catdoc/usr/share/man/man1/catppt.1'
'doc/wordview.1' -> '/build/catdoc/pkg/catdoc/usr/share/man/man1/wordview.1'
'doc/xls2csv.1' -> '/build/catdoc/pkg/catdoc/usr/share/man/man1/xls2csv.1'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "catdoc"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: catdoc 0.95-6 (Thu Jul 11 23:11:41 2024)
==> Cleaning up...