==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: cdparanoia 10.2-9 (Fri Dec 22 21:23:18 2023)
==> Retrieving sources...
  -> Found cdparanoia-III-10.2.src.tgz
  -> Found cdparanoia-r15388.patch
  -> Found cdparanoia-10.2-format-security.patch
  -> Found cdparanoia-10.2-ldflags.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    cdparanoia-III-10.2.src.tgz ... Passed
    cdparanoia-r15388.patch ... Passed
    cdparanoia-10.2-format-security.patch ... Passed
    cdparanoia-10.2-ldflags.patch ... Passed
==> Making package: cdparanoia 10.2-9 (Fri Dec 22 21:23:36 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found cdparanoia-III-10.2.src.tgz
  -> Found cdparanoia-r15388.patch
  -> Found cdparanoia-10.2-format-security.patch
  -> Found cdparanoia-10.2-ldflags.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting cdparanoia-III-10.2.src.tgz with bsdtar
==> Starting prepare()...
patching file interface/test_interface.c
patching file interface/cdda_interface.h
patching file interface/interface.c
patching file interface/scsi_interface.c
Hunk #39 succeeded at 1625 (offset 4 lines).
Hunk #40 succeeded at 1673 (offset 4 lines).
Hunk #41 succeeded at 1742 (offset 17 lines).
patching file interface/cooked_interface.c
patching file interface/scan_devices.c
patching file main.c
patching file interface/Makefile.in
patching file paranoia/Makefile.in
==> Starting build()...
checking build system type... armv7l-unknown-linux-gnu
checking host system type... armv7l-unknown-linux-gnu
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 ANSI C... none needed
checking for ranlib... ranlib
checking for ar... ar
checking for install... install
checking how to run the C preprocessor... gcc -E
checking for egrep... 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 for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking for int16_t... yes
checking for int32_t... yes
checking linux/sbpcd.h usability... no
checking linux/sbpcd.h presence... no
checking for linux/sbpcd.h... no
checking linux/ucdrom.h usability... no
checking linux/ucdrom.h presence... no
checking for linux/ucdrom.h... no
checking whether make sets $(MAKE)... yes
checking for an ANSI C-conforming const... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating interface/Makefile
config.status: creating paranoia/Makefile
cd interface && make all
make[1]: Entering directory '/build/cdparanoia/src/cdparanoia-III-10.2/interface'
make libcdda_interface.a CFLAGS="-O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection" 
make[2]: Entering directory '/build/cdparanoia/src/cdparanoia-III-10.2/interface'
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -c scan_devices.c
In file included from scan_devices.c:23:
utils.h: In function 'idmessage':
utils.h:200:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
utils.h:201:20: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
utils.h: In function 'idperror':
utils.h:155:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
utils.h:157:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
utils.h:158:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
utils.h:159:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -c common_interface.c
In file included from common_interface.c:13:
utils.h: In function 'cdmessage':
utils.h:124:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -c cooked_interface.c
In file included from cooked_interface.c:11:
utils.h: In function 'cderror':
utils.h:108:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
utils.h: In function 'cdmessage':
utils.h:124:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -c interface.c
In file included from interface.c:14:
utils.h: In function 'cderror':
utils.h:108:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -c scsi_interface.c
scsi_interface.c: In function 'clear_garbage':
scsi_interface.c:114:5: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
In file included from scsi_interface.c:13:
utils.h: In function 'cdmessage':
utils.h:124:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
utils.h: In function 'cderror':
utils.h:108:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -c smallft.c
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -c toc.c
In file included from toc.c:11:
utils.h: In function 'cderror':
utils.h:108:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -c test_interface.c
ar -r libcdda_interface.a scan_devices.o	common_interface.o cooked_interface.o interface.o scsi_interface.o smallft.o toc.o test_interface.o
ar: creating libcdda_interface.a
ranlib libcdda_interface.a
make[2]: Leaving directory '/build/cdparanoia/src/cdparanoia-III-10.2/interface'
make lessmessy
make[2]: Entering directory '/build/cdparanoia/src/cdparanoia-III-10.2/interface'
rm  -f *.o core *~ *.out
make[2]: Leaving directory '/build/cdparanoia/src/cdparanoia-III-10.2/interface'
make libcdda_interface.so CFLAGS="-O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fpic" 
make[2]: Entering directory '/build/cdparanoia/src/cdparanoia-III-10.2/interface'
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fpic -c scan_devices.c
In file included from scan_devices.c:23:
utils.h: In function 'idmessage':
utils.h:200:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
utils.h:201:20: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
utils.h: In function 'idperror':
utils.h:155:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
utils.h:157:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
utils.h:158:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
utils.h:159:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fpic -c common_interface.c
In file included from common_interface.c:13:
utils.h: In function 'cdmessage':
utils.h:124:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fpic -c cooked_interface.c
In file included from cooked_interface.c:11:
utils.h: In function 'cderror':
utils.h:108:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
utils.h: In function 'cdmessage':
utils.h:124:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fpic -c interface.c
In file included from interface.c:14:
utils.h: In function 'cderror':
utils.h:108:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fpic -c scsi_interface.c
scsi_interface.c: In function 'clear_garbage':
scsi_interface.c:114:5: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
In file included from scsi_interface.c:13:
utils.h: In function 'cdmessage':
utils.h:124:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
utils.h: In function 'cderror':
utils.h:108:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fpic -c smallft.c
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fpic -c toc.c
In file included from toc.c:11:
utils.h: In function 'cderror':
utils.h:108:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fpic -c test_interface.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fpic -shared -o libcdda_interface.so.0.10.2 -Wl,-soname -Wl,libcdda_interface.so.0 scan_devices.o	common_interface.o cooked_interface.o interface.o scsi_interface.o smallft.o toc.o test_interface.o -lm -lrt
[ -e libcdda_interface.so.0 ] || ln -s libcdda_interface.so.0.10.2 libcdda_interface.so.0
[ -e libcdda_interface.so ] || ln -s libcdda_interface.so.0.10.2 libcdda_interface.so
make[2]: Leaving directory '/build/cdparanoia/src/cdparanoia-III-10.2/interface'
[ -e libcdda_interface.so.0 ] || ln -s libcdda_interface.so libcdda_interface.so.0
make[1]: Leaving directory '/build/cdparanoia/src/cdparanoia-III-10.2/interface'
cd paranoia && make all
make[1]: Entering directory '/build/cdparanoia/src/cdparanoia-III-10.2/paranoia'
make libcdda_paranoia.a CFLAGS="-O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection" 
make[2]: Entering directory '/build/cdparanoia/src/cdparanoia-III-10.2/paranoia'
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -c paranoia.c
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -c p_block.c
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -c overlap.c
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -c gap.c
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -c isort.c
ar -r libcdda_paranoia.a paranoia.o p_block.o overlap.o gap.o isort.o 
ar: creating libcdda_paranoia.a
ranlib libcdda_paranoia.a
make[2]: Leaving directory '/build/cdparanoia/src/cdparanoia-III-10.2/paranoia'
make lessmessy
make[2]: Entering directory '/build/cdparanoia/src/cdparanoia-III-10.2/paranoia'
rm -f *.o  *.t core *~
make[2]: Leaving directory '/build/cdparanoia/src/cdparanoia-III-10.2/paranoia'
make libcdda_paranoia.so CFLAGS="-O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fpic" 
make[2]: Entering directory '/build/cdparanoia/src/cdparanoia-III-10.2/paranoia'
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fpic -c paranoia.c
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fpic -c p_block.c
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fpic -c overlap.c
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fpic -c gap.c
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fpic -c isort.c
gcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fpic -shared -o libcdda_paranoia.so.0.10.2 -Wl,-soname -Wl,libcdda_paranoia.so.0 paranoia.o p_block.o overlap.o gap.o isort.o  -L ../interface -lcdda_interface
[ -e libcdda_paranoia.so.0 ] || ln -s libcdda_paranoia.so.0.10.2 libcdda_paranoia.so.0
[ -e libcdda_paranoia.so ] || ln -s libcdda_paranoia.so.0.10.2 libcdda_paranoia.so
make[2]: Leaving directory '/build/cdparanoia/src/cdparanoia-III-10.2/paranoia'
make[1]: Leaving directory '/build/cdparanoia/src/cdparanoia-III-10.2/paranoia'
make cdparanoia CFLAGS="-O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection" 
make[1]: Entering directory '/build/cdparanoia/src/cdparanoia-III-10.2'
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -c main.c
main.c: In function 'main':
main.c:1197:7: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result]
main.c:1198:7: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -c report.c
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -c header.c
header.c: In function 'WriteWav':
header.c:39:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
header.c:41:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
header.c:49:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
header.c: In function 'WriteAiff':
header.c:59:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
header.c:61:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
header.c:63:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
header.c:68:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
header.c:70:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
header.c: In function 'WriteAifc':
header.c:83:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
header.c:85:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
header.c:86:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
header.c:90:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
header.c:95:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
header.c:97:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
header.c:99:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
header.c:102:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -c buffering_write.c
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -c cachetest.c
gcc -O2 -fsigned-char -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection main.o report.o header.o buffering_write.o cachetest.o \
	-L/build/cdparanoia/src/cdparanoia-III-10.2/paranoia -L/build/cdparanoia/src/cdparanoia-III-10.2/interface \
	-o cdparanoia -lcdda_interface -lcdda_paranoia -lm -lrt
make[1]: Leaving directory '/build/cdparanoia/src/cdparanoia-III-10.2'
==> Entering fakeroot environment...
==> Starting package()...
install -d -m 0755 /build/cdparanoia/pkg/cdparanoia/usr/bin
install -m 755 ./cdparanoia /build/cdparanoia/pkg/cdparanoia/usr/bin
install -d -m 0755 /build/cdparanoia/pkg/cdparanoia/usr/share/man
install -d -m 0755 /build/cdparanoia/pkg/cdparanoia/usr/share/man/man1
install -m 0644 ./cdparanoia.1 /build/cdparanoia/pkg/cdparanoia/usr/share/man/man1
install -d -m 0755 /build/cdparanoia/pkg/cdparanoia/usr/include
install -m 0644 ./paranoia/cdda_paranoia.h /build/cdparanoia/pkg/cdparanoia/usr/include
install -d -m 0755 /build/cdparanoia/pkg/cdparanoia/usr/lib
install -m 0644 ./paranoia/libcdda_paranoia.so.0.10.2 /build/cdparanoia/pkg/cdparanoia/usr/lib
install -m 0644 ./paranoia/libcdda_paranoia.a /build/cdparanoia/pkg/cdparanoia/usr/lib
install -m 0644 ./interface/cdda_interface.h /build/cdparanoia/pkg/cdparanoia/usr/include
install -m 0644 ./interface/libcdda_interface.so.0.10.2 /build/cdparanoia/pkg/cdparanoia/usr/lib
install -m 0644 ./interface/libcdda_interface.a /build/cdparanoia/pkg/cdparanoia/usr/lib
install -m 0644 ./utils.h /build/cdparanoia/pkg/cdparanoia/usr/include
ln -fs libcdda_interface.so.0.10.2 \
	/build/cdparanoia/pkg/cdparanoia/usr/lib/libcdda_interface.so.0
ln -fs libcdda_interface.so.0.10.2 \
	/build/cdparanoia/pkg/cdparanoia/usr/lib/libcdda_interface.so
ln -fs libcdda_paranoia.so.0.10.2 \
	/build/cdparanoia/pkg/cdparanoia/usr/lib/libcdda_paranoia.so.0
ln -fs libcdda_paranoia.so.0.10.2 \
	/build/cdparanoia/pkg/cdparanoia/usr/lib/libcdda_paranoia.so
==> 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 "cdparanoia"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: cdparanoia 10.2-9 (Fri Dec 22 21:24:02 2023)
==> Cleaning up...