============================
===== env: NO_DEPENDS=yes USER=root UID=0 GID=0
===> Building for xlhtml-0.5_6,1
/usr/local/bin/gmake all-recursive
gmake[1]: Entering directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5'
Making all in cole
gmake[2]: Entering directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/cole'
cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT cole.o -MD -MP -MF .deps/cole.Tpo -c -o cole.o cole.c
cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT internal.o -MD -MP -MF .deps/internal.Tpo -c -o internal.o internal.c
cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT oledecod.o -MD -MP -MF .deps/oledecod.Tpo -c -o oledecod.o oledecod.c
cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT olecod.o -MD -MP -MF .deps/olecod.Tpo -c -o olecod.o olecod.c
cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT support.o -MD -MP -MF .deps/support.Tpo -c -o support.o support.c
cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.c
mv -f .deps/version.Tpo .deps/version.Po
mv -f .deps/internal.Tpo .deps/internal.Po
support.c:43:12: warning: cast from 'unsigned char *' to 'unsigned short *' increases required alignment from 1 to 2 [-Wcast-align]
43 | return *((U16 *)in);
| ^~~~~~~~~
support.c:59:12: warning: cast from 'unsigned char *' to 'unsigned int *' increases required alignment from 1 to 4 [-Wcast-align]
59 | return *((U32 *)in);
| ^~~~~~~~~
support.c:79:12: warning: cast from 'unsigned char *' to 'double *' increases required alignment from 1 to 8 [-Wcast-align]
79 | return *((F64 *)in);
| ^~~~~~~~~
support.c:105:26: warning: cast from 'unsigned char *' to 'unsigned short *' increases required alignment from 1 to 2 [-Wcast-align]
105 | fil_swriteU16 (dest+2, ( U16* )( ((U8*)src)+2 ) );
| ^~~~~~~~~~~~~~~~~~~~~~~~
support.c:142:9: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat]
141 | printf ("VERBOSE: %s (from 0x%08x length 0x%08x (%d)):\n",
| ~~~~
| %08lx
142 | msg, m - start, length, length);
| ^~~~~~~~~
support.c:147:22: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat]
147 | printf ("%08x ", (pm - m) + (m - start));
| ~~~~ ^~~~~~~~~~~~~~~~~~~~~~
| %08lx
6 warnings generated.
mv -f .deps/support.Tpo .deps/support.Po
cole.c:277:18: warning: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
277 | printf (" %7u", cole_dir_getsize (cd));
| ~~~ ^~~~~~~~~~~~~~~~~~~~~
| %7zu
cole.c:318:18: warning: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
318 | printf (" %7u", cole_direntry_getsize (cde));
| ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| %7zu
2 warnings generated.
mv -f .deps/cole.Tpo .deps/cole.Po
oledecod.c:488:16: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
488 | *_sbfilename = (U8 *)malloc (TMPNAM_LEN);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
oledecod.c:661:40: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
661 | printf ("FILE %02lx %8ld '%c%s'\n", pps_list[entry].ppsnumber,
| ~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
| %02x
oledecod.c:662:5: warning: format specifies type 'long' but the argument has type 'unsigned int' [-Wformat]
661 | printf ("FILE %02lx %8ld '%c%s'\n", pps_list[entry].ppsnumber,
| ~~~~
| %8u
662 | pps_list[entry].size, !isprint((int)pps_list[entry].name[0]) ? ' ' : pps_list[entry].name[0], pps_list[entry].name+1);
| ^~~~~~~~~~~~~~~~~~~~
oledecod.c:668:35: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Wformat]
668 | printf ("DIR %02lx '%c%s'\n", pps_list[entry].ppsnumber,
| ~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
| %02x
oledecod.c:643:13: warning: function 'verbosePPSTree' is not needed and will not be emitted [-Wunneeded-internal-declaration]
643 | static void verbosePPSTree (pps_entry * pps_list, U32 start_entry, int level)
| ^~~~~~~~~~~~~~
5 warnings generated.
mv -f .deps/oledecod.Tpo .deps/oledecod.Po
mv -f .deps/olecod.Tpo .deps/olecod.Po
rm -f libcole.a
ar cr libcole.a cole.o internal.o oledecod.o olecod.o support.o version.o
ranlib libcole.a
gmake[2]: Leaving directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/cole'
Making all in xlhtml
gmake[2]: Entering directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/xlhtml'
cc -DHAVE_CONFIG_H -I. -I.. -I../cole -Wall -Wshadow -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT support.o -MD -MP -MF .deps/support.Tpo -c -o support.o support.c
cc -DHAVE_CONFIG_H -I. -I.. -I../cole -Wall -Wshadow -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT xlhtml.o -MD -MP -MF .deps/xlhtml.Tpo -c -o xlhtml.o xlhtml.c
cc -DHAVE_CONFIG_H -I. -I.. -I../cole -Wall -Wshadow -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT html.o -MD -MP -MF .deps/html.Tpo -c -o html.o html.c
cc -DHAVE_CONFIG_H -I. -I.. -I../cole -Wall -Wshadow -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT ascii.o -MD -MP -MF .deps/ascii.Tpo -c -o ascii.o ascii.c
cc -DHAVE_CONFIG_H -I. -I.. -I../cole -Wall -Wshadow -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT xml.o -MD -MP -MF .deps/xml.Tpo -c -o xml.o xml.c
cc -DHAVE_CONFIG_H -I. -I.. -I../cole -Wall -Wshadow -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT xldump.o -MD -MP -MF .deps/xldump.Tpo -c -o xldump.o xldump.c
cc -DHAVE_CONFIG_H -I. -I.. -I../cole -Wall -Wshadow -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT xlcdump.o -MD -MP -MF .deps/xlcdump.Tpo -c -o xlcdump.o xlcdump.c
mv -f .deps/xlcdump.Tpo .deps/xlcdump.Po
cc -Wall -Wshadow -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -o xlcdump xlcdump.o ../cole/libcole.a
In file included from support.c:7:
In file included from ./../cole/cole.h:37:
In file included from ./../cole/internal.h:33:
In file included from ./../cole/support.h:41:
../config.h:88:9: warning: 'VERSION' macro redefined [-Wmacro-redefined]
88 | #define VERSION "0.4.9.3"
| ^
./version.h:1:9: note: previous definition is here
1 | #define VERSION "0.5"
| ^
1 warning generated.
mv -f .deps/support.Tpo .deps/support.Po
In file included from ascii.c:2:
In file included from ./xlhtml.h:20:
./version.h:1:9: warning: 'VERSION' macro redefined [-Wmacro-redefined]
1 | #define VERSION "0.5"
| ^
../config.h:88:9: note: previous definition is here
88 | #define VERSION "0.4.9.3"
| ^
1 warning generated.
mv -f .deps/ascii.Tpo .deps/ascii.Po
mv -f .deps/xldump.Tpo .deps/xldump.Po
cc -Wall -Wshadow -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -o xldump xldump.o ../cole/libcole.a
In file included from xml.c:2:
In file included from ./xlhtml.h:20:
./version.h:1:9: warning: 'VERSION' macro redefined [-Wmacro-redefined]
1 | #define VERSION "0.5"
| ^
../config.h:88:9: note: previous definition is here
88 | #define VERSION "0.4.9.3"
| ^
xml.c:90:47: warning: format specifies type 'long' but the argument has type 'unsigned int' [-Wformat]
90 | printf( "\t\t\t%ld\n", ws_array[i]->first_row );
| ~~~ ^~~~~~~~~~~~~~~~~~~~~~
| %u
xml.c:91:45: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
91 | printf( "\t\t\t%ld\n", ws_array[i]->biggest_row );
| ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~
| %d
3 warnings generated.
mv -f .deps/xml.Tpo .deps/xml.Po
In file included from html.c:2:
In file included from ./xlhtml.h:20:
./version.h:1:9: warning: 'VERSION' macro redefined [-Wmacro-redefined]
1 | #define VERSION "0.5"
| ^
../config.h:88:9: note: previous definition is here
88 | #define VERSION "0.4.9.3"
| ^
1 warning generated.
mv -f .deps/html.Tpo .deps/html.Po
In file included from xlhtml.c:28:
In file included from ./xlhtml.h:20:
./version.h:1:9: warning: 'VERSION' macro redefined [-Wmacro-redefined]
1 | #define VERSION "0.5"
| ^
../config.h:88:9: note: previous definition is here
88 | #define VERSION "0.4.9.3"
| ^
xlhtml.c:616:6: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
614 | printf("Page:%d Name:%s MaxRow:%ld MaxCol:%d\n", i,
| ~~~
| %d
615 | ws_array[i]->ws_title.str ? (char *)ws_array[i]->ws_title.str : "(Unknown Page)",
616 | ws_array[i]->biggest_row, ws_array[i]->biggest_col);
| ^~~~~~~~~~~~~~~~~~~~~~~~
xlhtml.c:638:6: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
636 | printf("Page:%d Name:%s MaxRow:%ld MaxCol:%d
\n", i,
| ~~~
| %d
637 | ws_array[i]->ws_title.str ? (char *)ws_array[i]->ws_title.str : "(Unknown Page)",
638 | ws_array[i]->biggest_row, ws_array[i]->biggest_col);
| ^~~~~~~~~~~~~~~~~~~~~~~~
xlhtml.c:708:55: warning: format specifies type 'long' but the argument has type 'unsigned int' [-Wformat]
708 | " (%d or %d not in [%ld..%ld])\n", xr1, xr2, ws_array[xp]->first_row, ws_array[xp]->biggest_row);
| ~~~ ^~~~~~~~~~~~~~~~~~~~~~~
| %u
xlhtml.c:708:80: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
708 | " (%d or %d not in [%ld..%ld])\n", xr1, xr2, ws_array[xp]->first_row, ws_array[xp]->biggest_row);
| ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
| %d
xlhtml.c:1490:28: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
1490 | sprintf(temp, "%ld", (S32)n2);
| ~~~ ^~~~~~~
| %d
xlhtml.c:1566:30: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
1566 | sprintf(temp, " %ld", (S32)n2);
| ~~~ ^~~~~~~
| %d
xlhtml.c:3756:21: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
3756 | printf("");
| ^~~~
xlhtml.c:3759:21: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
3759 | printf("");
| ^~~~
xlhtml.c:3762:21: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
3762 | printf("");
| ^~~~
xlhtml.c:3765:22: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
3765 | printf("");
| ^~~~
xlhtml.c:3768:22: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
3768 | printf("");
| ^~~~
xlhtml.c:3771:22: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
3771 | printf("");
| ^~~~
13 warnings generated.
mv -f .deps/xlhtml.Tpo .deps/xlhtml.Po
cc -Wall -Wshadow -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -o xlhtml support.o xlhtml.o html.o ascii.o xml.o ../cole/libcole.a
gmake[2]: Leaving directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/xlhtml'
Making all in ppthtml
gmake[2]: Entering directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/ppthtml'
cc -DHAVE_CONFIG_H -I. -I.. -I../cole -Wall -Wshadow -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT ppthtml.o -MD -MP -MF .deps/ppthtml.Tpo -c -o ppthtml.o ppthtml.c
cc -DHAVE_CONFIG_H -I. -I.. -I../cole -Wall -Wshadow -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT pptdump.o -MD -MP -MF .deps/pptdump.Tpo -c -o pptdump.o pptdump.c
mv -f .deps/pptdump.Tpo .deps/pptdump.Po
cc -Wall -Wshadow -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -o pptdump pptdump.o ../cole/libcole.a
mv -f .deps/ppthtml.Tpo .deps/ppthtml.Po
cc -Wall -Wshadow -Wcast-align -Wpointer-arith -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -o ppthtml ppthtml.o ../cole/libcole.a
gmake[2]: Leaving directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/ppthtml'
gmake[2]: Entering directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5'
gmake[2]: Leaving directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5'
gmake[1]: Leaving directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5'
===========================================================================
===================================================
===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0
===========================================================================
===================================================
===== env: NO_DEPENDS=yes USER=root UID=0 GID=0
===> Staging for xlhtml-0.5_6,1
===> Generating temporary packing list
Making install in cole
gmake[1]: Entering directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/cole'
gmake[2]: Entering directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/cole'
gmake[2]: Nothing to be done for 'install-exec-am'.
gmake[2]: Nothing to be done for 'install-data-am'.
gmake[2]: Leaving directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/cole'
gmake[1]: Leaving directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/cole'
Making install in xlhtml
gmake[1]: Entering directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/xlhtml'
gmake[2]: Entering directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/xlhtml'
/bin/mkdir -p '/wrkdirs/usr/ports/textproc/xlhtml/work/stage/usr/local/bin'
install -s -m 555 xlhtml '/wrkdirs/usr/ports/textproc/xlhtml/work/stage/usr/local/bin'
/bin/mkdir -p '/wrkdirs/usr/ports/textproc/xlhtml/work/stage/usr/local/bin'
install -m 555 nsopen nsxlview '/wrkdirs/usr/ports/textproc/xlhtml/work/stage/usr/local/bin'
/bin/mkdir -p '/wrkdirs/usr/ports/textproc/xlhtml/work/stage/usr/local/share/man/man1'
install -m 0644 xlhtml.1 '/wrkdirs/usr/ports/textproc/xlhtml/work/stage/usr/local/share/man/man1'
gmake[2]: Leaving directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/xlhtml'
gmake[1]: Leaving directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/xlhtml'
Making install in ppthtml
gmake[1]: Entering directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/ppthtml'
gmake[2]: Entering directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/ppthtml'
/bin/mkdir -p '/wrkdirs/usr/ports/textproc/xlhtml/work/stage/usr/local/bin'
install -s -m 555 ppthtml '/wrkdirs/usr/ports/textproc/xlhtml/work/stage/usr/local/bin'
/bin/mkdir -p '/wrkdirs/usr/ports/textproc/xlhtml/work/stage/usr/local/bin'
install -m 555 nspptview '/wrkdirs/usr/ports/textproc/xlhtml/work/stage/usr/local/bin'
/bin/mkdir -p '/wrkdirs/usr/ports/textproc/xlhtml/work/stage/usr/local/share/man/man1'
install -m 0644 ppthtml.1 '/wrkdirs/usr/ports/textproc/xlhtml/work/stage/usr/local/share/man/man1'
gmake[2]: Leaving directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/ppthtml'
gmake[1]: Leaving directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/ppthtml'
gmake[1]: Entering directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5'
gmake[2]: Entering directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5'
gmake[2]: Nothing to be done for 'install-exec-am'.
gmake[2]: Nothing to be done for 'install-data-am'.
gmake[2]: Leaving directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5'
gmake[1]: Leaving directory '/wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5'
cd /wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/xlhtml && install -m 0644 ChangeLog README THANKS /wrkdirs/usr/ports/textproc/xlhtml/work/stage/usr/local/share/doc/xlhtml/xlhtml
cd /wrkdirs/usr/ports/textproc/xlhtml/work/xlhtml-0.5/ppthtml && install -m 0644 ChangeLog README THANKS /wrkdirs/usr/ports/textproc/xlhtml/work/stage/usr/local/share/doc/xlhtml/ppthtml
====> Compressing man pages (compress-man)
===========================================================================
===================================================
===== env: 'PKG_NOTES=build_timestamp ports_top_git_hash ports_top_checkout_unclean port_git_hash port_checkout_unclean built_by' 'PKG_NOTE_build_timestamp=2026-01-19T17:53:38+0000' 'PKG_NOTE_ports_top_git_hash=076a295eb33c' 'PKG_NOTE_ports_top_checkout_unclean=no' 'PKG_NOTE_port_git_hash=f5c24c7da7bc' 'PKG_NOTE_port_checkout_unclean=no' 'PKG_NOTE_built_by=poudriere-git-3.4.2' NO_DEPENDS=yes USER=root UID=0 GID=0
===> Building packages for xlhtml-0.5_6,1
===> Building xlhtml-0.5_6,1
===========================================================================
=>> Cleaning up wrkdir
===> Cleaning for xlhtml-0.5_6,1
build of textproc/xlhtml | xlhtml-0.5_6,1 ended at Mon Jan 19 12:53:55 EST 2026
build time: 00:00:19