>>> xlhtml: Building testing/xlhtml 0.5.1-r0 (using abuild 3.12.0-r5) started Sat, 30 Mar 2024 17:37:14 +0000
>>> xlhtml: Checking sanity of /home/buildozer/aports/testing/xlhtml/APKBUILD...
>>> xlhtml: Analyzing dependencies...
>>> xlhtml: Installing for build: build-base
(1/1) Installing .makedepends-xlhtml (20240330.173715)
OK: 271 MiB in 104 packages
>>> xlhtml: Cleaning up srcdir
>>> xlhtml: Cleaning up pkgdir
>>> xlhtml: Cleaning up tmpdir
>>> xlhtml: Fetching https://distfiles.alpinelinux.org/distfiles/edge/xlhtml-0.5.1-sj-mod.tar.gz
>>> xlhtml: Fetching https://distfiles.alpinelinux.org/distfiles/edge/xlhtml-0.5.1-sj-mod.tar.gz
>>> xlhtml: Checking sha512sums...
xlhtml-0.5.1-sj-mod.tar.gz: OK
>>> xlhtml: Unpacking /var/cache/distfiles/xlhtml-0.5.1-sj-mod.tar.gz...
>>> xlhtml: Updating ./config.sub
>>> xlhtml: Updating ./config.guess
checking build system type... armv8l-unknown-linux-musleabihf
checking host system type... armv8l-unknown-linux-musleabihf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
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 for ranlib... ranlib
checking for strerror in -lcposix... no
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 malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking size of unsigned char... 1
checking size of unsigned short... 2
checking size of unsigned int... 4
checking size of unsigned long... 4
checking size of unsigned long long... 8
checking size of float... 4
checking size of double... 8
checking size of long double... 8
checking whether byte ordering is bigendian... no
checking for strip... strip
configure.real: creating ./config.status
config.status: creating Makefile
config.status: creating cole/Makefile
config.status: creating cole/version.c
config.status: creating cole/cole.h
config.status: creating ppthtml/Makefile
config.status: creating config.h
config.status: executing default-1 commands
make all-recursive
make[1]: Entering directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod'
Making all in cole
make[2]: Entering directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod/cole'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Wcast-align -Wpointer-arith -Os -fstack-clash-protection -Wformat -Werror=format-security -c cole.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Wcast-align -Wpointer-arith -Os -fstack-clash-protection -Wformat -Werror=format-security -c internal.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Wcast-align -Wpointer-arith -Os -fstack-clash-protection -Wformat -Werror=format-security -c oledecod.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Wcast-align -Wpointer-arith -Os -fstack-clash-protection -Wformat -Werror=format-security -c olecod.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Wcast-align -Wpointer-arith -Os -fstack-clash-protection -Wformat -Werror=format-security -c support.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Wcast-align -Wpointer-arith -Os -fstack-clash-protection -Wformat -Werror=format-security -c version.c
support.c: In function 'fil_sreadU16':
support.c:43:12: warning: cast increases required alignment of target type [-Wcast-align]
43 | return *((U16 *)in);
| ^
support.c: In function 'fil_sreadU32':
support.c:59:12: warning: cast increases required alignment of target type [-Wcast-align]
59 | return *((U32 *)in);
| ^
support.c: In function 'fil_sreadF64':
support.c:79:12: warning: cast increases required alignment of target type [-Wcast-align]
79 | return *((F64 *)in);
| ^
support.c: In function 'fil_swriteU32':
support.c:105:26: warning: cast increases required alignment of target type [-Wcast-align]
105 | fil_swriteU16 (dest+2, ( U16* )( ((U8*)src)+2 ) );
| ^
olecod.c: In function 'add_entry_to_Root':
olecod.c:428:60: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context]
428 | *(BDepot->blocks) = size2blocks (sum_block_list (BDepot) * sizeof (U32), 0x0200);
| ^
olecod.c:136:29: note: in definition of macro 'size2blocks'
136 | #define size2blocks(s,b) (!(s) ? 1 : (1+((s)-1)/(b)))
| ^
olecod.c: In function 'add_stream_to_sbfile_and_SDepot':
olecod.c:461:60: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context]
461 | *(SDepot->blocks) = size2blocks (sum_block_list (SDepot) * sizeof (U32), 0x0200);
| ^
olecod.c:136:29: note: in definition of macro 'size2blocks'
136 | #define size2blocks(s,b) (!(s) ? 1 : (1+((s)-1)/(b)))
| ^
olecod.c:472:69: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context]
472 | *(sbfile->blocks) = size2blocks (sum_blocks_MY_FILE_list (sbfile) * 0x40, 0x0200);
| ^
olecod.c:136:29: note: in definition of macro 'size2blocks'
136 | #define size2blocks(s,b) (!(s) ? 1 : (1+((s)-1)/(b)))
| ^
olecod.c:477:60: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context]
477 | *(BDepot->blocks) = size2blocks (sum_block_list (BDepot) * sizeof (U32), 0x0200);
| ^
olecod.c:136:29: note: in definition of macro 'size2blocks'
136 | #define size2blocks(s,b) (!(s) ? 1 : (1+((s)-1)/(b)))
| ^
olecod.c: In function 'add_stream_to_Input_and_BDepot':
olecod.c:510:60: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context]
510 | *(BDepot->blocks) = size2blocks (sum_block_list (BDepot) * sizeof (U32), 0x0200);
| ^
olecod.c:136:29: note: in definition of macro 'size2blocks'
136 | #define size2blocks(s,b) (!(s) ? 1 : (1+((s)-1)/(b)))
| ^
olecod.c:524:60: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context]
524 | *(BDepot->blocks) = size2blocks (sum_block_list (BDepot) * sizeof (U32), 0x0200);
| ^
olecod.c:136:29: note: in definition of macro 'size2blocks'
136 | #define size2blocks(s,b) (!(s) ? 1 : (1+((s)-1)/(b)))
| ^
In file included from olecod.c:26:
olecod.c: In function 'calculate_blocks':
olecod.c:1216:44: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context]
1216 | sum_blocks_MY_FILE_list (sbfile) * 0x40, 0x0200));
| ^
olecod.c:1215:32: note: in expansion of macro 'size2blocks_preserve_zero'
1215 | assert (*(sbfile->blocks) == size2blocks_preserve_zero (
| ^~~~~~~~~~~~~~~~~~~~~~~~~
olecod.c:1218:36: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context]
1218 | (sum_block_list (SDepot) * sizeof (U32)), 0x0200));
| ^
olecod.c:1217:32: note: in expansion of macro 'size2blocks_preserve_zero'
1217 | assert (*(SDepot->blocks) == size2blocks_preserve_zero (
| ^~~~~~~~~~~~~~~~~~~~~~~~~
olecod.c:1224:53: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context]
1224 | header_blocks = size2blocks ((19 + BDepot_blocks) * sizeof(U32), 0x0200);
| ^
olecod.c:136:29: note: in definition of macro 'size2blocks'
136 | #define size2blocks(s,b) (!(s) ? 1 : (1+((s)-1)/(b)))
| ^
rm -f libcole.a
ar cru libcole.a cole.o internal.o oledecod.o olecod.o support.o version.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libcole.a
make[2]: Leaving directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod/cole'
Making all in ppthtml
make[2]: Entering directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod/ppthtml'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../cole -Wall -Wshadow -Wcast-align -Wpointer-arith -Os -fstack-clash-protection -Wformat -Werror=format-security -c ppthtml.c
gcc -Wall -Wshadow -Wcast-align -Wpointer-arith -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -o ppthtml ppthtml.o ../cole/libcole.a
make[2]: Leaving directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod/ppthtml'
make[2]: Entering directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod'
make[2]: Leaving directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod'
make[1]: Leaving directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod'
>>> xlhtml: Entering fakeroot...
Making install in cole
make[1]: Entering directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod/cole'
make[2]: Entering directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod/cole'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod/cole'
make[1]: Leaving directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod/cole'
Making install in ppthtml
make[1]: Entering directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod/ppthtml'
make[2]: Entering directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod/ppthtml'
/bin/sh ../mkinstalldirs /home/buildozer/aports/testing/xlhtml/pkg/xlhtml/usr/bin
/bin/sh ../mkinstalldirs /home/buildozer/aports/testing/xlhtml/pkg/xlhtml/usr/bin
make install-man1
make[3]: Entering directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod/ppthtml'
mkdir /home/buildozer/aports/testing/xlhtml/pkg
mkdir /home/buildozer/aports/testing/xlhtml/pkg
mkdir /home/buildozer/aports/testing/xlhtml/pkg/xlhtml
mkdir: can't create directory '/home/buildozer/aports/testing/xlhtml/pkg': File exists
mkdir /home/buildozer/aports/testing/xlhtml/pkg/xlhtml
mkdir /home/buildozer/aports/testing/xlhtml/pkg/xlhtml/usr
mkdir: can't create directory '/home/buildozer/aports/testing/xlhtml/pkg/xlhtml': File exists
mkdir /home/buildozer/aports/testing/xlhtml/pkg/xlhtml/usr
/bin/sh ../mkinstalldirs /home/buildozer/aports/testing/xlhtml/pkg/xlhtml/usr/share/man/man1
mkdir /home/buildozer/aports/testing/xlhtml/pkg/xlhtml/usr/bin
mkdir: can't create directory '/home/buildozer/aports/testing/xlhtml/pkg/xlhtml/usr': File exists
mkdir /home/buildozer/aports/testing/xlhtml/pkg/xlhtml/usr/bin
mkdir: can't create directory '/home/buildozer/aports/testing/xlhtml/pkg/xlhtml/usr/bin': File exists
mkdir /home/buildozer/aports/testing/xlhtml/pkg/xlhtml/usr/share
/usr/bin/install -c ppthtml /home/buildozer/aports/testing/xlhtml/pkg/xlhtml/usr/bin/ppthtml
mkdir /home/buildozer/aports/testing/xlhtml/pkg/xlhtml/usr/share/man
mkdir /home/buildozer/aports/testing/xlhtml/pkg/xlhtml/usr/share/man/man1
/usr/bin/install -c -m 644 ./ppthtml.1 /home/buildozer/aports/testing/xlhtml/pkg/xlhtml/usr/share/man/man1/ppthtml.1
make[3]: Leaving directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod/ppthtml'
make[2]: Leaving directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod/ppthtml'
make[1]: Leaving directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod/ppthtml'
make[1]: Entering directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod'
make[2]: Entering directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod'
make[1]: Leaving directory '/home/buildozer/aports/testing/xlhtml/src/xlhtml-0.5.1-sj-mod'
>>> xlhtml-doc*: Running split function doc...
>>> xlhtml-doc*: Preparing subpackage xlhtml-doc...
>>> xlhtml-doc*: Running postcheck for xlhtml-doc
>>> xlhtml*: Running postcheck for xlhtml
>>> xlhtml*: Preparing package xlhtml...
>>> xlhtml*: Stripping binaries
>>> xlhtml-doc*: Scanning shared objects
>>> xlhtml*: Scanning shared objects
>>> xlhtml-doc*: Tracing dependencies...
>>> xlhtml-doc*: Package size: 24.0 KB
>>> xlhtml-doc*: Compressing data...
>>> xlhtml-doc*: Create checksum...
>>> xlhtml-doc*: Create xlhtml-doc-0.5.1-r0.apk
>>> xlhtml*: Tracing dependencies...
so:libc.musl-armv7.so.1
>>> xlhtml*: Package size: 32.0 KB
>>> xlhtml*: Compressing data...
>>> xlhtml*: Create checksum...
>>> xlhtml*: Create xlhtml-0.5.1-r0.apk
>>> xlhtml: Build complete at Sat, 30 Mar 2024 17:37:19 +0000 elapsed time 0h 0m 5s
>>> xlhtml: Cleaning up srcdir
>>> xlhtml: Cleaning up pkgdir
>>> xlhtml: Uninstalling dependencies...
(1/1) Purging .makedepends-xlhtml (20240330.173715)
OK: 271 MiB in 103 packages
>>> xlhtml: Updating the testing/armv7 repository index...
>>> xlhtml: Signing the index...