==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: yodl 4.05.00-1 (Fri May  2 09:59:04 2025)
==> Retrieving sources...
  -> Found yodl-4.05.00.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    yodl-4.05.00.tar.gz ... Passed
==> Making package: yodl 4.05.00-1 (Fri May  2 09:59:11 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (2) libunwind-1.8.1-3  icmake-13.00.02-1

Total Download Size:   0.48 MiB
Total Installed Size:  3.18 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 icmake-13.00.02-1-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libunwind...
installing icmake...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found yodl-4.05.00.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting yodl-4.05.00.tar.gz with bsdtar
==> Starting build()...
mkdir -p tmp/wip
mkdir -p tmp/install
mkdir -p tmp/install/usr/bin
cp scripts/yodlstriproff tmp/install/usr/bin
scripts/configreplacements scripts/yodl2whatever.in tmp/install/usr/bin/yodl2whatever tmp/install
icmbuild
icmake -S -a spch -i .ih tmp/spch.gch
tmp/spch.gch: 3.4 MB
icmake -d -V go
mkdir -p tmp/o
icmake -m -q tmp/jobs 'g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS --std=c++20 -c -o $2 $1'
out/insert.cc
out/emptylines.cc
out/indent.cc
out/numberedline.cc
out/out1.cc
out/nl.cc
out/firstinsert.cc
out/plainline.cc
out/destructor.cc
process/process1.cc
process/settarget.cc
process/run.cc
process/processtarget.cc
line/nomarker.cc
process/processall.cc
line/next.cc
line/line2.cc
line/line1.cc
line/destructor.cc
line/isempty.cc
./version.cc
./usage.cc
line/markerpattern.cc
./options.cc
line/data.cc
ar cr ../libyodl.a *.o
ranlib ../libyodl.a
rm *.o
mkdir -p tmp/bin

RECOMPILE: main.cc
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS --std=c++20 -c -o tmp/main.o main.cc

chdir tmp
g++  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS --std=c++20 -o bin/binary main.o -lyodl -L. -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now
install -s verbinsert/tmp/bin/binary tmp/install/usr/bin/yodlverbinsert
mkdir -p tmp/wip/rss
Compiling sources in `symbol'
    sysp.c
distcc[1147] ERROR: compile sysp.c on 10.3.0.15:3932/8 failed
distcc[1147] (dcc_build_somewhere) Warning: remote compilation of 'sysp.c' failed, retrying locally
distcc[1147] Warning: failed to distribute sysp.c to 10.3.0.15:3932/8, running locally instead
In file included from ../stack/stack.h:6,
                 from symbol.h:5,
                 from symbol.ih:1,
                 from sysp.c:1:
../stack/../media/media.h:19:5: error: unknown type name ‘bool’
   19 |     bool        d_isfile;       /* true if file media                   */
      |     ^~~~
../stack/../media/media.h:6:1: note: bool’ is defined in header ‘<stdbool.h>’; this is probably fixable by adding ‘#include <stdbool.h>’
    5 | #include "../queue/queue.h"
  +++ |+#include <stdbool.h>
    6 | 
../stack/../media/media.h:20:5: error: unknown type name ‘bool’
   20 |     bool        d_fgetc;        /* true if retrieved char from file     */
      |     ^~~~
../stack/../media/media.h:20:5: note: bool’ is defined in header ‘<stdbool.h>’; this is probably fixable by adding ‘#include <stdbool.h>../stack/../media/media.h:36:15: error: unknown type name ‘bool’
   36 | static inline bool media_fgetc(Media *mp)     /* true if char returned  */
      |               ^~~~
../stack/../media/media.h:36:15: note: bool’ is defined in header ‘<stdbool.h>’; this is probably fixable by adding ‘#include <stdbool.h>../stack/../media/media.h:53:15: error: unknown type name ‘bool’
   53 | static inline bool media_isFile(register Media *mp)
      |               ^~~~
../stack/../media/media.h:53:15: note: bool’ is defined in header ‘<stdbool.h>’; this is probably fixable by adding ‘#include <stdbool.h>../stack/stack.h:54:5: error: expected specifier-qualifier-list before ‘bool’
   54 |     bool (**u_Pfun1p)(struct Parser *);
      |     ^~~~
../stack/stack.h:76:1: error: unknown type name ‘bool’
   76 | bool    stack_contains(Stack *sp, char const **ctab);       /* true: yes    */
      | ^~~~
../stack/stack.h:7:1: note: bool’ is defined in header ‘<stdbool.h>’; this is probably fixable by adding ‘#include <stdbool.h>’
    6 | #include "../media/media.h"
  +++ |+#include <stdbool.h>
    7 | 
In file included from ../hashmap/hashmap.h:14,
                 from symbol.h:6:
../hashmap/../hashitem/hashitem.h:67:15: error: unknown type name ‘bool’
   67 | static inline bool hashitem_iskeytype(HashItem const *hashitem,
      |               ^~~~
../hashmap/../hashitem/hashitem.h:5:1: note: bool’ is defined in header ‘<stdbool.h>’; this is probably fixable by adding ‘#include <stdbool.h>’
    4 | #include "../root/root.h"
  +++ |+#include <stdbool.h>
    5 | 
In file included from symbol.ih:7:
../message/message.h:67:5: error: unknown type name ‘bool’
   67 |     bool                d_warn;
      |     ^~~~
../message/message.h:5:1: note: bool’ is defined in header ‘<stdbool.h>’; this is probably fixable by adding ‘#include <stdbool.h>’
    4 | #include "../root/root.h"
  +++ |+#include <stdbool.h>
    5 | 
../message/message.h:80:1: error: unknown type name ‘bool’
   80 | bool    message_show(MESSAGE_SEVERITY level);
      | ^~~~
../message/message.h:80:1: note: bool’ is defined in header ‘<stdbool.h>’; this is probably fixable by adding ‘#include <stdbool.h>../message/message.h:101:36: error: unknown type name ‘bool’
  101 | static inline void message_setwarn(bool trueIsOn)
      |                                    ^~~~
../message/message.h:101:36: note: bool’ is defined in header ‘<stdbool.h>’; this is probably fixable by adding ‘#include <stdbool.h>../message/message.h:141:15: error: unknown type name ‘bool’
  141 | static inline bool  message_errors()
      |               ^~~~
../message/message.h:141:15: note: bool’ is defined in header ‘<stdbool.h>’; this is probably fixable by adding ‘#include <stdbool.h>symbol.ih:11:31: error: unknown type name ‘bool’
   11 | Stack  *sy_sp(HashItem *item, bool errOnFailure);
      |                               ^~~~
symbol.ih:9:1: note: bool’ is defined in header ‘<stdbool.h>’; this is probably fixable by adding ‘#include <stdbool.h>’
    8 | #include "../string/string.h"
  +++ |+#include <stdbool.h>
    9 | 
sysp.c:3:30: error: unknown type name ‘bool’
    3 | Stack *sy_sp(HashItem *item, bool errOnFailure)
      |                              ^~~~
sysp.c:2:1: note: bool’ is defined in header ‘<stdbool.h>’; this is probably fixable by adding ‘#include <stdbool.h>’
    1 | #include "symbol.ih"
  +++ |+#include <stdbool.h>
    2 | 
distcc[1147] ERROR: compile sysp.c on localhost failed
system `gcc -c -o ../tmp/wip/rss/23sysp.o -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c sysp.c' failed. Exit value = 1

==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /home/leming/armv8/leming/build