Fork me on GitHub

I Build And Run Tests!

Git PR# Last commit Branch Date Runtime Status Command
OP-TEE/optee_os 5644 a9798291b... versal_ecc 2022-12-01 08:58:54 0h:13m:14s Success [stop] | [restart]

02-QEMU - PRE CLONE (top)

     1:  export PATH=/usr/bin/:$PATH;echo $?
     2:  0
     3:  IBART $ export MYWORKSPACE=/dev/shm/qemu;echo $?
     4:  0
     5:  IBART $ rm -rf $MYWORKSPACE;echo $?
     6:  0
     7:  IBART $ mkdir -p $MYWORKSPACE;echo $?
     8:  0
     9:  IBART $ 

02-QEMU - CLONE (top)

     1:  cd $MYWORKSPACE;echo $?
     2:  0
     3:  IBART $ 
< --reference /mnt/storage/mirrors/reference;echo $?
     4:  Downloading Repo source from https://gerrit.googlesource.com/git-repo
     5:  remote: Finding sources:  25% (1/4)           
remote: Finding sources:  50% (2/4)           
remote: Finding sources:  75% (3/4)           
remote: Finding sources: 100% (4/4)           
remote: Finding sources: 100% (4/4)        
     6:  remote: Total 4 (delta 1), reused 4 (delta 1)        
     7:  
     8:  ... A new version of repo (2.29) is available.
     9:  ... New version is available at: /dev/shm/qemu/.repo/repo/repo
    10:  ... The launcher is run from: /usr/bin/repo
    11:  !!! The launcher is not writable.  Please talk to your sysadmin or distro
    12:  !!! to get an update installed.
    13:  
    14:  
    15:  Your identity is: Joakim Bech <joakim.bech@linaro.org>
    16:  If you want to change this, please re-run 'repo init' with --config-name
    17:  
    18:  repo has been initialized in /dev/shm/qemu
    19:  0
    20:  IBART $ cd .repo/repo;echo $?
    21:  0
    22:  IBART $ git checkout a3ac81627885f78b9391ff291c4a5bc617494045;echo $?
    23:  Note: switching to 'a3ac81627885f78b9391ff291c4a5bc617494045'.
    24:  
    25:  You are in 'detached HEAD' state. You can look around, make experimental
    26:  changes and commit them, and you can discard any commits you make in this
    27:  state without impacting any branches by switching back to a branch.
    28:  
    29:  If you want to create a new branch to retain commits you create, you may
    30:  do so (now or later) by using -c with the switch command. Example:
    31:  
    32:    git switch -c <new-branch-name>
    33:  
    34:  Or undo this operation with:
    35:  
    36:    git switch -
    37:  
    38:  Turn off this advice by setting config variable advice.detachedHead to false
    39:  
    40:  HEAD is now at a3ac816 test_project: use os.readlink instead of Path.readlink
    41:  0
    42:  IBART $ cd $MYWORKSPACE;echo $?
    43:  0
    44:  IBART $ repo sync -j4;echo $?
    45:  remote: Enumerating objects: 37, done.        
    46:  remote: Counting objects:   2% (1/37)        
remote: Counting objects:   5% (2/37)        
remote: Counting objects:   8% (3/37)        
remote: Counting objects:  10% (4/37)        
remote: Counting objects:  13% (5/37)        
remote: Counting objects:  16% (6/37)        
remote: Counting objects:  18% (7/37)        
remote: Counting objects:  21% (8/37)        
remote: Counting objects:  24% (9/37)        
remote: Counting objects:  27% (10/37)        
remote: Counting objects:  29% (11/37)        
remote: Counting objects:  32% (12/37)        
remote: Counting objects:  35% (13/37)        
remote: Counting objects:  37% (14/37)        
remote: Counting objects:  40% (15/37)        
remote: Counting objects:  43% (16/37)        
remote: Counting objects:  45% (17/37)        
remote: Counting objects:  48% (18/37)        
remote: Counting objects:  51% (19/37)        
remote: Counting objects:  54% (20/37)        
remote: Counting objects:  56% (21/37)        
remote: Counting objects:  59% (22/37)        
remote: Counting objects:  62% (23/37)        
remote: Counting objects:  64% (24/37)        
remote: Counting objects:  67% (25/37)        
remote: Counting objects:  70% (26/37)        
remote: Counting objects:  72% (27/37)        
remote: Counting objects:  75% (28/37)        
remote: Counting objects:  78% (29/37)        
remote: Counting objects:  81% (30/37)        
remote: Counting objects:  83% (31/37)        
remote: Counting objects:  86% (32/37)        
remote: Counting objects:  89% (33/37)        
remote: Counting objects:  91% (34/37)        
remote: Counting objects:  94% (35/37)        
remote: Counting objects:  97% (36/37)        
remote: Counting objects: 100% (37/37)        
remote: Counting objects: 100% (37/37), done.        
    47:  remote: Compressing objects:  14% (1/7)        
remote: Compressing objects:  28% (2/7)        
remote: Compressing objects:  42% (3/7)        
remote: Compressing objects:  57% (4/7)        
remote: Compressing objects:  71% (5/7)        
remote: Compressing objects:  85% (6/7)        
remote: Compressing objects: 100% (7/7)        
remote: Compressing objects: 100% (7/7), done.        
    48:  remote: Total 37 (delta 30), reused 37 (delta 30), pack-reused 0        
    49:  
Fetching:  0% (0/11) warming up
Fetching:  9% (1/11) OP-TEE/optee_client.git
Fetching: 18% (2/11) linaro-swg/optee_examples.git
Fetching: 27% (3/11) OP-TEE/optee_os.git
Fetching: 36% (4/11) OP-TEE/optee_test.git
Fetching: 45% (5/11) OP-TEE/build.git
Fetching: 54% (6/11) buildroot/buildroot.git
Fetching: 63% (7/11) linaro-swg/linux.git
Fetching: 72% (8/11) linaro-swg/optee_benchmark.git
Fetching: 81% (9/11) qemu/qemu.git
Fetching: 90% (10/11) TF-A/trusted-firmware-a.git
Fetching: 100% (11/11) u-boot.git
Fetching: 100% (11/11), done in 4.732s
    50:  
Garbage collecting:  0% (0/11) prescan
Garbage collecting:  0% (0/11) started OP-TEE/build.git
Garbage collecting:  0% [2 jobs] (0/11) started buildroot/buildroot.git
Garbage collecting:  0% [3 jobs] (0/11) started linaro-swg/linux.git
Garbage collecting:  0% [4 jobs] (0/11) started linaro-swg/optee_benchmark.git
Garbage collecting:  9% [4 jobs] (1/11) finished buildroot/buildroot.git
Garbage collecting: 18% [3 jobs] (2/11) finished OP-TEE/build.git
Garbage collecting: 18% [4 jobs] (2/11) started OP-TEE/optee_client.git
Garbage collecting: 18% [4 jobs] (2/11) started linaro-swg/optee_examples.git
Garbage collecting: 27% [4 jobs] (3/11) finished linaro-swg/optee_benchmark.git
Garbage collecting: 27% [4 jobs] (3/11) started OP-TEE/optee_os.git
Garbage collecting: 36% [4 jobs] (4/11) finished linaro-swg/linux.git
Garbage collecting: 36% [4 jobs] (4/11) started OP-TEE/optee_test.git
Garbage collecting: 45% [4 jobs] (5/11) finished OP-TEE/optee_client.git
Garbage collecting: 45% [4 jobs] (5/11) started qemu/qemu.git
Garbage collecting: 54% [4 jobs] (6/11) finished linaro-swg/optee_examples.git
Garbage collecting: 54% [4 jobs] (6/11) started TF-A/trusted-firmware-a.git
Garbage collecting: 63% [4 jobs] (7/11) finished OP-TEE/optee_os.git
Garbage collecting: 63% [4 jobs] (7/11) started u-boot.git
Garbage collecting: 72% [4 jobs] (8/11) finished OP-TEE/optee_test.git
Garbage collecting: 81% [4 jobs] (9/11) finished qemu/qemu.git
Garbage collecting: 90% [2 jobs] (10/11) finished TF-A/trusted-firmware-a.git
Garbage collecting: 100% [1 job] (11/11) finished u-boot.git
Garbage collecting: 100% (11/11), done in 0.022s
    51:  Updating files:  40% (30928/76965)
Updating files:  41% (31556/76965)
Updating files:  42% (32326/76965)
Updating files:  43% (33095/76965)
Updating files:  44% (33865/76965)
Updating files:  45% (34635/76965)
Updating files:  46% (35404/76965)
Updating files:  47% (36174/76965)
Updating files:  48% (36944/76965)
Updating files:  49% (37713/76965)
Updating files:  50% (38483/76965)
Updating files:  51% (39253/76965)
Updating files:  52% (40022/76965)
Updating files:  53% (40792/76965)
Updating files:  54% (41562/76965)
Updating files:  55% (42331/76965)
Updating files:  56% (43101/76965)
Updating files:  57% (43871/76965)
Updating files:  58% (44640/76965)
Updating files:  59% (45410/76965)
Updating files:  60% (46179/76965)
Updating files:  61% (46949/76965)
Updating files:  62% (47719/76965)
Updating files:  63% (48488/76965)
Updating files:  64% (49258/76965)
Updating files:  64% (49283/76965)
Updating files:  65% (50028/76965)
Updating files:  66% (50797/76965)
Updating files:  67% (51567/76965)
Updating files:  68% (52337/76965)
Updating files:  69% (53106/76965)
Updating files:  70% (53876/76965)
Updating files:  71% (54646/76965)
Updating files:  72% (55415/76965)
Updating files:  73% (56185/76965)
Updating files:  74% (56955/76965)
Updating files:  75% (57724/76965)
Updating files:  76% (58494/76965)
Updating files:  77% (59264/76965)
Updating files:  78% (60033/76965)
Updating files:  79% (60803/76965)
Updating files:  80% (61572/76965)
Updating files:  81% (62342/76965)
Updating files:  82% (63112/76965)
Updating files:  83% (63881/76965)
Updating files:  84% (64651/76965)
Updating files:  85% (65421/76965)
Updating files:  86% (66190/76965)
Updating files:  87% (66960/76965)
Updating files:  88% (67730/76965)
Updating files:  89% (68499/76965)
Updating files:  90% (69269/76965)
Updating files:  91% (70039/76965)
Updating files:  92% (70808/76965)
Updating files:  93% (71578/76965)
Updating files:  94% (72348/76965)
Updating files:  95% (73117/76965)
Updating files:  96% (73887/76965)
Updating files:  97% (74657/76965)
Updating files:  98% (75426/76965)
Updating files:  99% (76196/76965)
Updating files:  99% (76650/76965)
Updating files: 100% (76965/76965)
Updating files: 100% (76965/76965), done.
    52:  
Checking out:  9% (1/11) OP-TEE/build.git
Checking out: 18% (2/11) buildroot/buildroot.git
Checking out: 27% (3/11) linaro-swg/linux.git
Checking out: 36% (4/11) linaro-swg/optee_benchmark.git
Checking out: 45% (5/11) OP-TEE/optee_client.git
Checking out: 54% (6/11) linaro-swg/optee_examples.git
Checking out: 63% (7/11) OP-TEE/optee_os.git
Checking out: 72% (8/11) OP-TEE/optee_test.git
Checking out: 81% (9/11) qemu/qemu.git
Checking out: 90% (10/11) TF-A/trusted-firmware-a.git
Checking out: 100% (11/11) u-boot.git
Checking out: 100% (11/11), done in 5.148s
    53:  repo sync has finished successfully.
    54:  0
    55:  IBART $ 

02-QEMU - POST CLONE (top)

     1:  cd $PR_NAME;echo $?
     2:  0
     3:  IBART $ git remote add submitter $PR_CLONE_URL;echo $?
     4:  0
     5:  IBART $ git remote update;echo $?
     6:  Fetching github
     7:  Fetching submitter
     8:  remote: Enumerating objects: 4587, done.        
     9:  remote: Counting objects:   0% (1/2303)        
remote: Counting objects:   1% (24/2303)        
remote: Counting objects:   2% (47/2303)        
remote: Counting objects:   3% (70/2303)        
remote: Counting objects:   4% (93/2303)        
remote: Counting objects:   5% (116/2303)        
remote: Counting objects:   6% (139/2303)        
remote: Counting objects:   7% (162/2303)        
remote: Counting objects:   8% (185/2303)        
remote: Counting objects:   9% (208/2303)        
remote: Counting objects:  10% (231/2303)        
remote: Counting objects:  11% (254/2303)        
remote: Counting objects:  12% (277/2303)        
remote: Counting objects:  13% (300/2303)        
remote: Counting objects:  14% (323/2303)        
remote: Counting objects:  15% (346/2303)        
remote: Counting objects:  16% (369/2303)        
remote: Counting objects:  17% (392/2303)        
remote: Counting objects:  18% (415/2303)        
remote: Counting objects:  19% (438/2303)        
remote: Counting objects:  20% (461/2303)        
remote: Counting objects:  21% (484/2303)        
remote: Counting objects:  22% (507/2303)        
remote: Counting objects:  23% (530/2303)        
remote: Counting objects:  24% (553/2303)        
remote: Counting objects:  25% (576/2303)        
remote: Counting objects:  26% (599/2303)        
remote: Counting objects:  27% (622/2303)        
remote: Counting objects:  28% (645/2303)        
remote: Counting objects:  29% (668/2303)        
remote: Counting objects:  30% (691/2303)        
remote: Counting objects:  31% (714/2303)        
remote: Counting objects:  32% (737/2303)        
remote: Counting objects:  33% (760/2303)        
remote: Counting objects:  34% (784/2303)        
remote: Counting objects:  35% (807/2303)        
remote: Counting objects:  36% (830/2303)        
remote: Counting objects:  37% (853/2303)        
remote: Counting objects:  38% (876/2303)        
remote: Counting objects:  39% (899/2303)        
remote: Counting objects:  40% (922/2303)        
remote: Counting objects:  41% (945/2303)        
remote: Counting objects:  42% (968/2303)        
remote: Counting objects:  43% (991/2303)        
remote: Counting objects:  44% (1014/2303)        
remote: Counting objects:  45% (1037/2303)        
remote: Counting objects:  46% (1060/2303)        
remote: Counting objects:  47% (1083/2303)        
remote: Counting objects:  48% (1106/2303)        
remote: Counting objects:  49% (1129/2303)        
remote: Counting objects:  50% (1152/2303)        
remote: Counting objects:  51% (1175/2303)        
remote: Counting objects:  52% (1198/2303)        
remote: Counting objects:  53% (1221/2303)        
remote: Counting objects:  54% (1244/2303)        
remote: Counting objects:  55% (1267/2303)        
remote: Counting objects:  56% (1290/2303)        
remote: Counting objects:  57% (1313/2303)        
remote: Counting objects:  58% (1336/2303)        
remote: Counting objects:  59% (1359/2303)        
remote: Counting objects:  60% (1382/2303)        
remote: Counting objects:  61% (1405/2303)        
remote: Counting objects:  62% (1428/2303)        
remote: Counting objects:  63% (1451/2303)        
remote: Counting objects:  64% (1474/2303)        
remote: Counting objects:  65% (1497/2303)        
remote: Counting objects:  66% (1520/2303)        
remote: Counting objects:  67% (1544/2303)        
remote: Counting objects:  68% (1567/2303)        
remote: Counting objects:  69% (1590/2303)        
remote: Counting objects:  70% (1613/2303)        
remote: Counting objects:  71% (1636/2303)        
remote: Counting objects:  72% (1659/2303)        
remote: Counting objects:  73% (1682/2303)        
remote: Counting objects:  74% (1705/2303)        
remote: Counting objects:  75% (1728/2303)        
remote: Counting objects:  76% (1751/2303)        
remote: Counting objects:  77% (1774/2303)        
remote: Counting objects:  78% (1797/2303)        
remote: Counting objects:  79% (1820/2303)        
remote: Counting objects:  80% (1843/2303)        
remote: Counting objects:  81% (1866/2303)        
remote: Counting objects:  82% (1889/2303)        
remote: Counting objects:  83% (1912/2303)        
remote: Counting objects:  84% (1935/2303)        
remote: Counting objects:  85% (1958/2303)        
remote: Counting objects:  86% (1981/2303)        
remote: Counting objects:  87% (2004/2303)        
remote: Counting objects:  88% (2027/2303)        
remote: Counting objects:  89% (2050/2303)        
remote: Counting objects:  90% (2073/2303)        
remote: Counting objects:  91% (2096/2303)        
remote: Counting objects:  92% (2119/2303)        
remote: Counting objects:  93% (2142/2303)        
remote: Counting objects:  94% (2165/2303)        
remote: Counting objects:  95% (2188/2303)        
remote: Counting objects:  96% (2211/2303)        
remote: Counting objects:  97% (2234/2303)        
remote: Counting objects:  98% (2257/2303)        
remote: Counting objects:  99% (2280/2303)        
remote: Counting objects: 100% (2303/2303)        
remote: Counting objects: 100% (2303/2303), done.        
    10:  remote: Compressing objects:   3% (1/31)        
remote: Compressing objects:   6% (2/31)        
remote: Compressing objects:   9% (3/31)        
remote: Compressing objects:  12% (4/31)        
remote: Compressing objects:  16% (5/31)        
remote: Compressing objects:  19% (6/31)        
remote: Compressing objects:  22% (7/31)        
remote: Compressing objects:  25% (8/31)        
remote: Compressing objects:  29% (9/31)        
remote: Compressing objects:  32% (10/31)        
remote: Compressing objects:  35% (11/31)        
remote: Compressing objects:  38% (12/31)        
remote: Compressing objects:  41% (13/31)        
remote: Compressing objects:  45% (14/31)        
remote: Compressing objects:  48% (15/31)        
remote: Compressing objects:  51% (16/31)        
remote: Compressing objects:  54% (17/31)        
remote: Compressing objects:  58% (18/31)        
remote: Compressing objects:  61% (19/31)        
remote: Compressing objects:  64% (20/31)        
remote: Compressing objects:  67% (21/31)        
remote: Compressing objects:  70% (22/31)        
remote: Compressing objects:  74% (23/31)        
remote: Compressing objects:  77% (24/31)        
remote: Compressing objects:  80% (25/31)        
remote: Compressing objects:  83% (26/31)        
remote: Compressing objects:  87% (27/31)        
remote: Compressing objects:  90% (28/31)        
remote: Compressing objects:  93% (29/31)        
remote: Compressing objects:  96% (30/31)        
remote: Compressing objects: 100% (31/31)        
remote: Compressing objects: 100% (31/31), done.        
    11:  Receiving objects:   0% (1/4587)
Receiving objects:   1% (46/4587)
Receiving objects:   2% (92/4587)
Receiving objects:   3% (138/4587)
Receiving objects:   4% (184/4587)
Receiving objects:   5% (230/4587)
Receiving objects:   6% (276/4587)
Receiving objects:   7% (322/4587)
Receiving objects:   8% (367/4587)
Receiving objects:   9% (413/4587)
Receiving objects:  10% (459/4587)
Receiving objects:  11% (505/4587)
Receiving objects:  12% (551/4587)
Receiving objects:  13% (597/4587)
Receiving objects:  14% (643/4587)
Receiving objects:  15% (689/4587)
Receiving objects:  16% (734/4587)
Receiving objects:  17% (780/4587)
Receiving objects:  18% (826/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  19% (872/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  20% (918/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  21% (964/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  22% (1010/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  23% (1056/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  24% (1101/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  25% (1147/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  26% (1193/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  27% (1239/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  28% (1285/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  29% (1331/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  30% (1377/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  31% (1422/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  32% (1468/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  33% (1514/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  34% (1560/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  35% (1606/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  36% (1652/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  37% (1698/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  38% (1744/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  39% (1789/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  40% (1835/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  41% (1881/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  42% (1927/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  43% (1973/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  44% (2019/4587), 572.00 KiB | 1.10 MiB/s
Receiving objects:  44% (2038/4587), 1.11 MiB | 1.10 MiB/s  
Receiving objects:  45% (2065/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  46% (2111/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  47% (2156/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  48% (2202/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  49% (2248/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  50% (2294/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  51% (2340/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  52% (2386/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  53% (2432/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  54% (2477/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  55% (2523/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  56% (2569/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  57% (2615/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  58% (2661/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  59% (2707/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  60% (2753/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  61% (2799/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  62% (2844/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  63% (2890/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  64% (2936/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  65% (2982/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  66% (3028/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  67% (3074/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  68% (3120/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  69% (3166/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  70% (3211/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  71% (3257/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  72% (3303/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  73% (3349/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  74% (3395/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  75% (3441/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  76% (3487/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  77% (3532/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  78% (3578/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  79% (3624/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  80% (3670/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  81% (3716/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  82% (3762/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  83% (3808/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  84% (3854/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  85% (3899/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  86% (3945/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  87% (3991/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  88% (4037/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  89% (4083/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  90% (4129/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  91% (4175/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  92% (4221/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  93% (4266/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  94% (4312/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  95% (4358/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  96% (4404/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  97% (4450/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  98% (4496/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects:  99% (4542/4587), 1.11 MiB | 1.10 MiB/s
remote: Total 4587 (delta 2275), reused 2292 (delta 2272), pack-reused 2284        
    12:  Receiving objects: 100% (4587/4587), 1.11 MiB | 1.10 MiB/s
Receiving objects: 100% (4587/4587), 1.61 MiB | 1.11 MiB/s, done.
    13:  Resolving deltas:   0% (0/3147)
Resolving deltas:   1% (32/3147)
Resolving deltas:   2% (63/3147)
Resolving deltas:   3% (95/3147)
Resolving deltas:   4% (126/3147)
Resolving deltas:   5% (158/3147)
Resolving deltas:   6% (189/3147)
Resolving deltas:   7% (223/3147)
Resolving deltas:   8% (252/3147)
Resolving deltas:   9% (284/3147)
Resolving deltas:  10% (315/3147)
Resolving deltas:  11% (347/3147)
Resolving deltas:  12% (378/3147)
Resolving deltas:  13% (410/3147)
Resolving deltas:  14% (441/3147)
Resolving deltas:  15% (474/3147)
Resolving deltas:  16% (505/3147)
Resolving deltas:  17% (535/3147)
Resolving deltas:  18% (568/3147)
Resolving deltas:  19% (598/3147)
Resolving deltas:  20% (630/3147)
Resolving deltas:  21% (661/3147)
Resolving deltas:  22% (694/3147)
Resolving deltas:  23% (724/3147)
Resolving deltas:  24% (756/3147)
Resolving deltas:  25% (787/3147)
Resolving deltas:  26% (819/3147)
Resolving deltas:  27% (850/3147)
Resolving deltas:  28% (882/3147)
Resolving deltas:  29% (913/3147)
Resolving deltas:  30% (945/3147)
Resolving deltas:  31% (976/3147)
Resolving deltas:  32% (1008/3147)
Resolving deltas:  33% (1039/3147)
Resolving deltas:  34% (1070/3147)
Resolving deltas:  35% (1102/3147)
Resolving deltas:  36% (1133/3147)
Resolving deltas:  37% (1165/3147)
Resolving deltas:  38% (1196/3147)
Resolving deltas:  39% (1228/3147)
Resolving deltas:  40% (1259/3147)
Resolving deltas:  41% (1291/3147)
Resolving deltas:  42% (1322/3147)
Resolving deltas:  43% (1354/3147)
Resolving deltas:  44% (1385/3147)
Resolving deltas:  45% (1417/3147)
Resolving deltas:  46% (1448/3147)
Resolving deltas:  47% (1480/3147)
Resolving deltas:  48% (1511/3147)
Resolving deltas:  49% (1543/3147)
Resolving deltas:  50% (1574/3147)
Resolving deltas:  51% (1605/3147)
Resolving deltas:  52% (1637/3147)
Resolving deltas:  53% (1668/3147)
Resolving deltas:  54% (1700/3147)
Resolving deltas:  55% (1731/3147)
Resolving deltas:  56% (1763/3147)
Resolving deltas:  57% (1794/3147)
Resolving deltas:  58% (1826/3147)
Resolving deltas:  59% (1857/3147)
Resolving deltas:  60% (1889/3147)
Resolving deltas:  61% (1920/3147)
Resolving deltas:  62% (1952/3147)
Resolving deltas:  63% (1983/3147)
Resolving deltas:  64% (2015/3147)
Resolving deltas:  65% (2046/3147)
Resolving deltas:  66% (2078/3147)
Resolving deltas:  67% (2109/3147)
Resolving deltas:  68% (2140/3147)
Resolving deltas:  69% (2172/3147)
Resolving deltas:  70% (2203/3147)
Resolving deltas:  71% (2235/3147)
Resolving deltas:  72% (2266/3147)
Resolving deltas:  73% (2298/3147)
Resolving deltas:  74% (2329/3147)
Resolving deltas:  75% (2361/3147)
Resolving deltas:  76% (2392/3147)
Resolving deltas:  77% (2424/3147)
Resolving deltas:  78% (2455/3147)
Resolving deltas:  79% (2487/3147)
Resolving deltas:  80% (2518/3147)
Resolving deltas:  81% (2550/3147)
Resolving deltas:  82% (2581/3147)
Resolving deltas:  83% (2613/3147)
Resolving deltas:  84% (2644/3147)
Resolving deltas:  85% (2675/3147)
Resolving deltas:  86% (2707/3147)
Resolving deltas:  87% (2738/3147)
Resolving deltas:  88% (2770/3147)
Resolving deltas:  89% (2801/3147)
Resolving deltas:  90% (2833/3147)
Resolving deltas:  91% (2864/3147)
Resolving deltas:  92% (2896/3147)
Resolving deltas:  93% (2927/3147)
Resolving deltas:  94% (2959/3147)
Resolving deltas:  95% (2990/3147)
Resolving deltas:  96% (3022/3147)
Resolving deltas:  97% (3053/3147)
Resolving deltas:  98% (3085/3147)
Resolving deltas:  99% (3116/3147)
Resolving deltas: 100% (3147/3147)
Resolving deltas: 100% (3147/3147), completed with 478 local objects.
    14:  From https://github.com/ldts/optee_os
    15:   * [new branch]          3.18                   -> submitter/3.18
    16:   * [new branch]          3.18+fio+se050-up      -> submitter/3.18+fio+se050-up
    17:   * [new branch]          crypto_api             -> submitter/crypto_api
    18:   * [new branch]          devel-xrdc-singlepatch -> submitter/devel-xrdc-singlepatch
    19:   * [new branch]          drvcrypt               -> submitter/drvcrypt
    20:   * [new branch]          ecc-keygen             -> submitter/ecc-keygen
    21:   * [new branch]          ecc_pading             -> submitter/ecc_pading
    22:   * [new branch]          entropy                -> submitter/entropy
    23:   * [new branch]          f_se050-trampoline     -> submitter/f_se050-trampoline
    24:   * [new branch]          fio-scp03              -> submitter/fio-scp03
    25:   * [new branch]          fix_versal             -> submitter/fix_versal
    26:   * [new branch]          fortuna                -> submitter/fortuna
    27:   * [new branch]          huk                    -> submitter/huk
    28:   * [new branch]          master                 -> submitter/master
    29:   * [new branch]          nist-p521              -> submitter/nist-p521
    30:   * [new branch]          nxp_SE050              -> submitter/nxp_SE050
    31:   * [new branch]          overlay                -> submitter/overlay
    32:   * [new branch]          pager_stack            -> submitter/pager_stack
    33:   * [new branch]          plug-and-trust         -> submitter/plug-and-trust
    34:   * [new branch]          plug-and-trust,warnings -> submitter/plug-and-trust,warnings
    35:   * [new branch]          plug-and-trust-lib     -> submitter/plug-and-trust-lib
    36:   * [new branch]          plug-and-trust-update  -> submitter/plug-and-trust-update
    37:   * [new branch]          poc/openssl_cryptolib  -> submitter/poc/openssl_cryptolib
    38:   * [new branch]          reserve-drivers        -> submitter/reserve-drivers
    39:   * [new branch]          rng_pta                -> submitter/rng_pta
    40:   * [new branch]          rngb-csu               -> submitter/rngb-csu
    41:   * [new branch]          rpmb_weak              -> submitter/rpmb_weak
    42:   * [new branch]          rsa_fixes              -> submitter/rsa_fixes
    43:   * [new branch]          rsa_route_crypto_to_sw -> submitter/rsa_route_crypto_to_sw
    44:   * [new branch]          rsa_sw                 -> submitter/rsa_sw
    45:   * [new branch]          scp03-provision-on-init -> submitter/scp03-provision-on-init
    46:   * [new branch]          scp03_protect_rotation -> submitter/scp03_protect_rotation
    47:   * [new branch]          se050                  -> submitter/se050
    48:   * [new branch]          se050-i2c              -> submitter/se050-i2c
    49:   * [new branch]          se050-plug_and_trust   -> submitter/se050-plug_and_trust
    50:   * [new branch]          se050-scp03-info       -> submitter/se050-scp03-info
    51:   * [new branch]          se050-trampoline       -> submitter/se050-trampoline
    52:   * [new branch]          se050-trampoling       -> submitter/se050-trampoling
    53:   * [new branch]          se050_drv              -> submitter/se050_drv
    54:   * [new branch]          se050_scp03_keys       -> submitter/se050_scp03_keys
    55:   * [new branch]          se050f                 -> submitter/se050f
    56:   * [new branch]          se05x_fix_storage      -> submitter/se05x_fix_storage
    57:   * [new branch]          stm32-i2c              -> submitter/stm32-i2c
    58:   * [new branch]          stm32-rng              -> submitter/stm32-rng
    59:   * [new branch]          stm32mp1-cfg           -> submitter/stm32mp1-cfg
    60:   * [new branch]          stm32mp15-rpmb         -> submitter/stm32mp15-rpmb
    61:   * [new branch]          stm32mp1_huk           -> submitter/stm32mp1_huk
    62:   * [new branch]          tfa-services           -> submitter/tfa-services
    63:   * [new branch]          tidyup                 -> submitter/tidyup
    64:   * [new branch]          versal                 -> submitter/versal
    65:   * [new branch]          versal.tee-raw.bin     -> submitter/versal.tee-raw.bin
    66:   * [new branch]          versal.upstream.014    -> submitter/versal.upstream.014
    67:   * [new branch]          versal_auth            -> submitter/versal_auth
    68:   * [new branch]          versal_authenc         -> submitter/versal_authenc
    69:   * [new branch]          versal_devel           -> submitter/versal_devel
    70:   * [new branch]          versal_ecc             -> submitter/versal_ecc
    71:   * [new branch]          versal_gpio            -> submitter/versal_gpio
    72:   * [new branch]          versal_maintainers     -> submitter/versal_maintainers
    73:   * [new branch]          versal_mbox            -> submitter/versal_mbox
    74:   * [new branch]          versal_nvm             -> submitter/versal_nvm
    75:   * [new branch]          versal_rsa             -> submitter/versal_rsa
    76:   * [new branch]          versal_sha384          -> submitter/versal_sha384
    77:   * [new branch]          versal_tracking        -> submitter/versal_tracking
    78:   * [new branch]          versal_trng            -> submitter/versal_trng
    79:   * [new branch]          xlnx_v2021.devel       -> submitter/xlnx_v2021.devel
    80:   * [new branch]          xlnx_v2022.1.tracking-optee -> submitter/xlnx_v2022.1.tracking-optee
    81:   * [new branch]          xlnx_v2022.1.versal.001 -> submitter/xlnx_v2022.1.versal.001
    82:   * [new branch]          xlnx_v2022.1.versal.003 -> submitter/xlnx_v2022.1.versal.003
    83:   * [new branch]          xlnx_v2022.1.versal.004 -> submitter/xlnx_v2022.1.versal.004
    84:   * [new branch]          xlnx_v2022.1.versal.005 -> submitter/xlnx_v2022.1.versal.005
    85:   * [new branch]          xlnx_v2022.1.versal.006 -> submitter/xlnx_v2022.1.versal.006
    86:   * [new branch]          xlnx_v2022.1.versal.007 -> submitter/xlnx_v2022.1.versal.007
    87:   * [new branch]          xlnx_v2022.1.versal.010 -> submitter/xlnx_v2022.1.versal.010
    88:   * [new branch]          xlnx_v2022.1.versal.011 -> submitter/xlnx_v2022.1.versal.011
    89:   * [new branch]          xlnx_v2022.1.versal.012 -> submitter/xlnx_v2022.1.versal.012
    90:   * [new branch]          xlnx_v2022.1.versal.013 -> submitter/xlnx_v2022.1.versal.013
    91:   * [new branch]          xlnx_v2022.1.versal.014 -> submitter/xlnx_v2022.1.versal.014
    92:   * [new branch]          xlnx_v2022.1.versal.015 -> submitter/xlnx_v2022.1.versal.015
    93:   * [new branch]          xlnx_v2022.1.versal.016 -> submitter/xlnx_v2022.1.versal.016
    94:   * [new branch]          xlnx_v2022.1.versal.017 -> submitter/xlnx_v2022.1.versal.017
    95:   * [new branch]          xrdc-devel             -> submitter/xrdc-devel
    96:  0
    97:  IBART $ git checkout $PR_SHA1;echo $?
    98:  Previous HEAD position was 8fab4371e ldelf: support RISC-V
    99:  HEAD is now at a9798291b MAINTAINERS: Versal ACAP: ECC driver maintained
   100:  0
   101:  IBART $ 

02-QEMU - PRE BUILD (top)

     1:  cd $MYWORKSPACE;echo $?
     2:  0
     3:  IBART $ ln -s $HOME/toolchains .;echo $?
     4:  0
     5:  IBART $ cd $MYWORKSPACE/build;echo $?
     6:  0
     7:  IBART $ export BR2_DL_DIR=/mnt/storage/buildroot_cache/download;echo $?
     8:  0
     9:  IBART $ export BR2_CCACHE_DIR=$HOME/.ccache;echo $?
    10:  0
    11:  IBART $ 

02-QEMU - BUILD (top)

     1:  
<G_PKCS11_TA=y BR2_PER_PACKAGE_DIRECTORIES=n;echo $?
     2:  make -C /dev/shm/qemu/build/../optee_os O=out/arm CFG_ARM64_core=n PLATFORM=vexpress-qemu_virt CROSS_COMPILE="/usr/bin//ccache /dev/shm/qemu/build/../toolchains/aarch32/bin/arm-linux-gnueabihf-" CROSS_COMPILE_core="/usr/bin//ccache /dev/shm/qemu/build/../toolchains/aarch32/bin/arm-linux-gnueabihf-" CROSS_COMPILE_ta_arm64="/usr/bin//ccache /dev/shm/qemu/build/../toolchains/aarch64/bin/aarch64-linux-gnu-" CROSS_COMPILE_ta_arm32="/usr/bin//ccache /dev/shm/qemu/build/../toolchains/aarch32/bin/arm-linux-gnueabihf-" CFG_TEE_CORE_LOG_LEVEL=3 DEBUG=1 CFG_TEE_BENCHMARK=n CFG_IN_TREE_EARLY_TAS=trusted_keys/f04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c
     3:  make[1]: Entering directory '/dev/shm/qemu/optee_os'
     4:  cd /dev/shm/qemu/build/../u-boot && \
     5:  	scripts/kconfig/merge_config.sh /dev/shm/qemu/build/../u-boot/configs/qemu_arm_defconfig /dev/shm/qemu/build/../build/kconfigs/u-boot_qemu_virt_v7.conf
     6:  Using /dev/shm/qemu/build/../u-boot/configs/qemu_arm_defconfig as base
     7:  Merging /dev/shm/qemu/build/../build/kconfigs/u-boot_qemu_virt_v7.conf
     8:  cd /dev/shm/qemu/build/../linux && \
     9:  	ARCH=arm \
    10:  	CROSS_COMPILE="/usr/bin//ccache /dev/shm/qemu/build/../toolchains/aarch32/bin/arm-linux-gnueabihf-" \
    11:  	scripts/kconfig/merge_config.sh /dev/shm/qemu/build/../linux/arch/arm/configs/vexpress_defconfig /dev/shm/qemu/build/kconfigs/qemu.conf \
    12:  		
    13:  cd /dev/shm/qemu/build/../qemu; ./configure --target-list=arm-softmmu\
    14:  		--cc="/usr/bin//ccache gcc" --extra-cflags="-Wno-error" --disable-docs
    15:  Using /dev/shm/qemu/build/../linux/arch/arm/configs/vexpress_defconfig as base
    16:  Merging /dev/shm/qemu/build/kconfigs/qemu.conf
    17:  Using './build' as the directory for build output
    18:  Value of CONFIG_ENV_IS_IN_FLASH is redefined by fragment /dev/shm/qemu/build/../build/kconfigs/u-boot_qemu_virt_v7.conf:
    19:  Previous value: CONFIG_ENV_IS_IN_FLASH=y
    20:  New value: # CONFIG_ENV_IS_IN_FLASH is not set
    21:  
    22:  Value of CONFIG_MTD_NOR_FLASH is redefined by fragment /dev/shm/qemu/build/../build/kconfigs/u-boot_qemu_virt_v7.conf:
    23:  Previous value: CONFIG_MTD_NOR_FLASH=y
    24:  New value: # CONFIG_MTD_NOR_FLASH is not set
    25:  
    26:  make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
    27:  make[1]: Entering directory '/dev/shm/qemu/u-boot'
    28:  make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
    29:  make[1]: Entering directory '/dev/shm/qemu/linux'
    30:    HOSTCC  scripts/basic/fixdep
    31:    HOSTCC  scripts/basic/fixdep
    32:    HOSTCC  scripts/kconfig/conf.o
    33:    HOSTCC  scripts/kconfig/conf.o
    34:    GEN     out/arm/core/include/generated/arm32_sysreg.h
    35:    GEN     out/arm/core/include/generated/arm32_sysreg.S
    36:    HOSTCC  scripts/kconfig/confdata.o
    37:    CHK     out/arm/conf.mk
    38:    UPD     out/arm/conf.mk
    39:    GEN     out/arm/core/ta_pub_key.c
    40:    INSTALL out/arm/export-ta_arm32/include/wchar.h
    41:    INSTALL out/arm/export-ta_arm32/include/unistd.h
    42:    INSTALL out/arm/export-ta_arm32/include/time.h
    43:    INSTALL out/arm/export-ta_arm32/include/string.h
    44:    INSTALL out/arm/export-ta_arm32/include/stdlib.h
    45:    INSTALL out/arm/export-ta_arm32/include/stdio.h
    46:    INSTALL out/arm/export-ta_arm32/include/stdint.h
    47:    INSTALL out/arm/export-ta_arm32/include/signal.h
    48:    INSTALL out/arm/export-ta_arm32/include/memory.h
    49:    INSTALL out/arm/export-ta_arm32/include/malloc.h
    50:    INSTALL out/arm/export-ta_arm32/include/limits.h
    51:    INSTALL out/arm/export-ta_arm32/include/inttypes.h
    52:    INSTALL out/arm/export-ta_arm32/include/assert.h
    53:    INSTALL out/arm/export-ta_arm32/include/sys/types.h
    54:    INSTALL out/arm/export-ta_arm32/include/sys/queue.h
    55:    INSTALL out/arm/export-ta_arm32/include/sys/cdefs.h
    56:    INSTALL out/arm/export-ta_arm32/include/strings.h
    57:    INSTALL out/arm/export-ta_arm32/include/setjmp.h
    58:    INSTALL out/arm/export-ta_arm32/include/ctype.h
    59:    INSTALL out/arm/export-ta_arm32/include/types_ext.h
    60:    INSTALL out/arm/export-ta_arm32/include/string_ext.h
    61:    INSTALL out/arm/export-ta_arm32/include/stdlib_ext.h
    62:    INSTALL out/arm/export-ta_arm32/include/confine_array_index.h
    63:    INSTALL out/arm/export-ta_arm32/include/util.h
    64:    INSTALL out/arm/export-ta_arm32/include/trace_levels.h
    65:    INSTALL out/arm/export-ta_arm32/include/trace.h
    66:    INSTALL out/arm/export-ta_arm32/include/speculation_barrier.h
    67:    INSTALL out/arm/export-ta_arm32/include/printk.h
    68:    INSTALL out/arm/export-ta_arm32/include/memtag.h
    69:    INSTALL out/arm/export-ta_arm32/include/mempool.h
    70:    INSTALL out/arm/export-ta_arm32/include/config.h
    71:    INSTALL out/arm/export-ta_arm32/include/compiler.h
    72:    INSTALL out/arm/export-ta_arm32/include/bitstring.h
    73:    INSTALL out/arm/export-ta_arm32/include/atomic.h
    74:    INSTALL out/arm/export-ta_arm32/include/asm.S
    75:    INSTALL out/arm/export-ta_arm32/include/arm64_bti.S
    76:    INSTALL out/arm/export-ta_arm32/include/mbedtls_config_uta.h
    77:    INSTALL out/arm/export-ta_arm32/include/mbedtls_config_kernel.h
    78:    INSTALL out/arm/export-ta_arm32/include/aes_alt.h
    79:    INSTALL out/arm/export-ta_arm32/include/mbedtls/xtea.h
    80:    INSTALL out/arm/export-ta_arm32/include/mbedtls/x509_csr.h
    81:    INSTALL out/arm/export-ta_arm32/include/mbedtls/x509_crt.h
    82:    INSTALL out/arm/export-ta_arm32/include/mbedtls/x509_crl.h
    83:    INSTALL out/arm/export-ta_arm32/include/mbedtls/x509.h
    84:    INSTALL out/arm/export-ta_arm32/include/mbedtls/version.h
    85:    INSTALL out/arm/export-ta_arm32/include/mbedtls/timing.h
    86:    INSTALL out/arm/export-ta_arm32/include/mbedtls/threading.h
    87:    INSTALL out/arm/export-ta_arm32/include/mbedtls/ssl_ticket.h
    88:    INSTALL out/arm/export-ta_arm32/include/mbedtls/ssl_internal.h
    89:    INSTALL out/arm/export-ta_arm32/include/mbedtls/ssl_cookie.h
    90:    INSTALL out/arm/export-ta_arm32/include/mbedtls/ssl_ciphersuites.h
    91:    INSTALL out/arm/export-ta_arm32/include/mbedtls/ssl_cache.h
    92:    INSTALL out/arm/export-ta_arm32/include/mbedtls/ssl.h
    93:    INSTALL out/arm/export-ta_arm32/include/mbedtls/sha512.h
    94:    INSTALL out/arm/export-ta_arm32/include/mbedtls/sha256.h
    95:    INSTALL out/arm/export-ta_arm32/include/mbedtls/sha1.h
    96:    INSTALL out/arm/export-ta_arm32/include/mbedtls/rsa_internal.h
    97:    INSTALL out/arm/export-ta_arm32/include/mbedtls/rsa.h
    98:    INSTALL out/arm/export-ta_arm32/include/mbedtls/ripemd160.h
    99:    INSTALL out/arm/export-ta_arm32/include/mbedtls/psa_util.h
   100:    INSTALL out/arm/export-ta_arm32/include/mbedtls/poly1305.h
   101:    INSTALL out/arm/export-ta_arm32/include/mbedtls/platform_util.h
   102:    INSTALL out/arm/export-ta_arm32/include/mbedtls/platform_time.h
   103:    INSTALL out/arm/export-ta_arm32/include/mbedtls/platform.h
   104:    INSTALL out/arm/export-ta_arm32/include/mbedtls/pkcs5.h
   105:    INSTALL out/arm/export-ta_arm32/include/mbedtls/pkcs12.h
   106:    INSTALL out/arm/export-ta_arm32/include/mbedtls/pkcs11.h
   107:    INSTALL out/arm/export-ta_arm32/include/mbedtls/pk_internal.h
   108:    INSTALL out/arm/export-ta_arm32/include/mbedtls/pk.h
   109:    INSTALL out/arm/export-ta_arm32/include/mbedtls/pem.h
   110:    INSTALL out/arm/export-ta_arm32/include/mbedtls/padlock.h
   111:    INSTALL out/arm/export-ta_arm32/include/mbedtls/oid.h
   112:    INSTALL out/arm/export-ta_arm32/include/mbedtls/nist_kw.h
   113:    INSTALL out/arm/export-ta_arm32/include/mbedtls/net_sockets.h
   114:    INSTALL out/arm/export-ta_arm32/include/mbedtls/net.h
   115:    INSTALL out/arm/export-ta_arm32/include/mbedtls/memory_buffer_alloc.h
   116:    INSTALL out/arm/export-ta_arm32/include/mbedtls/md_internal.h
   117:    INSTALL out/arm/export-ta_arm32/include/mbedtls/md5.h
   118:    INSTALL out/arm/export-ta_arm32/include/mbedtls/md4.h
   119:    INSTALL out/arm/export-ta_arm32/include/mbedtls/md2.h
   120:    INSTALL out/arm/export-ta_arm32/include/mbedtls/md.h
   121:    INSTALL out/arm/export-ta_arm32/include/mbedtls/hmac_drbg.h
   122:    INSTALL out/arm/export-ta_arm32/include/mbedtls/hkdf.h
   123:    INSTALL out/arm/export-ta_arm32/include/mbedtls/havege.h
   124:    INSTALL out/arm/export-ta_arm32/include/mbedtls/gcm.h
   125:    INSTALL out/arm/export-ta_arm32/include/mbedtls/error.h
   126:    INSTALL out/arm/export-ta_arm32/include/mbedtls/entropy_poll.h
   127:    INSTALL out/arm/export-ta_arm32/include/mbedtls/entropy.h
   128:    INSTALL out/arm/export-ta_arm32/include/mbedtls/ecp.h
   129:    INSTALL out/arm/export-ta_arm32/include/mbedtls/ecp_internal.h
   130:    INSTALL out/arm/export-ta_arm32/include/mbedtls/ecjpake.h
   131:    INSTALL out/arm/export-ta_arm32/include/mbedtls/ecdsa.h
   132:    INSTALL out/arm/export-ta_arm32/include/mbedtls/ecdh.h
   133:    INSTALL out/arm/export-ta_arm32/include/mbedtls/dhm.h
   134:    INSTALL out/arm/export-ta_arm32/include/mbedtls/des.h
   135:    INSTALL out/arm/export-ta_arm32/include/mbedtls/debug.h
   136:    INSTALL out/arm/export-ta_arm32/include/mbedtls/ctr_drbg.h
   137:    INSTALL out/arm/export-ta_arm32/include/mbedtls/constant_time.h
   138:    INSTALL out/arm/export-ta_arm32/include/mbedtls/config.h
   139:    INSTALL out/arm/export-ta_arm32/include/mbedtls/compat-1.3.h
   140:    INSTALL out/arm/export-ta_arm32/include/mbedtls/cmac.h
   141:    INSTALL out/arm/export-ta_arm32/include/mbedtls/cipher_internal.h
   142:    INSTALL out/arm/export-ta_arm32/include/mbedtls/cipher.h
   143:    INSTALL out/arm/export-ta_arm32/include/mbedtls/check_config.h
   144:    INSTALL out/arm/export-ta_arm32/include/mbedtls/chachapoly.h
   145:    INSTALL out/arm/export-ta_arm32/include/mbedtls/chacha20.h
   146:    INSTALL out/arm/export-ta_arm32/include/mbedtls/certs.h
   147:    INSTALL out/arm/export-ta_arm32/include/mbedtls/ccm.h
   148:    YACC    scripts/kconfig/zconf.tab.c
   149:    INSTALL out/arm/export-ta_arm32/include/mbedtls/camellia.h
   150:    INSTALL out/arm/export-ta_arm32/include/mbedtls/bn_mul.h
   151:    INSTALL out/arm/export-ta_arm32/include/mbedtls/blowfish.h
   152:    INSTALL out/arm/export-ta_arm32/include/mbedtls/bignum.h
   153:    INSTALL out/arm/export-ta_arm32/include/mbedtls/base64.h
   154:    INSTALL out/arm/export-ta_arm32/include/mbedtls/asn1write.h
   155:    INSTALL out/arm/export-ta_arm32/include/mbedtls/asn1.h
   156:    INSTALL out/arm/export-ta_arm32/include/mbedtls/aria.h
   157:    INSTALL out/arm/export-ta_arm32/include/mbedtls/arc4.h
   158:    INSTALL out/arm/export-ta_arm32/include/mbedtls/aesni.h
   159:    INSTALL out/arm/export-ta_arm32/include/mbedtls/aes.h
   160:    INSTALL out/arm/export-ta_arm32/include/utee_types.h
   161:    INSTALL out/arm/export-ta_arm32/include/utee_syscalls.h
   162:    INSTALL out/arm/export-ta_arm32/include/tee_ta_api.h
   163:    INSTALL out/arm/export-ta_arm32/include/tee_internal_api.h
   164:    INSTALL out/arm/export-ta_arm32/include/tee_api.h
   165:    INSTALL out/arm/export-ta_arm32/include/elf_common.h
   166:    INSTALL out/arm/export-ta_arm32/include/utee_defines.h
   167:    INSTALL out/arm/export-ta_arm32/include/user_ta_header.h
   168:    INSTALL out/arm/export-ta_arm32/include/tee_udpsocket.h
   169:    INSTALL out/arm/export-ta_arm32/include/tee_tcpsocket.h
   170:    INSTALL out/arm/export-ta_arm32/include/tee_syscall_numbers.h
   171:    INSTALL out/arm/export-ta_arm32/include/tee_isocket.h
   172:    INSTALL out/arm/export-ta_arm32/include/tee_internal_api_extensions.h
   173:    INSTALL out/arm/export-ta_arm32/include/tee_arith_internal.h
   174:    INSTALL out/arm/export-ta_arm32/include/tee_api_types.h
   175:    INSTALL out/arm/export-ta_arm32/include/tee_api_defines_extensions.h
   176:    INSTALL out/arm/export-ta_arm32/include/tee_api_defines.h
   177:    INSTALL out/arm/export-ta_arm32/include/rng_pta_client.h
   178:    INSTALL out/arm/export-ta_arm32/include/pta_system.h
   179:    INSTALL out/arm/export-ta_arm32/include/pta_socket.h
   180:    INSTALL out/arm/export-ta_arm32/include/pta_secstor_ta_mgmt.h
   181:    INSTALL out/arm/export-ta_arm32/include/pta_scp03.h
   182:    INSTALL out/arm/export-ta_arm32/include/pta_scmi_client.h
   183:    INSTALL out/arm/export-ta_arm32/include/pta_rtc.h
   184:    INSTALL out/arm/export-ta_arm32/include/pta_rng.h
   185:    INSTALL out/arm/export-ta_arm32/include/pta_invoke_tests.h
   186:    INSTALL out/arm/export-ta_arm32/include/pta_gprof.h
   187:    INSTALL out/arm/export-ta_arm32/include/pta_device.h
   188:    INSTALL out/arm/export-ta_arm32/include/pta_benchmark.h
   189:    INSTALL out/arm/export-ta_arm32/include/pta_attestation.h
   190:    INSTALL out/arm/export-ta_arm32/include/pta_apdu.h
   191:    INSTALL out/arm/export-ta_arm32/include/link.h
   192:    INSTALL out/arm/export-ta_arm32/include/elf64.h
   193:    INSTALL out/arm/export-ta_arm32/include/elf32.h
   194:    INSTALL out/arm/export-ta_arm32/include/elf.h
   195:    INSTALL out/arm/export-ta_arm32/include/arm_user_sysreg.h
   196:    INSTALL out/arm/export-ta_arm32/include/arm64_user_sysreg.h
   197:    INSTALL out/arm/export-ta_arm32/include/__tee_udpsocket_defines.h
   198:    INSTALL out/arm/export-ta_arm32/include/__tee_tcpsocket_defines_extensions.h
   199:    INSTALL out/arm/export-ta_arm32/include/__tee_tcpsocket_defines.h
   200:    INSTALL out/arm/export-ta_arm32/include/__tee_isocket_defines.h
   201:    INSTALL out/arm/export-ta_arm32/include/__tee_ipsocket.h
   202:    INSTALL out/arm/export-ta_arm32/include/dlfcn.h
   203:    INSTALL out/arm/export-ta_arm32/src/user_ta_header.c
   204:    GEN     out/arm/include/generated/arm32_user_sysreg.h
   205:    INSTALL out/arm/export-ta_arm32/src/ta_entry_a32.S
   206:    GEN     out/arm/ta/trusted_keys/dyn_list
   207:    INSTALL out/arm/export-ta_arm32/src/ta.ld.S
   208:    CPP     out/arm/core/arch/arm/dts/embedded_dtb_test.pre.dts
   209:    INSTALL out/arm/export-ta_arm32/mk/compile.mk
   210:    INSTALL out/arm/export-ta_arm32/mk/subdir.mk
   211:    INSTALL out/arm/export-ta_arm32/mk/gcc.mk
   212:    INSTALL out/arm/export-ta_arm32/mk/clang.mk
   213:    INSTALL out/arm/export-ta_arm32/mk/cleandirs.mk
   214:    INSTALL out/arm/export-ta_arm32/mk/cc-option.mk
   215:    INSTALL out/arm/export-ta_arm32/mk/link.mk
   216:    INSTALL out/arm/export-ta_arm32/mk/link_shlib.mk
   217:    INSTALL out/arm/export-ta_arm32/mk/ta_dev_kit.mk
   218:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls_config_uta.h
   219:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls_config_kernel.h
   220:    INSTALL out/arm/export-ta_arm32/host_include/aes_alt.h
   221:    DTC     out/arm/core/arch/arm/dts/embedded_dtb_test.dtb
   222:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/xtea.h
   223:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/x509_csr.h
   224:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/x509_crt.h
   225:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/x509_crl.h
   226:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/x509.h
   227:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/version.h
   228:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/timing.h
   229:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/threading.h
   230:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/ssl_ticket.h
   231:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/ssl_internal.h
   232:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/ssl_cookie.h
   233:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/ssl_ciphersuites.h
   234:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/ssl_cache.h
   235:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/ssl.h
   236:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/sha512.h
   237:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/sha256.h
   238:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/sha1.h
   239:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/rsa_internal.h
   240:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/rsa.h
   241:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/ripemd160.h
   242:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/psa_util.h
   243:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/poly1305.h
   244:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/platform_util.h
   245:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/platform_time.h
   246:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/platform.h
   247:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/pkcs5.h
   248:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/pkcs12.h
   249:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/pkcs11.h
   250:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/pk_internal.h
   251:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/pk.h
   252:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/pem.h
   253:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/padlock.h
   254:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/oid.h
   255:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/nist_kw.h
   256:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/net_sockets.h
   257:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/net.h
   258:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/memory_buffer_alloc.h
   259:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/md_internal.h
   260:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/md5.h
   261:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/md4.h
   262:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/md2.h
   263:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/md.h
   264:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/hmac_drbg.h
   265:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/hkdf.h
   266:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/havege.h
   267:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/gcm.h
   268:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/error.h
   269:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/entropy_poll.h
   270:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/entropy.h
   271:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/ecp_internal.h
   272:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/ecp.h
   273:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/ecjpake.h
   274:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/ecdsa.h
   275:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/ecdh.h
   276:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/dhm.h
   277:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/des.h
   278:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/debug.h
   279:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/ctr_drbg.h
   280:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/constant_time.h
   281:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/config.h
   282:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/compat-1.3.h
   283:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/cmac.h
   284:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/cipher_internal.h
   285:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/check_config.h
   286:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/cipher.h
   287:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/chachapoly.h
   288:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/chacha20.h
   289:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/certs.h
   290:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/ccm.h
   291:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/camellia.h
   292:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/bn_mul.h
   293:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/blowfish.h
   294:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/bignum.h
   295:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/base64.h
   296:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/asn1write.h
   297:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/asn1.h
   298:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/aria.h
   299:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/arc4.h
   300:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/aesni.h
   301:    INSTALL out/arm/export-ta_arm32/host_include/mbedtls/aes.h
   302:    INSTALL out/arm/export-ta_arm32/host_include/utee_types.h
   303:    INSTALL out/arm/export-ta_arm32/host_include/utee_syscalls.h
   304:    INSTALL out/arm/export-ta_arm32/host_include/tee_ta_api.h
   305:    INSTALL out/arm/export-ta_arm32/host_include/tee_internal_api.h
   306:    INSTALL out/arm/export-ta_arm32/host_include/tee_api.h
   307:    INSTALL out/arm/export-ta_arm32/host_include/elf_common.h
   308:    INSTALL out/arm/export-ta_arm32/host_include/utee_defines.h
   309:    INSTALL out/arm/export-ta_arm32/host_include/user_ta_header.h
   310:    INSTALL out/arm/export-ta_arm32/host_include/tee_udpsocket.h
   311:    INSTALL out/arm/export-ta_arm32/host_include/tee_tcpsocket.h
   312:    INSTALL out/arm/export-ta_arm32/host_include/tee_syscall_numbers.h
   313:    INSTALL out/arm/export-ta_arm32/host_include/tee_isocket.h
   314:    INSTALL out/arm/export-ta_arm32/host_include/tee_internal_api_extensions.h
   315:    INSTALL out/arm/export-ta_arm32/host_include/tee_arith_internal.h
   316:    INSTALL out/arm/export-ta_arm32/host_include/tee_api_types.h
   317:    INSTALL out/arm/export-ta_arm32/host_include/tee_api_defines_extensions.h
   318:    INSTALL out/arm/export-ta_arm32/host_include/tee_api_defines.h
   319:    INSTALL out/arm/export-ta_arm32/host_include/rng_pta_client.h
   320:    INSTALL out/arm/export-ta_arm32/host_include/pta_system.h
   321:    INSTALL out/arm/export-ta_arm32/host_include/pta_socket.h
   322:    INSTALL out/arm/export-ta_arm32/host_include/pta_secstor_ta_mgmt.h
   323:    INSTALL out/arm/export-ta_arm32/host_include/pta_scp03.h
   324:    INSTALL out/arm/export-ta_arm32/host_include/pta_scmi_client.h
   325:    INSTALL out/arm/export-ta_arm32/host_include/pta_rtc.h
   326:    INSTALL out/arm/export-ta_arm32/host_include/pta_rng.h
   327:    INSTALL out/arm/export-ta_arm32/host_include/pta_invoke_tests.h
   328:    INSTALL out/arm/export-ta_arm32/host_include/pta_gprof.h
   329:    INSTALL out/arm/export-ta_arm32/host_include/pta_device.h
   330:    INSTALL out/arm/export-ta_arm32/host_include/pta_benchmark.h
   331:    INSTALL out/arm/export-ta_arm32/host_include/pta_attestation.h
   332:    INSTALL out/arm/export-ta_arm32/host_include/pta_apdu.h
   333:    INSTALL out/arm/export-ta_arm32/host_include/link.h
   334:    INSTALL out/arm/export-ta_arm32/host_include/elf64.h
   335:    INSTALL out/arm/export-ta_arm32/host_include/elf32.h
   336:    INSTALL out/arm/export-ta_arm32/host_include/elf.h
   337:    INSTALL out/arm/export-ta_arm32/host_include/arm_user_sysreg.h
   338:    INSTALL out/arm/export-ta_arm32/host_include/arm64_user_sysreg.h
   339:    INSTALL out/arm/export-ta_arm32/host_include/__tee_udpsocket_defines.h
   340:    INSTALL out/arm/export-ta_arm32/host_include/__tee_tcpsocket_defines_extensions.h
   341:    INSTALL out/arm/export-ta_arm32/host_include/__tee_tcpsocket_defines.h
   342:    INSTALL out/arm/export-ta_arm32/host_include/__tee_isocket_defines.h
   343:    INSTALL out/arm/export-ta_arm32/host_include/__tee_ipsocket.h
   344:    INSTALL out/arm/export-ta_arm32/host_include/dlfcn.h
   345:    INSTALL out/arm/export-ta_arm32/host_include/compiler.h
   346:    INSTALL out/arm/export-ta_arm32/host_include/util.h
   347:    INSTALL out/arm/export-ta_arm32/host_include/types_ext.h
   348:    INSTALL out/arm/export-ta_arm32/host_include/conf.mk
   349:    CHK     out/arm/conf.cmake
   350:    INSTALL out/arm/export-ta_arm32/host_include/tee_fs_key_manager.h
   351:    INSTALL out/arm/export-ta_arm32/host_include/fs_htree.h
   352:    INSTALL out/arm/export-ta_arm32/host_include/signed_hdr.h
   353:    LEX     scripts/kconfig/zconf.lex.c
   354:    INSTALL out/arm/export-ta_arm32/host_include/arm32_user_sysreg.h
   355:    INSTALL out/arm/export-ta_arm32/keys/default_ta.pem
   356:    CHK     out/arm/export-ta_arm32/mk/conf.mk
   357:    GEN     out/arm/ta/avb/dyn_list
   358:    INSTALL out/arm/export-ta_arm32/scripts/sign_encrypt.py
   359:    UPD     out/arm/conf.cmake
   360:    INSTALL out/arm/export-ta_arm32/scripts/symbolize.py
   361:    GEN     out/arm/ta/pkcs11/dyn_list
   362:    CHK     pkcs11-ta-verify-helpers
   363:    CHK     out/arm/include/generated/conf.h
   364:    GEN     out/arm/core/arch/arm/dts/embedded_dtb_test.c
   365:    INSTALL out/arm/export-ta_arm32/host_include/conf.cmake
   366:    UPD     out/arm/include/generated/conf.h
   367:    UPD     out/arm/export-ta_arm32/mk/conf.mk
   368:    CC      out/arm/core/include/generated/.asm-defines.s
   369:    AS      out/arm/ldelf/start_a32.o
   370:    AS      out/arm/ldelf/syscalls_a32.o
   371:    CC      out/arm/ldelf/dl.o
   372:    CC      out/arm/ldelf/main.o
   373:    CC      out/arm/ldelf/sys.o
   374:    CC      out/arm/ldelf/ta_elf.o
   375:    CC      out/arm/ldelf/ta_elf_rel.o
   376:    CC      out/arm/ldelf-lib/libunw/unwind_arm32.o
   377:    CC      out/arm/ldelf-lib/libutee/abort.o
   378:    CC      out/arm/ldelf-lib/libutee/assert.o
   379:    CC      out/arm/ldelf-lib/libutee/tee_uuid_from_str.o
   380:    CC      out/arm/ldelf-lib/libutee/trace_ext.o
   381:    AS      out/arm/ldelf-lib/libutee/arch/arm/utee_syscalls_a32.o
   382:    CC      out/arm/ldelf-lib/libutils/isoc/bget_malloc.o
   383:    CC      out/arm/ldelf-lib/libutils/isoc/isdigit.o
   384:    CC      out/arm/ldelf-lib/libutils/isoc/isxdigit.o
   385:    CC      out/arm/ldelf-lib/libutils/isoc/qsort.o
   386:    CC      out/arm/ldelf-lib/libutils/isoc/sprintf.o
   387:    CC      out/arm/ldelf-lib/libutils/isoc/snprintf.o
   388:    CC      out/arm/ldelf-lib/libutils/isoc/stack_check.o
   389:    CC      out/arm/ldelf-lib/libutils/isoc/strdup.o
   390:    CC      out/arm/ldelf-lib/libutils/isoc/strndup.o
   391:    CC      out/arm/ldelf-lib/libutils/isoc/tolower.o
   392:    CC      out/arm/ldelf-lib/libutils/isoc/isalpha.o
   393:    CC      out/arm/ldelf-lib/libutils/isoc/isupper.o
   394:    CC      out/arm/ldelf-lib/libutils/isoc/isalnum.o
   395:    CC      out/arm/ldelf-lib/libutils/isoc/isspace.o
   396:    CC      out/arm/ldelf-lib/libutils/isoc/isgraph.o
   397:    CC      out/arm/ldelf-lib/libutils/isoc/iscntrl.o
   398:    CC      out/arm/ldelf-lib/libutils/isoc/islower.o
   399:    CC      out/arm/ldelf-lib/libutils/isoc/isprint.o
   400:    CC      out/arm/ldelf-lib/libutils/isoc/ispunct.o
   401:    CC      out/arm/ldelf-lib/libutils/isoc/toupper.o
   402:    CC      out/arm/ldelf-lib/libutils/isoc/newlib/abs.o
   403:    CC      out/arm/ldelf-lib/libutils/isoc/newlib/bcmp.o
   404:    CC      out/arm/ldelf-lib/libutils/isoc/newlib/memchr.o
   405:    CC      out/arm/ldelf-lib/libutils/isoc/newlib/memcmp.o
   406:    CC      out/arm/ldelf-lib/libutils/isoc/newlib/memcpy.o
   407:    CC      out/arm/ldelf-lib/libutils/isoc/newlib/memmove.o
   408:    CC      out/arm/ldelf-lib/libutils/isoc/newlib/memset.o
   409:    CC      out/arm/ldelf-lib/libutils/isoc/newlib/strchr.o
   410:    CC      out/arm/ldelf-lib/libutils/isoc/newlib/strcmp.o
   411:    CC      out/arm/ldelf-lib/libutils/isoc/newlib/strcpy.o
   412:    CC      out/arm/ldelf-lib/libutils/isoc/newlib/strncmp.o
   413:    CC      out/arm/ldelf-lib/libutils/isoc/newlib/strlen.o
   414:    CC      out/arm/ldelf-lib/libutils/isoc/newlib/strncpy.o
   415:    CC      out/arm/ldelf-lib/libutils/isoc/newlib/strnlen.o
   416:    CC      out/arm/ldelf-lib/libutils/isoc/newlib/strrchr.o
   417:    CC      out/arm/ldelf-lib/libutils/isoc/newlib/strstr.o
   418:    CC      out/arm/ldelf-lib/libutils/isoc/newlib/strtoul.o
   419:    CC      out/arm/ldelf-lib/libutils/isoc/newlib/strtok_r.o
   420:    AS      out/arm/ldelf-lib/libutils/isoc/arch/arm/arm32_aeabi_divmod_a32.o
   421:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/arm32_aeabi_divmod.o
   422:    AS      out/arm/ldelf-lib/libutils/isoc/arch/arm/arm32_aeabi_ldivmod_a32.o
   423:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/arm32_aeabi_ldivmod.o
   424:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/arm32_aeabi_shift.o
   425:    AS      out/arm/ldelf-lib/libutils/isoc/arch/arm/setjmp_a32.o
   426:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/arm32_aeabi_softfloat.o
   427:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f32_add.o
   428:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f32_div.o
   429:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f32_eq.o
   430:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f32_le.o
   431:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f32_lt.o
   432:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f32_mul.o
   433:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f32_sub.o
   434:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f32_to_f64.o
   435:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i32_r_minMag.o
   436:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i64_r_minMag.o
   437:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui32_r_minMag.o
   438:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui64_r_minMag.o
   439:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f64_add.o
   440:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f64_div.o
   441:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f64_eq.o
   442:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f64_le.o
   443:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f64_lt.o
   444:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f64_mul.o
   445:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f64_sub.o
   446:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f64_to_f32.o
   447:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i32_r_minMag.o
   448:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i64_r_minMag.o
   449:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui32_r_minMag.o
   450:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui64_r_minMag.o
   451:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f32.o
   452:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f64.o
   453:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f32.o
   454:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f64.o
   455:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f32.o
   456:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f64.o
   457:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f32.o
   458:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f64.o
   459:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsF32.o
   460:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsF64.o
   461:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsF32.o
   462:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsF64.o
   463:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF64Sig.o
   464:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF32Sig.o
   465:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToF32.o
   466:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToF64.o
   467:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJam64.o
   468:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam32.o
   469:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToF32.o
   470:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToF64.o
   471:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam64.o
   472:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/s_countLeadingZeros8.o
   473:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/s_countLeadingZeros32.o
   474:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/s_countLeadingZeros64.o
   475:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/s_mul64To128.o
   476:    HOSTCC  scripts/kconfig/expr.o
   477:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/softfloat_state.o
   478:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/softfloat_raiseFlags.o
   479:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF32UI.o
   480:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f32UIToCommonNaN.o
   481:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF64UI.o
   482:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f64UIToCommonNaN.o
   483:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF64UI.o
   484:    CC      out/arm/ldelf-lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF32UI.o
   485:    CC      out/arm/ldelf-lib/libutils/ext/snprintk.o
   486:    CC      out/arm/ldelf-lib/libutils/ext/strlcat.o
   487:    CC      out/arm/ldelf-lib/libutils/ext/strlcpy.o
   488:    CC      out/arm/ldelf-lib/libutils/ext/trace.o
   489:    CC      out/arm/ldelf-lib/libutils/ext/mempool.o
   490:    CC      out/arm/ldelf-lib/libutils/ext/nex_strdup.o
   491:    CC      out/arm/ldelf-lib/libutils/ext/consttime_memcmp.o
   492:    CC      out/arm/ldelf-lib/libutils/ext/memzero_explicit.o
   493:    CC      out/arm/ldelf-lib/libutils/ext/arch/arm/aeabi_unwind.o
   494:    AS      out/arm/ldelf-lib/libutils/ext/arch/arm/atomic_a32.o
   495:    CPP     out/arm/ldelf/ldelf.lds
   496:    CC      out/arm/ldelf-lib/libutils/ext/arch/arm/auxval.o
   497:    CC      out/arm/ta/trusted_keys/entry.o
   498:    CC      out/arm/ta/trusted_keys/user_ta_header.o
   499:    AS      out/arm/ta/trusted_keys/ta_entry_a32.o
   500:    CC      out/arm/ta_arm32-lib/libutils/isoc/bget_malloc.o
   501:    CC      out/arm/ta_arm32-lib/libutils/isoc/isdigit.o
   502:    CC      out/arm/ta_arm32-lib/libutils/isoc/isxdigit.o
   503:    CC      out/arm/ta_arm32-lib/libutils/isoc/qsort.o
   504:    CC      out/arm/ta_arm32-lib/libutils/isoc/sprintf.o
   505:    CC      out/arm/ta_arm32-lib/libutils/isoc/snprintf.o
   506:    CC      out/arm/ta_arm32-lib/libutils/isoc/stack_check.o
   507:    CC      out/arm/ta_arm32-lib/libutils/isoc/strdup.o
   508:    CC      out/arm/ta_arm32-lib/libutils/isoc/strndup.o
   509:    CC      out/arm/ta_arm32-lib/libutils/isoc/tolower.o
   510:    CC      out/arm/ta_arm32-lib/libutils/isoc/isalpha.o
   511:    CC      out/arm/ta_arm32-lib/libutils/isoc/isspace.o
   512:    CC      out/arm/ta_arm32-lib/libutils/isoc/isupper.o
   513:    CC      out/arm/ta_arm32-lib/libutils/isoc/isalnum.o
   514:    CC      out/arm/ta_arm32-lib/libutils/isoc/iscntrl.o
   515:    CC      out/arm/ta_arm32-lib/libutils/isoc/isgraph.o
   516:    CC      out/arm/ta_arm32-lib/libutils/isoc/islower.o
   517:    CC      out/arm/ta_arm32-lib/libutils/isoc/isprint.o
   518:    CC      out/arm/ta_arm32-lib/libutils/isoc/ispunct.o
   519:    CC      out/arm/ta_arm32-lib/libutils/isoc/toupper.o
   520:    CC      out/arm/ta_arm32-lib/libutils/isoc/fp.o
   521:    CC      out/arm/ta_arm32-lib/libutils/isoc/fputc.o
   522:    CC      out/arm/ta_arm32-lib/libutils/isoc/fputs.o
   523:    CC      out/arm/ta_arm32-lib/libutils/isoc/fwrite.o
   524:    CC      out/arm/ta_arm32-lib/libutils/isoc/write.o
   525:    CC      out/arm/ta_arm32-lib/libutils/isoc/newlib/abs.o
   526:    CC      out/arm/ta_arm32-lib/libutils/isoc/newlib/bcmp.o
   527:    CC      out/arm/ta_arm32-lib/libutils/isoc/newlib/memchr.o
   528:    CC      out/arm/ta_arm32-lib/libutils/isoc/newlib/memcmp.o
   529:    CC      out/arm/ta_arm32-lib/libutils/isoc/newlib/memcpy.o
   530:    CC      out/arm/ta_arm32-lib/libutils/isoc/newlib/memmove.o
   531:    CC      out/arm/ta_arm32-lib/libutils/isoc/newlib/memset.o
   532:    CC      out/arm/ta_arm32-lib/libutils/isoc/newlib/strchr.o
   533:    CC      out/arm/ta_arm32-lib/libutils/isoc/newlib/strcmp.o
   534:    CC      out/arm/ta_arm32-lib/libutils/isoc/newlib/strcpy.o
   535:    CC      out/arm/ta_arm32-lib/libutils/isoc/newlib/strlen.o
   536:    CC      out/arm/ta_arm32-lib/libutils/isoc/newlib/strncmp.o
   537:    HOSTCC  scripts/kconfig/zconf.tab.o
   538:    CC      out/arm/ta_arm32-lib/libutils/isoc/newlib/strncpy.o
   539:    CC      out/arm/ta_arm32-lib/libutils/isoc/newlib/strnlen.o
   540:    CC      out/arm/ta_arm32-lib/libutils/isoc/newlib/strrchr.o
   541:    CC      out/arm/ta_arm32-lib/libutils/isoc/newlib/strstr.o
   542:    CC      out/arm/ta_arm32-lib/libutils/isoc/newlib/strtoul.o
   543:    CC      out/arm/ta_arm32-lib/libutils/isoc/newlib/strtok_r.o
   544:    AS      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/arm32_aeabi_divmod_a32.o
   545:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/arm32_aeabi_divmod.o
   546:    AS      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/arm32_aeabi_ldivmod_a32.o
   547:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/arm32_aeabi_ldivmod.o
   548:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/arm32_aeabi_shift.o
   549:    AS      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/setjmp_a32.o
   550:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/arm32_aeabi_softfloat.o
   551:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f32_add.o
   552:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f32_div.o
   553:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f32_eq.o
   554:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f32_le.o
   555:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f32_lt.o
   556:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f32_mul.o
   557:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f32_sub.o
   558:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f32_to_f64.o
   559:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i32_r_minMag.o
   560:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f32_to_i64_r_minMag.o
   561:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui32_r_minMag.o
   562:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f32_to_ui64_r_minMag.o
   563:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f64_add.o
   564:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f64_div.o
   565:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f64_eq.o
   566:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f64_le.o
   567:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f64_lt.o
   568:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f64_mul.o
   569:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f64_sub.o
   570:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f64_to_f32.o
   571:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i32_r_minMag.o
   572:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f64_to_i64_r_minMag.o
   573:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui32_r_minMag.o
   574:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/f64_to_ui64_r_minMag.o
   575:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f32.o
   576:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/i32_to_f64.o
   577:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f32.o
   578:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/i64_to_f64.o
   579:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f32.o
   580:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/ui32_to_f64.o
   581:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f32.o
   582:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/ui64_to_f64.o
   583:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsF32.o
   584:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/s_subMagsF64.o
   585:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsF32.o
   586:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/s_addMagsF64.o
   587:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF64Sig.o
   588:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/s_normSubnormalF32Sig.o
   589:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToF32.o
   590:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/s_roundPackToF64.o
   591:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/s_shortShiftRightJam64.o
   592:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam32.o
   593:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToF32.o
   594:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/s_normRoundPackToF64.o
   595:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/s_shiftRightJam64.o
   596:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/s_countLeadingZeros8.o
   597:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/s_countLeadingZeros32.o
   598:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/s_countLeadingZeros64.o
   599:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/s_mul64To128.o
   600:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/softfloat_state.o
   601:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/softfloat_raiseFlags.o
   602:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF32UI.o
   603:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f32UIToCommonNaN.o
   604:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF64UI.o
   605:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_f64UIToCommonNaN.o
   606:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_propagateNaNF64UI.o
   607:    CC      out/arm/ta_arm32-lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/s_commonNaNToF32UI.o
   608:    CC      out/arm/ta_arm32-lib/libutils/ext/snprintk.o
   609:    CC      out/arm/ta_arm32-lib/libutils/ext/strlcat.o
   610:    CC      out/arm/ta_arm32-lib/libutils/ext/strlcpy.o
   611:    CC      out/arm/ta_arm32-lib/libutils/ext/trace.o
   612:    CC      out/arm/ta_arm32-lib/libutils/ext/mempool.o
   613:    CC      out/arm/ta_arm32-lib/libutils/ext/nex_strdup.o
   614:    CC      out/arm/ta_arm32-lib/libutils/ext/consttime_memcmp.o
   615:    CC      out/arm/ta_arm32-lib/libutils/ext/memzero_explicit.o
   616:    CC      out/arm/ta_arm32-lib/libutils/ext/arch/arm/aeabi_unwind.o
   617:    AS      out/arm/ta_arm32-lib/libutils/ext/arch/arm/atomic_a32.o
   618:    CC      out/arm/ta_arm32-lib/libutils/ext/arch/arm/auxval.o
   619:    AS      out/arm/ta_arm32-lib/libutils/ext/arch/arm/mcount_a32.o
   620:    CC      out/arm/ta_arm32-lib/libutee/abort.o
   621:    CC      out/arm/ta_arm32-lib/libutee/assert.o
   622:    CC      out/arm/ta_arm32-lib/libutee/tee_uuid_from_str.o
   623:    CC      out/arm/ta_arm32-lib/libutee/trace_ext.o
   624:    CC      out/arm/ta_arm32-lib/libutee/base64.o
   625:    CC      out/arm/ta_arm32-lib/libutee/tee_api.o
   626:    CC      out/arm/ta_arm32-lib/libutee/tee_api_arith_mpi.o
   627:    CC      out/arm/ta_arm32-lib/libutee/tee_api_objects.o
   628:    CC      out/arm/ta_arm32-lib/libutee/tee_api_operations.o
   629:    CC      out/arm/ta_arm32-lib/libutee/tee_api_panic.o
   630:    CC      out/arm/ta_arm32-lib/libutee/tee_api_property.o
   631:    CC      out/arm/ta_arm32-lib/libutee/tee_socket_pta.o
   632:    CC      out/arm/ta_arm32-lib/libutee/tee_system_pta.o
   633:    CC      out/arm/ta_arm32-lib/libutee/tee_tcpudp_socket.o
   634:    AS      out/arm/ta_arm32-lib/libutee/arch/arm/utee_syscalls_a32.o
   635:    CC      out/arm/ta_arm32-lib/libutee/arch/arm/tcb.o
   636:    CC      out/arm/ta_arm32-lib/libutee/arch/arm/user_ta_entry.o
   637:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/aes.o
   638:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/aesni.o
   639:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/arc4.o
   640:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/aria.o
   641:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/asn1parse.o
   642:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/asn1write.o
   643:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/base64.o
   644:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/bignum.o
   645:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/blowfish.o
   646:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/camellia.o
   647:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/ccm.o
   648:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/chacha20.o
   649:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/chachapoly.o
   650:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/cipher.o
   651:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/cipher_wrap.o
   652:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/cmac.o
   653:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/constant_time.o
   654:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/ctr_drbg.o
   655:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/des.o
   656:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/dhm.o
   657:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/ecdh.o
   658:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/ecdsa.o
   659:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/ecjpake.o
   660:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/ecp.o
   661:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/ecp_curves.o
   662:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/entropy.o
   663:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/entropy_poll.o
   664:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/error.o
   665:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/gcm.o
   666:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/havege.o
   667:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/hkdf.o
   668:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/hmac_drbg.o
   669:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/md.o
   670:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/md2.o
   671:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/md4.o
   672:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/md5.o
   673:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/memory_buffer_alloc.o
   674:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/nist_kw.o
   675:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/oid.o
   676:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/padlock.o
   677:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/pem.o
   678:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/pk.o
   679:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/pk_wrap.o
   680:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/pkcs12.o
   681:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/pkcs5.o
   682:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/pkparse.o
   683:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/pkwrite.o
   684:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/platform.o
   685:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/platform_util.o
   686:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/ripemd160.o
   687:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/poly1305.o
   688:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/rsa_internal.o
   689:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/rsa.o
   690:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/sha1.o
   691:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/sha256.o
   692:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/sha512.o
   693:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/threading.o
   694:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/timing.o
   695:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/version.o
   696:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/version_features.o
   697:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/xtea.o
   698:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/certs.o
   699:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/pkcs11.o
   700:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/x509.o
   701:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/x509_create.o
   702:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/x509_crl.o
   703:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/x509_crt.o
   704:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/x509_csr.o
   705:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/x509write_crt.o
   706:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/x509write_csr.o
   707:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/debug.o
   708:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/net_sockets.o
   709:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/ssl_cache.o
   710:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/ssl_ciphersuites.o
   711:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/ssl_cli.o
   712:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/ssl_cookie.o
   713:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/ssl_srv.o
   714:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/ssl_ticket.o
   715:    CPP     out/arm/ta/trusted_keys/ta.lds
   716:    CC      out/arm/ta_arm32-lib/libmbedtls/mbedtls/library/ssl_tls.o
   717:    CC      out/arm/ta_arm32-lib/libdl/dlfcn.o
   718:    INSTALL out/arm/export-ta_arm32/host_include/conf.h
   719:    CC      out/arm/ta/avb/entry.o
   720:    CC      out/arm/ta/avb/user_ta_header.o
   721:    CPP     out/arm/ta/avb/ta.lds
   722:    AS      out/arm/ta/avb/ta_entry_a32.o
   723:    CC      out/arm/ta/pkcs11/src/attributes.o
   724:    CC      out/arm/ta/pkcs11/src/entry.o
   725:    CC      out/arm/ta/pkcs11/src/handle.o
   726:    CC      out/arm/ta/pkcs11/src/object.o
   727:    CC      out/arm/ta/pkcs11/src/persistent_token.o
   728:    CC      out/arm/ta/pkcs11/src/pkcs11_attributes.o
   729:    CC      out/arm/ta/pkcs11/src/pkcs11_helpers.o
   730:    CC      out/arm/ta/pkcs11/src/pkcs11_token.o
   731:    CC      out/arm/ta/pkcs11/src/processing.o
   732:    CC      out/arm/ta/pkcs11/src/processing_aes.o
   733:    CC      out/arm/ta/pkcs11/src/processing_asymm.o
   734:    CC      out/arm/ta/pkcs11/src/processing_digest.o
   735:    CC      out/arm/ta/pkcs11/src/processing_ec.o
   736:    CC      out/arm/ta/pkcs11/src/processing_rsa.o
   737:    CC      out/arm/ta/pkcs11/src/processing_symm.o
   738:    CC      out/arm/ta/pkcs11/src/sanitize_object.o
   739:    CC      out/arm/ta/pkcs11/src/serializer.o
   740:    CC      out/arm/ta/pkcs11/src/token_capabilities.o
   741:    CC      out/arm/ta/pkcs11/user_ta_header.o
   742:    CPP     out/arm/ta/pkcs11/ta.lds
   743:    CHK     out/arm/core/include/generated/asm-defines.h
   744:    AS      out/arm/ta/pkcs11/ta_entry_a32.o
   745:    AR      out/arm/ldelf-lib/libunw/libunw.a
   746:    AR      out/arm/ldelf-lib/libutee/libutee.a
   747:    AR      out/arm/ldelf-lib/libutils/libutils.a
   748:    AR      out/arm/ta_arm32-lib/libutils/libutils.a
   749:    AR      out/arm/ta_arm32-lib/libutee/libutee.a
   750:    AR      out/arm/ta_arm32-lib/libmbedtls/libmbedtls.a
   751:    UPD     out/arm/core/include/generated/asm-defines.h
   752:    AR      out/arm/ta_arm32-lib/libdl/libdl.a
   753:    CC      out/arm/core/arch/arm/kernel/ldelf_loader.o
   754:    CC      out/arm/core/arch/arm/kernel/tee_time.o
   755:    CC      out/arm/core/arch/arm/kernel/rpc_io_i2c.o
   756:    CC      out/arm/core/arch/arm/kernel/otp_stubs.o
   757:    CC      out/arm/core/arch/arm/kernel/delay.o
   758:    CC      out/arm/core/arch/arm/kernel/idle.o
   759:    AS      out/arm/core/arch/arm/kernel/spin_lock_a32.o
   760:    CC      out/arm/core/arch/arm/kernel/tee_time_arm_cntpct.o
   761:    AS      out/arm/core/arch/arm/kernel/tlb_helpers_a32.o
   762:    AS      out/arm/core/arch/arm/kernel/cache_helpers_a32.o
   763:    AS      out/arm/core/arch/arm/kernel/thread_a32.o
   764:    CC      out/arm/core/arch/arm/kernel/thread.o
   765:    CC      out/arm/core/arch/arm/kernel/thread_optee_smc.o
   766:    AS      out/arm/core/arch/arm/kernel/thread_optee_smc_a32.o
   767:    CC      out/arm/core/arch/arm/kernel/abort.o
   768:    CC      out/arm/core/arch/arm/kernel/vfp.o
   769:    AS      out/arm/core/arch/arm/kernel/vfp_a32.o
   770:    CC      out/arm/core/arch/arm/kernel/trace_ext.o
   771:    AS      out/arm/core/arch/arm/kernel/misc_a32.o
   772:    CC      out/arm/core/arch/arm/kernel/boot.o
   773:    AS      out/arm/core/arch/arm/kernel/entry_a32.o
   774:    CC      out/arm/core/arch/arm/kernel/unwind_arm32.o
   775:    CC      out/arm/core/arch/arm/mm/core_mmu.o
   776:    CC      out/arm/core/arch/arm/mm/core_mmu_v7.o
   777:    LEX     scripts/kconfig/lexer.lex.c
   778:    CC      out/arm/core/arch/arm/mm/pgt_cache.o
   779:    CC      out/arm/core/arch/arm/mm/mobj_dyn_shm.o
   780:    AS      out/arm/core/arch/arm/tee/arch_svc_a32.o
   781:    CC      out/arm/core/arch/arm/tee/arch_svc.o
   782:    CC      out/arm/core/arch/arm/tee/entry_fast.o
   783:    CC      out/arm/core/arch/arm/tee/cache.o
   784:    CC      out/arm/core/arch/arm/plat-vexpress/main.o
   785:    CC      out/arm/core/arch/arm/plat-vexpress/vendor_props.o
   786:    YACC    scripts/kconfig/parser.tab.[ch]
   787:    AS      out/arm/core/arch/arm/sm/sm_a32.o
   788:    CC      out/arm/core/arch/arm/sm/sm.o
   789:    CC      out/arm/core/arch/arm/sm/std_smc.o
   790:    CC      out/arm/core/arch/arm/sm/psci.o
   791:    AS      out/arm/core/arch/arm/sm/psci-helper.o
   792:    CC      out/arm/core/crypto/crypto.o
   793:    CC      out/arm/core/crypto/aes-gcm.o
   794:    CC      out/arm/core/crypto/aes-gcm-sw.o
   795:    CC      out/arm/core/crypto/aes-gcm-ghash-tbl.o
   796:    CC      out/arm/core/crypto/signed_hdr.o
   797:    CC      out/arm/core/crypto/rng_fortuna.o
   798:    CC      out/arm/core/crypto/cbc-mac.o
   799:    CC      out/arm/core/crypto/aes-cts.o
   800:    CC      out/arm/core/crypto/sm2-kdf.o
   801:    CC      out/arm/core/crypto/sm3.o
   802:    CC      out/arm/core/crypto/sm3-hash.o
   803:    CC      out/arm/core/crypto/sm3-hmac.o
   804:    CC      out/arm/core/crypto/sm4.o
   805:    CC      out/arm/core/crypto/sm4-ecb.o
   806:    CC      out/arm/core/crypto/sm4-cbc.o
   807:    CC      out/arm/core/crypto/sm4-ctr.o
   808:    CC      out/arm/core/drivers/pl011.o
   809:    CC      out/arm/core/drivers/gic.o
   810:    CC      out/arm/core/drivers/clk/clk.o
   811:    CC      out/arm/core/drivers/clk/clk_dt.o
   812:    CC      out/arm/core/drivers/clk/fixed_clk.o
   813:    CC      out/arm/core/drivers/rstctrl/rstctrl.o
   814:    CC      out/arm/core/kernel/spin_lock_debug.o
   815:    CC      out/arm/core/kernel/assert.o
   816:    CC      out/arm/core/kernel/console.o
   817:    CC      out/arm/core/kernel/dt.o
   818:    CC      out/arm/core/kernel/dt_driver.o
   819:    CC      out/arm/core/kernel/dt_driver_test.o
   820:    CC      out/arm/core/kernel/pm.o
   821:    CC      out/arm/core/kernel/handle.o
   822:    CC      out/arm/core/kernel/interrupt.o
   823:    CC      out/arm/core/kernel/ldelf_syscalls.o
   824:    CC      out/arm/core/kernel/lockdep.o
   825:    CC      out/arm/core/kernel/msg_param.o
   826:    CC      out/arm/core/kernel/panic.o
   827:    CC      out/arm/core/kernel/refcount.o
   828:    CC      out/arm/core/kernel/tee_misc.o
   829:    CC      out/arm/core/kernel/tee_ta_manager.o
   830:    CC      out/arm/core/kernel/ts_manager.o
   831:    CC      out/arm/core/kernel/scattered_array.o
   832:    CC      out/arm/core/kernel/huk_subkey.o
   833:    CC      out/arm/core/kernel/user_mode_ctx.o
   834:    CC      out/arm/core/kernel/initcall.o
   835:    CC      out/arm/core/kernel/mutex.o
   836:    CC      out/arm/core/kernel/user_access.o
   837:    CC      out/arm/core/kernel/mutex_lockdep.o
   838:    CC      out/arm/core/kernel/wait_queue.o
   839:    CC      out/arm/core/kernel/notif.o
   840:    CC      out/arm/core/kernel/thread.o
   841:    CC      out/arm/core/kernel/user_ta.o
   842:    CC      out/arm/core/kernel/ree_fs_ta.o
   843:    CC      out/arm/core/kernel/early_ta.o
   844:    CC      out/arm/core/kernel/secstor_ta.o
   845:    CC      out/arm/core/kernel/embedded_ts.o
   846:    CC      out/arm/core/kernel/pseudo_ta.o
   847:    CC      out/arm/core/mm/mobj.o
   848:    CC      out/arm/core/mm/fobj.o
   849:    CC      out/arm/core/mm/file.o
   850:    CC      out/arm/core/mm/vm.o
   851:    CC      out/arm/core/mm/core_mmu.o
   852:    CC      out/arm/core/mm/tee_mm.o
   853:    CC      out/arm/core/pta/device.o
   854:    CC      out/arm/core/pta/secstor_ta_mgmt.o
   855:    CC      out/arm/core/pta/stats.o
   856:    CC      out/arm/core/pta/system.o
   857:    CC      out/arm/core/tee/entry_std.o
   858:    CC      out/arm/core/tee/tee_cryp_utl.o
   859:    CC      out/arm/core/tee/tee_cryp_hkdf.o
   860:    CC      out/arm/core/tee/tee_cryp_concat_kdf.o
   861:    CC      out/arm/core/tee/tee_cryp_pbkdf2.o
   862:    CC      out/arm/core/tee/tee_obj.o
   863:    CC      out/arm/core/tee/tee_svc.o
   864:    CC      out/arm/core/tee/tee_svc_cryp.o
   865:    CC      out/arm/core/tee/tee_svc_storage.o
   866:    CC      out/arm/core/tee/tee_time_generic.o
   867:    CC      out/arm/core/tee/tadb.o
   868:    CC      out/arm/core/tee/socket.o
   869:    CC      out/arm/core/tee/tee_ta_enc_manager.o
   870:    CC      out/arm/core/tee/tee_fs_key_manager.o
   871:    CC      out/arm/core/tee/tee_ree_fs.o
   872:    CC      out/arm/core/tee/fs_dirfile.o
   873:    CC      out/arm/core/tee/fs_htree.o
   874:    CC      out/arm/core/tee/tee_fs_rpc.o
   875:    CC      out/arm/core/tee/tee_pobj.o
   876:    CC      out/arm/core/tee/uuid.o
   877:    CC      out/arm/core/tee/tee_supp_plugin_rpc.o
   878:    LD      out/arm/ldelf/ldelf.elf
   879:    CC      out/arm/core/ta_pub_key.o
   880:    INSTALL out/arm/export-ta_arm32/lib/libutils.a
   881:    INSTALL out/arm/export-ta_arm32/lib/libutee.a
   882:    INSTALL out/arm/export-ta_arm32/lib/libmbedtls.a
   883:    INSTALL out/arm/export-ta_arm32/lib/libdl.a
   884:    CC      out/arm/core/arch/arm/dts/embedded_dtb_test.o
   885:    CC      out/arm/lib/libunw/unwind_arm32.o
   886:    CC      out/arm/core/lib/zlib/adler32.o
   887:    CC      out/arm/core/lib/zlib/inffast.o
   888:    CC      out/arm/core/lib/zlib/inflate.o
   889:    CC      out/arm/core/lib/zlib/inftrees.o
   890:    CC      out/arm/core/lib/zlib/zutil.o
   891:    CC      out/arm/core/lib/libfdt/fdt.o
   892:    CC      out/arm/core/lib/libfdt/fdt_ro.o
   893:    CC      out/arm/core/lib/libfdt/fdt_wip.o
   894:    CC      out/arm/core/lib/libfdt/fdt_sw.o
   895:    CC      out/arm/core/lib/libfdt/fdt_rw.o
   896:    CC      out/arm/core/lib/libfdt/fdt_strerror.o
   897:    CC      out/arm/core/lib/libfdt/fdt_empty_tree.o
   898:    CC      out/arm/core/lib/libfdt/fdt_addresses.o
   899:    CC      out/arm/core/lib/libfdt/fdt_overlay.o
   900:    CC      out/arm/core/lib/libtomcrypt/hash.o
   901:    CC      out/arm/core/lib/libtomcrypt/hmac.o
   902:    CC      out/arm/core/lib/libtomcrypt/cmac.o
   903:    CC      out/arm/core/lib/libtomcrypt/ecb.o
   904:    CC      out/arm/core/lib/libtomcrypt/cbc.o
   905:    CC      out/arm/core/lib/libtomcrypt/ctr.o
   906:    CC      out/arm/core/lib/libtomcrypt/xts.o
   907:    CC      out/arm/core/lib/libtomcrypt/ccm.o
   908:    CC      out/arm/core/lib/libtomcrypt/dsa.o
   909:    CC      out/arm/core/lib/libtomcrypt/ecc.o
   910:    CC      out/arm/core/lib/libtomcrypt/rsa.o
   911:    CC      out/arm/core/lib/libtomcrypt/dh.o
   912:    CC      out/arm/core/lib/libtomcrypt/aes.o
   913:    CC      out/arm/core/lib/libtomcrypt/sm2-dsa.o
   914:    CC      out/arm/core/lib/libtomcrypt/sm2-pke.o
   915:    CC      out/arm/core/lib/libtomcrypt/sm2-kep.o
   916:    CC      out/arm/core/lib/libtomcrypt/x25519.o
   917:    CC      out/arm/core/lib/libtomcrypt/ed25519.o
   918:    CC      out/arm/core/lib/libtomcrypt/mpi_desc.o
   919:    CC      out/arm/core/lib/libtomcrypt/tomcrypt.o
   920:    CC      out/arm/core/lib/libtomcrypt/src/ciphers/des.o
   921:    CC      out/arm/core/lib/libtomcrypt/src/ciphers/aes/aes.o
   922:    CC      out/arm/core/lib/libtomcrypt/src/encauth/ccm/ccm_init.o
   923:    CC      out/arm/core/lib/libtomcrypt/src/encauth/ccm/ccm_add_nonce.o
   924:    CC      out/arm/core/lib/libtomcrypt/src/encauth/ccm/ccm_add_aad.o
   925:    HOSTCC  scripts/kconfig/lexer.lex.o
   926:    CC      out/arm/core/lib/libtomcrypt/src/encauth/ccm/ccm_process.o
   927:    CC      out/arm/core/lib/libtomcrypt/src/encauth/ccm/ccm_done.o
   928:    CC      out/arm/core/lib/libtomcrypt/src/encauth/ccm/ccm_reset.o
   929:    CC      out/arm/core/lib/libtomcrypt/src/hashes/md5.o
   930:    CC      out/arm/core/lib/libtomcrypt/src/hashes/sha1.o
   931:    CC      out/arm/core/lib/libtomcrypt/src/hashes/helper/hash_memory.o
   932:    CC      out/arm/core/lib/libtomcrypt/src/hashes/helper/hash_memory_multi.o
   933:    CC      out/arm/core/lib/libtomcrypt/src/hashes/sha2/sha224.o
   934:    CC      out/arm/core/lib/libtomcrypt/src/hashes/sha2/sha256.o
   935:    CC      out/arm/core/lib/libtomcrypt/src/hashes/sha2/sha384.o
   936:    CC      out/arm/core/lib/libtomcrypt/src/hashes/sha2/sha512.o
   937:    CC      out/arm/core/lib/libtomcrypt/src/hashes/sha2/sha512_256.o
   938:    CC      out/arm/core/lib/libtomcrypt/src/mac/hmac/hmac_done.o
   939:    CC      out/arm/core/lib/libtomcrypt/src/mac/hmac/hmac_init.o
   940:    CC      out/arm/core/lib/libtomcrypt/src/mac/hmac/hmac_memory.o
   941:    CC      out/arm/core/lib/libtomcrypt/src/mac/hmac/hmac_memory_multi.o
   942:    CC      out/arm/core/lib/libtomcrypt/src/mac/hmac/hmac_process.o
   943:    CC      out/arm/core/lib/libtomcrypt/src/mac/omac/omac_done.o
   944:    CC      out/arm/core/lib/libtomcrypt/src/mac/omac/omac_init.o
   945:    CC      out/arm/core/lib/libtomcrypt/src/mac/omac/omac_memory.o
   946:    CC      out/arm/core/lib/libtomcrypt/src/mac/omac/omac_memory_multi.o
   947:    CC      out/arm/core/lib/libtomcrypt/src/mac/omac/omac_process.o
   948:    CC      out/arm/core/lib/libtomcrypt/src/math/multi.o
   949:    CC      out/arm/core/lib/libtomcrypt/src/math/rand_prime.o
   950:    CC      out/arm/core/lib/libtomcrypt/src/math/rand_bn.o
   951:    CC      out/arm/core/lib/libtomcrypt/src/math/fp/ltc_ecc_fp_mulmod.o
   952:    CC      out/arm/core/lib/libtomcrypt/src/misc/burn_stack.o
   953:    CC      out/arm/core/lib/libtomcrypt/src/misc/error_to_string.o
   954:    CC      out/arm/core/lib/libtomcrypt/src/misc/mem_neq.o
   955:    CC      out/arm/core/lib/libtomcrypt/src/misc/zeromem.o
   956:    CC      out/arm/core/lib/libtomcrypt/src/misc/base64/base64_decode.o
   957:    CC      out/arm/core/lib/libtomcrypt/src/misc/base64/base64_encode.o
   958:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt.o
   959:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_cipher_descriptor.o
   960:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_cipher_is_valid.o
   961:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_find_cipher_any.o
   962:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_find_cipher.o
   963:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_find_cipher_id.o
   964:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash_any.o
   965:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash.o
   966:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash_id.o
   967:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_find_hash_oid.o
   968:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_find_prng.o
   969:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_fsa.o
   970:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_hash_descriptor.o
   971:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_hash_is_valid.o
   972:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_prng_descriptor.o
   973:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_prng_is_valid.o
   974:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_register_cipher.o
   975:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_register_hash.o
   976:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_register_prng.o
   977:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_unregister_cipher.o
   978:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_unregister_hash.o
   979:    CC      out/arm/core/lib/libtomcrypt/src/misc/crypt/crypt_unregister_prng.o
   980:    CC      out/arm/core/lib/libtomcrypt/src/misc/pkcs5/pkcs_5_1.o
   981:    CC      out/arm/core/lib/libtomcrypt/src/misc/pkcs5/pkcs_5_2.o
   982:    CC      out/arm/core/lib/libtomcrypt/src/misc/pkcs12/pkcs12_kdf.o
   983:    CC      out/arm/core/lib/libtomcrypt/src/misc/pkcs12/pkcs12_utf8_to_utf16.o
   984:    CC      out/arm/core/lib/libtomcrypt/src/misc/ssh/ssh_decode_sequence_multi.o
   985:    CC      out/arm/core/lib/libtomcrypt/src/misc/ssh/ssh_encode_sequence_multi.o
   986:    CC      out/arm/core/lib/libtomcrypt/src/modes/cbc/cbc_decrypt.o
   987:    CC      out/arm/core/lib/libtomcrypt/src/modes/cbc/cbc_done.o
   988:    CC      out/arm/core/lib/libtomcrypt/src/modes/cbc/cbc_encrypt.o
   989:    CC      out/arm/core/lib/libtomcrypt/src/modes/cbc/cbc_getiv.o
   990:    CC      out/arm/core/lib/libtomcrypt/src/modes/cbc/cbc_setiv.o
   991:    CC      out/arm/core/lib/libtomcrypt/src/modes/cbc/cbc_start.o
   992:    CC      out/arm/core/lib/libtomcrypt/src/modes/ctr/ctr_decrypt.o
   993:    CC      out/arm/core/lib/libtomcrypt/src/modes/ctr/ctr_done.o
   994:    CC      out/arm/core/lib/libtomcrypt/src/modes/ctr/ctr_encrypt.o
   995:    CC      out/arm/core/lib/libtomcrypt/src/modes/ctr/ctr_getiv.o
   996:    CC      out/arm/core/lib/libtomcrypt/src/modes/ctr/ctr_setiv.o
   997:    CC      out/arm/core/lib/libtomcrypt/src/modes/ctr/ctr_start.o
   998:    CC      out/arm/core/lib/libtomcrypt/src/modes/ecb/ecb_decrypt.o
   999:    CC      out/arm/core/lib/libtomcrypt/src/modes/ecb/ecb_done.o
  1000:    CC      out/arm/core/lib/libtomcrypt/src/modes/ecb/ecb_encrypt.o
  1001:    CC      out/arm/core/lib/libtomcrypt/src/modes/ecb/ecb_start.o
  1002:    CC      out/arm/core/lib/libtomcrypt/src/modes/xts/xts_decrypt.o
  1003:    CC      out/arm/core/lib/libtomcrypt/src/modes/xts/xts_done.o
  1004:    CC      out/arm/core/lib/libtomcrypt/src/modes/xts/xts_encrypt.o
  1005:    CC      out/arm/core/lib/libtomcrypt/src/modes/xts/xts_init.o
  1006:    CC      out/arm/core/lib/libtomcrypt/src/modes/xts/xts_mult_x.o
  1007:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_decode_bit_string.o
  1008:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_encode_bit_string.o
  1009:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_length_bit_string.o
  1010:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_decode_raw_bit_string.o
  1011:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/bit/der_encode_raw_bit_string.o
  1012:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/boolean/der_decode_boolean.o
  1013:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/boolean/der_encode_boolean.o
  1014:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/boolean/der_length_boolean.o
  1015:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/choice/der_decode_choice.o
  1016:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/der_decode_custom_type.o
  1017:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/der_encode_custom_type.o
  1018:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/der_length_custom_type.o
  1019:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/general/der_asn1_maps.o
  1020:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/general/der_decode_asn1_length.o
  1021:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/general/der_decode_asn1_identifier.o
  1022:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/general/der_encode_asn1_identifier.o
  1023:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/general/der_encode_asn1_length.o
  1024:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/general/der_length_asn1_identifier.o
  1025:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/general/der_length_asn1_length.o
  1026:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/generalizedtime/der_encode_generalizedtime.o
  1027:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/generalizedtime/der_decode_generalizedtime.o
  1028:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/generalizedtime/der_length_generalizedtime.o
  1029:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/ia5/der_decode_ia5_string.o
  1030:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/ia5/der_encode_ia5_string.o
  1031:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/ia5/der_length_ia5_string.o
  1032:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/integer/der_decode_integer.o
  1033:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/integer/der_encode_integer.o
  1034:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/integer/der_length_integer.o
  1035:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/der_decode_object_identifier.o
  1036:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/der_encode_object_identifier.o
  1037:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/der_length_object_identifier.o
  1038:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/octet/der_decode_octet_string.o
  1039:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/octet/der_encode_octet_string.o
  1040:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/octet/der_length_octet_string.o
  1041:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/der_decode_printable_string.o
  1042:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/der_encode_printable_string.o
  1043:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/der_length_printable_string.o
  1044:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_ex.o
  1045:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_flexi.o
  1046:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_multi.o
  1047:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_ex.o
  1048:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_multi.o
  1049:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_length_sequence.o
  1050:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/sequence/der_sequence_free.o
  1051:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/set/der_encode_set.o
  1052:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/set/der_encode_setof.o
  1053:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/der_decode_short_integer.o
  1054:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/der_encode_short_integer.o
  1055:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/der_length_short_integer.o
  1056:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/utctime/der_decode_utctime.o
  1057:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/utctime/der_encode_utctime.o
  1058:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/utctime/der_length_utctime.o
  1059:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/utf8/der_decode_utf8_string.o
  1060:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/utf8/der_encode_utf8_string.o
  1061:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/utf8/der_length_utf8_string.o
  1062:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/teletex_string/der_decode_teletex_string.o
  1063:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/der/teletex_string/der_length_teletex_string.o
  1064:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/oid/pk_oid_cmp.o
  1065:    CC      out/arm/core/lib/libtomcrypt/src/pk/asn1/oid/pk_oid_str.o
  1066:    CC      out/arm/core/lib/libtomcrypt/src/pk/dsa/dsa_decrypt_key.o
  1067:    CC      out/arm/core/lib/libtomcrypt/src/pk/dsa/dsa_encrypt_key.o
  1068:    CC      out/arm/core/lib/libtomcrypt/src/pk/dsa/dsa_export.o
  1069:    CC      out/arm/core/lib/libtomcrypt/src/pk/dsa/dsa_free.o
  1070:    CC      out/arm/core/lib/libtomcrypt/src/pk/dsa/dsa_generate_key.o
  1071:    CC      out/arm/core/lib/libtomcrypt/src/pk/dsa/dsa_generate_pqg.o
  1072:    CC      out/arm/core/lib/libtomcrypt/src/pk/dsa/dsa_import.o
  1073:    CC      out/arm/core/lib/libtomcrypt/src/pk/dsa/dsa_make_key.o
  1074:    CC      out/arm/core/lib/libtomcrypt/src/pk/dsa/dsa_shared_secret.o
  1075:    CC      out/arm/core/lib/libtomcrypt/src/pk/dsa/dsa_sign_hash.o
  1076:    CC      out/arm/core/lib/libtomcrypt/src/pk/dsa/dsa_verify_hash.o
  1077:    CC      out/arm/core/lib/libtomcrypt/src/pk/dsa/dsa_verify_key.o
  1078:    CC      out/arm/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_i2osp.o
  1079:    CC      out/arm/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_mgf1.o
  1080:    CC      out/arm/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_decode.o
  1081:    CC      out/arm/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_oaep_encode.o
  1082:    CC      out/arm/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_os2ip.o
  1083:    CC      out/arm/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_decode.o
  1084:    CC      out/arm/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_pss_encode.o
  1085:    CC      out/arm/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_decode.o
  1086:    CC      out/arm/core/lib/libtomcrypt/src/pk/pkcs1/pkcs_1_v1_5_encode.o
  1087:    CC      out/arm/core/lib/libtomcrypt/src/pk/rsa/rsa_decrypt_key.o
  1088:    CC      out/arm/core/lib/libtomcrypt/src/pk/rsa/rsa_encrypt_key.o
  1089:    CC      out/arm/core/lib/libtomcrypt/src/pk/rsa/rsa_export.o
  1090:    CC      out/arm/core/lib/libtomcrypt/src/pk/rsa/rsa_exptmod.o
  1091:    CC      out/arm/core/lib/libtomcrypt/src/pk/rsa/rsa_import.o
  1092:    CC      out/arm/core/lib/libtomcrypt/src/pk/rsa/rsa_key.o
  1093:    CC      out/arm/core/lib/libtomcrypt/src/pk/rsa/rsa_make_key.o
  1094:    CC      out/arm/core/lib/libtomcrypt/src/pk/rsa/rsa_sign_hash.o
  1095:    CC      out/arm/core/lib/libtomcrypt/src/pk/rsa/rsa_verify_hash.o
  1096:    CC      out/arm/core/lib/libtomcrypt/src/pk/dh/dh.o
  1097:    CC      out/arm/core/lib/libtomcrypt/src/pk/dh/dh_check_pubkey.o
  1098:    CC      out/arm/core/lib/libtomcrypt/src/pk/dh/dh_export.o
  1099:    CC      out/arm/core/lib/libtomcrypt/src/pk/dh/dh_export_key.o
  1100:    CC      out/arm/core/lib/libtomcrypt/src/pk/dh/dh_free.o
  1101:    CC      out/arm/core/lib/libtomcrypt/src/pk/dh/dh_generate_key.o
  1102:    CC      out/arm/core/lib/libtomcrypt/src/pk/dh/dh_import.o
  1103:    CC      out/arm/core/lib/libtomcrypt/src/pk/dh/dh_make_key.o
  1104:    CC      out/arm/core/lib/libtomcrypt/src/pk/dh/dh_set.o
  1105:    CC      out/arm/core/lib/libtomcrypt/src/pk/dh/dh_set_pg_dhparam.o
  1106:    CC      out/arm/core/lib/libtomcrypt/src/pk/dh/dh_shared_secret.o
  1107:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ecc.o
  1108:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ecc_find_curve.o
  1109:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ecc_free.o
  1110:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ecc_get_oid_str.o
  1111:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ecc_make_key.o
  1112:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ecc_set_curve.o
  1113:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ecc_set_curve_internal.o
  1114:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ecc_shared_secret.o
  1115:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ecc_sign_hash.o
  1116:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ecc_ssh_ecdsa_encode_name.o
  1117:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ecc_verify_hash.o
  1118:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_is_point.o
  1119:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_is_point_at_infinity.o
  1120:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_map.o
  1121:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod.o
  1122:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_mulmod_timing.o
  1123:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_mul2add.o
  1124:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_points.o
  1125:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_projective_add_point.o
  1126:    CC      out/arm/core/lib/libtomcrypt/src/pk/ecc/ltc_ecc_projective_dbl_point.o
  1127:    CC      out/arm/core/lib/libtomcrypt/src/pk/ec25519/ec25519_crypto_ctx.o
  1128:    CC      out/arm/core/lib/libtomcrypt/src/pk/ec25519/ec25519_export.o
  1129:    CC      out/arm/core/lib/libtomcrypt/src/pk/ec25519/tweetnacl.o
  1130:    CC      out/arm/core/lib/libtomcrypt/src/pk/x25519/x25519_export.o
  1131:    CC      out/arm/core/lib/libtomcrypt/src/pk/x25519/x25519_import.o
  1132:    CC      out/arm/core/lib/libtomcrypt/src/pk/x25519/x25519_make_key.o
  1133:    CC      out/arm/core/lib/libtomcrypt/src/pk/x25519/x25519_shared_secret.o
  1134:    CC      out/arm/core/lib/libtomcrypt/src/pk/ed25519/ed25519_export.o
  1135:    CC      out/arm/core/lib/libtomcrypt/src/pk/ed25519/ed25519_import.o
  1136:    CC      out/arm/core/lib/libtomcrypt/src/pk/ed25519/ed25519_import_pkcs8.o
  1137:    CC      out/arm/core/lib/libtomcrypt/src/pk/ed25519/ed25519_import_x509.o
  1138:    CC      out/arm/core/lib/libtomcrypt/src/pk/ed25519/ed25519_make_key.o
  1139:    CC      out/arm/core/lib/libtomcrypt/src/pk/ed25519/ed25519_sign.o
  1140:    CC      out/arm/core/lib/libtomcrypt/src/pk/ed25519/ed25519_verify.o
  1141:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/aes.o
  1142:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/aesni.o
  1143:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/asn1parse.o
  1144:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/asn1write.o
  1145:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/bignum.o
  1146:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/cipher.o
  1147:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/cipher_wrap.o
  1148:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/cmac.o
  1149:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/constant_time.o
  1150:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/ctr_drbg.o
  1151:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/des.o
  1152:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/dhm.o
  1153:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/ecdh.o
  1154:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/ecdsa.o
  1155:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/ecp.o
  1156:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/ecp_curves.o
  1157:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/md.o
  1158:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/md5.o
  1159:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/oid.o
  1160:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/pk.o
  1161:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/pk_wrap.o
  1162:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/platform.o
  1163:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/platform_util.o
  1164:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/rsa_internal.o
  1165:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/rsa.o
  1166:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/sha1.o
  1167:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/sha256.o
  1168:    CC      out/arm/core-lib/libmbedtls/mbedtls/library/sha512.o
  1169:    CC      out/arm/core-lib/libutils/isoc/bget_malloc.o
  1170:    CC      out/arm/core-lib/libutils/isoc/isdigit.o
  1171:    CC      out/arm/core-lib/libutils/isoc/isxdigit.o
  1172:    CC      out/arm/core-lib/libutils/isoc/qsort.o
  1173:    CC      out/arm/core-lib/libutils/isoc/sprintf.o
  1174:    CC      out/arm/core-lib/libutils/isoc/snprintf.o
  1175:    CC      out/arm/core-lib/libutils/isoc/stack_check.o
  1176:    CC      out/arm/core-lib/libutils/isoc/strdup.o
  1177:    CC      out/arm/core-lib/libutils/isoc/strndup.o
  1178:    CC      out/arm/core-lib/libutils/isoc/tolower.o
  1179:    CC      out/arm/core-lib/libutils/isoc/isalpha.o
  1180:    CC      out/arm/core-lib/libutils/isoc/isspace.o
  1181:    CC      out/arm/core-lib/libutils/isoc/isupper.o
  1182:    CC      out/arm/core-lib/libutils/isoc/isalnum.o
  1183:    CC      out/arm/core-lib/libutils/isoc/iscntrl.o
  1184:    CC      out/arm/core-lib/libutils/isoc/isgraph.o
  1185:    CC      out/arm/core-lib/libutils/isoc/islower.o
  1186:    CC      out/arm/core-lib/libutils/isoc/isprint.o
  1187:    CC      out/arm/core-lib/libutils/isoc/ispunct.o
  1188:    CC      out/arm/core-lib/libutils/isoc/toupper.o
  1189:    CC      out/arm/core-lib/libutils/isoc/newlib/abs.o
  1190:    CC      out/arm/core-lib/libutils/isoc/newlib/bcmp.o
  1191:    CC      out/arm/core-lib/libutils/isoc/newlib/memchr.o
  1192:    CC      out/arm/core-lib/libutils/isoc/newlib/memcmp.o
  1193:    CC      out/arm/core-lib/libutils/isoc/newlib/memcpy.o
  1194:    CC      out/arm/core-lib/libutils/isoc/newlib/memmove.o
  1195:    CC      out/arm/core-lib/libutils/isoc/newlib/memset.o
  1196:    CC      out/arm/core-lib/libutils/isoc/newlib/strchr.o
  1197:    CC      out/arm/core-lib/libutils/isoc/newlib/strcmp.o
  1198:    CC      out/arm/core-lib/libutils/isoc/newlib/strcpy.o
  1199:    CC      out/arm/core-lib/libutils/isoc/newlib/strlen.o
  1200:    CC      out/arm/core-lib/libutils/isoc/newlib/strncmp.o
  1201:    CC      out/arm/core-lib/libutils/isoc/newlib/strncpy.o
  1202:    CC      out/arm/core-lib/libutils/isoc/newlib/strnlen.o
  1203:    CC      out/arm/core-lib/libutils/isoc/newlib/strrchr.o
  1204:    CC      out/arm/core-lib/libutils/isoc/newlib/strstr.o
  1205:    CC      out/arm/core-lib/libutils/isoc/newlib/strtoul.o
  1206:    CC      out/arm/core-lib/libutils/isoc/newlib/strtok_r.o
  1207:    AS      out/arm/core-lib/libutils/isoc/arch/arm/arm32_aeabi_divmod_a32.o
  1208:    CC      out/arm/core-lib/libutils/isoc/arch/arm/arm32_aeabi_divmod.o
  1209:    AS      out/arm/core-lib/libutils/isoc/arch/arm/arm32_aeabi_ldivmod_a32.o
  1210:    CC      out/arm/core-lib/libutils/isoc/arch/arm/arm32_aeabi_ldivmod.o
  1211:    CC      out/arm/core-lib/libutils/isoc/arch/arm/arm32_aeabi_shift.o
  1212:    AS      out/arm/core-lib/libutils/isoc/arch/arm/setjmp_a32.o
  1213:    CC      out/arm/core-lib/libutils/ext/snprintk.o
  1214:    CC      out/arm/core-lib/libutils/ext/strlcat.o
  1215:    CC      out/arm/core-lib/libutils/ext/strlcpy.o
  1216:    CC      out/arm/core-lib/libutils/ext/trace.o
  1217:    CC      out/arm/core-lib/libutils/ext/mempool.o
  1218:    CC      out/arm/core-lib/libutils/ext/nex_strdup.o
  1219:    CC      out/arm/core-lib/libutils/ext/consttime_memcmp.o
  1220:    CC      out/arm/core-lib/libutils/ext/memzero_explicit.o
  1221:    CC      out/arm/core-lib/libutils/ext/arch/arm/aeabi_unwind.o
  1222:    AS      out/arm/core-lib/libutils/ext/arch/arm/atomic_a32.o
  1223:    CC      out/arm/core-lib/libutils/ext/arch/arm/auxval.o
  1224:    AS      out/arm/core-lib/libutils/ext/arch/arm/mcount_a32.o
  1225:    CC      out/arm/core/arch/arm/kernel/link_dummies_paged.o
  1226:    OBJDUMP out/arm/ldelf/ldelf.dmp
  1227:    CC      out/arm/core/arch/arm/kernel/link_dummies_init.o
  1228:    LD      out/arm/ta/avb/023f8f1a-292a-432b-8fc4-de8471358067.elf
  1229:    LD      out/arm/ta/pkcs11/fd02c9da-306c-48c7-a49c-bbd827ae86ee.elf
  1230:    GEN     out/arm/core/ldelf_hex.c
  1231:    LD      out/arm/ta/trusted_keys/f04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c.elf
  1232:    AR      out/arm/lib/libunw/libunw.a
  1233:    AR      out/arm/core/lib/zlib/libzlib.a
  1234:    AR      out/arm/core/lib/libfdt/libfdt.a
  1235:    HOSTCC  scripts/kconfig/menu.o
  1236:    AR      out/arm/core/lib/libtomcrypt/libtomcrypt.a
  1237:    AR      out/arm/core-lib/libmbedtls/libmbedtls.a
  1238:    AR      out/arm/core-lib/libutils/libutils.a
  1239:    OBJCOPY out/arm/ta/avb/023f8f1a-292a-432b-8fc4-de8471358067.stripped.elf
  1240:    OBJDUMP out/arm/ta/avb/023f8f1a-292a-432b-8fc4-de8471358067.dmp
  1241:    OBJCOPY out/arm/ta/trusted_keys/f04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c.stripped.elf
  1242:    OBJDUMP out/arm/ta/trusted_keys/f04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c.dmp
  1243:    SIGN    out/arm/ta/avb/023f8f1a-292a-432b-8fc4-de8471358067.ta
  1244:    GEN     out/arm/core/early_ta_f04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c.c
  1245:    SIGN    out/arm/ta/trusted_keys/f04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c.ta
  1246:    OBJCOPY out/arm/ta/pkcs11/fd02c9da-306c-48c7-a49c-bbd827ae86ee.stripped.elf
  1247:    OBJDUMP out/arm/ta/pkcs11/fd02c9da-306c-48c7-a49c-bbd827ae86ee.dmp
  1248:    SIGN    out/arm/ta/pkcs11/fd02c9da-306c-48c7-a49c-bbd827ae86ee.ta
  1249:    CC      out/arm/core/ldelf_hex.o
  1250:    CC      out/arm/core/early_ta_f04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c.o
  1251:    LD      out/arm/core/all_objs.o
  1252:    HOSTCC  scripts/kconfig/parser.tab.o
  1253:    INSTALL out/arm/export-ta_arm32/ta/023f8f1a-292a-432b-8fc4-de8471358067.ta
  1254:    INSTALL out/arm/export-ta_arm32/ta/f04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c.ta
  1255:    INSTALL out/arm/export-ta_arm32/ta/fd02c9da-306c-48c7-a49c-bbd827ae86ee.ta
  1256:    HOSTCC  scripts/kconfig/preprocess.o
  1257:    HOSTCC  scripts/kconfig/symbol.o
  1258:    GEN     out/arm/core/unpaged_entries.txt
  1259:    GEN     out/arm/core/init_entries.txt
  1260:    LD      out/arm/core/unpaged.o
  1261:    UPD     out/arm/core/.buildcount
  1262:    GEN     out/arm/core/version.o
  1263:    LD      out/arm/core/init.o
  1264:    HOSTCC  scripts/kconfig/util.o
  1265:    GEN     out/arm/core/text_unpaged.ld.S
  1266:    GEN     out/arm/core/rodata_unpaged.ld.S
  1267:    GEN     out/arm/core/text_init.ld.S
  1268:    GEN     out/arm/core/rodata_init.ld.S
  1269:    HOSTLD  scripts/kconfig/conf
  1270:    CPP     out/arm/core/kern.ld
  1271:  Submodule 'capstone' (https://gitlab.com/qemu-project/capstone.git) registered for path 'capstone'
  1272:  Submodule 'dtc' (https://gitlab.com/qemu-project/dtc.git) registered for path 'dtc'
  1273:  Submodule 'meson' (https://gitlab.com/qemu-project/meson.git) registered for path 'meson'
  1274:  Submodule 'slirp' (https://gitlab.com/qemu-project/libslirp.git) registered for path 'slirp'
  1275:  Submodule 'tests/fp/berkeley-softfloat-3' (https://gitlab.com/qemu-project/berkeley-softfloat-3.git) registered for path 'tests/fp/berkeley-softfloat-3'
  1276:  Submodule 'tests/fp/berkeley-testfloat-3' (https://gitlab.com/qemu-project/berkeley-testfloat-3.git) registered for path 'tests/fp/berkeley-testfloat-3'
  1277:  Submodule 'ui/keycodemapdb' (https://gitlab.com/qemu-project/keycodemapdb.git) registered for path 'ui/keycodemapdb'
  1278:  Cloning into '/dev/shm/qemu/qemu/capstone'...
  1279:    LD      out/arm/core/tee.elf
  1280:    HOSTLD  scripts/kconfig/conf
  1281:  scripts/kconfig/conf  --alldefconfig Kconfig
  1282:  #
  1283:  # configuration written to .config
  1284:  #
  1285:  make[1]: Leaving directory '/dev/shm/qemu/u-boot'
  1286:  Value requested for CONFIG_ENV_SECT_SIZE not in final .config
  1287:  Requested value:  CONFIG_ENV_SECT_SIZE=0x40000
  1288:  Actual value:     
  1289:  
  1290:  Value requested for CONFIG_ENV_ADDR not in final .config
  1291:  Requested value:  CONFIG_ENV_ADDR=0x4000000
  1292:  Actual value:     
  1293:  
  1294:  CROSS_COMPILE="/usr/bin//ccache /dev/shm/qemu/build/../toolchains/aarch32/bin/arm-linux-gnueabihf-" make -C /dev/shm/qemu/build/../u-boot all
  1295:  make[1]: Entering directory '/dev/shm/qemu/u-boot'
  1296:    OBJDUMP out/arm/core/tee.dmp
  1297:    GEN     out/arm/core/tee.bin
  1298:    GEN     out/arm/core/tee-header_v2.bin
  1299:    GEN     out/arm/core/tee-pager_v2.bin
  1300:    GEN     out/arm/core/tee-pageable_v2.bin
  1301:    GEN     out/arm/core/tee.symb_sizes
  1302:  scripts/kconfig/conf  --syncconfig Kconfig
  1303:    CHK     include/config.h
  1304:    UPD     include/config.h
  1305:    CFG     u-boot.cfg
  1306:    GEN     include/autoconf.mk.dep
  1307:    GEN     include/autoconf.mk
  1308:  #
  1309:  # configuration written to .config
  1310:  #
  1311:  make[1]: Leaving directory '/dev/shm/qemu/linux'
  1312:    CHK     include/config/uboot.release
  1313:    CHK     include/generated/timestamp_autogenerated.h
  1314:    UPD     include/generated/timestamp_autogenerated.h
  1315:    UPD     include/config/uboot.release
  1316:    CHK     include/generated/version_autogenerated.h
  1317:    HOSTCC  scripts/dtc/dtc.o
  1318:    HOSTCC  scripts/dtc/flattree.o
  1319:    HOSTCC  scripts/dtc/fstree.o
  1320:    HOSTCC  scripts/dtc/data.o
  1321:    UPD     include/generated/version_autogenerated.h
  1322:    HOSTCC  scripts/dtc/livetree.o
  1323:    HOSTCC  scripts/dtc/treesource.o
  1324:    HOSTCC  scripts/dtc/srcpos.o
  1325:    HOSTCC  scripts/dtc/checks.o
  1326:    HOSTCC  scripts/dtc/util.o
  1327:    LEX     scripts/dtc/dtc-lexer.lex.c
  1328:    YACC    scripts/dtc/dtc-parser.tab.h
  1329:    YACC    scripts/dtc/dtc-parser.tab.c
  1330:    CC      lib/asm-offsets.s
  1331:    CC      arch/arm/lib/asm-offsets.s
  1332:    CHK     include/generated/asm-offsets.h
  1333:    CHK     include/generated/generic-asm-offsets.h
  1334:    UPD     include/generated/asm-offsets.h
  1335:    UPD     include/generated/generic-asm-offsets.h
  1336:    LDS     u-boot.lds
  1337:  Value requested for CONFIG_DEBUG_INFO not in final .config
  1338:  Requested value:  CONFIG_DEBUG_INFO=y
  1339:  Actual value:     
  1340:  
  1341:    HOSTCC  scripts/dtc/dtc-parser.tab.o
  1342:    HOSTCC  scripts/dtc/dtc-lexer.lex.o
  1343:  Value requested for CONFIG_EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER not in final .config
  1344:  Requested value:  CONFIG_EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER=y
  1345:  Actual value:     
  1346:  
  1347:  Value requested for CONFIG_GDB_SCRIPTS not in final .config
  1348:  Requested value:  CONFIG_GDB_SCRIPTS=y
  1349:  Actual value:     
  1350:  
  1351:  Value requested for CONFIG_TRUSTED_KEYS not in final .config
  1352:  Requested value:  CONFIG_TRUSTED_KEYS=y
  1353:  Actual value:     
  1354:  
  1355:  Value requested for CONFIG_ENCRYPTED_KEYS not in final .config
  1356:  Requested value:  CONFIG_ENCRYPTED_KEYS=y
  1357:  Actual value:     
  1358:  
  1359:  Value requested for CONFIG_ARM_FFA_TRANSPORT not in final .config
  1360:  Requested value:  CONFIG_ARM_FFA_TRANSPORT=y
  1361:  Actual value:     
  1362:  
  1363:  make -C /dev/shm/qemu/build/../linux LOCALVERSION= CROSS_COMPILE="/usr/bin//ccache /dev/shm/qemu/build/../toolchains/aarch32/bin/arm-linux-gnueabihf-" ARCH=arm zImage
  1364:  make[1]: Entering directory '/dev/shm/qemu/linux'
  1365:  make[1]: Leaving directory '/dev/shm/qemu/optee_os'
  1366:  make[1]: Entering directory '/dev/shm/qemu/buildroot'
  1367:    SYSHDR  arch/arm/include/generated/uapi/asm/unistd-oabi.h
  1368:    SYSHDR  arch/arm/include/generated/uapi/asm/unistd-eabi.h
  1369:    WRAP    arch/arm/include/generated/uapi/asm/kvm_para.h
  1370:    WRAP    arch/arm/include/generated/uapi/asm/bitsperlong.h
  1371:    WRAP    arch/arm/include/generated/uapi/asm/bpf_perf_event.h
  1372:    WRAP    arch/arm/include/generated/uapi/asm/errno.h
  1373:    WRAP    arch/arm/include/generated/uapi/asm/ioctl.h
  1374:    WRAP    arch/arm/include/generated/uapi/asm/ipcbuf.h
  1375:    WRAP    arch/arm/include/generated/uapi/asm/msgbuf.h
  1376:    WRAP    arch/arm/include/generated/uapi/asm/param.h
  1377:    WRAP    arch/arm/include/generated/uapi/asm/poll.h
  1378:    WRAP    arch/arm/include/generated/uapi/asm/resource.h
  1379:    WRAP    arch/arm/include/generated/uapi/asm/sembuf.h
  1380:    WRAP    arch/arm/include/generated/uapi/asm/shmbuf.h
  1381:    WRAP    arch/arm/include/generated/uapi/asm/siginfo.h
  1382:    WRAP    arch/arm/include/generated/uapi/asm/socket.h
  1383:    WRAP    arch/arm/include/generated/uapi/asm/sockios.h
  1384:    WRAP    arch/arm/include/generated/uapi/asm/termbits.h
  1385:    WRAP    arch/arm/include/generated/uapi/asm/termios.h
  1386:    HOSTCC  scripts/dtc/dtc.o
  1387:    HOSTCC  scripts/dtc/flattree.o
  1388:    HOSTCC  scripts/dtc/fstree.o
  1389:    HOSTCC  scripts/dtc/data.o
  1390:    HOSTCC  scripts/dtc/livetree.o
  1391:    HOSTCC  scripts/dtc/treesource.o
  1392:    HOSTCC  scripts/dtc/srcpos.o
  1393:    HOSTCC  scripts/dtc/checks.o
  1394:    HOSTCC  scripts/dtc/util.o
  1395:    LEX     scripts/dtc/dtc-lexer.lex.c
  1396:    YACC    scripts/dtc/dtc-parser.tab.[ch]
  1397:    HOSTCC  scripts/dtc/libfdt/fdt.o
  1398:    HOSTCC  scripts/dtc/libfdt/fdt_ro.o
  1399:    HOSTCC  scripts/dtc/libfdt/fdt_wip.o
  1400:    HOSTCC  scripts/dtc/libfdt/fdt_sw.o
  1401:    HOSTCC  scripts/dtc/libfdt/fdt_rw.o
  1402:    HOSTCC  scripts/dtc/libfdt/fdt_strerror.o
  1403:    UPD     include/config/kernel.release
  1404:    HOSTCC  scripts/dtc/libfdt/fdt_empty_tree.o
  1405:    HOSTCC  scripts/dtc/libfdt/fdt_addresses.o
  1406:    HOSTCC  scripts/dtc/libfdt/fdt_overlay.o
  1407:    HOSTCC  scripts/dtc/fdtoverlay.o
  1408:    WRAP    arch/arm/include/generated/asm/early_ioremap.h
  1409:    WRAP    arch/arm/include/generated/asm/extable.h
  1410:    WRAP    arch/arm/include/generated/asm/flat.h
  1411:    WRAP    arch/arm/include/generated/asm/parport.h
  1412:    WRAP    arch/arm/include/generated/asm/compat.h
  1413:    WRAP    arch/arm/include/generated/asm/emergency-restart.h
  1414:    WRAP    arch/arm/include/generated/asm/exec.h
  1415:    WRAP    arch/arm/include/generated/asm/irq_regs.h
  1416:    WRAP    arch/arm/include/generated/asm/kdebug.h
  1417:    WRAP    arch/arm/include/generated/asm/kmap_size.h
  1418:    WRAP    arch/arm/include/generated/asm/local.h
  1419:    WRAP    arch/arm/include/generated/asm/local64.h
  1420:    WRAP    arch/arm/include/generated/asm/mmiowb.h
  1421:    WRAP    arch/arm/include/generated/asm/msi.h
  1422:    WRAP    arch/arm/include/generated/asm/platform-feature.h
  1423:    UPD     include/generated/uapi/linux/version.h
  1424:    WRAP    arch/arm/include/generated/asm/preempt.h
  1425:    WRAP    arch/arm/include/generated/asm/rwonce.h
  1426:    WRAP    arch/arm/include/generated/asm/serial.h
  1427:    WRAP    arch/arm/include/generated/asm/simd.h
  1428:    WRAP    arch/arm/include/generated/asm/softirq_stack.h
  1429:    WRAP    arch/arm/include/generated/asm/trace_clock.h
  1430:    WRAP    arch/arm/include/generated/asm/unaligned.h
  1431:    UPD     include/generated/utsrelease.h
  1432:    HOSTLD  scripts/dtc/dtc
  1433:    HOSTCC  tools/gen_eth_addr
  1434:    HOSTCC  tools/gen_ethaddr_crc.o
  1435:    WRAP    tools/lib/crc8.c
  1436:    HOSTCC  tools/img2srec
  1437:    HOSTCC  tools/mkenvimage.o
  1438:    HOSTCC  tools/os_support.o
  1439:    WRAP    tools/lib/crc32.c
  1440:    HOSTCC  tools/aisimage.o
  1441:    HOSTCC  tools/atmelimage.o
  1442:    HOSTCC  tools/fit_common.o
  1443:    HOSTCC  tools/fit_image.o
  1444:    HOSTCC  tools/image-host.o
  1445:    WRAP    tools/common/image-fit.c
  1446:    WRAP    tools/common/image-sig.c
  1447:    WRAP    tools/common/bootm.c
  1448:    HOSTCC  tools/lib/crc32.o
  1449:    HOSTCC  tools/default_image.o
  1450:    WRAP    tools/lib/fdtdec_common.c
  1451:    WRAP    tools/lib/fdtdec.c
  1452:    WRAP    tools/common/image.c
  1453:    HOSTCC  tools/imagetool.o
  1454:    HOSTCC  tools/imximage.o
  1455:    HOSTCC  tools/imx8image.o
  1456:    HOSTCC  tools/imx8mimage.o
  1457:    HOSTCC  tools/kwbimage.o
  1458:    WRAP    tools/lib/md5.c
  1459:    HOSTCC  tools/lpc32xximage.o
  1460:    HOSTCC  tools/mxsimage.o
  1461:    HOSTCC  tools/omapimage.o
  1462:    HOSTCC  tools/pblimage.o
  1463:    HOSTCC  tools/pbl_crc32.o
  1464:    HOSTCC  tools/vybridimage.o
  1465:    HOSTCC  scripts/dtc/dtc-lexer.lex.o
  1466:    HOSTCC  tools/stm32image.o
  1467:    HOSTCC  scripts/dtc/dtc-parser.tab.o
  1468:    WRAP    tools/lib/rc4.c
  1469:    HOSTCC  tools/rkcommon.o
  1470:    HOSTCC  tools/rkimage.o
  1471:    HOSTCC  tools/rksd.o
  1472:    HOSTCC  tools/rkspi.o
  1473:    HOSTCC  tools/socfpgaimage.o
  1474:  tools/imx8mimage.c: In function ‘copy_file.constprop’:
  1475:  tools/imx8mimage.c:293:21: warning: ‘write’ reading 5 bytes from a region of size 4 [-Wstringop-overread]
  1476:    293 |                 if (write(ifd, (char *)&zero, 4 - tail) != 4 - tail) {
  1477:        |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1478:  tools/imx8mimage.c:251:13: note: source object ‘zero’ of size 4
  1479:    251 |         int zero = 0;
  1480:        |             ^~~~
  1481:  In file included from tools/imagetool.h:21,
  1482:                   from tools/imx8mimage.c:9:
  1483:  /usr/include/unistd.h:378:16: note: in a call to function ‘write’ declared with attribute ‘access (read_only, 2, 3)’
  1484:    378 | extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur
  1485:        |                ^~~~~
  1486:    WRAP    tools/lib/crc16.c
  1487:    WRAP    tools/lib/sha1.c
  1488:    WRAP    tools/lib/sha256.c
  1489:    WRAP    tools/common/hash.c
  1490:    HOSTCC  tools/ublimage.o
  1491:    HOSTCC  tools/zynqimage.o
  1492:  mkdir -p /dev/shm/qemu/out-br/build/buildroot-config/lxdialog
  1493:  PKG_CONFIG_PATH="" make CC="/usr/bin//gcc" HOSTCC="/usr/bin//gcc" \
  1494:      obj=/dev/shm/qemu/out-br/build/buildroot-config -C support/kconfig -f Makefile.br conf
  1495:    GEN     /dev/shm/qemu/out-br/Makefile
  1496:    HOSTLD  scripts/dtc/fdtoverlay
  1497:    HOSTCC  tools/zynqmpimage.o
  1498:    HOSTCC  tools/zynqmpbif.o
  1499:    HOSTCC  tools/libfdt/fdt.o
  1500:  tools/imx8image.c: In function ‘copy_file.constprop’:
  1501:  tools/imx8image.c:413:21: warning: ‘write’ reading 5 bytes from a region of size 4 [-Wstringop-overread]
  1502:    413 |                 if (write(ifd, (char *)&zero, 4 - tail) != 4 - tail) {
  1503:        |                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1504:  tools/imx8image.c:367:13: note: source object ‘zero’ of size 4
  1505:    367 |         int zero = 0;
  1506:        |             ^~~~
  1507:  In file included from ./tools/imagetool.h:21,
  1508:                   from include/imx8image.h:13,
  1509:                   from tools/imx8image.c:8:
  1510:  /usr/include/unistd.h:378:16: note: in a call to function ‘write’ declared with attribute ‘access (read_only, 2, 3)’
  1511:    378 | extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur
  1512:        |                ^~~~~
  1513:    HOSTCC  tools/libfdt/fdt_wip.o
  1514:  /usr/bin//gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/dev/shm/qemu/out-br/build/buildroot-config -DCONFIG_=\"\"  -MM *.c > /dev/shm/qemu/out-br/build/buildroot-config/.depend 2>/dev/null || :
  1515:    HOSTCC  tools/libfdt/fdt_sw.o
  1516:    HOSTCC  tools/libfdt/fdt_rw.o
  1517:    HOSTCC  tools/libfdt/fdt_strerror.o
  1518:    HOSTCC  tools/libfdt/fdt_empty_tree.o
  1519:    HOSTCC  tools/libfdt/fdt_addresses.o
  1520:    HOSTCC  tools/libfdt/fdt_overlay.o
  1521:    WRAP    tools/lib/libfdt/fdt_ro.c
  1522:    WRAP    tools/lib/libfdt/fdt_region.c
  1523:    HOSTCC  tools/gpimage.o
  1524:    HOSTCC  tools/gpimage-common.o
  1525:    HOSTCC  tools/mtk_image.o
  1526:    WRAP    tools/lib/rsa/rsa-sign.c
  1527:    WRAP    tools/lib/rsa/rsa-verify.c
  1528:    WRAP    tools/lib/rsa/rsa-checksum.c
  1529:    WRAP    tools/lib/rsa/rsa-mod-exp.c
  1530:    HOSTCC  tools/dumpimage.o
  1531:    HOSTCC  tools/common/image-fit.o
  1532:    HOSTCC  tools/common/image-sig.o
  1533:    HOSTCC  tools/common/bootm.o
  1534:    HOSTCC  tools/lib/fdtdec_common.o
  1535:    HOSTCC  tools/lib/fdtdec.o
  1536:    HOSTCC  tools/common/image.o
  1537:    HOSTCC  tools/lib/md5.o
  1538:    HOSTCC  tools/lib/rc4.o
  1539:    HOSTCC  tools/lib/crc16.o
  1540:    HOSTCC  tools/lib/sha1.o
  1541:    HOSTCC  tools/lib/sha256.o
  1542:    HOSTCC  tools/common/hash.o
  1543:    HOSTCC  tools/lib/libfdt/fdt_ro.o
  1544:    HOSTCC  tools/lib/libfdt/fdt_region.o
  1545:    HOSTCC  tools/lib/rsa/rsa-sign.o
  1546:    HOSTCC  tools/lib/rsa/rsa-verify.o
  1547:    HOSTCC  tools/lib/rsa/rsa-checksum.o
  1548:    HOSTCC  tools/lib/rsa/rsa-mod-exp.o
  1549:    HOSTCC  tools/mkimage.o
  1550:    HOSTCC  tools/fit_info.o
  1551:    HOSTCC  tools/fit_check_sign.o
  1552:    HOSTCC  tools/file2include.o
  1553:    HOSTCC  tools/proftool
  1554:    HOSTCC  tools/fdtgrep.o
  1555:    HOSTCC  tools/spl_size_limit
  1556:    HOSTCC  tools/lib/crc8.o
  1557:    HOSTLD  tools/mkenvimage
  1558:  /usr/bin//gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/dev/shm/qemu/out-br/build/buildroot-config -DCONFIG_=\"\"   -c conf.c -o /dev/shm/qemu/out-br/build/buildroot-config/conf.o
  1559:    HOSTLD  scripts/dtc/dtc
  1560:    HOSTLD  tools/gen_ethaddr_crc
  1561:    HOSTLD  tools/file2include
  1562:  /usr/bin//gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/dev/shm/qemu/out-br/build/buildroot-config -DCONFIG_=\"\"  -I. -c /dev/shm/qemu/out-br/build/buildroot-config/zconf.tab.c -o /dev/shm/qemu/out-br/build/buildroot-config/zconf.tab.o
  1563:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1564:  ./tools/../lib/rsa/rsa-sign.c: In function ‘rsa_pem_get_pub_key’:
  1565:  ./tools/../lib/rsa/rsa-sign.c:92:9: warning: ‘EVP_PKEY_get1_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1566:     92 |         rsa = EVP_PKEY_get1_RSA(key);
  1567:        |         ^~~
  1568:  In file included from include/image.h:1151,
  1569:                   from ./tools/../lib/rsa/rsa-sign.c:10,
  1570:                   from tools/lib/rsa/rsa-sign.c:1:
  1571:  /usr/include/openssl/evp.h:1348:16: note: declared here
  1572:   1348 | struct rsa_st *EVP_PKEY_get1_RSA(EVP_PKEY *pkey);
  1573:        |                ^~~~~~~~~~~~~~~~~
  1574:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1575:  ./tools/../lib/rsa/rsa-sign.c: In function ‘rsa_engine_get_pub_key’:
  1576:  ./tools/../lib/rsa/rsa-sign.c:134:9: warning: ‘ENGINE_get_id’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1577:    134 |         engine_id = ENGINE_get_id(engine);
  1578:        |         ^~~~~~~~~
  1579:  In file included from ./tools/../lib/rsa/rsa-sign.c:18,
  1580:                   from tools/lib/rsa/rsa-sign.c:1:
  1581:  /usr/include/openssl/engine.h:552:35: note: declared here
  1582:    552 | OSSL_DEPRECATEDIN_3_0 const char *ENGINE_get_id(const ENGINE *e);
  1583:        |                                   ^~~~~~~~~~~~~
  1584:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1585:  ./tools/../lib/rsa/rsa-sign.c:159:9: warning: ‘ENGINE_load_public_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1586:    159 |         key = ENGINE_load_public_key(engine, key_id, NULL, NULL);
  1587:        |         ^~~
  1588:  In file included from ./tools/../lib/rsa/rsa-sign.c:18,
  1589:                   from tools/lib/rsa/rsa-sign.c:1:
  1590:  /usr/include/openssl/engine.h:641:11: note: declared here
  1591:    641 | EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id,
  1592:        |           ^~~~~~~~~~~~~~~~~~~~~~
  1593:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1594:  ./tools/../lib/rsa/rsa-sign.c:164:9: warning: ‘EVP_PKEY_get1_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1595:    164 |         rsa = EVP_PKEY_get1_RSA(key);
  1596:        |         ^~~
  1597:  In file included from include/image.h:1151,
  1598:                   from ./tools/../lib/rsa/rsa-sign.c:10,
  1599:                   from tools/lib/rsa/rsa-sign.c:1:
  1600:  /usr/include/openssl/evp.h:1348:16: note: declared here
  1601:   1348 | struct rsa_st *EVP_PKEY_get1_RSA(EVP_PKEY *pkey);
  1602:        |                ^~~~~~~~~~~~~~~~~
  1603:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1604:  ./tools/../lib/rsa/rsa-sign.c: In function ‘rsa_pem_get_priv_key’:
  1605:  ./tools/../lib/rsa/rsa-sign.c:222:9: warning: ‘PEM_read_RSAPrivateKey’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1606:    222 |         rsa = PEM_read_RSAPrivateKey(f, 0, NULL, path);
  1607:        |         ^~~
  1608:  In file included from ./tools/../lib/rsa/rsa-sign.c:14,
  1609:                   from tools/lib/rsa/rsa-sign.c:1:
  1610:  /usr/include/openssl/pem.h:447:1: note: declared here
  1611:    447 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
  1612:        | ^~~~~~~~~~~~~~~~~~~~~~
  1613:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1614:  ./tools/../lib/rsa/rsa-sign.c: In function ‘rsa_engine_get_priv_key’:
  1615:  ./tools/../lib/rsa/rsa-sign.c:254:9: warning: ‘ENGINE_get_id’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1616:    254 |         engine_id = ENGINE_get_id(engine);
  1617:        |         ^~~~~~~~~
  1618:  In file included from ./tools/../lib/rsa/rsa-sign.c:18,
  1619:                   from tools/lib/rsa/rsa-sign.c:1:
  1620:  /usr/include/openssl/engine.h:552:35: note: declared here
  1621:    552 | OSSL_DEPRECATEDIN_3_0 const char *ENGINE_get_id(const ENGINE *e);
  1622:        |                                   ^~~~~~~~~~~~~
  1623:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1624:  ./tools/../lib/rsa/rsa-sign.c:279:9: warning: ‘ENGINE_load_private_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1625:    279 |         key = ENGINE_load_private_key(engine, key_id, NULL, NULL);
  1626:        |         ^~~
  1627:  In file included from ./tools/../lib/rsa/rsa-sign.c:18,
  1628:                   from tools/lib/rsa/rsa-sign.c:1:
  1629:  /usr/include/openssl/engine.h:638:11: note: declared here
  1630:    638 | EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id,
  1631:        |           ^~~~~~~~~~~~~~~~~~~~~~~
  1632:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1633:  ./tools/../lib/rsa/rsa-sign.c:284:9: warning: ‘EVP_PKEY_get1_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1634:    284 |         rsa = EVP_PKEY_get1_RSA(key);
  1635:        |         ^~~
  1636:  In file included from include/image.h:1151,
  1637:                   from ./tools/../lib/rsa/rsa-sign.c:10,
  1638:                   from tools/lib/rsa/rsa-sign.c:1:
  1639:  /usr/include/openssl/evp.h:1348:16: note: declared here
  1640:   1348 | struct rsa_st *EVP_PKEY_get1_RSA(EVP_PKEY *pkey);
  1641:        |                ^~~~~~~~~~~~~~~~~
  1642:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1643:  ./tools/../lib/rsa/rsa-sign.c: In function ‘rsa_engine_init’:
  1644:  ./tools/../lib/rsa/rsa-sign.c:349:9: warning: ‘ENGINE_load_builtin_engines’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1645:    349 |         ENGINE_load_builtin_engines();
  1646:        |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1647:  In file included from ./tools/../lib/rsa/rsa-sign.c:18,
  1648:                   from tools/lib/rsa/rsa-sign.c:1:
  1649:  /usr/include/openssl/engine.h:358:28: note: declared here
  1650:    358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void);
  1651:        |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  1652:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1653:  ./tools/../lib/rsa/rsa-sign.c:351:9: warning: ‘ENGINE_by_id’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1654:    351 |         e = ENGINE_by_id(engine_id);
  1655:        |         ^
  1656:  In file included from ./tools/../lib/rsa/rsa-sign.c:18,
  1657:                   from tools/lib/rsa/rsa-sign.c:1:
  1658:  /usr/include/openssl/engine.h:336:31: note: declared here
  1659:    336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id);
  1660:        |                               ^~~~~~~~~~~~
  1661:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1662:  ./tools/../lib/rsa/rsa-sign.c:358:9: warning: ‘ENGINE_init’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1663:    358 |         if (!ENGINE_init(e)) {
  1664:        |         ^~
  1665:  In file included from ./tools/../lib/rsa/rsa-sign.c:18,
  1666:                   from tools/lib/rsa/rsa-sign.c:1:
  1667:  /usr/include/openssl/engine.h:620:27: note: declared here
  1668:    620 | OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e);
  1669:        |                           ^~~~~~~~~~~
  1670:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1671:  ./tools/../lib/rsa/rsa-sign.c:364:9: warning: ‘ENGINE_set_default_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1672:    364 |         if (!ENGINE_set_default_RSA(e)) {
  1673:        |         ^~
  1674:  In file included from ./tools/../lib/rsa/rsa-sign.c:18,
  1675:                   from tools/lib/rsa/rsa-sign.c:1:
  1676:  /usr/include/openssl/engine.h:684:27: note: declared here
  1677:    684 | OSSL_DEPRECATEDIN_3_0 int ENGINE_set_default_RSA(ENGINE *e);
  1678:        |                           ^~~~~~~~~~~~~~~~~~~~~~
  1679:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1680:  ./tools/../lib/rsa/rsa-sign.c:375:9: warning: ‘ENGINE_finish’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1681:    375 |         ENGINE_finish(e);
  1682:        |         ^~~~~~~~~~~~~
  1683:  In file included from ./tools/../lib/rsa/rsa-sign.c:18,
  1684:                   from tools/lib/rsa/rsa-sign.c:1:
  1685:  /usr/include/openssl/engine.h:628:27: note: declared here
  1686:    628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e);
  1687:        |                           ^~~~~~~~~~~~~
  1688:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1689:  ./tools/../lib/rsa/rsa-sign.c:377:9: warning: ‘ENGINE_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1690:    377 |         ENGINE_free(e);
  1691:        |         ^~~~~~~~~~~
  1692:  In file included from ./tools/../lib/rsa/rsa-sign.c:18,
  1693:                   from tools/lib/rsa/rsa-sign.c:1:
  1694:  /usr/include/openssl/engine.h:493:27: note: declared here
  1695:    493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e);
  1696:        |                           ^~~~~~~~~~~
  1697:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1698:  ./tools/../lib/rsa/rsa-sign.c: In function ‘rsa_engine_remove’:
  1699:  ./tools/../lib/rsa/rsa-sign.c:404:17: warning: ‘ENGINE_finish’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1700:    404 |                 ENGINE_finish(e);
  1701:        |                 ^~~~~~~~~~~~~
  1702:  In file included from ./tools/../lib/rsa/rsa-sign.c:18,
  1703:                   from tools/lib/rsa/rsa-sign.c:1:
  1704:  /usr/include/openssl/engine.h:628:27: note: declared here
  1705:    628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e);
  1706:        |                           ^~~~~~~~~~~~~
  1707:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1708:  ./tools/../lib/rsa/rsa-sign.c:405:17: warning: ‘ENGINE_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1709:    405 |                 ENGINE_free(e);
  1710:        |                 ^~~~~~~~~~~
  1711:  In file included from ./tools/../lib/rsa/rsa-sign.c:18,
  1712:                   from tools/lib/rsa/rsa-sign.c:1:
  1713:  /usr/include/openssl/engine.h:493:27: note: declared here
  1714:    493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e);
  1715:        |                           ^~~~~~~~~~~
  1716:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1717:  ./tools/../lib/rsa/rsa-sign.c: In function ‘rsa_sign_with_key’:
  1718:  ./tools/../lib/rsa/rsa-sign.c:426:9: warning: ‘EVP_PKEY_set1_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1719:    426 |         if (!EVP_PKEY_set1_RSA(key, rsa)) {
  1720:        |         ^~
  1721:  In file included from include/image.h:1151,
  1722:                   from ./tools/../lib/rsa/rsa-sign.c:10,
  1723:                   from tools/lib/rsa/rsa-sign.c:1:
  1724:  /usr/include/openssl/evp.h:1344:5: note: declared here
  1725:   1344 | int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, struct rsa_st *key);
  1726:        |     ^~~~~~~~~~~~~~~~~
  1727:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1728:  ./tools/../lib/rsa/rsa-sign.c: In function ‘rsa_sign’:
  1729:  ./tools/../lib/rsa/rsa-sign.c:534:9: warning: ‘RSA_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1730:    534 |         RSA_free(rsa);
  1731:        |         ^~~~~~~~
  1732:  In file included from ./tools/../lib/rsa/rsa-sign.c:13,
  1733:                   from tools/lib/rsa/rsa-sign.c:1:
  1734:  /usr/include/openssl/rsa.h:293:28: note: declared here
  1735:    293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
  1736:        |                            ^~~~~~~~
  1737:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1738:  ./tools/../lib/rsa/rsa-sign.c:542:9: warning: ‘RSA_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1739:    542 |         RSA_free(rsa);
  1740:        |         ^~~~~~~~
  1741:  In file included from ./tools/../lib/rsa/rsa-sign.c:13,
  1742:                   from tools/lib/rsa/rsa-sign.c:1:
  1743:  /usr/include/openssl/rsa.h:293:28: note: declared here
  1744:    293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
  1745:        |                            ^~~~~~~~
  1746:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1747:  ./tools/../lib/rsa/rsa-sign.c: In function ‘rsa_get_exponent’:
  1748:  ./tools/../lib/rsa/rsa-sign.c:567:9: warning: ‘RSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1749:    567 |         RSA_get0_key(key, NULL, &key_e, NULL);
  1750:        |         ^~~~~~~~~~~~
  1751:  In file included from ./tools/../lib/rsa/rsa-sign.c:13,
  1752:                   from tools/lib/rsa/rsa-sign.c:1:
  1753:  /usr/include/openssl/rsa.h:217:28: note: declared here
  1754:    217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,
  1755:        |                            ^~~~~~~~~~~~
  1756:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1757:  ./tools/../lib/rsa/rsa-sign.c: In function ‘rsa_get_params’:
  1758:  ./tools/../lib/rsa/rsa-sign.c:630:9: warning: ‘RSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1759:    630 |         RSA_get0_key(key, &key_n, NULL, NULL);
  1760:        |         ^~~~~~~~~~~~
  1761:  In file included from ./tools/../lib/rsa/rsa-sign.c:13,
  1762:                   from tools/lib/rsa/rsa-sign.c:1:
  1763:  /usr/include/openssl/rsa.h:217:28: note: declared here
  1764:    217 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r,
  1765:        |                            ^~~~~~~~~~~~
  1766:    HOSTCC  scripts/kallsyms
  1767:    HOSTCC  scripts/sorttable
  1768:  In file included from tools/lib/rsa/rsa-sign.c:1:
  1769:  ./tools/../lib/rsa/rsa-sign.c: In function ‘rsa_add_verify_data’:
  1770:  ./tools/../lib/rsa/rsa-sign.c:827:9: warning: ‘RSA_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  1771:    827 |         RSA_free(rsa);
  1772:        |         ^~~~~~~~
  1773:  In file included from ./tools/../lib/rsa/rsa-sign.c:13,
  1774:                   from tools/lib/rsa/rsa-sign.c:1:
  1775:  /usr/include/openssl/rsa.h:293:28: note: declared here
  1776:    293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
  1777:        |                            ^~~~~~~~
  1778:    HOSTCXX scripts/gcc-plugins/arm_ssp_per_task_plugin.so
  1779:    HOSTLD  tools/fdtgrep
  1780:    HOSTLD  tools/dumpimage
  1781:    HOSTLD  tools/mkimage
  1782:    HOSTLD  tools/fit_info
  1783:    HOSTLD  tools/fit_check_sign
  1784:    LD      arch/arm/cpu/built-in.o
  1785:    CC      board/emulation/qemu-arm/qemu-arm.o
  1786:    CC      arch/arm/cpu/armv7/cache_v7.o
  1787:    AS      arch/arm/cpu/armv7/cache_v7_asm.o
  1788:    CC      arch/arm/cpu/armv7/cpu.o
  1789:    CC      arch/arm/cpu/armv7/cp15.o
  1790:    CC      arch/arm/cpu/armv7/syslib.o
  1791:    AS      arch/arm/cpu/armv7/sctlr.o
  1792:    AS      arch/arm/cpu/armv7/lowlevel_init.o
  1793:    AS      arch/arm/cpu/armv7/smccc-call.o
  1794:    CC      arch/arm/cpu/armv7/arch_timer.o
  1795:    AS      arch/arm/cpu/armv7/start.o
  1796:    CC      disk/part.o
  1797:    CC      disk/part_dos.o
  1798:    LD      board/emulation/qemu-arm/built-in.o
  1799:    CC      disk/part_iso.o
  1800:    LD      drivers/gpio/built-in.o
  1801:    CC      disk/part_efi.o
  1802:    AS      arch/arm/lib/vectors.o
  1803:    AS      arch/arm/lib/crt0.o
  1804:    AS      arch/arm/lib/setjmp.o
  1805:    LD      drivers/dma/ti/built-in.o
  1806:    AS      arch/arm/lib/relocate.o
  1807:    LD      drivers/i2c/built-in.o
  1808:    CC      arch/arm/lib/bootm-fdt.o
  1809:    CC      arch/arm/lib/bootm.o
  1810:    CC      arch/arm/lib/zimage.o
  1811:    AS      arch/arm/lib/memset.o
  1812:    AS      arch/arm/lib/memcpy.o
  1813:    LD      drivers/net/phy/built-in.o
  1814:    CC      arch/arm/lib/semihosting.o
  1815:    LD      arch/arm/cpu/armv7/built-in.o
  1816:    LD      drivers/dma/built-in.o
  1817:    CC      arch/arm/lib/sections.o
  1818:    LD      drivers/power/built-in.o
  1819:    CC      drivers/net/e1000.o
  1820:    CC      arch/arm/lib/stack.o
  1821:    CC      arch/arm/lib/interrupts.o
  1822:    CC      arch/arm/lib/cache.o
  1823:    LD      drivers/net/ti/built-in.o
  1824:    LD      drivers/net/mscc_eswitch/built-in.o
  1825:    LD      drivers/power/battery/built-in.o
  1826:    LD      disk/built-in.o
  1827:    CC      arch/arm/lib/cache-cp15.o
  1828:    CC      arch/arm/lib/psci-dt.o
  1829:    AS      arch/arm/lib/ashldi3.o
  1830:    LD      drivers/power/domain/built-in.o
  1831:    AS      arch/arm/lib/ashrdi3.o
  1832:    CC      arch/arm/lib/div0.o
  1833:    AS      arch/arm/lib/div64.o
  1834:    AS      arch/arm/lib/lib1funcs.o
  1835:    LD      drivers/power/fuel_gauge/built-in.o
  1836:    AS      arch/arm/lib/lshrdi3.o
  1837:    AS      arch/arm/lib/muldi3.o
  1838:    AS      arch/arm/lib/uldivmod.o
  1839:    LD      drivers/power/mfd/built-in.o
  1840:    CC      arch/arm/lib/eabi_compat.o
  1841:    AS      arch/arm/lib/crt0_arm_efi.o
  1842:    CC      arch/arm/lib/reloc_arm_efi.o
  1843:    LD      drivers/power/pmic/built-in.o
  1844:    LD      drivers/net/built-in.o
  1845:    LD      drivers/power/regulator/built-in.o
  1846:    LD      arch/arm/lib/built-in.o
  1847:    CC      common/main.o
  1848:    AR      arch/arm/lib/lib.a
  1849:    CC      common/exports.o
  1850:    CC      common/hash.o
  1851:    CC      common/cli_hush.o
  1852:    CC      drivers/serial/serial-uclass.o
  1853:    CC      common/init/board_init.o
  1854:    CC      common/autoboot.o
  1855:    CC      drivers/serial/serial_pl01x.o
  1856:    CC      common/board_f.o
  1857:    CC      drivers/spi/spi.o
  1858:    CC      common/board_r.o
  1859:    LD      drivers/usb/cdns3/built-in.o
  1860:    CC      common/bootm.o
  1861:    CC      common/bootm_os.o
  1862:    CC      common/fdt_support.o
  1863:    CC      common/miiphyutil.o
  1864:    CC      common/usb.o
  1865:    CC      drivers/usb/common/common.o
  1866:    CC      common/usb_hub.o
  1867:    LD      drivers/usb/dwc3/built-in.o
  1868:    CC      common/usb_storage.o
  1869:    LD      drivers/usb/emul/built-in.o
  1870:    LD      cmd/arm/built-in.o
  1871:    LD      drivers/adc/built-in.o
  1872:    LD      common/init/built-in.o
  1873:    LD      drivers/usb/eth/built-in.o
  1874:    CC      cmd/boot.o
  1875:    LD      drivers/spi/built-in.o
  1876:    LD      drivers/serial/built-in.o
  1877:    CC      common/splash.o
  1878:    CC      cmd/bootm.o
  1879:    LD      drivers/axi/built-in.o
  1880:    CC      common/menu.o
  1881:    CC      drivers/ata/ahci-uclass.o
  1882:    CC      cmd/help.o
  1883:    CC      common/cli_readline.o
  1884:    LD      drivers/cache/built-in.o
  1885:    CC      drivers/ata/ahci-pci.o
  1886:    CC      cmd/version.o
  1887:    LD      drivers/usb/common/built-in.o
  1888:    CC      drivers/block/blk-uclass.o
  1889:    CC      drivers/ata/ahci.o
  1890:    LD      drivers/dfu/built-in.o
  1891:    CC      drivers/block/blkcache.o
  1892:    CC      drivers/usb/host/usb-uclass.o
  1893:    LD      drivers/usb/musb/built-in.o
  1894:    CC      common/cli_simple.o
  1895:    CC      cmd/blk_common.o
  1896:    CC      drivers/crypto/fsl/sec.o
  1897:    CC      common/console.o
  1898:    CC      drivers/firmware/firmware-uclass.o
  1899:    CC      drivers/ata/libata.o
  1900:    LD      drivers/usb/phy/built-in.o
  1901:    CC      drivers/input/key_matrix.o
  1902:    CC      drivers/usb/host/ehci-hcd.o
  1903:    CC      cmd/source.o
  1904:    CC      drivers/firmware/psci.o
  1905:    CC      common/dlmalloc.o
  1906:    LD      drivers/usb/ulpi/built-in.o
  1907:    LD      drivers/mailbox/built-in.o
  1908:    CC      drivers/usb/host/ehci-pci.o
  1909:    LD      drivers/block/built-in.o
  1910:    LD      drivers/memory/built-in.o
  1911:    CC      drivers/core/device.o
  1912:    CC      common/malloc_simple.o
  1913:    CC      cmd/bdinfo.o
  1914:    CC      drivers/core/fdtaddr.o
  1915:    CC      common/image.o
  1916:    LD      drivers/usb/musb-new/built-in.o
  1917:    LD      drivers/crypto/fsl/built-in.o
  1918:    CC      drivers/core/lists.o
  1919:    LD      drivers/ata/built-in.o
  1920:    CC      drivers/crypto/rsa_mod_exp/mod_exp_uclass.o
  1921:    CC      cmd/blkcache.o
  1922:    CC      drivers/crypto/rsa_mod_exp/mod_exp_sw.o
  1923:    CC      common/image-fdt.o
  1924:    CC      cmd/bootefi.o
  1925:    LD      drivers/input/built-in.o
  1926:    CC      cmd/bootz.o
  1927:    CC      drivers/core/root.o
  1928:    LD      drivers/misc/built-in.o
  1929:    LD      drivers/usb/host/built-in.o
  1930:  /usr/bin//gcc -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE  -I/dev/shm/qemu/out-br/build/buildroot-config -DCONFIG_=\"\"   /dev/shm/qemu/out-br/build/buildroot-config/conf.o /dev/shm/qemu/out-br/build/buildroot-config/zconf.tab.o  -o /dev/shm/qemu/out-br/build/buildroot-config/conf
  1931:    CC      drivers/core/uclass.o
  1932:    CC      env/common.o
  1933:    CC      drivers/core/util.o
  1934:    CC      common/image-fit.o
  1935:    CC      cmd/console.o
  1936:    CC      drivers/core/device-remove.o
  1937:    LD      drivers/firmware/built-in.o
  1938:    CC      common/image-sig.o
  1939:    CC      env/env.o
  1940:    CC      drivers/core/simple-bus.o
  1941:    CC      cmd/date.o
  1942:    CC      cmd/dm.o
  1943:    LD      drivers/crypto/rsa_mod_exp/built-in.o
  1944:    LD      drivers/mtd/nand/built-in.o
  1945:    CC      env/attr.o
  1946:    LD      drivers/mtd/onenand/built-in.o
  1947:    CC      env/flags.o
  1948:    CC      fs/ext4/ext4fs.o
  1949:    CC      drivers/nvme/nvme-uclass.o
  1950:    CC      net/arp.o
  1951:    CC      fs/fs.o
  1952:    CC      drivers/core/dump.o
  1953:    LD      drivers/crypto/built-in.o
  1954:    CC      env/callback.o
  1955:    CC      drivers/nvme/nvme.o
  1956:    CC      fs/ext4/ext4_common.o
  1957:    CC      common/memsize.o
  1958:    CC      env/nowhere.o
  1959:    CC      cmd/echo.o
  1960:    CC      cmd/elf.o
  1961:    CC      fs/ext4/dev.o
  1962:    CC      common/stdio.o
  1963:    CC      drivers/pci/pci-uclass.o
  1964:    LD      drivers/mtd/spi/built-in.o
  1965:    CC      fs/fat/fat_write.o
  1966:    CC      drivers/core/of_extra.o
  1967:    CC      common/cli.o
  1968:    LD      drivers/phy/allwinner/built-in.o
  1969:    CC      drivers/pci/pci_auto.o
  1970:    CC      cmd/exit.o
  1971:    CC      fs/fs_internal.o
  1972:    CC      cmd/ext4.o
  1973:    CC      drivers/mtd/mtd-uclass.o
  1974:    CC      net/bootp.o
  1975:    CC      cmd/ext2.o
  1976:    CC      drivers/mtd/cfi_flash.o
  1977:    CC      cmd/fat.o
  1978:    CC      drivers/nvme/nvme_show.o
  1979:    CC      common/command.o
  1980:    LD      env/built-in.o
  1981:    CC      drivers/core/ofnode.o
  1982:    CC      drivers/pci/pci_auto_common.o
  1983:    CC      common/s_record.o
  1984:    CC      net/eth-uclass.o
  1985:    LD      fs/ext4/built-in.o
  1986:    CC      cmd/fdt.o
  1987:    CC      drivers/core/read_extra.o
  1988:    CC      net/eth_common.o
  1989:    CC      net/net.o
  1990:    LD      fs/fat/built-in.o
  1991:  rm /dev/shm/qemu/out-br/build/buildroot-config/zconf.tab.c
  1992:    CC      common/xyzModem.o
  1993:    LD      drivers/phy/marvell/built-in.o
  1994:    CC      drivers/pci/pci_common.o
  1995:    CC      net/nfs.o
  1996:    CC      net/ping.o
  1997:    CC      net/tftp.o
  1998:    CC      cmd/flash.o
  1999:    LD      drivers/nvme/built-in.o
  2000:    CC      drivers/pci/pcie_ecam_generic.o
  2001:    LD      drivers/mtd/mtd.o
  2002:    CC      cmd/fs.o
  2003:    LD      drivers/reset/built-in.o
  2004:    LD      fs/built-in.o
  2005:    LD      drivers/pwm/built-in.o
  2006:    LD      drivers/core/built-in.o
  2007:    CC      cmd/itest.o
  2008:    CC      cmd/load.o
  2009:    LD      drivers/smem/built-in.o
  2010:    LD      drivers/soc/built-in.o
  2011:    CC      drivers/scsi/scsi-uclass.o
  2012:    LD      lib/crypto/built-in.o
  2013:    LD      drivers/sound/built-in.o
  2014:    LD      drivers/spmi/built-in.o
  2015:    LD      drivers/mtd/built-in.o
  2016:    CC      drivers/scsi/scsi.o
  2017:    CC      cmd/mem.o
  2018:    LD      common/built-in.o
  2019:    CC      drivers/rtc/rtc-uclass.o
  2020:    CC      drivers/rtc/rtc-lib.o
  2021:    CC      cmd/mii.o
  2022:    CC      lib/efi_driver/efi_uclass.o
  2023:    LD      net/built-in.o
  2024:    LD      drivers/pci/built-in.o
  2025:    CC      cmd/misc.o
  2026:    CC      cmd/net.o
  2027:    LD      drivers/thermal/built-in.o
  2028:    LD      drivers/ufs/built-in.o
  2029:    CC      cmd/nvedit_efi.o
  2030:    CC      lib/charset.o
  2031:    CC      drivers/sysreset/sysreset-uclass.o
  2032:    CC      lib/zlib/zlib.o
  2033:    CC      drivers/sysreset/sysreset_psci.o
  2034:    LD      drivers/scsi/built-in.o
  2035:    CC      lib/crc7.o
  2036:    CC      lib/rsa/rsa-verify.o
  2037:    CC      drivers/rtc/pl031.o
  2038:    CC      lib/crc8.o
  2039:    CC      lib/rsa/rsa-checksum.o
  2040:    CC      lib/efi_driver/efi_block_device.o
  2041:    LD      drivers/video/bridge/built-in.o
  2042:    CC      lib/crc16.o
  2043:    CC      lib/libfdt/fdt.o
  2044:    LD      drivers/watchdog/built-in.o
  2045:    CC      lib/fdtdec_common.o
  2046:    CC      drivers/virtio/virtio-uclass.o
  2047:    CC      lib/smbios.o
  2048:    CC      drivers/virtio/virtio_ring.o
  2049:    CC      lib/rsa/rsa-mod-exp.o
  2050:    CC      drivers/virtio/virtio_mmio.o
  2051:    CC      drivers/virtio/virtio_pci_legacy.o
  2052:    CC      lib/ldiv.o
  2053:    CC      lib/libfdt/fdt_wip.o
  2054:    CC      cmd/part.o
  2055:    CC      cmd/pci.o
  2056:    LD      drivers/video/sunxi/built-in.o
  2057:    LD      drivers/sysreset/built-in.o
  2058:    CC      lib/md5.o
  2059:    CC      lib/efi_loader/efi_bootmgr.o
  2060:    CC      cmd/pxe.o
  2061:    LD      lib/zlib/built-in.o
  2062:    CC      cmd/pxe_utils.o
  2063:    CC      lib/efi_loader/efi_boottime.o
  2064:    LD      drivers/rtc/built-in.o
  2065:    LD      lib/efi_driver/built-in.o
  2066:    CC      lib/efi_loader/efi_console.o
  2067:    CC      drivers/virtio/virtio_pci_modern.o
  2068:    CC      cmd/nvme.o
  2069:    LD      lib/rsa/built-in.o
  2070:    LD      drivers/video/built-in.o
  2071:    CC      lib/libfdt/fdt_strerror.o
  2072:    CC      cmd/scsi.o
  2073:    CC      lib/net_utils.o
  2074:    CC      lib/rc4.o
  2075:    CC      lib/efi_loader/efi_device_path.o
  2076:    CC      cmd/disk.o
  2077:    CC      lib/efi_loader/efi_device_path_to_text.o
  2078:    CC      drivers/virtio/virtio_net.o
  2079:    CC      drivers/virtio/virtio_blk.o
  2080:    CC      lib/libfdt/fdt_sw.o
  2081:    CC      cmd/setexpr.o
  2082:    CC      lib/list_sort.o
  2083:    CC      lib/libfdt/fdt_rw.o
  2084:    CC      cmd/sysboot.o
  2085:    CC      lib/sha1.o
  2086:    CC      lib/sha256.o
  2087:    CC      cmd/test.o
  2088:    CC      lib/gunzip.o
  2089:    CC      lib/efi_loader/efi_device_path_utilities.o
  2090:    CC      cmd/virtio.o
  2091:    CC      lib/efi_selftest/efi_selftest.o
  2092:    CC      lib/fdtdec.o
  2093:    CC      lib/efi_loader/efi_file.o
  2094:    CC      lib/efi_selftest/efi_selftest_bitblt.o
  2095:    CC      lib/efi_selftest/efi_selftest_config_table.o
  2096:    CC      lib/qsort.o
  2097:    CC      cmd/usb.o
  2098:    CC      lib/hashtable.o
  2099:    CC      lib/efi_selftest/efi_selftest_controllers.o
  2100:    CC      lib/libfdt/fdt_empty_tree.o
  2101:    CC      cmd/ximg.o
  2102:    CC      lib/errno.o
  2103:    CC      lib/efi_selftest/efi_selftest_console.o
  2104:    CC      lib/libfdt/fdt_addresses.o
  2105:    CC      lib/efi_loader/efi_hii.o
  2106:    LD      drivers/virtio/built-in.o
  2107:    CC      lib/efi_loader/efi_hii_config.o
  2108:    CC      lib/display_options.o
  2109:    CC      lib/libfdt/fdt_ro.o
  2110:    CC      lib/efi_selftest/efi_selftest_crc32.o
  2111:    CC      lib/libfdt/fdt_region.o
  2112:    CC      cmd/nvedit.o
  2113:    CC      lib/efi_loader/efi_image_loader.o
  2114:    CC      lib/efi_selftest/efi_selftest_devicepath_util.o
  2115:    CC      lib/ctype.o
  2116:    CC      lib/crc32.o
  2117:    CC      lib/efi_loader/efi_memory.o
  2118:    CC      lib/efi_selftest/efi_selftest_events.o
  2119:    CC      lib/div64.o
  2120:    CC      lib/efi_loader/efi_root_node.o
  2121:    CC      lib/efi_selftest/efi_selftest_event_groups.o
  2122:    CC      lib/efi_loader/efi_runtime.o
  2123:    CC      lib/hang.o
  2124:    CC      lib/efi_loader/efi_setup.o
  2125:    CC      lib/efi_selftest/efi_selftest_exitbootservices.o
  2126:    CC      lib/efi_selftest/efi_selftest_gop.o
  2127:    LD      drivers/built-in.o
  2128:    CC      lib/efi_loader/efi_unicode_collation.o
  2129:    CC      lib/linux_compat.o
  2130:    CC      lib/efi_selftest/efi_selftest_loaded_image.o
  2131:    LD      lib/libfdt/built-in.o
  2132:    CC      lib/efi_selftest/efi_selftest_manageprotocols.o
  2133:    CC      lib/linux_string.o
  2134:    CC      lib/efi_loader/efi_variable.o
  2135:    CC      lib/efi_loader/efi_watchdog.o
  2136:    CC      lib/lmb.o
  2137:    CC      lib/efi_selftest/efi_selftest_mem.o
  2138:    CC      lib/efi_loader/efi_disk.o
  2139:    CC      lib/membuff.o
  2140:    CC      lib/efi_selftest/efi_selftest_memory.o
  2141:    CC      lib/efi_loader/efi_net.o
  2142:    CC      lib/efi_selftest/efi_selftest_open_protocol.o
  2143:    CC      lib/efi_loader/efi_smbios.o
  2144:    CC      lib/efi_selftest/efi_selftest_register_notify.o
  2145:    CC      lib/efi_loader/helloworld.o
  2146:    CC      lib/slre.o
  2147:    CC      lib/string.o
  2148:    CC      lib/efi_selftest/efi_selftest_set_virtual_address_map.o
  2149:    CC      lib/tables_csum.o
  2150:    CC      lib/time.o
  2151:    AS      lib/efi_loader/efi_crt0.o
  2152:    CC      lib/hexdump.o
  2153:    CC      lib/efi_selftest/efi_selftest_snp.o
  2154:    CC      lib/efi_loader/efi_reloc.o
  2155:    CC      lib/efi_selftest/efi_selftest_textinput.o
  2156:    CC      lib/efi_selftest/efi_selftest_textinputex.o
  2157:    CC      lib/efi_selftest/efi_selftest_textoutput.o
  2158:    CC      lib/uuid.o
  2159:    CC      lib/efi_loader/efi_freestanding.o
  2160:    LD      cmd/built-in.o
  2161:    CC      lib/efi_selftest/efi_selftest_tpl.o
  2162:    CC      lib/panic.o
  2163:    CC      lib/efi_selftest/efi_selftest_util.o
  2164:    CC      lib/vsprintf.o
  2165:    CC      lib/efi_selftest/efi_selftest_variables.o
  2166:    LD      lib/efi_loader/built-in.o
  2167:    CC      lib/strto.o
  2168:    CC      lib/efi_selftest/efi_selftest_variables_runtime.o
  2169:    CC      lib/date.o
  2170:    CC      lib/efi_selftest/efi_selftest_watchdog.o
  2171:    CC      lib/efi_selftest/efi_selftest_devicepath.o
  2172:    CC      lib/efi_selftest/efi_selftest_unicode_collation.o
  2173:    CC      lib/efi_selftest/efi_selftest_hii.o
  2174:    CC      lib/efi_selftest/efi_selftest_rtc.o
  2175:    CC      lib/efi_selftest/efi_selftest_fdt.o
  2176:    CC      lib/efi_selftest/efi_selftest_block_device.o
  2177:    CC      lib/efi_selftest/efi_selftest_miniapp_exception.o
  2178:    AS      lib/efi_selftest/efi_crt0.o
  2179:    CC      lib/efi_selftest/efi_reloc.o
  2180:    CC      lib/efi_selftest/efi_freestanding.o
  2181:    LD      lib/efi_loader/helloworld_efi.so
  2182:    CC      lib/efi_selftest/efi_selftest_miniapp_exit.o
  2183:    CC      lib/efi_selftest/efi_selftest_miniapp_return.o
  2184:    OBJCOPY lib/efi_loader/helloworld.efi
  2185:    LD      lib/efi_selftest/efi_selftest_miniapp_exception_efi.so
  2186:    LD      lib/efi_selftest/efi_selftest_miniapp_exit_efi.so
  2187:    LD      lib/efi_selftest/efi_selftest_miniapp_return_efi.so
  2188:    OBJCOPY lib/efi_selftest/efi_selftest_miniapp_exception.efi
  2189:    OBJCOPY lib/efi_selftest/efi_selftest_miniapp_exit.efi
  2190:    OBJCOPY lib/efi_selftest/efi_selftest_miniapp_return.efi
  2191:  lib/efi_selftest/../../tools/file2include lib/efi_selftest/efi_selftest_miniapp_exception.efi > \
  2192:  lib/efi_selftest/efi_miniapp_file_image_exception.h
  2193:  lib/efi_selftest/../../tools/file2include lib/efi_selftest/efi_selftest_miniapp_exit.efi > \
  2194:  lib/efi_selftest/efi_miniapp_file_image_exit.h
  2195:  lib/efi_selftest/../../tools/file2include lib/efi_selftest/efi_selftest_miniapp_return.efi > \
  2196:  lib/efi_selftest/efi_miniapp_file_image_return.h
  2197:    CC      lib/efi_selftest/efi_selftest_exception.o
  2198:    CC      lib/efi_selftest/efi_selftest_loadimage.o
  2199:    CC      lib/efi_selftest/efi_selftest_startimage_exit.o
  2200:    CC      lib/efi_selftest/efi_selftest_startimage_return.o
  2201:    LD      lib/efi_selftest/built-in.o
  2202:    LD      lib/built-in.o
  2203:    CC      examples/standalone/hello_world.o
  2204:    CC      examples/standalone/stubs.o
  2205:    LD      examples/standalone/libstubs.o
  2206:    LD      examples/standalone/hello_world
  2207:    OBJCOPY examples/standalone/hello_world.bin
  2208:    OBJCOPY examples/standalone/hello_world.srec
  2209:  #
  2210:  # configuration written to /dev/shm/qemu/out-br/.config
  2211:  #
  2212:  make[1]: Leaving directory '/dev/shm/qemu/buildroot'
  2213:  make[1]: warning: -j1 forced in submake: resetting jobserver mode.
  2214:  make[1]: Entering directory '/dev/shm/qemu/out-br'
  2215:    LD      u-boot
  2216:    OBJCOPY u-boot.srec
  2217:    OBJCOPY u-boot-nodtb.bin
  2218:    SYM     u-boot.sym
  2219:    COPY    u-boot.bin
  2220:    CFGCHK  u-boot.cfg
  2221:  make[1]: Leaving directory '/dev/shm/qemu/u-boot'
  2222:  CROSS_COMPILE="/usr/bin//ccache /dev/shm/qemu/build/../toolchains/aarch32/bin/arm-linux-gnueabihf-" make -C /dev/shm/qemu/build/../trusted-firmware-a BL32=/dev/shm/qemu/build/../optee_os/out/arm/core/tee-header_v2.bin BL32_EXTRA1=/dev/shm/qemu/build/../optee_os/out/arm/core/tee-pager_v2.bin BL32_EXTRA2=/dev/shm/qemu/build/../optee_os/out/arm/core/tee-pageable_v2.bin BL33=/dev/shm/qemu/build/../u-boot/u-boot.bin ARM_ARCH_MAJOR=7 ARCH=aarch32 PLAT=qemu ARM_TSP_RAM_LOCATION=tdram BL32_RAM_LOCATION=tdram AARCH32_SP=optee DEBUG=1 LOG_LEVEL=50  all fip
  2223:  make[1]: Entering directory '/dev/shm/qemu/trusted-firmware-a'
  2224:    SYSNR   arch/arm/include/generated/asm/unistd-nr.h
  2225:    GEN     arch/arm/include/generated/asm/mach-types.h
  2226:    SYSTBL  arch/arm/include/generated/calls-oabi.S
  2227:    SYSTBL  arch/arm/include/generated/calls-eabi.S
  2228:    CC      scripts/mod/empty.o
  2229:    HOSTCC  scripts/mod/mk_elfconfig
  2230:    CC      scripts/mod/devicetable-offsets.s
  2231:    MKELF   scripts/mod/elfconfig.h
  2232:    UPD     scripts/mod/devicetable-offsets.h
  2233:    HOSTCC  scripts/mod/modpost.o
  2234:    HOSTCC  scripts/mod/sumversion.o
  2235:    HOSTCC  scripts/mod/file2alias.o
  2236:  Including bl32/optee/optee.mk
  2237:  Trusted Firmware-A built for OP-TEE payload support
  2238:  Building qemu
  2239:    HOSTCC  fiptool.c
  2240:    HOSTCC  tbbr_config.c
  2241:    HOSTLD  fiptool
  2242:  
  2243:  Built fiptool successfully
  2244:  
  2245:    CC      lib/libfdt/fdt.c
  2246:    CC      lib/libfdt/fdt_addresses.c
  2247:    CC      lib/libfdt/fdt_empty_tree.c
  2248:    CC      lib/libfdt/fdt_ro.c
  2249:    CC      lib/libfdt/fdt_rw.c
  2250:    CC      lib/libfdt/fdt_strerror.c
  2251:    CC      lib/libfdt/fdt_sw.c
  2252:    CC      lib/libfdt/fdt_wip.c
  2253:    CC      lib/libc/abort.c
  2254:    CC      lib/libc/assert.c
  2255:    CC      lib/libc/exit.c
  2256:    CC      lib/libc/memchr.c
  2257:    CC      lib/libc/memcmp.c
  2258:    CC      lib/libc/memcpy.c
  2259:    CC      lib/libc/memmove.c
  2260:    CC      lib/libc/memrchr.c
  2261:    CC      lib/libc/memset.c
  2262:    CC      lib/libc/printf.c
  2263:    CC      lib/libc/putchar.c
  2264:    CC      lib/libc/puts.c
  2265:    CC      lib/libc/snprintf.c
  2266:    CC      lib/libc/strchr.c
  2267:    CC      lib/libc/strcmp.c
  2268:    CC      lib/libc/strlcat.c
  2269:    CC      lib/libc/strlcpy.c
  2270:    CC      lib/libc/strlen.c
  2271:    CC      lib/libc/strncmp.c
  2272:    CC      lib/libc/strnlen.c
  2273:    CC      lib/libc/strrchr.c
  2274:    CC      lib/libc/strtok.c
  2275:    CC      lib/libc/strtoul.c
  2276:    CC      lib/libc/strtoll.c
  2277:    CC      lib/libc/strtoull.c
  2278:    CC      lib/libc/strtol.c
  2279:    CC      bl1/aarch32/bl1_arch_setup.c
  2280:    CC      bl1/aarch32/bl1_context_mgmt.c
  2281:    CC      bl1/bl1_main.c
  2282:    CC      drivers/io/io_fip.c
  2283:    CC      drivers/io/io_memmap.c
  2284:    CC      drivers/io/io_semihosting.c
  2285:    CC      drivers/io/io_storage.c
  2286:    CC      lib/cpus/errata_report.c
  2287:    CC      lib/el3_runtime/aarch32/context_mgmt.c
  2288:    CC      lib/semihosting/semihosting.c
  2289:    CC      plat/common/plat_bl1_common.c
  2290:    CC      plat/qemu/common/qemu_bl1_setup.c
  2291:    CC      plat/qemu/common/qemu_io_storage.c
  2292:    CC      common/bl_common.c
  2293:    CC      common/tf_log.c
  2294:    CC      drivers/console/multi_console.c
  2295:    CC      plat/common/plat_bl_common.c
  2296:    CC      plat/common/plat_log_common.c
  2297:    CC      plat/common/aarch32/plat_common.c
  2298:    CC      lib/compiler-rt/builtins/popcountdi2.c
  2299:    CC      lib/compiler-rt/builtins/popcountsi2.c
  2300:    CC      lib/compiler-rt/builtins/ctzdi2.c
  2301:    CC      lib/compiler-rt/builtins/divdi3.c
  2302:    CC      lib/compiler-rt/builtins/divmoddi4.c
  2303:    CC      lib/compiler-rt/builtins/lshrdi3.c
  2304:    CC      lib/compiler-rt/builtins/udivmoddi4.c
  2305:    CC      plat/qemu/common/qemu_common.c
  2306:    CC      plat/qemu/common/qemu_console.c
  2307:    CC      lib/xlat_tables_v2/aarch32/xlat_tables_arch.c
  2308:    CC      lib/xlat_tables_v2/xlat_tables_context.c
  2309:    CC      lib/xlat_tables_v2/xlat_tables_core.c
  2310:    CC      lib/xlat_tables_v2/xlat_tables_utils.c
  2311:    AS      bl1/aarch32/bl1_entrypoint.S
  2312:    AS      bl1/aarch32/bl1_exceptions.S
  2313:    AS      lib/cpus/aarch32/cortex_a15.S
  2314:    AS      lib/cpus/aarch32/cpu_helpers.S
  2315:    AS      lib/semihosting/aarch32/semihosting_call.S
  2316:    AS      plat/common/aarch32/platform_up_stack.S
  2317:    AS      plat/qemu/common/aarch32/plat_helpers.S
  2318:    AS      common/aarch32/debug.S
  2319:    AS      lib/aarch32/cache_helpers.S
  2320:    AS      lib/aarch32/misc_helpers.S
  2321:    AS      plat/common/aarch32/platform_helpers.S
  2322:    AS      lib/compiler-rt/builtins/arm/aeabi_ldivmod.S
  2323:    AS      lib/compiler-rt/builtins/arm/aeabi_uldivmod.S
  2324:    AS      drivers/arm/pl011/aarch32/pl011_console.S
  2325:    AS      lib/xlat_tables_v2/aarch32/enable_mmu.S
  2326:    PP      bl1/bl1.ld.S
  2327:    CC      bl2/aarch32/bl2_arch_setup.c
  2328:    CC      bl2/bl2_image_load_v2.c
  2329:    CC      bl2/bl2_main.c
  2330:    CC      common/desc_image_load.c
  2331:    CC      common/fdt_fixup.c
  2332:    CC      drivers/io/io_fip.c
  2333:    CC      drivers/io/io_memmap.c
  2334:    CC      drivers/io/io_semihosting.c
  2335:    CC      drivers/io/io_storage.c
  2336:    CC      lib/optee/optee_utils.c
  2337:    CC      lib/semihosting/semihosting.c
  2338:    CC      plat/qemu/common/qemu_bl2_mem_params_desc.c
  2339:    CC      plat/qemu/common/qemu_bl2_setup.c
  2340:    CC      plat/qemu/common/qemu_image_load.c
  2341:    CC      plat/qemu/common/qemu_io_storage.c
  2342:    CC      common/bl_common.c
  2343:    CC      common/tf_log.c
  2344:    CC      drivers/console/multi_console.c
  2345:    CC      plat/common/plat_bl_common.c
  2346:    CC      plat/common/plat_log_common.c
  2347:    CC      plat/common/aarch32/plat_common.c
  2348:    CC      lib/compiler-rt/builtins/popcountdi2.c
  2349:    CC      lib/compiler-rt/builtins/popcountsi2.c
  2350:    CC      lib/compiler-rt/builtins/ctzdi2.c
  2351:    CC      lib/compiler-rt/builtins/divdi3.c
  2352:    CC      lib/compiler-rt/builtins/divmoddi4.c
  2353:    CC      lib/compiler-rt/builtins/lshrdi3.c
  2354:    CC      lib/compiler-rt/builtins/udivmoddi4.c
  2355:    CC      plat/qemu/common/qemu_common.c
  2356:    CC      plat/qemu/common/qemu_console.c
  2357:    CC      lib/xlat_tables_v2/aarch32/xlat_tables_arch.c
  2358:    CC      lib/xlat_tables_v2/xlat_tables_context.c
  2359:    CC      lib/xlat_tables_v2/xlat_tables_core.c
  2360:    CC      lib/xlat_tables_v2/xlat_tables_utils.c
  2361:    AS      bl2/aarch32/bl2_entrypoint.S
  2362:    AS      lib/locks/exclusive/aarch32/spinlock.S
  2363:    AS      lib/semihosting/aarch32/semihosting_call.S
  2364:    AS      plat/common/aarch32/platform_up_stack.S
  2365:    AS      plat/qemu/common/aarch32/plat_helpers.S
  2366:    AS      common/aarch32/debug.S
  2367:    AS      lib/aarch32/cache_helpers.S
  2368:    AS      lib/aarch32/misc_helpers.S
  2369:    AS      plat/common/aarch32/platform_helpers.S
  2370:    AS      lib/compiler-rt/builtins/arm/aeabi_ldivmod.S
  2371:    AS      lib/compiler-rt/builtins/arm/aeabi_uldivmod.S
  2372:    AS      drivers/arm/pl011/aarch32/pl011_console.S
  2373:    AS      lib/xlat_tables_v2/aarch32/enable_mmu.S
  2374:    PP      bl2/bl2.ld.S
  2375:    AR      /dev/shm/qemu/trusted-firmware-a/build/qemu/debug/lib/libfdt.a
  2376:    AR      /dev/shm/qemu/trusted-firmware-a/build/qemu/debug/lib/libc.a
  2377:    LD      /dev/shm/qemu/trusted-firmware-a/build/qemu/debug/bl1/bl1.elf
  2378:    LD      /dev/shm/qemu/trusted-firmware-a/build/qemu/debug/bl2/bl2.elf
  2379:    BIN     /dev/shm/qemu/trusted-firmware-a/build/qemu/debug/bl1.bin
  2380:    OD      /dev/shm/qemu/trusted-firmware-a/build/qemu/debug/bl1/bl1.dump
  2381:  
  2382:  Built /dev/shm/qemu/trusted-firmware-a/build/qemu/debug/bl1.bin successfully
  2383:  
  2384:    OD      /dev/shm/qemu/trusted-firmware-a/build/qemu/debug/bl2/bl2.dump
  2385:    BIN     /dev/shm/qemu/trusted-firmware-a/build/qemu/debug/bl2.bin
  2386:  
  2387:  Built /dev/shm/qemu/trusted-firmware-a/build/qemu/debug/bl2.bin successfully
  2388:  
  2389:  Trusted Boot Firmware BL2: offset=0x100, size=0x61CD, cmdline="--tb-fw"
  2390:  Secure Payload BL32 (Trusted OS): offset=0x62CD, size=0x1C, cmdline="--tos-fw"
  2391:  Secure Payload BL32 Extra1 (Trusted OS Extra1): offset=0x62E9, size=0x92818, cmdline="--tos-fw-extra1"
  2392:  Secure Payload BL32 Extra2 (Trusted OS Extra2): offset=0x98B01, size=0x0, cmdline="--tos-fw-extra2"
  2393:  Non-Trusted Firmware BL33: offset=0x98B01, size=0x92504, cmdline="--nt-fw"
  2394:  
  2395:  Built /dev/shm/qemu/trusted-firmware-a/build/qemu/debug/fip.bin successfully
  2396:  
  2397:  make[1]: Leaving directory '/dev/shm/qemu/trusted-firmware-a'
  2398:  mkdir -p /dev/shm/qemu/build/../out/bin
  2399:  ln -sf /dev/shm/qemu/build/../trusted-firmware-a/build/qemu/debug/bl1.bin /dev/shm/qemu/build/../out/bin
  2400:  ln -sf /dev/shm/qemu/build/../trusted-firmware-a/build/qemu/debug/bl2.bin /dev/shm/qemu/build/../out/bin
  2401:  ln -sf /dev/shm/qemu/build/../optee_os/out/arm/core/tee-header_v2.bin /dev/shm/qemu/build/../out/bin/bl32.bin
  2402:  ln -sf /dev/shm/qemu/build/../optee_os/out/arm/core/tee-pager_v2.bin /dev/shm/qemu/build/../out/bin/bl32_extra1.bin
  2403:  ln -sf /dev/shm/qemu/build/../optee_os/out/arm/core/tee-pageable_v2.bin /dev/shm/qemu/build/../out/bin/bl32_extra2.bin
  2404:  ln -sf /dev/shm/qemu/build/../u-boot/u-boot.bin /dev/shm/qemu/build/../out/bin/bl33.bin
  2405:    HOSTLD  scripts/mod/modpost
  2406:    CC      kernel/bounds.s
  2407:    CALL    scripts/atomic/check-atomics.sh
  2408:    UPD     include/generated/timeconst.h
  2409:    UPD     include/generated/bounds.h
  2410:    CC      arch/arm/kernel/asm-offsets.s
  2411:    UPD     include/generated/asm-offsets.h
  2412:    CALL    scripts/checksyscalls.sh
  2413:    CC      init/main.o
  2414:    CHK     include/generated/compile.h
  2415:    CC      init/do_mounts.o
  2416:    CC      init/do_mounts_initrd.o
  2417:    CC      init/initramfs.o
  2418:    CC      init/calibrate.o
  2419:    CC      init/init_task.o
  2420:    HOSTCC  usr/gen_init_cpio
  2421:    UPD     include/generated/compile.h
  2422:    CC      init/version.o
  2423:    CC      arch/arm/vfp/vfpmodule.o
  2424:    AS      arch/arm/vfp/entry.o
  2425:    LDS     arch/arm/vdso/vdso.lds
  2426:    AS      arch/arm/vfp/vfphw.o
  2427:    CC      arch/arm/mach-versatile/v2m.o
  2428:    CC      arch/arm/mm/extable.o
  2429:    CC      arch/arm/common/firmware.o
  2430:    AR      arch/arm/net/built-in.a
  2431:    CC      arch/arm/probes/decode.o
  2432:    CC      arch/arm/vdso/vgettimeofday.o
  2433:    CC      arch/arm/vfp/vfpsingle.o
  2434:    AR      arch/arm/crypto/built-in.a
  2435:    AS      arch/arm/common/secure_cntvoff.o
  2436:    CC      arch/arm/mach-versatile/dcscb.o
  2437:    CC      arch/arm/mm/fault.o
  2438:    CC      arch/arm/probes/uprobes/core.o
  2439:    CC      arch/arm/probes/uprobes/actions-arm.o
  2440:    AS      arch/arm/vdso/datapage.o
  2441:    AS      arch/arm/common/mcpm_head.o
  2442:    AS      arch/arm/mach-versatile/dcscb_setup.o
  2443:    AR      certs/built-in.a
  2444:    CC      arch/arm/common/mcpm_entry.o
  2445:    CC      arch/arm/vdso/note.o
  2446:    CC      mm/filemap.o
  2447:    CC      mm/mempool.o
  2448:    CC      arch/arm/vfp/vfpdouble.o
  2449:    CC      arch/arm/mm/init.o
  2450:    AS      arch/arm/kernel/head.o
  2451:    LDS     arch/arm/kernel/vmlinux.lds
  2452:    HOSTCC  arch/arm/vdso/vdsomunge
  2453:    CC      arch/arm/kernel/elf.o
  2454:    CC      kernel/sched/core.o
  2455:    CC      arch/arm/common/mcpm_platsmp.o
  2456:    LD      arch/arm/vdso/vdso.so.raw
  2457:    MUNGE   arch/arm/vdso/vdso.so.dbg
  2458:    OBJCOPY arch/arm/vdso/vdso.so
  2459:    AS      arch/arm/vdso/vdso.o
  2460:    GEN     usr/initramfs_data.cpio
  2461:    COPY    usr/initramfs_inc_data
  2462:    AS      usr/initramfs_data.o
  2463:    AS      arch/arm/common/vlock.o
  2464:    CC      kernel/sched/fair.o
  2465:    AR      arch/arm/vdso/built-in.a
  2466:    CC      kernel/sched/build_policy.o
  2467:    AR      usr/built-in.a
  2468:    CC      kernel/locking/mutex.o
  2469:    CC      kernel/power/qos.o
  2470:    CC      kernel/power/main.o
  2471:    AS      arch/arm/kernel/entry-common.o
  2472:    CC      kernel/power/console.o
  2473:    CC      arch/arm/kernel/irq.o
  2474:    CC      kernel/printk/printk.o
  2475:    CC      arch/arm/mach-versatile/spc.o
  2476:    CC      kernel/printk/printk_safe.o
  2477:    AR      arch/arm/probes/uprobes/built-in.a
  2478:    CC      kernel/printk/printk_ringbuffer.o
  2479:    CC      arch/arm/probes/decode-arm.o
  2480:    CC      kernel/printk/sysctl.o
  2481:    AR      arch/arm/vfp/built-in.a
  2482:    CC      arch/arm/mach-versatile/tc2_pm.o
  2483:    CC      kernel/irq/irqdesc.o
  2484:    CC      kernel/rcu/update.o
  2485:    AR      arch/arm/common/built-in.a
  2486:    CC      kernel/rcu/sync.o
  2487:    CC      kernel/rcu/srcutree.o
  2488:    CC      kernel/rcu/tree.o
  2489:    CC      arch/arm/mm/iomap.o
  2490:    AS      arch/arm/mach-versatile/headsmp.o
  2491:    CC      arch/arm/mm/dma-mapping.o
  2492:    CC      arch/arm/mm/fault-armv.o
  2493:    CC      arch/arm/mach-versatile/platsmp.o
  2494:    CC      kernel/irq/handle.o
  2495:    CC      arch/arm/kernel/opcodes.o
  2496:    CC      fs/notify/dnotify/dnotify.o
  2497:    CC      kernel/power/process.o
  2498:    CC      fs/nfs_common/grace.o
  2499:    CC      kernel/locking/semaphore.o
  2500:    CC      kernel/irq/manage.o
  2501:    CC      ipc/util.o
  2502:    CC      arch/arm/mach-versatile/platsmp-vexpress.o
  2503:    CC      arch/arm/mm/flush.o
  2504:    AR      arch/arm/probes/built-in.a
  2505:    CC      arch/arm/mach-versatile/hotplug.o
  2506:    CC      arch/arm/mm/idmap.o
  2507:    CC      arch/arm/kernel/process.o
  2508:    CC      arch/arm/kernel/ptrace.o
  2509:    CC      kernel/power/suspend.o
  2510:    AR      init/built-in.a
  2511:    CC      kernel/locking/rwsem.o
  2512:    CC      kernel/locking/percpu-rwsem.o
  2513:    CC      arch/arm/mm/ioremap.o
  2514:    CC      kernel/locking/spinlock.o
  2515:    CC      security/commoncap.o
  2516:    AR      fs/notify/dnotify/built-in.a
  2517:    CC      security/min_addr.o
  2518:    CC      fs/notify/inotify/inotify_fsnotify.o
  2519:    AR      fs/notify/fanotify/built-in.a
  2520:    CC      security/device_cgroup.o
  2521:    AR      fs/nfs_common/built-in.a
  2522:    CC      kernel/locking/osq_lock.o
  2523:    CC      fs/notify/inotify/inotify_user.o
  2524:    CC      arch/arm/mm/mmap.o
  2525:    CC      kernel/locking/rtmutex_api.o
  2526:    AR      arch/arm/mach-versatile/built-in.a
  2527:    CC      kernel/power/poweroff.o
  2528:    CC      block/partitions/core.o
  2529:    CC      crypto/api.o
  2530:    CC      arch/arm/mm/pgd.o
  2531:    AR      kernel/printk/built-in.a
  2532:    CC      arch/arm/mm/mmu.o
  2533:    AR      kernel/livepatch/built-in.a
  2534:    CC      block/bdev.o
  2535:    CC      kernel/dma/mapping.o
  2536:    CC      kernel/rcu/rcu_segcblist.o
  2537:    AR      kernel/entry/built-in.a
  2538:    CC      arch/arm/kernel/reboot.o
  2539:    CC      drivers/irqchip/irqchip.o
  2540:    CC      ipc/msgutil.o
  2541:    CC      ipc/msg.o
  2542:    CC      arch/arm/kernel/io.o
  2543:    CC      mm/oom_kill.o
  2544:    CC      mm/fadvise.o
  2545:    AR      kernel/power/built-in.a
  2546:    CC      mm/maccess.o
  2547:    CC      mm/page-writeback.o
  2548:    CC      drivers/irqchip/irq-gic.o
  2549:    CC      kernel/irq/spurious.o
  2550:    CC      drivers/irqchip/irq-gic-common.o
  2551:    CC      mm/folio-compat.o
  2552:    AR      security/built-in.a
  2553:    CC      mm/readahead.o
  2554:    CC      crypto/cipher.o
  2555:    CC      kernel/sched/build_utility.o
  2556:    CC      sound/core/sound.o
  2557:    CC      ipc/sem.o
  2558:    AR      fs/notify/inotify/built-in.a
  2559:    CC      sound/core/init.o
  2560:    CC      fs/notify/fsnotify.o
  2561:    CC      sound/core/memory.o
  2562:    AR      kernel/locking/built-in.a
  2563:    CC      arch/arm/kernel/setup.o
  2564:    CC      block/partitions/msdos.o
  2565:    CC      block/partitions/efi.o
  2566:    CC      mm/swap.o
  2567:    CC      kernel/module/main.o
  2568:    CC      kernel/irq/resend.o
  2569:    CC      arch/arm/mm/pageattr.o
  2570:    CC      crypto/compress.o
  2571:    CC      kernel/irq/chip.o
  2572:    CC      kernel/dma/direct.o
  2573:    CC      kernel/irq/dummychip.o
  2574:    CC      sound/core/control.o
  2575:    CC      arch/arm/kernel/signal.o
  2576:    CC      block/fops.o
  2577:    AR      sound/i2c/other/built-in.a
  2578:    AR      sound/i2c/built-in.a
  2579:    CC      block/bio.o
  2580:    CC      block/elevator.o
  2581:    CC      fs/notify/notification.o
  2582:    AR      drivers/irqchip/built-in.a
  2583:    AR      drivers/bus/mhi/host/built-in.a
  2584:    AR      drivers/bus/mhi/ep/built-in.a
  2585:    CC      crypto/algapi.o
  2586:    AR      drivers/bus/mhi/built-in.a
  2587:    CC      crypto/scatterwalk.o
  2588:    CC      kernel/irq/devres.o
  2589:    CC      drivers/bus/arm-cci.o
  2590:    CC      mm/truncate.o
  2591:    CC      drivers/bus/simple-pm-bus.o
  2592:    CC      mm/vmscan.o
  2593:    CC      kernel/irq/autoprobe.o
  2594:    CC      arch/arm/mm/proc-syms.o
  2595:    AR      kernel/rcu/built-in.a
  2596:    CC      block/blk-core.o
  2597:    CC      drivers/gpio/gpiolib.o
  2598:    AR      block/partitions/built-in.a
  2599:    AR      drivers/pwm/built-in.a
  2600:    CC      kernel/time/time.o
  2601:    AR      drivers/pci/controller/dwc/built-in.a
  2602:    AR      drivers/pci/controller/mobiveil/built-in.a
  2603:    AR      drivers/pci/controller/built-in.a
  2604:    AR      drivers/pci/switch/built-in.a
  2605:    CC      drivers/pci/of.o
  2606:    CC      ipc/shm.o
  2607:    CC      drivers/video/console/dummycon.o
  2608:    CC      kernel/dma/ops_helpers.o
  2609:    AS      arch/arm/kernel/sigreturn_codes.o
  2610:    CC      arch/arm/kernel/stacktrace.o
  2611:    CC      arch/arm/kernel/sys_arm.o
  2612:    CC      drivers/bus/vexpress-config.o
  2613:    AR      drivers/idle/built-in.a
  2614:    CC      arch/arm/kernel/time.o
  2615:    CC      arch/arm/kernel/traps.o
  2616:    CC      arch/arm/mm/alignment.o
  2617:    CC      kernel/irq/irqdomain.o
  2618:    CC      crypto/proc.o
  2619:    AS      arch/arm/mm/abort-ev7.o
  2620:    CC      fs/notify/group.o
  2621:    CC      kernel/irq/proc.o
  2622:    CC      net/core/sock.o
  2623:    CC      net/core/request_sock.o
  2624:    AR      drivers/video/console/built-in.a
  2625:    CC      drivers/video/logo/logo.o
  2626:    CC      sound/core/misc.o
  2627:    CC      kernel/dma/dummy.o
  2628:    HOSTCC  drivers/video/logo/pnmtologo
  2629:    AR      drivers/pci/built-in.a
  2630:    CC      kernel/irq/cpuhotplug.o
  2631:    CC      kernel/time/timer.o
  2632:    CC      kernel/time/hrtimer.o
  2633:    CC      fs/notify/mark.o
  2634:    CC      kernel/futex/core.o
  2635:    CC      kernel/module/strict_rwx.o
  2636:    AR      drivers/bus/built-in.a
  2637:    LOGO    drivers/video/logo/logo_linux_mono.c
  2638:    CC      crypto/ahash.o
  2639:    CC      kernel/futex/syscalls.o
  2640:    LOGO    drivers/video/logo/logo_linux_vga16.c
  2641:    LOGO    drivers/video/logo/logo_linux_clut224.c
  2642:    CC      kernel/futex/pi.o
  2643:    CC      fs/notify/fdinfo.o
  2644:    CC      drivers/video/logo/logo_linux_mono.o
  2645:    CC      drivers/video/logo/logo_linux_vga16.o
  2646:    CC      kernel/time/timekeeping.o
  2647:    CC      drivers/video/logo/logo_linux_clut224.o
  2648:    AR      kernel/sched/built-in.a
  2649:    CC      kernel/time/ntp.o
  2650:    AR      drivers/video/logo/built-in.a
  2651:    AS      arch/arm/mm/pabort-v7.o
  2652:    CC      drivers/video/backlight/backlight.o
  2653:    AS      arch/arm/mm/cache-v7.o
  2654:    CC      arch/arm/mm/copypage-v6.o
  2655:    CC      sound/core/device.o
  2656:    CC      ipc/syscall.o
  2657:    CC      kernel/irq/pm.o
  2658:    CC      kernel/dma/contiguous.o
  2659:    CC      kernel/dma/coherent.o
  2660:    CC      arch/arm/kernel/atags_parse.o
  2661:    CC      sound/core/info.o
  2662:    CC      crypto/shash.o
  2663:    CC      kernel/module/tree_lookup.o
  2664:    CC      net/core/skbuff.o
  2665:    CC      kernel/futex/requeue.o
  2666:    CC      kernel/futex/waitwake.o
  2667:    CC      drivers/gpio/gpiolib-devres.o
  2668:    CC      net/core/datagram.o
  2669:    CC      drivers/gpio/gpiolib-legacy.o
  2670:    CC      block/blk-sysfs.o
  2671:    CC      arch/arm/mm/context.o
  2672:    AR      fs/notify/built-in.a
  2673:    CC      ipc/ipc_sysctl.o
  2674:    CC      block/blk-flush.o
  2675:    CC      kernel/irq/ipi.o
  2676:    CC      fs/iomap/trace.o
  2677:    AR      fs/quota/built-in.a
  2678:    AS      arch/arm/kernel/entry-armv.o
  2679:    CC      arch/arm/kernel/bugs.o
  2680:    CC      fs/proc/task_mmu.o
  2681:    CC      kernel/cgroup/cgroup.o
  2682:    CC      kernel/cgroup/rstat.o
  2683:    CC      kernel/dma/remap.o
  2684:    CC      arch/arm/kernel/cpuidle.o
  2685:    CC      kernel/module/kallsyms.o
  2686:    AR      drivers/video/backlight/built-in.a
  2687:    CC      drivers/video/fbdev/core/fb_cmdline.o
  2688:    CC      drivers/video/fbdev/core/fb_notify.o
  2689:    CC      kernel/module/procfs.o
  2690:    CC      kernel/module/sysfs.o
  2691:    CC      sound/core/vmaster.o
  2692:    AR      drivers/video/fbdev/omap/built-in.a
  2693:    CC      kernel/irq/affinity.o
  2694:    AR      kernel/futex/built-in.a
  2695:    AR      ipc/built-in.a
  2696:    AR      drivers/video/fbdev/omap2/omapfb/dss/built-in.a
  2697:    AR      drivers/video/fbdev/omap2/omapfb/displays/built-in.a
  2698:    CC      kernel/time/clocksource.o
  2699:    AR      virt/lib/built-in.a
  2700:    AR      drivers/video/fbdev/omap2/omapfb/built-in.a
  2701:    AR      drivers/video/fbdev/omap2/built-in.a
  2702:    AR      virt/built-in.a
  2703:    CC      drivers/gpio/gpiolib-of.o
  2704:    CC      sound/core/timer.o
  2705:    AS      arch/arm/lib/ashldi3.o
  2706:    CC      crypto/acompress.o
  2707:    AS      arch/arm/lib/ashrdi3.o
  2708:    AS      arch/arm/lib/backtrace.o
  2709:    AS      arch/arm/mm/tlb-v7.o
  2710:    AS      arch/arm/lib/bswapsdi2.o
  2711:    AS      arch/arm/mm/proc-v7.o
  2712:    AS      arch/arm/lib/call_with_stack.o
  2713:    CC      arch/arm/mm/proc-v7-bugs.o
  2714:    CC      drivers/video/hdmi.o
  2715:    CC      mm/shmem.o
  2716:    AS      arch/arm/lib/changebit.o
  2717:    AS      arch/arm/lib/clear_user.o
  2718:    CC      arch/arm/kernel/armksyms.o
  2719:    AS      arch/arm/lib/clearbit.o
  2720:    AS      arch/arm/lib/copy_from_user.o
  2721:    AS      arch/arm/lib/copy_page.o
  2722:    CC      fs/proc/inode.o
  2723:    AS      arch/arm/lib/copy_to_user.o
  2724:    AS      arch/arm/lib/csumipv6.o
  2725:    AS      arch/arm/lib/csumpartial.o
  2726:    AS      arch/arm/lib/csumpartialcopy.o
  2727:    AS      arch/arm/lib/csumpartialcopyuser.o
  2728:    AS      arch/arm/lib/delay-loop.o
  2729:    AR      kernel/dma/built-in.a
  2730:    CC      arch/arm/lib/delay.o
  2731:    CC      fs/proc/root.o
  2732:    CC      block/blk-settings.o
  2733:    CC      fs/iomap/iter.o
  2734:    CC      arch/arm/mm/l2c-common.o
  2735:    CC      arch/arm/mm/cache-l2x0.o
  2736:    CC      mm/util.o
  2737:    CC      net/ethernet/eth.o
  2738:    AR      net/802/built-in.a
  2739:    CC      net/sched/sch_generic.o
  2740:    CC      sound/core/pcm.o
  2741:    CC      drivers/video/fbdev/core/fbmem.o
  2742:    AR      kernel/irq/built-in.a
  2743:    CC      net/netlink/af_netlink.o
  2744:    AR      kernel/module/built-in.a
  2745:    AR      net/bpf/built-in.a
  2746:    AS      arch/arm/mm/l2c-l2x0-resume.o
  2747:    CC      net/ethtool/ioctl.o
  2748:    CC      kernel/time/jiffies.o
  2749:    CC      net/ipv4/route.o
  2750:    CC      net/ipv4/inetpeer.o
  2751:    CC      drivers/gpio/gpiolib-cdev.o
  2752:    CC      drivers/gpio/gpio-mmio.o
  2753:    AS      arch/arm/lib/div64.o
  2754:    AS      arch/arm/lib/findbit.o
  2755:    CC      drivers/video/display_timing.o
  2756:    CC      crypto/scompress.o
  2757:    AS      arch/arm/lib/getuser.o
  2758:    AS      arch/arm/lib/io-readsb.o
  2759:    CC      crypto/sha1_generic.o
  2760:    AS      arch/arm/lib/io-readsl.o
  2761:    AS      arch/arm/lib/io-readsw-armv4.o
  2762:    CC      arch/arm/kernel/module.o
  2763:    AS      arch/arm/lib/io-writesb.o
  2764:    AS      arch/arm/lib/io-writesl.o
  2765:    AS      arch/arm/lib/io-writesw-armv4.o
  2766:    AS      arch/arm/lib/lib1funcs.o
  2767:    AS      arch/arm/lib/lshrdi3.o
  2768:    AS      arch/arm/lib/memchr.o
  2769:    AS      arch/arm/lib/memcpy.o
  2770:    AS      arch/arm/lib/memmove.o
  2771:    CC      net/core/stream.o
  2772:    AS      arch/arm/lib/memset.o
  2773:    AS      arch/arm/lib/muldi3.o
  2774:    AS      arch/arm/lib/putuser.o
  2775:    AS      arch/arm/lib/setbit.o
  2776:    CC      net/core/scm.o
  2777:    CC      fs/proc/base.o
  2778:    AS      arch/arm/lib/strchr.o
  2779:    AS      arch/arm/lib/strrchr.o
  2780:    AS      arch/arm/lib/testchangebit.o
  2781:    AS      arch/arm/lib/testclearbit.o
  2782:    CC      fs/iomap/buffered-io.o
  2783:    CC      kernel/time/timer_list.o
  2784:    AS      arch/arm/lib/testsetbit.o
  2785:    AS      arch/arm/lib/ucmpdi2.o
  2786:    AR      arch/arm/lib/built-in.a
  2787:    CC      block/blk-ioc.o
  2788:    AR      arch/arm/lib/lib.a
  2789:    CC      fs/iomap/direct-io.o
  2790:  /usr/bin//make -j1 O=/dev/shm/qemu/out-br HOSTCC="/usr/bin//gcc" HOSTCXX="/usr/bin//g++" syncconfig
  2791:    CC      fs/proc/generic.o
  2792:    CC      fs/proc/array.o
  2793:    CC      sound/core/pcm_native.o
  2794:    AR      arch/arm/mm/built-in.a
  2795:    CC      net/unix/af_unix.o
  2796:    CC      net/ipv6/addrconf_core.o
  2797:    CC      net/ipv6/exthdrs_core.o
  2798:    CC      arch/arm/kernel/module-plts.o
  2799:    CC      crypto/deflate.o
  2800:    AR      net/ethernet/built-in.a
  2801:    CC      crypto/crc32c_generic.o
  2802:    CC      kernel/time/timeconv.o
  2803:    GEN     /dev/shm/qemu/out-br/Makefile
  2804:    CC      kernel/time/timecounter.o
  2805:    CC      block/blk-map.o
  2806:    CC      drivers/video/fbdev/core/fbmon.o
  2807:    CC      block/blk-merge.o
  2808:    CC      sound/core/pcm_lib.o
  2809:    CC      mm/mmzone.o
  2810:    CC      net/sched/sch_mq.o
  2811:    CC      sound/core/pcm_misc.o
  2812:    CC      sound/core/pcm_memory.o
  2813:    CC      sound/core/memalloc.o
  2814:    AS      arch/arm/kernel/sleep.o
  2815:    AR      drivers/gpio/built-in.a
  2816:    CC      net/core/gen_stats.o
  2817:    CC      arch/arm/kernel/suspend.o
  2818:    CC      kernel/time/alarmtimer.o
  2819:    CC      drivers/video/fbdev/core/fbcmap.o
  2820:    CC      net/netlink/genetlink.o
  2821:    CC      crypto/lzo.o
  2822:  >>> host-skeleton  Extracting
  2823:  >>> host-skeleton  Patching
  2824:  >>> host-skeleton  Configuring
  2825:    CC      arch/arm/kernel/smp.o
  2826:    CC      net/ipv6/ip6_checksum.o
  2827:  >>> host-skeleton  Building
  2828:    CC      mm/vmstat.o
  2829:  >>> host-skeleton  Installing to host directory
  2830:    CC      fs/kernfs/mount.o
  2831:    CC      fs/proc/fd.o
  2832:    CC      sound/core/pcm_timer.o
  2833:    CC      net/core/gen_estimator.o
  2834:  ccache-3.7.12.tar.xz: OK (sha256: a02f4e8360dc6618bc494ca35b0ae21cea080f804a4898eab1ad3fcd108eb400)
  2835:    CC      net/netlink/policy.o
  2836:    CC      net/core/net_namespace.o
  2837:  >>> host-ccache 3.7.12 Extracting
  2838:  xzcat /mnt/storage/buildroot_cache/download/ccache/ccache-3.7.12.tar.xz | tar --strip-components=1 -C /dev/shm/qemu/out-br/build/host-ccache-3.7.12   -xf -
  2839:    CC      mm/backing-dev.o
  2840:    CC      net/ipv6/ip6_icmp.o
  2841:    CC      fs/iomap/fiemap.o
  2842:    CC      net/packet/af_packet.o
  2843:  >>> host-ccache 3.7.12 Patching
  2844:  sed -i 's,getenv("CCACHE_DIR"),getenv("BR_CACHE_DIR"),' /dev/shm/qemu/out-br/build/host-ccache-3.7.12/src/ccache.c
  2845:  sed -i 's,"%s/.ccache","%s/.ccache",' /dev/shm/qemu/out-br/build/host-ccache-3.7.12/src/conf.c
  2846:  >>> host-ccache 3.7.12 Updating config.sub and config.guess
  2847:  for file in config.guess config.sub; do for i in $(find /dev/shm/qemu/out-br/build/host-ccache-3.7.12 -name $file); do cp support/gnuconfig/$file $i; done; done
  2848:    CC      crypto/lzo-rle.o
  2849:  >>> host-ccache 3.7.12 Patching libtool
  2850:    CC      net/ipv4/protocol.o
  2851:    CC      net/sched/sch_frag.o
  2852:  >>> host-ccache 3.7.12 Configuring
  2853:  (cd /dev/shm/qemu/out-br/build/host-ccache-3.7.12/ && rm -rf config.cache; PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig" AR="/usr/bin//ar" AS="/usr/bin//as" LD="/usr/bin//ld" NM="/usr/bin//nm" CC="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" GCC="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" CXX="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++" CPP="/usr/bin//cpp" OBJCOPY="/usr/bin//objcopy" RANLIB="/usr/bin//ranlib" CPPFLAGS="-I/dev/shm/qemu/out-br/host/include" CFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" CXXFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib" INTLTOOL_PERL=/usr/bin//perl CFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib" CC="/usr/bin//gcc" CXX="/usr/bin//g++" CONFIG_SITE=/dev/null ./configure --prefix="/dev/shm/qemu/out-br/host" --sysconfdir="/dev/shm/qemu/out-br/host/etc" --localstatedir="/dev/shm/qemu/out-br/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking  --with-bundled-zlib )
  2854:    CC      kernel/cgroup/namespace.o
  2855:    CC      net/ethtool/common.o
  2856:    CC      block/blk-timeout.o
  2857:  configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking
  2858:    CC      kernel/time/posix-timers.o
  2859:  configure: configuring ccache
  2860:  checking build system type...   CC      drivers/video/fbdev/core/fbsysfs.o
  2861:  x86_64-pc-linux-gnu
  2862:  checking host system type... x86_64-pc-linux-gnu
  2863:  checking for gcc... /usr/bin//gcc
  2864:  checking whether the C compiler works... yes
  2865:  checking for C compiler default output file name... a.out
  2866:  checking for suffix of executables...   CC      net/ipv6/output_core.o
  2867:  
  2868:  checking whether we are cross compiling... no
  2869:  checking for suffix of object files... o
  2870:  checking whether we are using the GNU C compiler...   CC      fs/proc/proc_tty.o
  2871:    CC      fs/kernfs/inode.o
  2872:    CC      fs/proc/cmdline.o
  2873:  yes
  2874:  checking whether /usr/bin//gcc accepts -g... yes
  2875:  checking for /usr/bin//gcc option to accept ISO C89...   CC      net/ipv6/protocol.o
  2876:    CC      fs/iomap/seek.o
  2877:    CC      fs/iomap/swapfile.o
  2878:  none needed
  2879:  checking whether we are using the clang C compiler... no
  2880:  checking for /usr/bin//gcc option to accept ISO C99... none needed
  2881:  checking how to run the C preprocessor... /usr/bin//cpp
  2882:    CC      crypto/zstd.o
  2883:  checking for a BSD-compatible install...   CC      arch/arm/kernel/smp_tlb.o
  2884:  /usr/bin//install -c
  2885:  checking for ranlib... /usr/bin//ranlib
  2886:  checking for ar... /usr/bin//ar
  2887:  checking for bash... /bin/bash
  2888:  checking for dirent.h that defines DIR... yes
  2889:  checking for library containing opendir...   CC      mm/mm_init.o
  2890:  none required
  2891:  checking whether time.h and sys/time.h may both be included...   CC      kernel/cgroup/cgroup-v1.o
  2892:    CC      kernel/cgroup/freezer.o
  2893:    AR      sound/core/built-in.a
  2894:    CC      fs/proc/consoles.o
  2895:  yes
  2896:  checking for sys/wait.h that is POSIX.1 compatible...   AR      sound/drivers/opl3/built-in.a
  2897:    AR      sound/drivers/opl4/built-in.a
  2898:    AR      net/netlink/built-in.a
  2899:    AR      sound/drivers/mpu401/built-in.a
  2900:    CC      block/blk-lib.o
  2901:    AR      sound/drivers/vx/built-in.a
  2902:  yes
  2903:  checking for grep that handles long lines and -e...   CC      mm/percpu.o
  2904:  /usr/bin//grep
  2905:  checking for egrep...   AR      sound/drivers/pcsp/built-in.a
  2906:  /usr/bin//grep -E
  2907:  checking for ANSI C header files...   AR      sound/drivers/built-in.a
  2908:    AR      sound/isa/ad1816a/built-in.a
  2909:    AR      sound/isa/ad1848/built-in.a
  2910:    AR      sound/isa/cs423x/built-in.a
  2911:    CC      kernel/trace/trace_clock.o
  2912:    AR      sound/isa/es1688/built-in.a
  2913:    CC      sound/pci/ac97/ac97_codec.o
  2914:    AR      sound/isa/galaxy/built-in.a
  2915:    CC      sound/pci/ac97/ac97_pcm.o
  2916:    AR      sound/isa/gus/built-in.a
  2917:    AR      sound/isa/msnd/built-in.a
  2918:    CC      net/ipv4/ip_input.o
  2919:    AR      sound/isa/opti9xx/built-in.a
  2920:    AR      sound/isa/sb/built-in.a
  2921:    AR      sound/isa/wavefront/built-in.a
  2922:    AR      sound/isa/wss/built-in.a
  2923:    AR      sound/isa/built-in.a
  2924:    AR      sound/pci/ali5451/built-in.a
  2925:    AR      sound/ppc/built-in.a
  2926:    CC      net/ipv6/ip6_offload.o
  2927:  yes
  2928:  checking for sys/types.h...   CC      net/unix/garbage.o
  2929:  yes
  2930:  checking for sys/stat.h...   CC      sound/arm/aaci.o
  2931:  yes
  2932:  checking for stdlib.h...   CC      net/ethtool/netlink.o
  2933:    CC      fs/kernfs/dir.o
  2934:  yes
  2935:  checking for string.h... yes
  2936:  checking for memory.h...   CC      net/core/secure_seq.o
  2937:    CC      drivers/video/fbdev/core/modedb.o
  2938:  yes
  2939:  checking for strings.h...   AR      net/sched/built-in.a
  2940:    CC      net/core/flow_dissector.o
  2941:  yes
  2942:  checking for inttypes.h...   CC      net/core/sysctl_net_core.o
  2943:    CC      kernel/trace/ring_buffer.o
  2944:  yes
  2945:  checking for stdint.h...   CC      crypto/hash_info.o
  2946:    CC      arch/arm/kernel/smp_scu.o
  2947:    CC      kernel/trace/trace.o
  2948:    AR      fs/iomap/built-in.a
  2949:  yes
  2950:  checking for unistd.h...   CC      arch/arm/kernel/smp_twd.o
  2951:    CC      fs/proc/cpuinfo.o
  2952:    AR      crypto/built-in.a
  2953:    CC      net/ethtool/bitset.o
  2954:  yes
  2955:  checking for long long...   CC      kernel/time/posix-cpu-timers.o
  2956:    CC      drivers/video/videomode.o
  2957:  yes
  2958:  checking ctype.h usability...   CC      kernel/bpf/core.o
  2959:  yes
  2960:  checking ctype.h presence... yes
  2961:  checking for ctype.h... yes
  2962:  checking pwd.h usability...   CC      kernel/events/core.o
  2963:    CC      block/blk-mq.o
  2964:    CC      sound/pci/ac97/ac97_proc.o
  2965:    CC      block/blk-mq-tag.o
  2966:  yes
  2967:  checking pwd.h presence... yes
  2968:  checking for pwd.h... yes
  2969:  checking for stdlib.h... (cached) yes
  2970:  checking for string.h... (cached) yes
  2971:  checking for strings.h... (cached) yes
  2972:  checking sys/time.h usability... yes
  2973:  checking sys/time.h presence... yes
  2974:  checking for sys/time.h... yes
  2975:  checking sys/mman.h usability... yes
  2976:  checking sys/mman.h presence... yes
  2977:  checking for sys/mman.h... yes
  2978:  checking termios.h usability... yes
  2979:  checking termios.h presence...   CC      net/sunrpc/clnt.o
  2980:  yes
  2981:  checking for termios.h... yes
  2982:  checking for gethostname... yes
  2983:  checking for getopt_long...   CC      fs/proc/devices.o
  2984:  yes
  2985:  checking for getpwuid...   CC      net/unix/sysctl_net_unix.o
  2986:    CC      net/ipv4/ip_fragment.o
  2987:    CC      kernel/cgroup/cpuset.o
  2988:    AR      sound/arm/built-in.a
  2989:    CC      drivers/video/fbdev/core/fbcvt.o
  2990:    CC      arch/arm/kernel/arch_timer.o
  2991:    CC      net/ipv4/ip_forward.o
  2992:  yes
  2993:  checking for gettimeofday... yes
  2994:  checking for localtime_r... yes
  2995:  checking for mkstemp... yes
  2996:  checking for realpath...   CC      fs/kernfs/file.o
  2997:    CC      net/ipv6/tcpv6_offload.o
  2998:  yes
  2999:  checking for setenv...   CC      kernel/time/posix-clock.o
  3000:  yes
  3001:  checking for strndup...   CC      fs/kernfs/symlink.o
  3002:  yes
  3003:  checking for strtok_r...   CC      arch/arm/kernel/unwind.o
  3004:  yes
  3005:  checking for unsetenv...   CC      net/sunrpc/xprt.o
  3006:  yes
  3007:  checking for utimes...   CC      net/ethtool/strset.o
  3008:  yes
  3009:  checking for compar_fn_t in stdlib.h...   CC      kernel/fork.o
  3010:  yes
  3011:  checking for stdarg.h... yes
  3012:  checking for varargs.h...   CC      net/9p/mod.o
  3013:    CC      net/ipv6/exthdrs_offload.o
  3014:  no
  3015:  checking for unsigned long long int... yes
  3016:  checking for vsnprintf...   CC      fs/proc/interrupts.o
  3017:  yes
  3018:  checking whether vsnprintf is C99 compliant...   AR      net/packet/built-in.a
  3019:    CC      kernel/time/itimer.o
  3020:    CC      mm/slab_common.o
  3021:  yes
  3022:  checking for snprintf...   CC      net/unix/scm.o
  3023:    CC      drivers/video/fbdev/core/fb_defio.o
  3024:  yes
  3025:  checking whether snprintf is C99 compliant...   CC      kernel/time/clockevents.o
  3026:    CC      arch/arm/kernel/devtree.o
  3027:  yes
  3028:  checking for vasprintf...   CC      net/core/dev.o
  3029:  yes
  3030:  checking for asprintf... yes
  3031:  checking for library containing cos...   CC      net/devres.o
  3032:    AR      fs/kernfs/built-in.a
  3033:    CC      fs/proc/loadavg.o
  3034:    CC      net/ipv4/ip_options.o
  3035:    CC      fs/sysfs/file.o
  3036:    CC      fs/devpts/inode.o
  3037:  -lm
  3038:  configure: using bundled zlib as requested
  3039:  checking whether byte ordering is bigendian...   CC      net/9p/client.o
  3040:  no
  3041:  checking for inline... inline
  3042:  checking for extern inline... no
  3043:  configure: developer mode disabled
  3044:  checking whether C compiler supports -Wno-implicit-fallthrough... yes
  3045:  configure: creating ./config.status
  3046:    CC      net/9p/error.o
  3047:    CC      net/ipv4/ip_output.o
  3048:  config.status: creating Makefile
  3049:  config.status: creating config.h
  3050:  configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking
  3051:  configure: now build ccache by running make
  3052:    AR      net/ipv6/built-in.a
  3053:    CC      kernel/time/tick-common.o
  3054:    CC      net/ipv4/ip_sockglue.o
  3055:    CC      arch/arm/kernel/swp_emulate.o
  3056:  >>> host-ccache 3.7.12 Building
  3057:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig"  /usr/bin//make   -C /dev/shm/qemu/out-br/build/host-ccache-3.7.12/
  3058:    CC       src/main.o
  3059:    CC      net/socket.o
  3060:    CC       src/args.o
  3061:    AR      kernel/cgroup/built-in.a
  3062:    CC      fs/netfs/buffered_read.o
  3063:    CC      fs/proc/meminfo.o
  3064:    CC      fs/proc/stat.o
  3065:    CC      net/ethtool/linkinfo.o
  3066:    CC      drivers/video/fbdev/core/fbcon.o
  3067:    CC      net/core/dev_addr_lists.o
  3068:    AR      net/unix/built-in.a
  3069:    CC       src/ccache.o
  3070:    CC      fs/netfs/io.o
  3071:    CC      fs/sysfs/dir.o
  3072:    AR      fs/devpts/built-in.a
  3073:    AR      sound/sh/built-in.a
  3074:    CC      fs/proc/uptime.o
  3075:    CC      block/blk-stat.o
  3076:    AR      sound/pci/ac97/built-in.a
  3077:    AR      sound/pci/asihpi/built-in.a
  3078:    AR      sound/pci/au88x0/built-in.a
  3079:    AR      sound/pci/aw2/built-in.a
  3080:    AR      sound/pci/ctxfi/built-in.a
  3081:    AR      sound/pci/ca0106/built-in.a
  3082:    AR      sound/pci/cs46xx/built-in.a
  3083:    CC      net/sunrpc/socklib.o
  3084:    AR      sound/pci/cs5535audio/built-in.a
  3085:    AR      sound/pci/lola/built-in.a
  3086:    AR      sound/pci/lx6464es/built-in.a
  3087:    AR      sound/pci/echoaudio/built-in.a
  3088:    AR      sound/pci/emu10k1/built-in.a
  3089:    AR      sound/pci/hda/built-in.a
  3090:    AR      kernel/bpf/built-in.a
  3091:    CC      fs/netfs/main.o
  3092:    AR      sound/pci/ice1712/built-in.a
  3093:    AR      sound/pci/korg1212/built-in.a
  3094:    AR      sound/pci/mixart/built-in.a
  3095:    AR      sound/pci/nm256/built-in.a
  3096:    AR      sound/pci/oxygen/built-in.a
  3097:    AR      sound/pci/pcxhr/built-in.a
  3098:    AR      sound/pci/riptide/built-in.a
  3099:    AR      sound/pci/rme9652/built-in.a
  3100:    AR      sound/pci/trident/built-in.a
  3101:    AR      sound/pci/ymfpci/built-in.a
  3102:    AR      sound/pci/vx222/built-in.a
  3103:    AR      sound/pci/built-in.a
  3104:    AR      sound/synth/built-in.a
  3105:    AR      sound/usb/misc/built-in.a
  3106:    AR      sound/usb/usx2y/built-in.a
  3107:    AR      sound/usb/caiaq/built-in.a
  3108:    CC      fs/sysfs/symlink.o
  3109:    AR      sound/usb/6fire/built-in.a
  3110:    AR      sound/usb/hiface/built-in.a
  3111:    CC      kernel/time/tick-broadcast.o
  3112:    AR      sound/usb/bcd2000/built-in.a
  3113:    AR      sound/usb/built-in.a
  3114:    CC      kernel/time/sched_clock.o
  3115:    AR      sound/firewire/built-in.a
  3116:    CC      mm/compaction.o
  3117:    AR      sound/sparc/built-in.a
  3118:    CC      drivers/video/fbdev/core/bitblit.o
  3119:    AR      sound/spi/built-in.a
  3120:    AR      sound/parisc/built-in.a
  3121:    AR      sound/pcmcia/vx/built-in.a
  3122:    CC      arch/arm/kernel/hw_breakpoint.o
  3123:    AR      sound/pcmcia/pdaudiocf/built-in.a
  3124:    AR      sound/pcmcia/built-in.a
  3125:    AR      sound/mips/built-in.a
  3126:    AR      sound/soc/built-in.a
  3127:    CC      arch/arm/kernel/perf_regs.o
  3128:    AR      sound/atmel/built-in.a
  3129:    CC      fs/proc/util.o
  3130:    AR      sound/hda/built-in.a
  3131:    CC      arch/arm/kernel/perf_callchain.o
  3132:    AR      sound/x86/built-in.a
  3133:    AR      sound/xen/built-in.a
  3134:    AR      sound/virtio/built-in.a
  3135:    CC      sound/sound_core.o
  3136:    CC      sound/ac97_bus.o
  3137:    CC      fs/netfs/objects.o
  3138:    CC      arch/arm/kernel/perf_event_xscale.o
  3139:    CC      kernel/exec_domain.o
  3140:    CC      net/sunrpc/xprtsock.o
  3141:    CC      net/ethtool/linkmodes.o
  3142:    CC      fs/sysfs/mount.o
  3143:    CC      block/blk-mq-sysfs.o
  3144:    CC      fs/sysfs/group.o
  3145:    CC       src/cleanup.o
  3146:    CC      kernel/trace/trace_output.o
  3147:    CC      lib/math/div64.o
  3148:    CC      fs/proc/version.o
  3149:    CC      net/9p/protocol.o
  3150:    CC      kernel/time/vsyscall.o
  3151:    CC       src/compopt.o
  3152:    CC      lib/math/gcd.o
  3153:    CC      kernel/panic.o
  3154:    CC       src/conf.o
  3155:    CC      kernel/cpu.o
  3156:    CC      sound/last.o
  3157:    CC      arch/arm/kernel/perf_event_v6.o
  3158:    CC      block/blk-mq-cpumap.o
  3159:    CC      lib/math/lcm.o
  3160:    AR      fs/netfs/built-in.a
  3161:    CC      lib/math/int_pow.o
  3162:    CC      lib/math/int_sqrt.o
  3163:    CC      fs/proc/softirqs.o
  3164:    CC      fs/proc/namespaces.o
  3165:    CC      arch/arm/kernel/perf_event_v7.o
  3166:    CC      net/sunrpc/sched.o
  3167:    CC      block/blk-mq-sched.o
  3168:    CC      net/core/dst.o
  3169:    CC       src/confitems.o
  3170:    CC      drivers/video/fbdev/core/softcursor.o
  3171:    CC      lib/math/reciprocal_div.o
  3172:    CC      net/ipv4/inet_hashtables.o
  3173:    CC      drivers/video/fbdev/core/cfbfillrect.o
  3174:    CC      drivers/video/fbdev/core/cfbcopyarea.o
  3175:    CC       src/counters.o
  3176:    AR      kernel/time/built-in.a
  3177:    CC      drivers/video/fbdev/core/cfbimgblt.o
  3178:    CC      net/9p/trans_common.o
  3179:    CC       src/execute.o
  3180:    CC      lib/math/rational.o
  3181:    CC      drivers/video/fbdev/core/sysfillrect.o
  3182:    AR      fs/sysfs/built-in.a
  3183:    CC      net/9p/trans_fd.o
  3184:    AR      sound/built-in.a
  3185:    CC      net/9p/trans_virtio.o
  3186:    CC      net/sunrpc/auth.o
  3187:    CC       src/exitfn.o
  3188:    CC      fs/proc/self.o
  3189:    CC       src/hash.o
  3190:    CC       src/hashutil.o
  3191:    CC      net/ethtool/linkstate.o
  3192:    CC      net/ethtool/debug.o
  3193:    AR      lib/math/built-in.a
  3194:    CC      lib/crypto/chacha.o
  3195:    CC      lib/crypto/blake2s.o
  3196:    CC       src/language.o
  3197:    CC      kernel/trace/trace_seq.o
  3198:    CC      net/sysctl_net.o
  3199:    CC      kernel/trace/trace_stat.o
  3200:    CC       src/lockfile.o
  3201:    CC      arch/arm/kernel/topology.o
  3202:    CC      block/ioctl.o
  3203:    CC      fs/proc/thread_self.o
  3204:    CC       src/manifest.o
  3205:    AR      drivers/char/ipmi/built-in.a
  3206:    CC      fs/proc/proc_sysctl.o
  3207:    CC      fs/proc/proc_net.o
  3208:    CC      kernel/events/ring_buffer.o
  3209:    CC      net/sunrpc/auth_null.o
  3210:    CC      net/sunrpc/auth_unix.o
  3211:    CC      drivers/video/fbdev/core/syscopyarea.o
  3212:    CC      lib/crypto/blake2s-generic.o
  3213:    CC      drivers/video/fbdev/core/sysimgblt.o
  3214:    CC      mm/vmacache.o
  3215:    CC       src/mdfour.o
  3216:    CC      drivers/video/fbdev/core/fb_sys_fops.o
  3217:    CC      kernel/trace/trace_printk.o
  3218:    CC      arch/arm/kernel/vdso.o
  3219:    CC       src/stats.o
  3220:    CC      kernel/trace/pid_list.o
  3221:    CC      kernel/trace/trace_sched_switch.o
  3222:    CC      net/ipv4/inet_timewait_sock.o
  3223:    CC      net/ipv4/inet_connection_sock.o
  3224:    CC      net/ethtool/wol.o
  3225:    CC       src/util.o
  3226:    CC      net/ethtool/features.o
  3227:    CC      kernel/trace/trace_nop.o
  3228:    AR      net/9p/built-in.a
  3229:    CC      kernel/trace/blktrace.o
  3230:    CC      kernel/trace/trace_events.o
  3231:    CC      kernel/trace/trace_export.o
  3232:    AS      arch/arm/kernel/phys2virt.o
  3233:    AS      arch/arm/kernel/hyp-stub.o
  3234:    CC      mm/interval_tree.o
  3235:    CC      kernel/events/callchain.o
  3236:    CC      block/genhd.o
  3237:    CC      arch/arm/kernel/psci_smp.o
  3238:    AR      lib/crypto/built-in.a
  3239:    CC      lib/zlib_inflate/inffast.o
  3240:    CC      lib/zlib_inflate/inflate.o
  3241:    CC       src/confitems_lookup.o
  3242:    CC      kernel/events/hw_breakpoint.o
  3243:    AS      arch/arm/kernel/smccc-call.o
  3244:    CC      net/ethtool/privflags.o
  3245:    CC      net/ethtool/rings.o
  3246:    CC      net/ethtool/channels.o
  3247:    CC       src/envtoconfitems_lookup.o
  3248:    CC      kernel/events/uprobes.o
  3249:    CC       src/version.o
  3250:    CC       src/getopt_long.o
  3251:    CC       src/hashtable.o
  3252:    AR      drivers/video/fbdev/core/built-in.a
  3253:    CC      lib/zlib_inflate/infutil.o
  3254:    AR      drivers/video/fbdev/built-in.a
  3255:    CC      drivers/video/of_display_timing.o
  3256:    CC      drivers/video/of_videomode.o
  3257:    CC       src/hashtable_itr.o
  3258:    CC      arch/arm/kernel/spectre.o
  3259:    CC      kernel/trace/trace_event_perf.o
  3260:    CC      lib/zlib_deflate/deflate.o
  3261:    CC       src/murmurhashneutral2.o
  3262:    CC       src/snprintf.o
  3263:    CC       src/zlib/adler32.o
  3264:    CC      drivers/amba/bus.o
  3265:    AR      drivers/clk/actions/built-in.a
  3266:    AR      drivers/clk/analogbits/built-in.a
  3267:    AR      drivers/clk/bcm/built-in.a
  3268:    AR      drivers/soc/apple/built-in.a
  3269:    CC       src/zlib/crc32.o
  3270:    AR      drivers/clk/imgtec/built-in.a
  3271:    AR      drivers/soc/aspeed/built-in.a
  3272:    CC      drivers/virtio/virtio.o
  3273:    AR      drivers/clk/imx/built-in.a
  3274:    AR      drivers/soc/bcm/bcm63xx/built-in.a
  3275:    AR      drivers/soc/fsl/built-in.a
  3276:    AR      drivers/clk/ingenic/built-in.a
  3277:    AR      drivers/soc/bcm/built-in.a
  3278:    AR      drivers/clk/mediatek/built-in.a
  3279:    AR      drivers/soc/imx/built-in.a
  3280:    AR      drivers/clk/microchip/built-in.a
  3281:    AR      drivers/soc/ixp4xx/built-in.a
  3282:    CC      net/core/netevent.o
  3283:    AR      drivers/clk/mvebu/built-in.a
  3284:    AR      drivers/clk/mstar/built-in.a
  3285:    CC      net/core/neighbour.o
  3286:    AR      drivers/soc/mediatek/built-in.a
  3287:    AR      drivers/clk/ralink/built-in.a
  3288:    CC      lib/zlib_inflate/inftrees.o
  3289:    AR      drivers/soc/microchip/built-in.a
  3290:    AR      drivers/clk/renesas/built-in.a
  3291:    AR      drivers/video/built-in.a
  3292:    AR      drivers/soc/pxa/built-in.a
  3293:    AR      drivers/clk/socfpga/built-in.a
  3294:    CC      fs/proc/kmsg.o
  3295:    AR      drivers/clk/sprd/built-in.a
  3296:    AR      drivers/soc/amlogic/built-in.a
  3297:    AR      drivers/clk/sunxi-ng/built-in.a
  3298:    CC      fs/proc/page.o
  3299:    AR      drivers/soc/qcom/built-in.a
  3300:    AR      drivers/clk/ti/built-in.a
  3301:    CC      net/core/rtnetlink.o
  3302:    AR      drivers/soc/renesas/built-in.a
  3303:    CC      drivers/clk/versatile/icst.o
  3304:    AR      drivers/soc/rockchip/built-in.a
  3305:    CC       src/zlib/deflate.o
  3306:    AR      drivers/soc/sunxi/built-in.a
  3307:    CC      drivers/clk/versatile/clk-icst.o
  3308:    AR      drivers/soc/ti/built-in.a
  3309:    AR      drivers/soc/versatile/built-in.a
  3310:    AR      drivers/soc/xilinx/built-in.a
  3311:    AR      drivers/soc/built-in.a
  3312:    CC      net/core/utils.o
  3313:    CC      lib/zlib_inflate/inflate_syms.o
  3314:    CC      drivers/regulator/core.o
  3315:    CC      mm/list_lru.o
  3316:    CC      drivers/regulator/dummy.o
  3317:    CC      drivers/regulator/fixed-helper.o
  3318:    CC      lib/zlib_deflate/deftree.o
  3319:    AR      arch/arm/kernel/built-in.a
  3320:    AR      arch/arm/built-in.a
  3321:    CC      lib/zlib_deflate/deflate_syms.o
  3322:    CC      drivers/clk/versatile/clk-versatile.o
  3323:    CC      block/ioprio.o
  3324:    CC      kernel/trace/trace_events_filter.o
  3325:    CC      kernel/trace/trace_events_trigger.o
  3326:    CC      kernel/trace/trace_eprobe.o
  3327:    AR      lib/zlib_inflate/built-in.a
  3328:    CC      net/sunrpc/svc.o
  3329:    CC      drivers/regulator/helpers.o
  3330:    CC       src/zlib/gzclose.o
  3331:    CC      net/ethtool/coalesce.o
  3332:    CC      net/sunrpc/svcsock.o
  3333:    CC       src/zlib/gzlib.o
  3334:    CC      net/ipv4/tcp.o
  3335:    CC      drivers/virtio/virtio_ring.o
  3336:    CC      drivers/virtio/virtio_mmio.o
  3337:    AR      fs/proc/built-in.a
  3338:    CC      fs/ext4/balloc.o
  3339:    CC      drivers/clk/versatile/clk-sp810.o
  3340:    AR      drivers/amba/built-in.a
  3341:    CC      drivers/virtio/virtio_balloon.o
  3342:    CC       src/zlib/gzread.o
  3343:    CC      lib/lzo/lzo1x_compress.o
  3344:    CC      lib/lzo/lzo1x_decompress_safe.o
  3345:    CC      net/ethtool/pause.o
  3346:    AR      lib/zlib_deflate/built-in.a
  3347:    CC      mm/workingset.o
  3348:    CC      net/ethtool/eee.o
  3349:    CC       src/zlib/gzwrite.o
  3350:    CC      drivers/clk/versatile/clk-vexpress-osc.o
  3351:    AR      kernel/events/built-in.a
  3352:    CC      net/ethtool/tsinfo.o
  3353:    CC       src/zlib/inffast.o
  3354:    CC      net/sunrpc/svcauth.o
  3355:    CC      fs/ext4/bitmap.o
  3356:    CC      mm/debug.o
  3357:    CC      block/badblocks.o
  3358:    CC       src/zlib/inflate.o
  3359:    AR      lib/lzo/built-in.a
  3360:    CC      lib/lz4/lz4_decompress.o
  3361:    CC      lib/zstd/zstd_compress_module.o
  3362:    AR      drivers/clk/versatile/built-in.a
  3363:    AR      drivers/clk/xilinx/built-in.a
  3364:    CC      drivers/clk/clk-devres.o
  3365:    CC      net/sunrpc/svcauth_unix.o
  3366:    CC      drivers/regulator/devres.o
  3367:    CC      drivers/regulator/irq_helpers.o
  3368:    CC      block/blk-rq-qos.o
  3369:    CC      kernel/trace/error_report-traces.o
  3370:    CC      block/disk-events.o
  3371:    CC      drivers/tty/vt/vt_ioctl.o
  3372:    CC      lib/zstd/common/debug.o
  3373:    CC      drivers/tty/vt/vc_screen.o
  3374:    CC      net/ipv4/tcp_input.o
  3375:    CC      lib/zstd/common/entropy_common.o
  3376:    CC      net/ethtool/cabletest.o
  3377:    CC       src/zlib/inftrees.o
  3378:    CC      kernel/trace/power-traces.o
  3379:    CC      drivers/clk/clk-bulk.o
  3380:    AR      drivers/virtio/built-in.a
  3381:    CC      kernel/trace/rpm-traces.o
  3382:    CC      lib/zstd/common/error_private.o
  3383:    CC      drivers/clk/clkdev.o
  3384:    CC       src/zlib/trees.o
  3385:    CC      mm/gup.o
  3386:    CC      fs/ext4/block_validity.o
  3387:    CC      lib/zstd/common/fse_decompress.o
  3388:    CC      drivers/clk/clk.o
  3389:    CC      drivers/regulator/of_regulator.o
  3390:    CC      block/blk-ia-ranges.o
  3391:    CC      drivers/char/hw_random/core.o
  3392:    CC       src/zlib/zutil.o
  3393:    CC      net/sunrpc/addr.o
  3394:    AR      lib/lz4/built-in.a
  3395:    CC      net/ethtool/tunnels.o
  3396:    CC      kernel/trace/trace_dynevent.o
  3397:    AR       src/zlib/libz.a
  3398:    CC      kernel/trace/trace_probe.o
  3399:    RANLIB   src/zlib/libz.a
  3400:    LD       ccache
  3401:    CC      kernel/trace/trace_uprobe.o
  3402:    CC      net/sunrpc/rpcb_clnt.o
  3403:    CC      net/ipv4/tcp_output.o
  3404:    CC      net/ipv4/tcp_timer.o
  3405:  >>> host-ccache 3.7.12 Installing to host directory
  3406:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig"  /usr/bin//make  install -C /dev/shm/qemu/out-br/build/host-ccache-3.7.12/
  3407:    CP       ccache.1
  3408:    INSTALL  ccache
  3409:    INSTALL  ccache.1
  3410:  mkdir -p /home/optee/.ccache
  3411:    CC      lib/zstd/common/zstd_common.o
  3412:    CC      drivers/tty/hvc/hvc_console.o
  3413:    CC      drivers/tty/vt/selection.o
  3414:    CC      drivers/tty/vt/keyboard.o
  3415:    CC      drivers/tty/vt/consolemap.o
  3416:    CC      lib/zstd/compress/fse_compress.o
  3417:  attr-2.5.1.tar.xz: OK (sha256: db448a626f9313a1a970d636767316a8da32aede70518b8050fa0de7947adc32)
  3418:  >>> host-attr 2.5.1 Extracting
  3419:  xzcat /mnt/storage/buildroot_cache/download/attr/attr-2.5.1.tar.xz | tar --strip-components=1 -C /dev/shm/qemu/out-br/build/host-attr-2.5.1   -xf -
  3420:  >>> host-attr 2.5.1 Patching
  3421:  
  3422:  Applying 0001-build-with-older-GCCs.patch using patch: 
  3423:  patching file include/attributes.h
  3424:    CC      lib/zstd/compress/hist.o
  3425:  >>> host-attr 2.5.1 Updating config.sub and config.guess
  3426:  for file in config.guess config.sub; do for i in $(find /dev/shm/qemu/out-br/build/host-attr-2.5.1 -name $file); do cp support/gnuconfig/$file $i; done; done
  3427:  >>> host-attr 2.5.1 Patching libtool
  3428:  patching file /dev/shm/qemu/out-br/build/host-attr-2.5.1/build-aux/ltmain.sh
  3429:  Hunk #1 succeeded at 2694 (offset 7 lines).
  3430:  Hunk #2 succeeded at 4284 (offset 7 lines).
  3431:  Hunk #3 succeeded at 6579 (offset 25 lines).
  3432:  Hunk #4 succeeded at 6589 (offset 25 lines).
  3433:  Hunk #5 succeeded at 6882 (offset 25 lines).
  3434:  Hunk #6 succeeded at 7174 (offset 25 lines).
  3435:  Hunk #7 succeeded at 8142 (offset 30 lines).
  3436:  Hunk #8 succeeded at 10771 (offset 61 lines).
  3437:  >>> host-attr 2.5.1 Configuring
  3438:  (cd /dev/shm/qemu/out-br/build/host-attr-2.5.1/ && rm -rf config.cache; PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig" AR="/usr/bin//ar" AS="/usr/bin//as" LD="/usr/bin//ld" NM="/usr/bin//nm" CC="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" GCC="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" CXX="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++" CPP="/usr/bin//cpp" OBJCOPY="/usr/bin//objcopy" RANLIB="/usr/bin//ranlib" CPPFLAGS="-I/dev/shm/qemu/out-br/host/include" CFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" CXXFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib" INTLTOOL_PERL=/usr/bin//perl CFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib"  CONFIG_SITE=/dev/null ./configure --prefix="/dev/shm/qemu/out-br/host" --sysconfdir="/dev/shm/qemu/out-br/host/etc" --localstatedir="/dev/shm/qemu/out-br/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking   )
  3439:    CC      net/core/link_watch.o
  3440:    CC      drivers/regulator/fixed.o
  3441:    CC      block/mq-deadline.o
  3442:    CC      drivers/clk/clk-divider.o
  3443:    CC      fs/ext4/dir.o
  3444:  configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop
  3445:    CC      block/kyber-iosched.o
  3446:  checking for a BSD-compatible install...   CC      drivers/char/hw_random/virtio-rng.o
  3447:  /usr/bin//install -c
  3448:  checking whether build environment is sane... yes
  3449:  checking for a thread-safe mkdir -p... /usr/bin//mkdir -p
  3450:  checking for gawk... gawk
  3451:  checking whether make sets $(MAKE)... yes
  3452:  checking whether make supports nested variables... yes
  3453:  checking whether make supports nested variables... (cached) yes
  3454:  checking for gcc... /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc
  3455:    CC      drivers/char/hw_random/optee-rng.o
  3456:    CC      lib/zstd/compress/huf_compress.o
  3457:  checking whether the C compiler works... yes
  3458:  checking for C compiler default output file name... a.out
  3459:  checking for suffix of executables... 
  3460:  checking whether we are cross compiling...   CC      fs/ext4/ext4_jbd2.o
  3461:  no
  3462:  checking for suffix of object files... o
  3463:  checking whether we are using the GNU C compiler... yes
  3464:  checking whether /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc accepts -g... yes
  3465:  checking for /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc option to accept ISO C89... none needed
  3466:  checking whether /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc understands -c and -o together...   CC      drivers/clk/clk-fixed-factor.o
  3467:  yes
  3468:  checking whether make supports the include directive... yes (GNU style)
  3469:  checking dependency style of /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc... none
  3470:  checking how to run the C preprocessor... /usr/bin//cpp
  3471:    AR      drivers/iommu/amd/built-in.a
  3472:  checking for grep that handles long lines and -e... /usr/bin//grep
  3473:  checking for egrep... /usr/bin//grep -E
  3474:  checking for ANSI C header files...   AR      drivers/iommu/intel/built-in.a
  3475:    AR      drivers/iommu/arm/arm-smmu/built-in.a
  3476:    AR      drivers/iommu/arm/arm-smmu-v3/built-in.a
  3477:    CC      drivers/char/hw_random/arm_smccc_trng.o
  3478:    AR      drivers/iommu/arm/built-in.a
  3479:    AR      drivers/iommu/built-in.a
  3480:    AR      drivers/gpu/host1x/built-in.a
  3481:    CC      drivers/regulator/vexpress-regulator.o
  3482:    AR      drivers/gpu/drm/arm/built-in.a
  3483:    CC      drivers/gpu/drm/display/drm_dp_aux_bus.o
  3484:  yes
  3485:  checking for sys/types.h... yes
  3486:  checking for sys/stat.h...   CC      mm/mmap_lock.o
  3487:    CC      drivers/gpu/drm/display/drm_display_helper_mod.o
  3488:  yes
  3489:  checking for stdlib.h... yes
  3490:  checking for string.h... yes
  3491:  checking for memory.h... yes
  3492:  checking for strings.h... yes
  3493:  checking for inttypes.h... yes
  3494:    CC      lib/zstd/compress/zstd_compress.o
  3495:  checking for stdint.h...   CC      lib/zstd/compress/zstd_compress_literals.o
  3496:  yes
  3497:  checking for unistd.h...   AR      drivers/tty/hvc/built-in.a
  3498:  yes
  3499:  checking minix/config.h usability...   CC      drivers/base/power/sysfs.o
  3500:    CC      net/ethtool/fec.o
  3501:    CC      net/ethtool/eeprom.o
  3502:  no
  3503:  checking minix/config.h presence... no
  3504:  checking for minix/config.h... no
  3505:  checking whether it is safe to define __EXTENSIONS__... yes
  3506:  checking for an ANSI C-conforming const... yes
  3507:  checking for mode_t...   CC      kernel/exit.o
  3508:    CC      kernel/softirq.o
  3509:  yes
  3510:  checking for size_t...   CC      mm/highmem.o
  3511:    CC      drivers/gpu/drm/display/drm_dp_dual_mode_helper.o
  3512:    CC      fs/ext4/extents.o
  3513:    CC      drivers/gpu/drm/display/drm_dp_helper.o
  3514:    AR      drivers/char/hw_random/built-in.a
  3515:    AR      drivers/char/agp/built-in.a
  3516:  yes
  3517:  checking for working alloca.h...   CC      drivers/char/mem.o
  3518:    CC      fs/ext2/balloc.o
  3519:  yes
  3520:  checking for alloca... yes
  3521:  checking whether __attribute__((visibility())) is supported... yes
  3522:  checking for special C compiler options needed for large files... no
  3523:  checking for _FILE_OFFSET_BITS value needed for large files...   HOSTCC  drivers/tty/vt/conmakehash
  3524:  no
  3525:  checking the archiver (/usr/bin//ar) interface...   CC      drivers/clk/clk-fixed-rate.o
  3526:    CC      net/core/filter.o
  3527:  ar
  3528:    CC      net/sunrpc/timer.o
  3529:  checking build system type... x86_64-pc-linux-gnu
  3530:  checking host system type... x86_64-pc-linux-gnu
  3531:  checking how to print strings... printf
  3532:  checking for a sed that does not truncate output... /usr/bin//sed
  3533:  checking for fgrep... /usr/bin//grep -F
  3534:  checking for ld used by /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc...   CC      net/core/sock_diag.o
  3535:  /usr/bin//ld
  3536:  checking if the linker (/usr/bin//ld) is GNU ld... yes
  3537:  checking for BSD- or MS-compatible name lister (nm)... /usr/bin//nm
  3538:  checking the name lister (/usr/bin//nm) interface...   CC      drivers/tty/vt/vt.o
  3539:  BSD nm
  3540:  checking whether ln -s works... yes
  3541:  checking the maximum length of command line arguments... 1572864
  3542:  checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  3543:  checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  3544:  checking for /usr/bin//ld option to reload object files...   AR      drivers/regulator/built-in.a
  3545:  -r
  3546:  checking for objdump... objdump
  3547:  checking how to recognize dependent libraries... pass_all
  3548:  checking for dlltool... no
  3549:  checking how to associate runtime and link libraries... printf %s\n
  3550:  checking for archiver @FILE support...   CC      fs/ext4/extents_status.o
  3551:  @
  3552:  checking for strip... strip
  3553:  checking for ranlib... /usr/bin//ranlib
  3554:  checking command to parse /usr/bin//nm output from /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc object...   CC      block/blk-mq-virtio.o
  3555:    CC      drivers/base/power/generic_ops.o
  3556:    AR      kernel/trace/built-in.a
  3557:  ok
  3558:    CC      drivers/char/random.o
  3559:  checking for sysroot... no
  3560:  checking for a working dd... /usr/bin//dd
  3561:  checking how to truncate binary pipes... /usr/bin//dd bs=4096 count=1
  3562:  checking for mt... mt
  3563:  checking if mt is a manifest tool... no
  3564:  checking for dlfcn.h... yes
  3565:  checking for objdir... .libs
  3566:    CC      block/blk-pm.o
  3567:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc supports -fno-rtti -fno-exceptions... no
  3568:  checking for /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc option to produce PIC... -fPIC -DPIC
  3569:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc PIC flag -fPIC -DPIC works... yes
  3570:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc static flag -static works...   CC      drivers/char/misc.o
  3571:    CC      mm/memory.o
  3572:    CC      drivers/gpu/drm/display/drm_dp_mst_topology.o
  3573:    CC      net/core/dev_ioctl.o
  3574:    CC      drivers/clk/clk-gate.o
  3575:  yes
  3576:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc supports -c -o file.o... yes
  3577:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc supports -c -o file.o... (cached) yes
  3578:  checking whether the /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc linker (/usr/bin//ld -m elf_x86_64) supports shared libraries... yes
  3579:  checking whether -lc should be explicitly linked in... no
  3580:  checking dynamic linker characteristics...   CC      drivers/base/firmware_loader/builtin/main.o
  3581:    CC      fs/ext2/dir.o
  3582:  GNU/Linux ld.so
  3583:  checking how to hardcode library paths into programs... immediate
  3584:  checking whether stripping libraries is possible... yes
  3585:  checking if libtool supports shared libraries... yes
  3586:  checking whether to build shared libraries... yes
  3587:  checking whether to build static libraries... no
  3588:  checking whether NLS is requested... no
  3589:  checking for msgfmt... no
  3590:  checking for gmsgfmt... :
  3591:  checking for xgettext... no
  3592:    CC      drivers/base/firmware_loader/main.o
  3593:  checking for msgmerge... no
  3594:  checking for ld used by /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc... /usr/bin//ld -m elf_x86_64
  3595:  checking if the linker (/usr/bin//ld -m elf_x86_64) is GNU ld... yes
  3596:  checking for shared library run path origin...   CC      drivers/gpu/drm/display/drm_dsc_helper.o
  3597:  done
  3598:  checking for CFPreferencesCopyAppValue...   CC      drivers/base/power/common.o
  3599:  no
  3600:  checking for CFLocaleCopyCurrent...   CC      net/ethtool/stats.o
  3601:  no
  3602:  checking whether to use NLS... no
  3603:  checking that generated files are newer than configure... done
  3604:  configure: creating ./config.status
  3605:    CC      fs/ext4/file.o
  3606:    CC      fs/ext4/fsmap.o
  3607:    AR      drivers/base/firmware_loader/builtin/built-in.a
  3608:    CC      fs/ext4/fsync.o
  3609:    CC      drivers/clk/clk-multiplier.o
  3610:    CC      net/sunrpc/xdr.o
  3611:    AR      block/built-in.a
  3612:    CC      drivers/char/virtio_console.o
  3613:    CC      fs/ext4/hash.o
  3614:    AR      drivers/gpu/drm/rcar-du/built-in.a
  3615:    CC      fs/jbd2/transaction.o
  3616:    CC      kernel/resource.o
  3617:  config.status: creating libattr.pc
  3618:  config.status: creating Makefile
  3619:  config.status: creating po/Makefile.in
  3620:    CC      drivers/base/power/qos.o
  3621:  config.status: creating include/config.h
  3622:  config.status: executing depfiles commands
  3623:  config.status: executing libtool commands
  3624:    CC      kernel/sysctl.o
  3625:    CC      net/core/tso.o
  3626:  config.status: executing po-directories commands
  3627:  config.status: creating po/POTFILES
  3628:  config.status: creating po/Makefile
  3629:  config.status: executing include/attr commands
  3630:  configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop
  3631:    CC      lib/zstd/compress/zstd_compress_sequences.o
  3632:  >>> host-attr 2.5.1 Building
  3633:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig"  /usr/bin//make   -C /dev/shm/qemu/out-br/build/host-attr-2.5.1/
  3634:    CC      drivers/clk/clk-mux.o
  3635:  Making all in po
  3636:  make[4]: Nothing to be done for 'all'.
  3637:    CC       tools/attr.o
  3638:    CC       libattr/la-attr_copy_action.lo
  3639:    CC      drivers/base/power/runtime.o
  3640:    CC       libattr/la-attr_copy_check.lo
  3641:    CC      drivers/clk/clk-composite.o
  3642:    CC      lib/zstd/compress/zstd_compress_superblock.o
  3643:    AR      drivers/base/firmware_loader/built-in.a
  3644:    CC      drivers/base/regmap/regmap.o
  3645:    CC      net/core/sock_reuseport.o
  3646:    CC      fs/ext2/file.o
  3647:    CC      net/ethtool/phc_vclocks.o
  3648:    CC       libattr/la-attr_copy_fd.lo
  3649:    AR      drivers/base/test/built-in.a
  3650:    CC      fs/ext4/ialloc.o
  3651:    CC      net/ethtool/module.o
  3652:    CC      net/ipv4/tcp_ipv4.o
  3653:    CC      fs/jbd2/commit.o
  3654:    CC      drivers/base/component.o
  3655:    CC       libattr/la-attr_copy_file.lo
  3656:    CC      lib/zstd/compress/zstd_double_fast.o
  3657:    CC       libattr/la-libattr.lo
  3658:    CC      lib/zstd/compress/zstd_fast.o
  3659:    CC       libattr/la-syscalls.lo
  3660:    CC      drivers/clk/clk-fractional-divider.o
  3661:    CC      drivers/clk/clk-gpio.o
  3662:    CC      drivers/base/power/wakeirq.o
  3663:    CCLD     libattr.la
  3664:    CC      lib/xz/xz_dec_syms.o
  3665:    AR      drivers/char/built-in.a
  3666:    CC      fs/jbd2/recovery.o
  3667:    CC      fs/jbd2/checkpoint.o
  3668:    CC       libmisc/high_water_alloc.lo
  3669:    CC      lib/xz/xz_dec_stream.o
  3670:    CC      fs/ext2/ialloc.o
  3671:    COPY    drivers/tty/vt/defkeymap.c
  3672:    CONMK   drivers/tty/vt/consolemap_deftbl.c
  3673:    CC      drivers/tty/vt/defkeymap.o
  3674:    CC       libmisc/next_line.lo
  3675:    CC      lib/fonts/fonts.o
  3676:    CC      net/core/fib_notifier.o
  3677:    CC      lib/xz/xz_dec_lzma2.o
  3678:    CC       libmisc/quote.lo
  3679:    CC      lib/zstd/compress/zstd_lazy.o
  3680:    CC      drivers/tty/vt/consolemap_deftbl.o
  3681:    CC      drivers/base/power/main.o
  3682:    AR      drivers/tty/vt/built-in.a
  3683:    CC       libmisc/unquote.lo
  3684:    CC      drivers/tty/serial/serial_core.o
  3685:    CC      drivers/clk/clk-conf.o
  3686:    CC      lib/xz/xz_dec_bcj.o
  3687:    CC      mm/mincore.o
  3688:    CC       libmisc/walk_tree.lo
  3689:    CC      net/ipv4/tcp_minisocks.o
  3690:    AR      net/ethtool/built-in.a
  3691:    CC      lib/fonts/font_8x8.o
  3692:    CC      mm/mlock.o
  3693:    CCLD     libmisc.la
  3694:    AR      drivers/gpu/drm/display/built-in.a
  3695:    CC      lib/fonts/font_8x16.o
  3696:    AR      drivers/gpu/drm/omapdrm/built-in.a
  3697:    AR      drivers/gpu/drm/tilcdc/built-in.a
  3698:    CC      kernel/capability.o
  3699:    AR      drivers/gpu/drm/imx/built-in.a
  3700:    CC      net/sunrpc/sunrpc_syms.o
  3701:    CC      kernel/ptrace.o
  3702:    AR      drivers/gpu/drm/i2c/built-in.a
  3703:    CC      drivers/gpu/drm/panel/panel-simple.o
  3704:    CC      drivers/gpu/drm/panel/panel-edp.o
  3705:  /usr/bin//ar: `u' modifier ignored since `D' is the default (see `U')
  3706:    AR      drivers/gpu/drm/bridge/analogix/built-in.a
  3707:    AR      drivers/gpu/drm/bridge/cadence/built-in.a
  3708:    AR      drivers/gpu/drm/bridge/synopsys/built-in.a
  3709:    CC      drivers/gpu/drm/bridge/sii902x.o
  3710:    CCLD     attr
  3711:    AR      drivers/gpu/drm/hisilicon/built-in.a
  3712:    CC      lib/zstd/compress/zstd_ldm.o
  3713:    CC      net/core/xdp.o
  3714:    AR      drivers/clk/built-in.a
  3715:    CC      drivers/block/virtio_blk.o
  3716:    CC       tools/getfattr.o
  3717:    AR      lib/xz/built-in.a
  3718:    CCLD     getfattr
  3719:    CC      lib/argv_split.o
  3720:    AR      lib/fonts/built-in.a
  3721:    CC      lib/bug.o
  3722:    CC      fs/jbd2/revoke.o
  3723:    CC      fs/ext4/indirect.o
  3724:    CC      fs/ext2/inode.o
  3725:    AR      drivers/gpu/vga/built-in.a
  3726:    CC      mm/mmap.o
  3727:    CC       tools/setfattr.o
  3728:    CCLD     setfattr
  3729:    CC      fs/ext4/inline.o
  3730:  >>> host-attr 2.5.1 Installing to host directory
  3731:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig"  /usr/bin//make  install -C /dev/shm/qemu/out-br/build/host-attr-2.5.1/
  3732:  Making install in po
  3733:  if test "attr" = "gettext-tools"; then \
  3734:    /usr/bin//mkdir -p /dev/shm/qemu/out-br/host/share/gettext/po; \
  3735:    for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
  3736:      /usr/bin//install -c -m 644 ./$file \
  3737:  		    /dev/shm/qemu/out-br/host/share/gettext/po/$file; \
  3738:    done; \
  3739:    for file in Makevars; do \
  3740:      rm -f /dev/shm/qemu/out-br/host/share/gettext/po/$file; \
  3741:    done; \
  3742:  else \
  3743:    : ; \
  3744:  fi
  3745:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/lib'
  3746:   /bin/bash ./libtool   --mode=install /usr/bin//install -c   libattr.la '/dev/shm/qemu/out-br/host/lib'
  3747:  libtool: install: /usr/bin//install -c .libs/libattr.so.1.1.2501 /dev/shm/qemu/out-br/host/lib/libattr.so.1.1.2501
  3748:  libtool: install: (cd /dev/shm/qemu/out-br/host/lib && { ln -s -f libattr.so.1.1.2501 libattr.so.1 || { rm -f libattr.so.1 && ln -s libattr.so.1.1.2501 libattr.so.1; }; })
  3749:  libtool: install: (cd /dev/shm/qemu/out-br/host/lib && { ln -s -f libattr.so.1.1.2501 libattr.so || { rm -f libattr.so && ln -s libattr.so.1.1.2501 libattr.so; }; })
  3750:  libtool: install: /usr/bin//install -c .libs/libattr.lai /dev/shm/qemu/out-br/host/lib/libattr.la
  3751:    AR      drivers/misc/eeprom/built-in.a
  3752:    CC      drivers/mfd/mfd-core.o
  3753:    AR      drivers/misc/cb710/built-in.a
  3754:    AR      drivers/misc/ti-st/built-in.a
  3755:  libtool: finish: PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin:/sbin" ldconfig -n /dev/shm/qemu/out-br/host/lib
  3756:  ----------------------------------------------------------------------
  3757:  Libraries have been installed in:
  3758:     /dev/shm/qemu/out-br/host/lib
  3759:  
  3760:  If you ever happen to want to link against installed libraries
  3761:  in a given directory, LIBDIR, you must either use libtool, and
  3762:  specify the full pathname of the library, or use the '-LLIBDIR'
  3763:  flag during linking and do at least one of the following:
  3764:     - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  3765:       during execution
  3766:     - add LIBDIR to the 'LD_RUN_PATH' environment variable
  3767:       during linking
  3768:     - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  3769:     - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  3770:  
  3771:  See any operating system documentation about shared libraries for
  3772:  more information, such as the ld(1) and ld.so(8) manual pages.
  3773:  ----------------------------------------------------------------------
  3774:    AR      drivers/misc/lis3lv02d/built-in.a
  3775:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/bin'
  3776:    /bin/bash ./libtool   --mode=install /usr/bin//install -c attr getfattr setfattr '/dev/shm/qemu/out-br/host/bin'
  3777:    AR      drivers/misc/cardreader/built-in.a
  3778:    AR      drivers/misc/built-in.a
  3779:  libtool: install: /usr/bin//install -c attr /dev/shm/qemu/out-br/host/bin/attr
  3780:  libtool: install: /usr/bin//install -c getfattr /dev/shm/qemu/out-br/host/bin/getfattr
  3781:    AR      drivers/nfc/built-in.a
  3782:  libtool: install: /usr/bin//install -c setfattr /dev/shm/qemu/out-br/host/bin/setfattr
  3783:    CC      lib/zstd/compress/zstd_opt.o
  3784:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/etc'
  3785:   /usr/bin//install -c -m 644 xattr.conf '/dev/shm/qemu/out-br/host/etc'
  3786:  subst_install_header() { file=`echo "$1" | sed -e 's,^.*/,,'`; /usr/bin//sed -e "s/\<EXPORT\>/extern/" < "$1" > "include/$file.t" || exit 1; /usr/bin//mkdir -p "$2" || exit 1; /usr/bin//install -c -m 644 "include/$file.t" "$2/$file" || exit 1; rm -f "include/$file.t"; }; subst_install_header "include/attributes.h" "/dev/shm/qemu/out-br/host/include/attr"
  3787:  subst_install_header() { file=`echo "$1" | sed -e 's,^.*/,,'`; /usr/bin//sed -e "s/\<EXPORT\>/extern/" < "$1" > "include/$file.t" || exit 1; /usr/bin//mkdir -p "$2" || exit 1; /usr/bin//install -c -m 644 "include/$file.t" "$2/$file" || exit 1; rm -f "include/$file.t"; }; subst_install_header "include/error_context.h" "/dev/shm/qemu/out-br/host/include/attr"
  3788:  subst_install_header() { file=`echo "$1" | sed -e 's,^.*/,,'`; /usr/bin//sed -e "s/\<EXPORT\>/extern/" < "$1" > "include/$file.t" || exit 1; /usr/bin//mkdir -p "$2" || exit 1; /usr/bin//install -c -m 644 "include/$file.t" "$2/$file" || exit 1; rm -f "include/$file.t"; }; subst_install_header "include/libattr.h" "/dev/shm/qemu/out-br/host/include/attr"
  3789:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/share/doc/attr'
  3790:   /usr/bin//install -c -m 644 doc/CHANGES doc/COPYING doc/COPYING.LGPL doc/PORTING '/dev/shm/qemu/out-br/host/share/doc/attr'
  3791:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/share/man/man1'
  3792:   /usr/bin//install -c -m 644 man/man1/attr.1 man/man1/getfattr.1 man/man1/setfattr.1 '/dev/shm/qemu/out-br/host/share/man/man1'
  3793:    CC      drivers/base/regmap/regcache.o
  3794:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/share/man/man3'
  3795:   /usr/bin//install -c -m 644 man/man3/attr_get.3 man/man3/attr_list.3 man/man3/attr_multi.3 man/man3/attr_remove.3 man/man3/attr_set.3 '/dev/shm/qemu/out-br/host/share/man/man3'
  3796:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/lib/pkgconfig'
  3797:   /usr/bin//install -c -m 644 libattr.pc '/dev/shm/qemu/out-br/host/lib/pkgconfig'
  3798:  /usr/bin//make  install-data-hook
  3799:  set -e; \
  3800:  cd "/dev/shm/qemu/out-br/host/share/man"; \
  3801:  for d in man/man1/attr.1 man/man1/getfattr.1 man/man1/setfattr.1 man/man3/attr_get.3 man/man3/attr_list.3 man/man3/attr_multi.3 man/man3/attr_remove.3 man/man3/attr_set.3; do \
  3802:  	man_section=${d##*.}; \
  3803:  	d=${d#man/}; \
  3804:  	dst=${d##*/}; \
  3805:  	for m in `gawk \
  3806:  		'/^\.S[h|H] NAME/ {ok=1; next} ok {print; exit}' $d \
  3807:  		| /usr/bin//sed \
  3808:  			-e 's/^\.Nm //' -e 's/,/ /g' -e 's/\\-.*//' \
  3809:  			-e 's/\\\f[0-9]//g' -e 's/  / /g;q'`; \
  3810:  	do \
  3811:  		[ "$m" = "\\" ] && continue; \
  3812:  		ln="man$man_section/$m.$man_section"; \
  3813:  		[ -e "$ln" ] && continue; \
  3814:  		echo ln -s $dst $ln; \
  3815:  		ln -s $dst $ln; \
  3816:  	done; \
  3817:  done
  3818:  ln -s attr_get.3 man3/attr_getf.3
  3819:  ln -s attr_list.3 man3/attr_listf.3
  3820:  ln -s attr_multi.3 man3/attr_multif.3
  3821:  ln -s attr_remove.3 man3/attr_removef.3
  3822:    CC      lib/zstd/zstd_decompress_module.o
  3823:  ln -s attr_set.3 man3/attr_setf.3
  3824:    CC      lib/buildid.o
  3825:    CC      kernel/user.o
  3826:    CC      fs/ext4/inode.o
  3827:    CC      kernel/signal.o
  3828:  acl-2.3.1.tar.xz: OK (sha256: c0234042e17f11306c23c038b08e5e070edb7be44bef6697fb8734dcff1c66b1)
  3829:    AR      drivers/gpu/drm/panel/built-in.a
  3830:    CC      kernel/sys.o
  3831:  >>> host-acl 2.3.1 Extracting
  3832:  xzcat /mnt/storage/buildroot_cache/download/acl/acl-2.3.1.tar.xz | tar --strip-components=1 -C /dev/shm/qemu/out-br/build/host-acl-2.3.1   -xf -
  3833:    CC      net/sunrpc/cache.o
  3834:  >>> host-acl 2.3.1 Patching
  3835:  
  3836:  Applying 0001-Build-with-old-GCC-versions.patch using patch: 
  3837:  patching file libacl/acl_from_text.c
  3838:    CC      net/sunrpc/rpc_pipe.o
  3839:  >>> host-acl 2.3.1 Updating config.sub and config.guess
  3840:  for file in config.guess config.sub; do for i in $(find /dev/shm/qemu/out-br/build/host-acl-2.3.1 -name $file); do cp support/gnuconfig/$file $i; done; done
  3841:  >>> host-acl 2.3.1 Patching libtool
  3842:  patching file /dev/shm/qemu/out-br/build/host-acl-2.3.1/build-aux/ltmain.sh
  3843:  Hunk #1 succeeded at 2694 (offset 7 lines).
  3844:  Hunk #2 succeeded at 4284 (offset 7 lines).
  3845:  Hunk #3 succeeded at 6579 (offset 25 lines).
  3846:  Hunk #4 succeeded at 6589 (offset 25 lines).
  3847:  Hunk #5 succeeded at 6882 (offset 25 lines).
  3848:  Hunk #6 succeeded at 7174 (offset 25 lines).
  3849:  Hunk #7 succeeded at 8142 (offset 30 lines).
  3850:  Hunk #8 succeeded at 10771 (offset 61 lines).
  3851:    CC      lib/zstd/decompress/huf_decompress.o
  3852:  >>> host-acl 2.3.1 Configuring
  3853:  (cd /dev/shm/qemu/out-br/build/host-acl-2.3.1/ && rm -rf config.cache; PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig" AR="/usr/bin//ar" AS="/usr/bin//as" LD="/usr/bin//ld" NM="/usr/bin//nm" CC="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" GCC="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" CXX="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++" CPP="/usr/bin//cpp" OBJCOPY="/usr/bin//objcopy" RANLIB="/usr/bin//ranlib" CPPFLAGS="-I/dev/shm/qemu/out-br/host/include" CFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" CXXFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib" INTLTOOL_PERL=/usr/bin//perl CFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib"  CONFIG_SITE=/dev/null ./configure --prefix="/dev/shm/qemu/out-br/host" --sysconfdir="/dev/shm/qemu/out-br/host/etc" --localstatedir="/dev/shm/qemu/out-br/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking   )
  3854:    CC      net/ipv4/tcp_cong.o
  3855:    AR      drivers/gpu/drm/bridge/built-in.a
  3856:    AR      drivers/gpu/drm/tiny/built-in.a
  3857:    CC      drivers/gpu/drm/pl111/pl111_display.o
  3858:    CC      fs/jbd2/journal.o
  3859:    CC      net/ipv4/tcp_metrics.o
  3860:    AR      drivers/block/built-in.a
  3861:    CC      net/ipv4/tcp_fastopen.o
  3862:  configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop
  3863:    CC      drivers/base/power/wakeup.o
  3864:  checking for a BSD-compatible install... /usr/bin//install -c
  3865:  checking whether build environment is sane... yes
  3866:  checking for a thread-safe mkdir -p... /usr/bin//mkdir -p
  3867:  checking for gawk... gawk
  3868:  checking whether make sets $(MAKE)... yes
  3869:  checking whether make supports nested variables... yes
  3870:  checking whether make supports nested variables... (cached) yes
  3871:  checking for gcc... /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc
  3872:    CC      drivers/dma-buf/dma-buf.o
  3873:    CC      drivers/tty/serial/earlycon.o
  3874:  checking whether the C compiler works...   CC      drivers/dma-buf/dma-fence.o
  3875:    CC      drivers/dma-buf/dma-fence-array.o
  3876:  yes
  3877:  checking for C compiler default output file name... a.out
  3878:  checking for suffix of executables...   CC      drivers/dma-buf/dma-fence-chain.o
  3879:    CC      drivers/base/regmap/regcache-rbtree.o
  3880:  
  3881:  checking whether we are cross compiling...   CC      drivers/mfd/syscon.o
  3882:  no
  3883:  checking for suffix of object files... o
  3884:  checking whether we are using the GNU C compiler... yes
  3885:  checking whether /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc accepts -g... yes
  3886:  checking for /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc option to accept ISO C89... none needed
  3887:  checking whether /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc understands -c and -o together... yes
  3888:  checking whether make supports the include directive... yes (GNU style)
  3889:  checking dependency style of /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc... none
  3890:  checking how to run the C preprocessor... /usr/bin//cpp
  3891:  checking for grep that handles long lines and -e... /usr/bin//grep
  3892:  checking for egrep... /usr/bin//grep -E
  3893:  checking for ANSI C header files...   CC      fs/ext2/ioctl.o
  3894:    CC      drivers/mfd/vexpress-sysreg.o
  3895:  yes
  3896:  checking for sys/types.h... yes
  3897:  checking for sys/stat.h... yes
  3898:  checking for stdlib.h... yes
  3899:  checking for string.h... yes
  3900:  checking for memory.h... yes
  3901:  checking for strings.h... yes
  3902:  checking for inttypes.h... yes
  3903:  checking for stdint.h... yes
  3904:  checking for unistd.h... yes
  3905:  checking minix/config.h usability...   CC      drivers/base/power/wakeup_stats.o
  3906:  no
  3907:  checking minix/config.h presence... no
  3908:  checking for minix/config.h... no
  3909:  checking whether it is safe to define __EXTENSIONS__... yes
  3910:  checking whether __attribute__((visibility())) is supported... yes
  3911:  checking whether byte ordering is bigendian...   CC      fs/ext4/ioctl.o
  3912:    CC      drivers/gpu/drm/pl111/pl111_versatile.o
  3913:    CC      drivers/dma-buf/dma-resv.o
  3914:  no
  3915:  checking for special C compiler options needed for large files... no
  3916:  checking for _FILE_OFFSET_BITS value needed for large files... no
  3917:  checking the archiver (/usr/bin//ar) interface...   CC      drivers/base/power/clock_ops.o
  3918:    CC      fs/ext4/mballoc.o
  3919:    CC      drivers/base/regmap/regcache-flat.o
  3920:  ar
  3921:    CC      fs/ext2/namei.o
  3922:  checking build system type...   CC      net/core/flow_offload.o
  3923:    AR      drivers/mfd/built-in.a
  3924:    CC      net/core/gro.o
  3925:    CC      drivers/tty/serial/amba-pl011.o
  3926:  x86_64-pc-linux-gnu
  3927:  checking host system type... x86_64-pc-linux-gnu
  3928:  checking how to print strings...   CC      mm/mmu_gather.o
  3929:  printf
  3930:  checking for a sed that does not truncate output... /usr/bin//sed
  3931:  checking for fgrep... /usr/bin//grep -F
  3932:  checking for ld used by /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc... /usr/bin//ld
  3933:  checking if the linker (/usr/bin//ld) is GNU ld... yes
  3934:  checking for BSD- or MS-compatible name lister (nm)... /usr/bin//nm
  3935:  checking the name lister (/usr/bin//nm) interface...   CC      mm/mprotect.o
  3936:  BSD nm
  3937:  checking whether ln -s works... yes
  3938:  checking the maximum length of command line arguments... 1572864
  3939:  checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  3940:  checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  3941:  checking for /usr/bin//ld option to reload object files... -r
  3942:  checking for objdump... objdump
  3943:  checking how to recognize dependent libraries... pass_all
  3944:  checking for dlltool... no
  3945:  checking how to associate runtime and link libraries... printf %s\n
  3946:  checking for archiver @FILE support... @
  3947:  checking for strip... strip
  3948:  checking for ranlib... /usr/bin//ranlib
  3949:  checking command to parse /usr/bin//nm output from /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc object...   CC      kernel/umh.o
  3950:    AR      drivers/cxl/core/built-in.a
  3951:    AR      drivers/cxl/built-in.a
  3952:    CC      drivers/gpu/drm/pl111/pl111_drv.o
  3953:    AR      drivers/macintosh/built-in.a
  3954:    CC      kernel/workqueue.o
  3955:    AR      drivers/tty/ipwireless/built-in.a
  3956:    CC      drivers/base/core.o
  3957:  ok
  3958:    CC      net/ipv4/tcp_rate.o
  3959:  checking for sysroot... no
  3960:  checking for a working dd... /usr/bin//dd
  3961:  checking how to truncate binary pipes... /usr/bin//dd bs=4096 count=1
  3962:    CC      drivers/tty/tty_io.o
  3963:  checking for mt... mt
  3964:  checking if mt is a manifest tool... no
  3965:  checking for dlfcn.h... yes
  3966:  checking for objdir... .libs
  3967:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc supports -fno-rtti -fno-exceptions... no
  3968:  checking for /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc option to produce PIC... -fPIC -DPIC
  3969:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc PIC flag -fPIC -DPIC works... yes
  3970:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc static flag -static works...   CC      kernel/pid.o
  3971:    CC      drivers/tty/n_tty.o
  3972:  yes
  3973:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc supports -c -o file.o...   CC      drivers/base/regmap/regmap-i2c.o
  3974:    AR      drivers/base/power/built-in.a
  3975:    CC      net/sunrpc/sysfs.o
  3976:  yes
  3977:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc supports -c -o file.o... (cached) yes
  3978:  checking whether the /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc linker (/usr/bin//ld -m elf_x86_64) supports shared libraries... yes
  3979:  checking whether -lc should be explicitly linked in...   CC      drivers/base/bus.o
  3980:  no
  3981:  checking dynamic linker characteristics... GNU/Linux ld.so
  3982:  checking how to hardcode library paths into programs... immediate
  3983:  checking whether stripping libraries is possible... yes
  3984:  checking if libtool supports shared libraries... yes
  3985:  checking whether to build shared libraries... yes
  3986:  checking whether to build static libraries... no
  3987:  checking whether NLS is requested... no
  3988:  checking for msgfmt... no
  3989:  checking for gmsgfmt... :
  3990:  checking for xgettext... no
  3991:  checking for msgmerge... no
  3992:  checking for ld used by /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc... /usr/bin//ld -m elf_x86_64
  3993:  checking if the linker (/usr/bin//ld -m elf_x86_64) is GNU ld... yes
  3994:  checking for shared library run path origin... done
  3995:  checking for CFPreferencesCopyAppValue...   CC      drivers/base/dd.o
  3996:  no
  3997:  checking for CFLocaleCopyCurrent... no
  3998:  checking whether to use NLS... no
  3999:  checking attr/error_context.h usability... yes
  4000:  checking attr/error_context.h presence...   CC      net/ipv4/tcp_recovery.o
  4001:    CC      fs/ext2/super.o
  4002:  yes
  4003:  checking for attr/error_context.h... yes
  4004:  checking for getxattr in -lattr...   CC      drivers/dma-buf/sync_file.o
  4005:    CC      net/ipv4/tcp_ulp.o
  4006:  yes
  4007:  checking that generated files are newer than configure... done
  4008:  configure: creating ./config.status
  4009:    CC      mm/mremap.o
  4010:    CC      mm/msync.o
  4011:    CC      net/sunrpc/svc_xprt.o
  4012:    AR      drivers/gpu/drm/pl111/built-in.a
  4013:    AR      drivers/gpu/drm/xlnx/built-in.a
  4014:    AR      drivers/gpu/drm/gud/built-in.a
  4015:    CC      drivers/gpu/drm/drm_aperture.o
  4016:    AR      drivers/gpu/drm/solomon/built-in.a
  4017:    CC      drivers/base/syscore.o
  4018:    CC      net/core/net-sysfs.o
  4019:    AR      drivers/scsi/arm/built-in.a
  4020:    CC      drivers/base/regmap/regmap-mmio.o
  4021:    CC      drivers/scsi/scsi.o
  4022:  config.status: creating libacl.pc
  4023:  config.status: creating Makefile
  4024:    AR      drivers/tty/serial/built-in.a
  4025:    CC      net/core/net-procfs.o
  4026:    AR      fs/jbd2/built-in.a
  4027:  config.status: creating po/Makefile.in
  4028:    CC      net/ipv4/tcp_offload.o
  4029:  config.status: creating include/config.h
  4030:  config.status: executing depfiles commands
  4031:  config.status: executing libtool commands
  4032:  config.status: executing po-directories commands
  4033:  config.status: creating po/POTFILES
  4034:  config.status: creating po/Makefile
  4035:  config.status: executing include/acl commands
  4036:  config.status: executing include/sys commands
  4037:  configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop
  4038:    AR      drivers/dma-buf/built-in.a
  4039:  >>> host-acl 2.3.1 Building
  4040:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig"  /usr/bin//make   -C /dev/shm/qemu/out-br/build/host-acl-2.3.1/
  4041:    CC      lib/zstd/decompress/zstd_ddict.o
  4042:    CC      lib/zstd/decompress/zstd_decompress.o
  4043:  Making all in po
  4044:  make[4]: Nothing to be done for 'all'.
  4045:    CC      fs/cramfs/inode.o
  4046:    CC       tools/chacl.o
  4047:    CC       libacl/la-acl_add_perm.lo
  4048:    CC      net/ipv4/datagram.o
  4049:    CC      fs/cramfs/uncompress.o
  4050:    CC       libacl/la-acl_calc_mask.lo
  4051:    CC      fs/ext4/migrate.o
  4052:    CC      fs/squashfs/block.o
  4053:    CC      net/sunrpc/xprtmultipath.o
  4054:    CC       libacl/la-acl_clear_perms.lo
  4055:    CC      mm/page_vma_mapped.o
  4056:    AR      drivers/nvme/host/built-in.a
  4057:    AR      drivers/nvme/target/built-in.a
  4058:    AR      drivers/nvme/built-in.a
  4059:    CC      fs/squashfs/cache.o
  4060:    CC      fs/ext2/symlink.o
  4061:    CC       libacl/la-acl_copy_entry.lo
  4062:    CC      fs/squashfs/dir.o
  4063:    CC      lib/zstd/decompress/zstd_decompress_block.o
  4064:    CC      mm/pagewalk.o
  4065:    CC       libacl/la-acl_copy_ext.lo
  4066:    CC      drivers/tty/tty_ioctl.o
  4067:    AR      drivers/base/regmap/built-in.a
  4068:    CC      net/ipv4/raw.o
  4069:    CC       libacl/la-acl_copy_int.lo
  4070:    CC      fs/ext4/mmp.o
  4071:    CC      fs/ext4/move_extent.o
  4072:    CC       libacl/la-acl_create_entry.lo
  4073:    CC       libacl/la-acl_delete_def_file.lo
  4074:    CC      drivers/gpu/drm/drm_auth.o
  4075:    CC       libacl/la-acl_delete_entry.lo
  4076:    AR      fs/cramfs/built-in.a
  4077:    CC      drivers/gpu/drm/drm_cache.o
  4078:    CC      drivers/gpu/drm/drm_file.o
  4079:    CC      drivers/base/driver.o
  4080:    CC      fs/squashfs/export.o
  4081:    CC       libacl/la-acl_delete_perm.lo
  4082:    CC      drivers/gpu/drm/drm_gem.o
  4083:    CC      drivers/base/class.o
  4084:    CC      fs/squashfs/file.o
  4085:    CC      drivers/scsi/hosts.o
  4086:    CC       libacl/la-acl_dup.lo
  4087:    AR      fs/ext2/built-in.a
  4088:    CC      drivers/base/platform.o
  4089:    CC      drivers/base/cpu.o
  4090:    CC      drivers/base/firmware.o
  4091:    CC       libacl/la-acl_free.lo
  4092:    CC      drivers/base/init.o
  4093:    CC       libacl/la-acl_from_text.lo
  4094:    CC      mm/pgtable-generic.o
  4095:    CC      mm/rmap.o
  4096:    CC      net/ipv4/udp.o
  4097:    CC       libacl/la-acl_get_entry.lo
  4098:    AR      lib/zstd/built-in.a
  4099:    CC      lib/cmdline.o
  4100:    CC      drivers/tty/tty_ldisc.o
  4101:    CC      kernel/task_work.o
  4102:    CC      drivers/tty/tty_buffer.o
  4103:    CC       libacl/la-acl_get_fd.lo
  4104:    CC      drivers/gpu/drm/drm_ioctl.o
  4105:    CC       libacl/la-acl_get_file.lo
  4106:    CC      fs/squashfs/fragment.o
  4107:    CC      net/sunrpc/stats.o
  4108:    CC      fs/ext4/namei.o
  4109:    CC      mm/vmalloc.o
  4110:    CC      lib/cpumask.o
  4111:    CC       libacl/la-acl_get_perm.lo
  4112:    CC      mm/process_vm_access.o
  4113:    CC      lib/ctype.o
  4114:    CC      net/core/net-traces.o
  4115:    CC      lib/dec_and_lock.o
  4116:    CC      lib/decompress.o
  4117:    CC       libacl/la-acl_get_permset.lo
  4118:    CC      net/ipv4/udplite.o
  4119:    CC      fs/ext4/page-io.o
  4120:    CC      drivers/tty/tty_port.o
  4121:    CC      fs/ext4/readpage.o
  4122:    CC      drivers/scsi/scsi_ioctl.o
  4123:    CC      drivers/scsi/scsicam.o
  4124:    CC       libacl/la-acl_get_qualifier.lo
  4125:    CC      fs/ext4/resize.o
  4126:    CC       libacl/la-acl_get_tag_type.lo
  4127:    CC      drivers/scsi/scsi_error.o
  4128:    CC      fs/squashfs/id.o
  4129:    CC      lib/decompress_bunzip2.o
  4130:    CC      mm/page_alloc.o
  4131:    CC       libacl/la-acl_init.lo
  4132:    CC      net/ipv4/udp_offload.o
  4133:    CC      net/ipv4/arp.o
  4134:    CC      kernel/extable.o
  4135:    CC       libacl/la-acl_set_fd.lo
  4136:    CC      mm/init-mm.o
  4137:    CC      drivers/tty/tty_mutex.o
  4138:    CC      drivers/base/map.o
  4139:    CC       libacl/la-acl_set_file.lo
  4140:    CC      mm/memblock.o
  4141:    CC       libacl/la-acl_set_permset.lo
  4142:    CC       libacl/la-acl_set_qualifier.lo
  4143:    CC      drivers/scsi/scsi_lib.o
  4144:    CC      mm/madvise.o
  4145:    CC      fs/squashfs/inode.o
  4146:    CC      drivers/gpu/drm/drm_drv.o
  4147:    CC       libacl/la-acl_set_tag_type.lo
  4148:    CC      lib/decompress_inflate.o
  4149:    CC      drivers/base/devres.o
  4150:    CC       libacl/la-acl_size.lo
  4151:    CC      drivers/tty/tty_ldsem.o
  4152:    CC      drivers/gpu/drm/drm_sysfs.o
  4153:    CC      drivers/base/attribute_container.o
  4154:    CC      drivers/tty/tty_baudrate.o
  4155:    CC       libacl/la-acl_to_text.lo
  4156:    CC      drivers/tty/tty_jobctrl.o
  4157:    CC      drivers/tty/n_null.o
  4158:    CC       libacl/la-acl_valid.lo
  4159:    CC      drivers/tty/pty.o
  4160:    CC       libacl/la-acl_check.lo
  4161:    CC      drivers/gpu/drm/drm_mm.o
  4162:    CC       libacl/la-acl_cmp.lo
  4163:    CC      lib/decompress_unlz4.o
  4164:    CC      fs/squashfs/namei.o
  4165:    CC       libacl/la-acl_entries.lo
  4166:    CC      net/sunrpc/sysctl.o
  4167:    CC      kernel/params.o
  4168:    CC       libacl/la-acl_equiv_mode.lo
  4169:    CC       libacl/la-acl_error.lo
  4170:    CC      kernel/platform-feature.o
  4171:    CC      lib/decompress_unlzma.o
  4172:    CC      lib/decompress_unlzo.o
  4173:    CC       libacl/la-acl_extended_fd.lo
  4174:    CC      fs/ext4/super.o
  4175:    CC      drivers/base/transport_class.o
  4176:    CC      lib/decompress_unxz.o
  4177:    CC      drivers/tty/sysrq.o
  4178:    CC      fs/ext4/symlink.o
  4179:    CC       libacl/la-acl_extended_file.lo
  4180:    CC      lib/decompress_unzstd.o
  4181:    CC      fs/ext4/sysfs.o
  4182:    CC       libacl/la-acl_extended_file_nofollow.lo
  4183:    CC      net/ipv4/icmp.o
  4184:    CC      fs/squashfs/super.o
  4185:    CC      mm/page_io.o
  4186:    CC      drivers/base/topology.o
  4187:    CC       libacl/la-acl_from_mode.lo
  4188:    CC      fs/ext4/xattr.o
  4189:    CC       libacl/la-acl_to_any_text.lo
  4190:    CC      drivers/ata/libata-core.o
  4191:    CC      drivers/gpu/drm/drm_crtc.o
  4192:    CC      drivers/ata/libata-scsi.o
  4193:    CC       libacl/la-__acl_extended_file.lo
  4194:    CC      mm/swap_state.o
  4195:    CC      mm/swapfile.o
  4196:    CC      fs/ext4/xattr_hurd.o
  4197:    CC       libacl/la-__acl_from_xattr.lo
  4198:    CC      fs/ext4/xattr_trusted.o
  4199:    CC      lib/dump_stack.o
  4200:    AR      net/sunrpc/built-in.a
  4201:    CC      lib/earlycpio.o
  4202:    CC      mm/swap_slots.o
  4203:    CC       libacl/la-__acl_reorder_obj_p.lo
  4204:    CC      fs/squashfs/symlink.o
  4205:    CC      mm/dmapool.o
  4206:    CC      drivers/scsi/scsi_lib_dma.o
  4207:    CC       libacl/la-__acl_to_any_text.lo
  4208:    CC      kernel/kthread.o
  4209:    CC      mm/slub.o
  4210:    CC      drivers/base/container.o
  4211:    CC      lib/extable.o
  4212:    CC       libacl/la-__acl_to_xattr.lo
  4213:    CC      net/ipv4/devinet.o
  4214:    CC       libacl/la-__apply_mask_to_mode.lo
  4215:    CC      fs/ext4/xattr_user.o
  4216:    CC       libacl/la-__libobj.lo
  4217:    CC      net/ipv4/af_inet.o
  4218:    AR      drivers/tty/built-in.a
  4219:    CC      fs/ext4/fast_commit.o
  4220:    CC       libacl/la-perm_copy_fd.lo
  4221:    CC      mm/migrate.o
  4222:    CC       libacl/la-perm_copy_file.lo
  4223:    CC      mm/page_isolation.o
  4224:    CC      lib/fdt.o
  4225:    CC      fs/squashfs/decompressor.o
  4226:    CC      drivers/base/property.o
  4227:    CC      net/core/selftests.o
  4228:    CC       libmisc/high_water_alloc.lo
  4229:    CC      drivers/mtd/parsers/cmdlinepart.o
  4230:    CC      fs/ramfs/inode.o
  4231:    CC      drivers/scsi/scsi_scan.o
  4232:    CC      fs/fat/cache.o
  4233:    CC      drivers/base/cacheinfo.o
  4234:    CC       libmisc/next_line.lo
  4235:    CC      lib/fdt_addresses.o
  4236:    CC       libmisc/quote.lo
  4237:    CC      lib/fdt_empty_tree.o
  4238:    CC      drivers/gpu/drm/drm_fourcc.o
  4239:    CC       libmisc/unquote.lo
  4240:    CC      lib/fdt_ro.o
  4241:    CC       libmisc/walk_tree.lo
  4242:    CC      fs/fat/dir.o
  4243:    CC      fs/ext4/orphan.o
  4244:    CC      net/ipv4/igmp.o
  4245:    CCLD     libmisc.la
  4246:  /usr/bin//ar: `u' modifier ignored since `D' is the default (see `U')
  4247:    CC      drivers/mtd/parsers/ofpart_core.o
  4248:    CCLD     libacl.la
  4249:    CC      fs/squashfs/file_cache.o
  4250:    CC      fs/squashfs/decompressor_single.o
  4251:    CC      drivers/gpu/drm/drm_modes.o
  4252:    CC      kernel/sys_ni.o
  4253:    CC      fs/ramfs/file-mmu.o
  4254:    CC      lib/fdt_rw.o
  4255:    CC      lib/fdt_strerror.o
  4256:    CC      kernel/nsproxy.o
  4257:    CC      drivers/mtd/chips/chipreg.o
  4258:    CC      lib/fdt_sw.o
  4259:    CCLD     chacl
  4260:    CC      lib/fdt_wip.o
  4261:    CC      mm/early_ioremap.o
  4262:    CC      fs/nfs/client.o
  4263:    CC       tools/getfacl.o
  4264:    CC       tools/user_group.o
  4265:    CCLD     getfacl
  4266:    CC      fs/nfs/dir.o
  4267:    CC      lib/flex_proportions.o
  4268:    AR      drivers/mtd/parsers/built-in.a
  4269:    CC      drivers/ata/libata-eh.o
  4270:    CC      mm/cma.o
  4271:    CC      drivers/base/swnode.o
  4272:    CC      fs/nfs/file.o
  4273:    CC      fs/nfs/getroot.o
  4274:    CC       tools/do_set.o
  4275:    CC       tools/parse.o
  4276:    CC       tools/sequence.o
  4277:    CC       tools/setfacl.o
  4278:    CCLD     setfacl
  4279:    CC      net/ipv4/fib_frontend.o
  4280:    CC      fs/nfs/inode.o
  4281:    AR      fs/ramfs/built-in.a
  4282:    CC      drivers/gpu/drm/drm_edid.o
  4283:    CC      fs/squashfs/lzo_wrapper.o
  4284:    GEN     drivers/scsi/scsi_devinfo_tbl.c
  4285:    CC      net/core/ptp_classifier.o
  4286:    CC      drivers/scsi/scsi_devinfo.o
  4287:    CC      drivers/mtd/chips/cfi_probe.o
  4288:  >>> host-acl 2.3.1 Installing to host directory
  4289:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig"  /usr/bin//make  install -C /dev/shm/qemu/out-br/build/host-acl-2.3.1/
  4290:  Making install in po
  4291:  if test "acl" = "gettext-tools"; then \
  4292:    /usr/bin//mkdir -p /dev/shm/qemu/out-br/host/share/gettext/po; \
  4293:    for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
  4294:      /usr/bin//install -c -m 644 ./$file \
  4295:  		    /dev/shm/qemu/out-br/host/share/gettext/po/$file; \
  4296:    done; \
  4297:    for file in Makevars; do \
  4298:      rm -f /dev/shm/qemu/out-br/host/share/gettext/po/$file; \
  4299:    done; \
  4300:  else \
  4301:    : ; \
  4302:  fi
  4303:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/lib'
  4304:   /bin/bash ./libtool   --mode=install /usr/bin//install -c   libacl.la '/dev/shm/qemu/out-br/host/lib'
  4305:    CC      lib/idr.o
  4306:  libtool: install: /usr/bin//install -c .libs/libacl.so.1.1.2301 /dev/shm/qemu/out-br/host/lib/libacl.so.1.1.2301
  4307:  libtool: install: (cd /dev/shm/qemu/out-br/host/lib && { ln -s -f libacl.so.1.1.2301 libacl.so.1 || { rm -f libacl.so.1 && ln -s libacl.so.1.1.2301 libacl.so.1; }; })
  4308:  libtool: install: (cd /dev/shm/qemu/out-br/host/lib && { ln -s -f libacl.so.1.1.2301 libacl.so || { rm -f libacl.so && ln -s libacl.so.1.1.2301 libacl.so; }; })
  4309:  libtool: install: /usr/bin//install -c .libs/libacl.lai /dev/shm/qemu/out-br/host/lib/libacl.la
  4310:  libtool: finish: PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin:/sbin" ldconfig -n /dev/shm/qemu/out-br/host/lib
  4311:  ----------------------------------------------------------------------
  4312:  Libraries have been installed in:
  4313:     /dev/shm/qemu/out-br/host/lib
  4314:  
  4315:  If you ever happen to want to link against installed libraries
  4316:  in a given directory, LIBDIR, you must either use libtool, and
  4317:  specify the full pathname of the library, or use the '-LLIBDIR'
  4318:  flag during linking and do at least one of the following:
  4319:     - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  4320:       during execution
  4321:     - add LIBDIR to the 'LD_RUN_PATH' environment variable
  4322:       during linking
  4323:     - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  4324:     - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  4325:  
  4326:  See any operating system documentation about shared libraries for
  4327:  more information, such as the ld(1) and ld.so(8) manual pages.
  4328:  ----------------------------------------------------------------------
  4329:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/bin'
  4330:    /bin/bash ./libtool   --mode=install /usr/bin//install -c chacl getfacl setfacl '/dev/shm/qemu/out-br/host/bin'
  4331:  libtool: install: /usr/bin//install -c chacl /dev/shm/qemu/out-br/host/bin/chacl
  4332:  libtool: install: /usr/bin//install -c getfacl /dev/shm/qemu/out-br/host/bin/getfacl
  4333:  libtool: install: /usr/bin//install -c setfacl /dev/shm/qemu/out-br/host/bin/setfacl
  4334:  subst_install_header() { file=`echo "$1" | sed -e 's,^.*/,,'`; /usr/bin//sed -e "s/\<EXPORT\>/extern/" < "$1" > "include/$file.t" || exit 1; /usr/bin//mkdir -p "$2" || exit 1; /usr/bin//install -c -m 644 "include/$file.t" "$2/$file" || exit 1; rm -f "include/$file.t"; }; subst_install_header "include/libacl.h" "/dev/shm/qemu/out-br/host/include/acl"
  4335:  subst_install_header() { file=`echo "$1" | sed -e 's,^.*/,,'`; /usr/bin//sed -e "s/\<EXPORT\>/extern/" < "$1" > "include/$file.t" || exit 1; /usr/bin//mkdir -p "$2" || exit 1; /usr/bin//install -c -m 644 "include/$file.t" "$2/$file" || exit 1; rm -f "include/$file.t"; }; subst_install_header "include/acl.h" "/dev/shm/qemu/out-br/host/include/sys"
  4336:    CC      lib/irq_regs.o
  4337:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/share/doc/acl'
  4338:   /usr/bin//install -c -m 644 doc/extensions.txt doc/CHANGES doc/COPYING doc/COPYING.LGPL doc/libacl.txt doc/PORTING '/dev/shm/qemu/out-br/host/share/doc/acl'
  4339:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/share/man/man1'
  4340:   /usr/bin//install -c -m 644 man/man1/chacl.1 man/man1/getfacl.1 man/man1/setfacl.1 '/dev/shm/qemu/out-br/host/share/man/man1'
  4341:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/share/man/man3'
  4342:   /usr/bin//install -c -m 644 man/man3/acl_add_perm.3 man/man3/acl_calc_mask.3 man/man3/acl_check.3 man/man3/acl_clear_perms.3 man/man3/acl_cmp.3 man/man3/acl_copy_entry.3 man/man3/acl_copy_ext.3 man/man3/acl_copy_int.3 man/man3/acl_create_entry.3 man/man3/acl_delete_def_file.3 man/man3/acl_delete_entry.3 man/man3/acl_delete_perm.3 man/man3/acl_dup.3 man/man3/acl_entries.3 man/man3/acl_equiv_mode.3 man/man3/acl_error.3 man/man3/acl_extended_fd.3 man/man3/acl_extended_file.3 man/man3/acl_extended_file_nofollow.3 man/man3/acl_free.3 man/man3/acl_from_mode.3 man/man3/acl_from_text.3 man/man3/acl_get_entry.3 man/man3/acl_get_fd.3 man/man3/acl_get_file.3 man/man3/acl_get_perm.3 man/man3/acl_get_permset.3 man/man3/acl_get_qualifier.3 man/man3/acl_get_tag_type.3 man/man3/acl_init.3 man/man3/acl_set_fd.3 man/man3/acl_set_file.3 man/man3/acl_set_permset.3 man/man3/acl_set_qualifier.3 man/man3/acl_set_tag_type.3 man/man3/acl_size.3 man/man3/acl_to_any_text.3 man/man3/acl_to_text.3 man/man3/acl_valid.3 '/dev/shm/qemu/out-br/host/share/man/man3'
  4343:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/share/man/man5'
  4344:   /usr/bin//install -c -m 644 man/man5/acl.5 '/dev/shm/qemu/out-br/host/share/man/man5'
  4345:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/lib/pkgconfig'
  4346:   /usr/bin//install -c -m 644 libacl.pc '/dev/shm/qemu/out-br/host/lib/pkgconfig'
  4347:    CC      fs/fat/fatent.o
  4348:    CC      lib/is_single_threaded.o
  4349:    CC      net/ipv4/fib_semantics.o
  4350:    CC      kernel/notifier.o
  4351:  m4-1.4.19.tar.xz: OK (sha256: 63aede5c6d33b6d9b13511cd0be2cac046f2e70fd0a07aa9573a04a82783af96)
  4352:  >>> host-m4 1.4.19 Extracting
  4353:  xzcat /mnt/storage/buildroot_cache/download/m4/m4-1.4.19.tar.xz | tar --strip-components=1 -C /dev/shm/qemu/out-br/build/host-m4-1.4.19   -xf -
  4354:    CC      mm/balloon_compaction.o
  4355:    CC      drivers/gpu/drm/drm_displayid.o
  4356:    CC      net/ipv4/fib_trie.o
  4357:    CC      drivers/mtd/chips/cfi_util.o
  4358:    CC      drivers/mtd/chips/cfi_cmdset_0002.o
  4359:    CC      fs/squashfs/zlib_wrapper.o
  4360:    CC      mm/memfd.o
  4361:    CC      lib/klist.o
  4362:  >>> host-m4 1.4.19 Patching
  4363:    CC      drivers/base/devtmpfs.o
  4364:  >>> host-m4 1.4.19 Updating config.sub and config.guess
  4365:  for file in config.guess config.sub; do for i in $(find /dev/shm/qemu/out-br/build/host-m4-1.4.19 -name $file); do cp support/gnuconfig/$file $i; done; done
  4366:    CC      lib/kobject.o
  4367:    CC      fs/nfs/super.o
  4368:  >>> host-m4 1.4.19 Patching libtool
  4369:    CC      drivers/scsi/scsi_sysctl.o
  4370:  >>> host-m4 1.4.19 Configuring
  4371:  (cd /dev/shm/qemu/out-br/build/host-m4-1.4.19/ && rm -rf config.cache; PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig" AR="/usr/bin//ar" AS="/usr/bin//as" LD="/usr/bin//ld" NM="/usr/bin//nm" CC="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" GCC="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" CXX="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++" CPP="/usr/bin//cpp" OBJCOPY="/usr/bin//objcopy" RANLIB="/usr/bin//ranlib" CPPFLAGS="-I/dev/shm/qemu/out-br/host/include" CFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" CXXFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib" INTLTOOL_PERL=/usr/bin//perl CFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib"  CONFIG_SITE=/dev/null ./configure --prefix="/dev/shm/qemu/out-br/host" --sysconfdir="/dev/shm/qemu/out-br/host/etc" --localstatedir="/dev/shm/qemu/out-br/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking  --disable-static )
  4372:    CC      lib/kobject_uevent.o
  4373:  configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-static
  4374:    CC      net/core/failover.o
  4375:  checking for a BSD-compatible install... /usr/bin/install -c
  4376:  checking whether build environment is sane... yes
  4377:  checking for a race-free mkdir -p... /usr/bin/mkdir -p
  4378:  checking for gawk... gawk
  4379:  checking whether make sets $(MAKE)... yes
  4380:  checking whether make supports nested variables... yes
  4381:  checking whether make supports nested variables... (cached) yes
  4382:  checking for gcc... /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc
  4383:  checking whether the C compiler works...   CC      drivers/scsi/scsi_trace.o
  4384:  yes
  4385:  checking for C compiler default output file name... a.out
  4386:  checking for suffix of executables...   CC      lib/logic_pio.o
  4387:    CC      fs/exportfs/expfs.o
  4388:    CC      kernel/ksysfs.o
  4389:  
  4390:  checking whether we are cross compiling...   CC      kernel/cred.o
  4391:  no
  4392:  checking for suffix of object files...   CC      kernel/reboot.o
  4393:  o
  4394:  checking whether the compiler supports GNU C... yes
  4395:  checking whether /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc accepts -g... yes
  4396:  checking for /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc option to enable C11 features... none needed
  4397:  checking whether /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc understands -c and -o together... yes
  4398:  checking whether the compiler is clang... no
  4399:  checking for compiler option needed when checking for declarations... none
  4400:  checking whether make supports the include directive... yes (GNU style)
  4401:  checking dependency style of /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc... none
  4402:  checking for stdio.h... yes
  4403:  checking for stdlib.h... yes
  4404:  checking for string.h... yes
  4405:  checking for inttypes.h... yes
  4406:  checking for stdint.h... yes
  4407:  checking for strings.h... yes
  4408:  checking for sys/stat.h... yes
  4409:  checking for sys/types.h...   AR      fs/squashfs/built-in.a
  4410:  yes
  4411:  checking for unistd.h...   CC      lib/memcat_p.o
  4412:  yes
  4413:  checking for wchar.h... yes
  4414:  checking for minix/config.h...   CC      drivers/ata/libata-transport.o
  4415:    CC      drivers/mtd/chips/cfi_cmdset_0001.o
  4416:    CC      drivers/gpu/drm/drm_trace_points.o
  4417:  no
  4418:  checking for pthread.h... yes
  4419:  checking for sys/param.h... yes
  4420:  checking for sys/socket.h... yes
  4421:  checking for dirent.h... yes
  4422:  checking for stdio_ext.h... yes
  4423:  checking for getopt.h... yes
  4424:  checking for sys/cdefs.h... yes
  4425:  checking for threads.h... yes
  4426:  checking for iconv.h... yes
  4427:  checking for limits.h... yes
  4428:  checking for crtdefs.h... no
  4429:  checking for wctype.h... yes
  4430:  checking for langinfo.h...   CC      drivers/ata/libata-trace.o
  4431:  yes
  4432:  checking for xlocale.h...   CC      fs/fat/file.o
  4433:  no
  4434:    AR      drivers/mtd/lpddr/built-in.a
  4435:  checking for math.h...   CC      drivers/ata/libata-sff.o
  4436:  yes
  4437:  checking for sys/mman.h... yes
  4438:  checking for malloc.h... yes
  4439:  checking for spawn.h... yes
  4440:  checking for sys/time.h... yes
  4441:  checking for sys/random.h...   CC      drivers/base/module.o
  4442:  yes
  4443:  checking for sys/wait.h... yes
  4444:  checking for features.h...   CC      mm/page_reporting.o
  4445:  yes
  4446:  checking for arpa/inet.h...   CC      net/core/of_net.o
  4447:  yes
  4448:  checking for semaphore.h... yes
  4449:  checking for netdb.h...   CC      drivers/base/soc.o
  4450:  yes
  4451:  checking for netinet/in.h... yes
  4452:  checking for sys/select.h... yes
  4453:  checking for sys/ioctl.h... yes
  4454:  checking for sys/uio.h... yes
  4455:  checking whether it is safe to define __EXTENSIONS__... yes
  4456:  checking whether _XOPEN_SOURCE should be defined...   CC      drivers/base/arch_topology.o
  4457:  no
  4458:  checking build system type...   AR      fs/exportfs/built-in.a
  4459:    CC      drivers/mtd/maps/physmap-core.o
  4460:  x86_64-pc-linux-gnu
  4461:  checking host system type... x86_64-pc-linux-gnu
  4462:  checking how to run the C preprocessor... /usr/bin//cpp
  4463:    CC      drivers/scsi/scsi_logging.o
  4464:  checking for grep that handles long lines and -e... /usr/bin/grep
  4465:  checking for egrep... /usr/bin/grep -E
  4466:  checking for Minix Amsterdam compiler... no
  4467:  checking for ar... /usr/bin//ar
  4468:  checking whether to use C++... no
  4469:  checking for _LARGEFILE_SOURCE value needed for large files...   CC      fs/lockd/clntlock.o
  4470:  no
  4471:  checking for special C compiler options needed for large files... no
  4472:  checking for _FILE_OFFSET_BITS value needed for large files... no
  4473:  configure: autobuild project... GNU M4
  4474:  configure: autobuild revision... 1.4.19
  4475:  configure: autobuild hostname... lino
  4476:  configure: autobuild timestamp... 20221201T084637Z
  4477:  checking for unsigned long long int...   CC      kernel/async.o
  4478:  yes
  4479:  checking for long long int... yes
  4480:  checking for unsigned long long int... (cached) yes
  4481:  checking for size_t...   CC      lib/memneq.o
  4482:    CC      fs/nfs/io.o
  4483:    CC      kernel/range.o
  4484:    CC      kernel/smpboot.o
  4485:    CC      drivers/scsi/scsi_pm.o
  4486:    CC      drivers/scsi/scsi_common.o
  4487:    CC      drivers/scsi/virtio_scsi.o
  4488:  yes
  4489:  checking for working alloca.h...   CC      drivers/mtd/chips/gen_probe.o
  4490:    CC      drivers/mtd/chips/map_ram.o
  4491:    CC      drivers/base/trace.o
  4492:  yes
  4493:  checking for alloca... yes
  4494:  checking for inline... inline
  4495:  checking whether <wchar.h> uses 'inline' correctly...   AR      drivers/mtd/devices/built-in.a
  4496:    CC      kernel/ucount.o
  4497:  yes
  4498:  checking for btowc...   CC      drivers/gpu/drm/drm_prime.o
  4499:    CC      drivers/gpu/drm/drm_vma_manager.o
  4500:  yes
  4501:  checking for canonicalize_file_name...   CC      drivers/mtd/maps/plat-ram.o
  4502:    CC      lib/nmi_backtrace.o
  4503:    CC      fs/fat/inode.o
  4504:  yes
  4505:  checking for faccessat...   CC      drivers/gpu/drm/drm_modeset_lock.o
  4506:    AR      mm/built-in.a
  4507:    CC      drivers/net/phy/mdio-boardinfo.o
  4508:    CC      lib/nodemask.o
  4509:    AR      drivers/firewire/built-in.a
  4510:  yes
  4511:  checking for realpath...   AR      drivers/cdrom/built-in.a
  4512:    AR      drivers/auxdisplay/built-in.a
  4513:    CC      net/ipv4/fib_notifier.o
  4514:  yes
  4515:  checking for lstat...   CC      net/ipv4/inet_fragment.o
  4516:  yes
  4517:  checking for _set_invalid_parameter_handler...   CC      kernel/regset.o
  4518:    CC      kernel/kmod.o
  4519:  no
  4520:  checking for fchdir...   CC      fs/nfs/direct.o
  4521:    AR      net/core/built-in.a
  4522:    CC      fs/nfs/pagelist.o
  4523:    CC      fs/nfs/read.o
  4524:  yes
  4525:  checking for fcntl...   CC      kernel/groups.o
  4526:    CC      fs/nfs/symlink.o
  4527:  yes
  4528:  checking for symlink...   AR      drivers/mtd/chips/built-in.a
  4529:    CC      drivers/net/phy/mdio_devres.o
  4530:    CC      drivers/scsi/sd.o
  4531:  yes
  4532:  checking for fdopendir...   CC      fs/nls/nls_base.o
  4533:  yes
  4534:  checking for mempcpy...   AR      drivers/mtd/maps/built-in.a
  4535:    AR      drivers/mtd/nand/onenand/built-in.a
  4536:  yes
  4537:  checking for fpurge...   AR      drivers/mtd/nand/raw/ingenic/built-in.a
  4538:    AR      drivers/mtd/nand/raw/built-in.a
  4539:    CC      drivers/scsi/scsi_sysfs.o
  4540:    AR      drivers/mtd/nand/spi/built-in.a
  4541:    AR      drivers/mtd/nand/built-in.a
  4542:    AR      drivers/mtd/tests/built-in.a
  4543:    CC      fs/nfs/unlink.o
  4544:    CC      drivers/mtd/ubi/vtbl.o
  4545:  no
  4546:  checking for __fpurge...   CC      lib/plist.o
  4547:  yes
  4548:  checking for __freadahead...   CC      drivers/mtd/ubi/vmt.o
  4549:  no
  4550:  checking for __freading...   AR      drivers/base/built-in.a
  4551:    CC      fs/lockd/clntproc.o
  4552:    CC      lib/radix-tree.o
  4553:    CC      net/ipv4/ping.o
  4554:    CC      drivers/mtd/mtdcore.o
  4555:  yes
  4556:  checking for fstatat... yes
  4557:    CC      drivers/mtd/mtdsuper.o
  4558:  checking for getdtablesize...   CC      fs/nls/nls_cp437.o
  4559:    CC      drivers/mtd/mtdconcat.o
  4560:  yes
  4561:  checking for getprogname... no
  4562:  checking for getexecname...   CC      drivers/gpu/drm/drm_atomic.o
  4563:    CC      drivers/net/phy/phy.o
  4564:  no
  4565:  checking for getrandom...   AR      drivers/ata/built-in.a
  4566:    CC      fs/lockd/clntxdr.o
  4567:  yes
  4568:  checking for iswcntrl...   CC      fs/lockd/host.o
  4569:  yes
  4570:  checking for iswblank...   CC      fs/lockd/svc.o
  4571:  yes
  4572:  checking for uselocale...   CC      fs/nls/nls_iso8859-1.o
  4573:  yes
  4574:  checking for newlocale...   CC      fs/nfs/write.o
  4575:    CC      kernel/kcmp.o
  4576:    CC      fs/fat/misc.o
  4577:  yes
  4578:  checking for duplocale... yes
  4579:  checking for freelocale... yes
  4580:  checking for mbsinit...   CC      drivers/mtd/mtdpart.o
  4581:  yes
  4582:  checking for mbrtowc...   CC      drivers/mtd/ubi/upd.o
  4583:    CC      fs/nfs/namespace.o
  4584:  yes
  4585:  checking for mbslen...   CC      net/ipv4/ip_tunnel_core.o
  4586:  no
  4587:  checking for mprotect...   AR      fs/nls/built-in.a
  4588:    CC      lib/ratelimit.o
  4589:    CC      drivers/mtd/mtdchar.o
  4590:    CC      lib/rbtree.o
  4591:    CC      drivers/mtd/ubi/build.o
  4592:  yes
  4593:  checking for mkstemp...   CC      fs/fat/nfs.o
  4594:  yes
  4595:  checking for nl_langinfo... yes
  4596:  checking for openat... yes
  4597:  checking for pipe...   CC      drivers/net/phy/phy-c45.o
  4598:  yes
  4599:  checking for pipe2...   CC      drivers/net/phy/phy-core.o
  4600:    CC      fs/nfs/mount_clnt.o
  4601:  yes
  4602:  checking for posix_spawn_file_actions_addchdir_np...   CC      drivers/net/mdio/fwnode_mdio.o
  4603:    AR      fs/ext4/built-in.a
  4604:    CC      fs/nfs/nfstrace.o
  4605:    AR      fs/unicode/built-in.a
  4606:  yes
  4607:  checking for posix_spawn_file_actions_addchdir...   CC      fs/nfs/export.o
  4608:    CC      lib/seq_buf.o
  4609:    CC      drivers/gpu/drm/drm_bridge.o
  4610:  no
  4611:  checking for readlink...   CC      drivers/gpu/drm/drm_framebuffer.o
  4612:    CC      drivers/net/phy/phy_device.o
  4613:  yes
  4614:  checking for isblank...   CC      fs/lockd/svclock.o
  4615:    CC      net/ipv4/gre_offload.o
  4616:    CC      kernel/freezer.o
  4617:  yes
  4618:  checking for iswctype... yes
  4619:  checking for link...   CC      drivers/usb/common/common.o
  4620:  yes
  4621:  checking for secure_getenv...   CC      drivers/usb/common/debug.o
  4622:    CC      drivers/usb/core/usb.o
  4623:  yes
  4624:  checking for getuid...   CC      fs/fat/namei_vfat.o
  4625:  yes
  4626:  checking for geteuid...   CC      drivers/usb/core/hub.o
  4627:    AR      drivers/scsi/built-in.a
  4628:    CC      drivers/usb/core/hcd.o
  4629:    CC      lib/sha1.o
  4630:  yes
  4631:  checking for getgid...   CC      drivers/usb/core/urb.o
  4632:    CC      fs/lockd/svcshare.o
  4633:  yes
  4634:  checking for getegid... yes
  4635:  checking for sigaction... yes
  4636:  checking for sigaltstack...   CC      fs/nfs/sysfs.o
  4637:    CC      lib/show_mem.o
  4638:    CC      fs/nfs/fs_context.o
  4639:  yes
  4640:  checking for siginterrupt...   CC      drivers/mtd/ubi/cdev.o
  4641:    CC      drivers/mtd/ubi/kapi.o
  4642:  yes
  4643:  checking for setrlimit... yes
  4644:  checking for getrlimit...   CC      fs/jffs2/compr.o
  4645:  yes
  4646:  checking for snprintf...   CC      drivers/net/mdio/of_mdio.o
  4647:    CC      fs/jffs2/dir.o
  4648:  yes
  4649:  checking for strerror_r... yes
  4650:  checking for __xpg_strerror_r... yes
  4651:  checking for strndup...   CC      kernel/profile.o
  4652:    CC      kernel/stacktrace.o
  4653:  yes
  4654:  checking for vasnprintf...   AR      drivers/usb/common/built-in.a
  4655:    CC      drivers/net/phy/linkmode.o
  4656:    CC      net/ipv4/metrics.o
  4657:  no
  4658:  checking for wcrtomb...   CC      net/ipv4/netlink.o
  4659:    CC      lib/siphash.o
  4660:    CC      kernel/smp.o
  4661:  yes
  4662:  checking for wcwidth...   CC      drivers/usb/phy/of.o
  4663:    CC      drivers/gpu/drm/drm_connector.o
  4664:  yes
  4665:  checking for explicit_bzero...   CC      drivers/mtd/ubi/eba.o
  4666:    CC      drivers/usb/isp1760/isp1760-core.o
  4667:  yes
  4668:  checking for memset_s...   CC      fs/nfs/nfsroot.o
  4669:    CC      kernel/uid16.o
  4670:  no
  4671:  checking for ftruncate... yes
  4672:  checking for gettimeofday...   CC      kernel/kallsyms.o
  4673:  yes
  4674:  checking for pthread_sigmask...   UPD     kernel/config_data
  4675:    CC      fs/nfs/sysctl.o
  4676:    AR      fs/fat/built-in.a
  4677:    CC      kernel/stop_machine.o
  4678:  yes
  4679:  checking for setenv... yes
  4680:  checking for sleep...   CC      fs/lockd/svcproc.o
  4681:  yes
  4682:  checking for catgets...   CC      fs/lockd/svcsubs.o
  4683:    CC      fs/jffs2/file.o
  4684:    AR      drivers/net/mdio/built-in.a
  4685:    AR      drivers/net/pcs/built-in.a
  4686:    CC      fs/lockd/mon.o
  4687:  yes
  4688:  checking for shutdown...   AR      drivers/net/ethernet/8390/built-in.a
  4689:    AR      drivers/net/usb/built-in.a
  4690:    AR      drivers/net/ethernet/alacritech/built-in.a
  4691:    CC      fs/nfs/nfs2super.o
  4692:    AR      drivers/net/ethernet/amazon/built-in.a
  4693:    AR      drivers/net/ethernet/aquantia/built-in.a
  4694:    AR      drivers/net/ethernet/arc/built-in.a
  4695:  yes
  4696:  checking for mquery...   CC      lib/string.o
  4697:    AR      drivers/net/ethernet/asix/built-in.a
  4698:    AR      drivers/net/ethernet/cadence/built-in.a
  4699:    AR      drivers/net/ethernet/broadcom/built-in.a
  4700:    AR      drivers/net/ethernet/cavium/common/built-in.a
  4701:    AR      drivers/net/ethernet/cavium/thunder/built-in.a
  4702:  no
  4703:  checking for pstat_getprocvm...   AR      drivers/net/ethernet/cavium/liquidio/built-in.a
  4704:    CC      drivers/usb/core/message.o
  4705:    AR      drivers/net/ethernet/cavium/octeon/built-in.a
  4706:    AR      drivers/net/ethernet/cavium/built-in.a
  4707:    CC      drivers/net/phy/mdio_bus.o
  4708:    CC      drivers/usb/isp1760/isp1760-if.o
  4709:    AR      drivers/net/ethernet/cirrus/built-in.a
  4710:    AR      drivers/net/ethernet/cortina/built-in.a
  4711:    CC      drivers/net/phy/mdio_device.o
  4712:    AR      drivers/net/ethernet/engleder/built-in.a
  4713:  no
  4714:  checking for wctob...   AR      drivers/net/ethernet/ezchip/built-in.a
  4715:    CC      kernel/hung_task.o
  4716:    AR      drivers/net/ethernet/faraday/built-in.a
  4717:    AR      drivers/net/ethernet/fungible/built-in.a
  4718:    AR      drivers/net/ethernet/google/built-in.a
  4719:    AR      drivers/net/ethernet/hisilicon/built-in.a
  4720:  yes
  4721:  checking for nl_langinfo and CODESET...   AR      drivers/net/ethernet/huawei/built-in.a
  4722:    CC      drivers/net/phy/swphy.o
  4723:    AR      drivers/net/ethernet/intel/built-in.a
  4724:    CC      drivers/mtd/ubi/io.o
  4725:    AR      drivers/net/ethernet/i825xx/built-in.a
  4726:    AR      drivers/net/ethernet/microsoft/built-in.a
  4727:    AR      drivers/usb/phy/built-in.a
  4728:    AR      drivers/net/ethernet/litex/built-in.a
  4729:  yes
  4730:  checking for a traditional french locale...   CC      drivers/net/phy/fixed_phy.o
  4731:    AR      drivers/net/ethernet/marvell/octeon_ep/built-in.a
  4732:    AR      drivers/net/ethernet/marvell/octeontx2/built-in.a
  4733:    AR      drivers/net/ethernet/marvell/prestera/built-in.a
  4734:    AR      drivers/net/ethernet/marvell/built-in.a
  4735:    AR      drivers/net/ethernet/mellanox/built-in.a
  4736:    AR      drivers/net/ethernet/micrel/built-in.a
  4737:    AR      drivers/net/ethernet/mscc/built-in.a
  4738:    AR      drivers/net/ethernet/microchip/built-in.a
  4739:  none
  4740:  checking whether malloc is ptrdiff_t safe...   CC      fs/lockd/xdr.o
  4741:    AR      drivers/net/ethernet/natsemi/built-in.a
  4742:  yes
  4743:  checking whether malloc, realloc, calloc set errno on failure... yes
  4744:  checking whether lstat correctly handles trailing slash...   AR      drivers/net/ethernet/netronome/built-in.a
  4745:    AR      drivers/net/ethernet/ni/built-in.a
  4746:    AR      drivers/net/ethernet/qualcomm/emac/built-in.a
  4747:    AR      drivers/net/ethernet/qualcomm/built-in.a
  4748:    AR      drivers/net/ethernet/renesas/built-in.a
  4749:    AR      drivers/net/ethernet/rocker/built-in.a
  4750:    AR      drivers/net/ethernet/samsung/built-in.a
  4751:    AR      drivers/net/ethernet/seeq/built-in.a
  4752:    AR      drivers/net/ethernet/sfc/built-in.a
  4753:  yes
  4754:  checking whether // is distinct from /... no
  4755:  checking whether realpath works...   CC      drivers/net/ethernet/smsc/smc91x.o
  4756:    CC      fs/ubifs/shrinker.o
  4757:    AR      drivers/net/ethernet/socionext/built-in.a
  4758:    CC      fs/ubifs/journal.o
  4759:    CC      net/ipv4/nexthop.o
  4760:  yes
  4761:  checking for getcwd...   CC      lib/timerqueue.o
  4762:  yes
  4763:  checking whether the preprocessor supports include_next... yes
  4764:  checking whether source code line length is unlimited... yes
  4765:  checking for /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc options needed to detect all undeclared functions...   CC      drivers/input/serio/serio.o
  4766:  none needed
  4767:  checking if environ is properly declared...   CC      drivers/input/serio/ambakmi.o
  4768:    CC      drivers/input/serio/libps2.o
  4769:  yes
  4770:  checking for complete errno.h...   CC      fs/jffs2/ioctl.o
  4771:  yes
  4772:  checking whether strerror_r is declared... yes
  4773:  checking whether strerror_r returns char *... yes
  4774:  checking for mode_t...   CC      lib/vsprintf.o
  4775:    CC      drivers/input/keyboard/atkbd.o
  4776:  yes
  4777:  checking for sig_atomic_t...   CC      drivers/usb/isp1760/isp1760-hcd.o
  4778:  yes
  4779:  checking whether fchdir is declared... yes
  4780:  checking for working fcntl.h...   CC      drivers/gpu/drm/drm_blend.o
  4781:    CC      fs/ubifs/file.o
  4782:    CC      kernel/seccomp.o
  4783:    CC      kernel/utsname_sysctl.o
  4784:    CC      fs/nfs/proc.o
  4785:    CC      fs/ubifs/dir.o
  4786:    CC      fs/ubifs/super.o
  4787:    CC      net/ipv4/udp_tunnel_stub.o
  4788:    CC      drivers/mtd/ubi/wl.o
  4789:    CC      fs/ubifs/sb.o
  4790:    CC      drivers/mtd/ubi/attach.o
  4791:    CC      fs/jffs2/nodelist.o
  4792:    CC      net/ipv4/sysctl_net_ipv4.o
  4793:    AR      drivers/net/ethernet/stmicro/built-in.a
  4794:    CC      drivers/net/ethernet/smsc/smsc911x.o
  4795:    AR      drivers/net/ethernet/vertexcom/built-in.a
  4796:    CC      kernel/tracepoint.o
  4797:    CC      fs/nfs/nfs2xdr.o
  4798:    CC      drivers/usb/core/driver.o
  4799:    CC      fs/nfs/nfs3super.o
  4800:    AR      drivers/net/phy/built-in.a
  4801:    CC      drivers/gpu/drm/drm_encoder.o
  4802:    AR      drivers/input/serio/built-in.a
  4803:    CC      drivers/gpu/drm/drm_mode_object.o
  4804:    CC      fs/lockd/clnt4xdr.o
  4805:    CC      drivers/gpu/drm/drm_property.o
  4806:    CC      fs/ubifs/io.o
  4807:    AR      drivers/input/keyboard/built-in.a
  4808:    CC      drivers/input/mouse/psmouse-base.o
  4809:    CC      drivers/input/input.o
  4810:    CC      drivers/mtd/ubi/misc.o
  4811:    CC      fs/lockd/xdr4.o
  4812:    CC      drivers/input/mouse/synaptics.o
  4813:    CC      kernel/irq_work.o
  4814:    CC      fs/jffs2/malloc.o
  4815:    CC      net/ipv4/proc.o
  4816:    CC      fs/ubifs/tnc.o
  4817:    CC      fs/ubifs/master.o
  4818:    CC      fs/ubifs/scan.o
  4819:    AR      drivers/usb/isp1760/built-in.a
  4820:    CC      drivers/input/mouse/focaltech.o
  4821:    CC      drivers/input/mouse/alps.o
  4822:    CC      drivers/input/mouse/byd.o
  4823:    CC      drivers/input/mouse/logips2pp.o
  4824:    CC      drivers/mtd/ubi/debug.o
  4825:    CC      drivers/usb/core/config.o
  4826:  yes
  4827:  checking for pid_t...   CC      drivers/input/mouse/trackpoint.o
  4828:    CC      drivers/gpu/drm/drm_plane.o
  4829:  yes
  4830:  checking for eaccess...   CC      fs/nfs/nfs3client.o
  4831:  yes
  4832:  checking whether frexp() can be used without linking with libm...   CC      drivers/usb/mon/mon_main.o
  4833:    CC      drivers/gpu/drm/drm_color_mgmt.o
  4834:    CC      fs/nfs/nfs3proc.o
  4835:    CC      kernel/cpu_pm.o
  4836:  yes
  4837:  checking whether alarm is declared... yes
  4838:  checking whether long double and double are the same...   AR      drivers/net/ethernet/smsc/built-in.a
  4839:    AR      drivers/net/ethernet/via/built-in.a
  4840:    CC      lib/win_minmax.o
  4841:    CC      fs/nfs/nfs3xdr.o
  4842:  no
  4843:  checking whether stdin defaults to large file offsets...   AR      drivers/net/ethernet/wiznet/built-in.a
  4844:    AR      drivers/net/ethernet/xilinx/built-in.a
  4845:    AR      drivers/net/ethernet/synopsys/built-in.a
  4846:    CC      fs/jffs2/read.o
  4847:    AR      drivers/net/ethernet/pensando/built-in.a
  4848:    AR      drivers/net/ethernet/built-in.a
  4849:    CC      drivers/net/mii.o
  4850:  yes
  4851:  checking whether fseeko is declared... yes
  4852:  checking for fseeko...   CC      net/ipv4/ipconfig.o
  4853:    CC      drivers/usb/core/file.o
  4854:  yes
  4855:  checking whether fflush works on input streams...   CC      drivers/usb/core/buffer.o
  4856:    CC      drivers/usb/core/sysfs.o
  4857:  no
  4858:  checking whether stat file-mode macros are broken... no
  4859:  checking for C/C++ restrict keyword...   CC      fs/ubifs/replay.o
  4860:  __restrict__
  4861:  checking for nlink_t...   CC      drivers/input/input-compat.o
  4862:    AR      drivers/mtd/ubi/built-in.a
  4863:    CC      drivers/mtd/mtd_blkdevs.o
  4864:    CC      drivers/input/mouse/cypress_ps2.o
  4865:  yes
  4866:  checking whether ftello is declared... yes
  4867:  checking whether ungetc works on arbitrary bytes...   CC      fs/lockd/svc4proc.o
  4868:    CC      kernel/iomem.o
  4869:  yes
  4870:  checking for ftello...   CC      lib/xarray.o
  4871:    CC      fs/ubifs/log.o
  4872:    CC      fs/ubifs/commit.o
  4873:  yes
  4874:  checking whether ftello works... yes
  4875:  checking whether getcwd (NULL, 0) allocates memory for result...   CC      fs/ubifs/gc.o
  4876:  yes
  4877:  checking for getcwd with POSIX signature... yes
  4878:  checking whether getcwd is declared... yes
  4879:  checking whether getdtablesize is declared... yes
  4880:  checking for getopt.h... (cached) yes
  4881:  checking for getopt_long_only...   CC      drivers/usb/mon/mon_stat.o
  4882:  yes
  4883:  checking whether getopt is POSIX compatible...   CC      drivers/input/mouse/psmouse-smbus.o
  4884:    CC      lib/lockref.o
  4885:    CC      fs/jffs2/nodemgmt.o
  4886:    CC      drivers/usb/core/endpoint.o
  4887:    CC      lib/bcd.o
  4888:    CC      net/ipv4/inet_diag.o
  4889:    CC      kernel/rseq.o
  4890:    CC      net/ipv4/tcp_diag.o
  4891:    CC      net/ipv4/tcp_cubic.o
  4892:    CC      drivers/net/loopback.o
  4893:    CC      drivers/net/virtio_net.o
  4894:    CC      drivers/gpu/drm/drm_print.o
  4895:    CC      drivers/net/net_failover.o
  4896:  yes
  4897:  checking for working GNU getopt function...   CC      drivers/usb/storage/scsiglue.o
  4898:  yes
  4899:  checking for working GNU getopt_long function...   CC      drivers/usb/storage/protocol.o
  4900:  yes
  4901:  checking for pthread.h... (cached) yes
  4902:    AR      drivers/usb/misc/built-in.a
  4903:    CC      drivers/mtd/mtdblock.o
  4904:  checking for pthread_kill in -lpthread...   CC      lib/sort.o
  4905:    CC      drivers/usb/mon/mon_text.o
  4906:  yes
  4907:  checking whether POSIX threads API is available... yes
  4908:    CC      drivers/usb/mon/mon_bin.o
  4909:  checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes
  4910:  checking whether setlocale (category, NULL) is multithread-safe... yes
  4911:  checking host CPU and C ABI...   CC      fs/ubifs/orphan.o
  4912:    CC      drivers/rtc/lib.o
  4913:  x86_64
  4914:    CC      drivers/rtc/class.o
  4915:  checking for ld... /usr/bin//ld
  4916:  checking if the linker (/usr/bin//ld) is GNU ld... yes
  4917:  checking for shared library run path origin...   CC      drivers/usb/core/devio.o
  4918:  done
  4919:  checking 32-bit host C ABI... no
  4920:  checking for ELF binary format...   CC      drivers/rtc/interface.o
  4921:  yes
  4922:  checking for the common suffixes of directories in the library search path... lib,lib,lib64
  4923:    CC      drivers/usb/core/notify.o
  4924:    CC      lib/parser.o
  4925:  checking for iconv... yes
  4926:  checking for working iconv...   CC      fs/lockd/procfs.o
  4927:    CC      drivers/gpu/drm/drm_dumb_buffers.o
  4928:    CC      drivers/gpu/drm/drm_mode_config.o
  4929:  yes
  4930:  checking whether iconv is compatible with its POSIX signature... yes
  4931:  checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... yes
  4932:  checking for wint_t... yes
  4933:  checking whether wint_t is large enough... yes
  4934:  checking whether the compiler produces multi-arch binaries...   AR      drivers/input/mouse/built-in.a
  4935:    CC      drivers/input/input-mt.o
  4936:  no
  4937:  checking whether stdint.h conforms to C99...   CC      fs/jffs2/readinode.o
  4938:    CC      drivers/rtc/nvmem.o
  4939:  yes
  4940:  checking whether stdint.h works without ISO C predefines... yes
  4941:  checking whether stdint.h has UINTMAX_WIDTH etc.... yes
  4942:  checking where to find the exponent in a 'double'...   CC      drivers/gpu/drm/drm_vblank.o
  4943:    AR      drivers/mtd/built-in.a
  4944:    AR      fs/nfs/built-in.a
  4945:    CC      lib/debug_locks.o
  4946:    CC      drivers/usb/storage/transport.o
  4947:    CC      drivers/usb/storage/usb.o
  4948:    GZIP    kernel/config_data.gz
  4949:    CC      kernel/configs.o
  4950:  word 1 bit 20
  4951:  checking where to find the exponent in a 'float'...   CC      drivers/gpu/drm/drm_syncobj.o
  4952:    CC      drivers/gpu/drm/drm_lease.o
  4953:  word 0 bit 23
  4954:    CC      drivers/gpu/drm/drm_writeback.o
  4955:  checking whether byte ordering is bigendian... no
  4956:    CC      lib/random32.o
  4957:  checking whether iswcntrl works...   CC      drivers/gpu/drm/drm_client.o
  4958:    CC      lib/bust_spinlocks.o
  4959:    CC      lib/kasprintf.o
  4960:    CC      drivers/usb/core/generic.o
  4961:  yes
  4962:  checking for towlower...   CC      drivers/rtc/dev.o
  4963:    CC      drivers/usb/storage/initializers.o
  4964:  yes
  4965:  checking for wctype_t... yes
  4966:  checking for wctrans_t... yes
  4967:  checking for a traditional japanese locale...   AR      drivers/usb/mon/built-in.a
  4968:    CC      drivers/usb/storage/sierra_ms.o
  4969:    CC      lib/bitmap.o
  4970:  none
  4971:  checking for a french Unicode locale...   CC      lib/scatterlist.o
  4972:    CC      fs/ubifs/budget.o
  4973:    CC      drivers/input/input-poller.o
  4974:    AR      fs/lockd/built-in.a
  4975:    CC      drivers/usb/core/quirks.o
  4976:  none
  4977:  checking for a transitional chinese locale...   AR      kernel/built-in.a
  4978:    CC      lib/list_sort.o
  4979:    CC      lib/uuid.o
  4980:    CC      lib/iov_iter.o
  4981:  none
  4982:  checking whether langinfo.h defines CODESET... yes
  4983:  checking whether langinfo.h defines T_FMT_AMPM... yes
  4984:  checking whether langinfo.h defines ALTMON_1... yes
  4985:  checking whether langinfo.h defines ERA... yes
  4986:  checking whether langinfo.h defines YESEXPR... yes
  4987:  checking for wchar_t... yes
  4988:  checking for good max_align_t... yes
  4989:  checking whether NULL can be used in arbitrary expressions... yes
  4990:  checking whether locale.h defines locale_t... yes
  4991:  checking whether locale.h conforms to POSIX:2001... yes
  4992:  checking whether struct lconv is properly defined... yes
  4993:  checking for LC_MESSAGES... yes
  4994:  checking whether uselocale works...   CC      lib/clz_ctz.o
  4995:    CC      fs/ubifs/find.o
  4996:  yes
  4997:  checking for fake locale system (OpenBSD)...   CC      fs/ubifs/tnc_commit.o
  4998:    CC      fs/ubifs/compress.o
  4999:    AR      net/ipv4/built-in.a
  5000:    AR      net/built-in.a
  5001:    CC      fs/jffs2/write.o
  5002:  no
  5003:  checking for Solaris 11.4 locale system... no
  5004:  checking for getlocalename_l...   CC      fs/jffs2/scan.o
  5005:    CC      lib/bsearch.o
  5006:  no
  5007:  checking for CFPreferencesCopyAppValue... no
  5008:  checking for CFLocaleCopyPreferredLanguages...   CC      drivers/rtc/proc.o
  5009:  no
  5010:  checking for multithread API to use... none
  5011:  checking for a sed that does not truncate output... /usr/bin/sed
  5012:  checking whether malloc (0) returns nonnull...   CC      drivers/rtc/sysfs.o
  5013:    CC      drivers/rtc/rtc-pl031.o
  5014:  yes
  5015:  checking whether NAN macro works... yes
  5016:  checking whether HUGE_VAL works...   CC      fs/jffs2/gc.o
  5017:  yes
  5018:  checking for mbstate_t...   CC      lib/find_bit.o
  5019:  yes
  5020:  checking for mmap...   CC      fs/9p/vfs_super.o
  5021:    CC      fs/tracefs/inode.o
  5022:  yes
  5023:  checking for MAP_ANONYMOUS...   CC      fs/jffs2/symlink.o
  5024:    CC      drivers/input/ff-core.o
  5025:  yes
  5026:  checking whether memchr works...   CC      drivers/input/touchscreen.o
  5027:    CC      drivers/input/ff-memless.o
  5028:    CC      drivers/usb/storage/option_ms.o
  5029:  yes
  5030:  checking whether memrchr is declared... yes
  5031:  checking whether <limits.h> defines MIN and MAX...   CC      fs/jffs2/build.o
  5032:  no
  5033:  checking whether <sys/param.h> defines MIN and MAX... yes
  5034:  checking for O_CLOEXEC... yes
  5035:  checking for promoted mode_t type...   CC      fs/jffs2/erase.o
  5036:  mode_t
  5037:  checking for library containing posix_spawn... none required
  5038:  checking for posix_spawn...   CC      drivers/usb/core/devices.o
  5039:    CC      lib/llist.o
  5040:    CC      lib/memweight.o
  5041:    CC      fs/ubifs/lpt.o
  5042:  yes
  5043:  checking whether posix_spawn is declared... yes
  5044:  checking whether posix_spawn works...   CC      drivers/gpu/drm/drm_client_modeset.o
  5045:    CC      fs/ubifs/lprops.o
  5046:    CC      fs/ubifs/recovery.o
  5047:    CC      fs/ubifs/ioctl.o
  5048:    CC      drivers/usb/storage/usual-tables.o
  5049:    CC      fs/ubifs/lpt_commit.o
  5050:    CC      fs/jffs2/background.o
  5051:  yes
  5052:  checking whether posix_spawn rejects scripts without shebang...   CC      drivers/input/vivaldi-fmap.o
  5053:  yes
  5054:  checking whether posix_spawnp rejects scripts without shebang...   CC      drivers/usb/core/phy.o
  5055:    CC      fs/jffs2/fs.o
  5056:    CC      fs/ubifs/tnc_misc.o
  5057:    CC      drivers/gpu/drm/drm_atomic_uapi.o
  5058:  yes
  5059:  checking whether posix_spawnattr_setschedpolicy is supported...   CC      drivers/usb/core/port.o
  5060:  yes
  5061:  checking whether posix_spawnattr_setschedparam is supported... yes
  5062:  checking for sigset_t...   AR      fs/tracefs/built-in.a
  5063:    CC      drivers/usb/core/of.o
  5064:    AR      drivers/rtc/built-in.a
  5065:    CC      fs/open.o
  5066:    CC      fs/read_write.o
  5067:    CC      fs/9p/vfs_inode.o
  5068:  yes
  5069:  checking for SIGPIPE... yes
  5070:  checking for sched.h... yes
  5071:  checking for struct sched_param...   AR      drivers/net/built-in.a
  5072:    CC      fs/jffs2/writev.o
  5073:    CC      fs/9p/vfs_inode_dotl.o
  5074:  yes
  5075:  checking for uid_t in sys/types.h...   CC      fs/9p/vfs_addr.o
  5076:  yes
  5077:  checking for volatile sig_atomic_t... yes
  5078:  checking for sighandler_t...   CC      drivers/input/input-leds.o
  5079:    CC      drivers/i2c/algos/i2c-algo-bit.o
  5080:    CC      lib/kfifo.o
  5081:  yes
  5082:  checking whether C symbols are prefixed with underscore at the linker level... no
  5083:  checking whether snprintf returns a byte count as in C99...   CC      drivers/i2c/busses/i2c-versatile.o
  5084:    AR      drivers/usb/storage/built-in.a
  5085:    AR      drivers/i2c/muxes/built-in.a
  5086:    CC      lib/percpu-refcount.o
  5087:  yes
  5088:  checking whether snprintf is declared... yes
  5089:  checking for posix_spawnattr_t...   CC      drivers/i2c/i2c-boardinfo.o
  5090:  yes
  5091:  checking for posix_spawn_file_actions_t...   CC      drivers/i2c/i2c-core-base.o
  5092:  yes
  5093:  checking for stdbool.h that conforms to C99... yes
  5094:  checking for _Bool...   CC      drivers/i2c/i2c-core-smbus.o
  5095:    CC      fs/ubifs/debug.o
  5096:  yes
  5097:  checking whether fcloseall is declared... yes
  5098:  checking which flavor of printf attribute matches inttypes macros... system
  5099:  checking whether ecvt is declared...   CC      lib/rhashtable.o
  5100:  yes
  5101:  checking whether fcvt is declared...   CC      drivers/i2c/i2c-core-of.o
  5102:    CC      drivers/i2c/i2c-mux.o
  5103:  yes
  5104:  checking whether gcvt is declared... yes
  5105:  checking whether strdup is declared... yes
  5106:  checking whether strerror(0) succeeds...   CC      fs/jffs2/super.o
  5107:    AR      drivers/usb/core/built-in.a
  5108:  yes
  5109:  checking for strerror_r with POSIX signature...   AR      drivers/usb/built-in.a
  5110:    CC      fs/jffs2/debug.o
  5111:    CC      drivers/input/evdev.o
  5112:    CC      fs/jffs2/wbuf.o
  5113:  no
  5114:  checking whether __xpg_strerror_r works...   CC      fs/jffs2/compr_rtime.o
  5115:    CC      fs/jffs2/compr_zlib.o
  5116:  yes
  5117:  checking whether strndup is declared... yes
  5118:  checking whether strnlen is declared... yes
  5119:  checking whether strsignal is declared... yes
  5120:  checking whether strstr works...   CC      fs/9p/vfs_file.o
  5121:    CC      fs/9p/vfs_dir.o
  5122:  yes
  5123:  checking whether ldexp() can be used without linking with libm... yes
  5124:  checking for struct timespec in <time.h>... yes
  5125:  checking for TIME_UTC in <time.h>...   CC      fs/9p/vfs_dentry.o
  5126:    CC      drivers/gpu/drm/drm_managed.o
  5127:  yes
  5128:  checking whether execvpe is declared...   CC      drivers/gpu/drm/drm_vblank_work.o
  5129:    CC      fs/9p/v9fs.o
  5130:  yes
  5131:  checking whether clearerr_unlocked is declared...   AR      drivers/i2c/busses/built-in.a
  5132:    CC      lib/once.o
  5133:  yes
  5134:  checking whether feof_unlocked is declared...   CC      drivers/gpu/drm/drm_panel.o
  5135:  yes
  5136:  checking whether ferror_unlocked is declared... yes
  5137:  checking whether fflush_unlocked is declared... yes
  5138:  checking whether fgets_unlocked is declared... yes
  5139:  checking whether fputc_unlocked is declared... yes
  5140:  checking whether fputs_unlocked is declared...   CC      fs/file_table.o
  5141:  yes
  5142:  checking whether fread_unlocked is declared... yes
  5143:  checking whether fwrite_unlocked is declared... yes
  5144:  checking whether getc_unlocked is declared...   CC      fs/super.o
  5145:    CC      fs/char_dev.o
  5146:  yes
  5147:  checking whether getchar_unlocked is declared... yes
  5148:  checking whether putc_unlocked is declared... yes
  5149:  checking whether putchar_unlocked is declared... yes
  5150:  checking for inttypes.h...   AR      drivers/i2c/algos/built-in.a
  5151:  yes
  5152:  checking for stdint.h...   CC      lib/refcount.o
  5153:  yes
  5154:  checking for intmax_t... yes
  5155:  checking whether snprintf truncates the result as in C99... yes
  5156:  checking for snprintf... (cached) yes
  5157:  checking for strnlen...   CC      lib/usercopy.o
  5158:    CC      fs/ubifs/misc.o
  5159:    CC      drivers/gpu/drm/drm_of.o
  5160:    CC      fs/ubifs/sysfs.o
  5161:    CC      fs/ubifs/xattr.o
  5162:  yes
  5163:  checking for wcslen...   CC      fs/9p/fid.o
  5164:    CC      fs/stat.o
  5165:    CC      fs/9p/xattr.o
  5166:    CC      fs/exec.o
  5167:  yes
  5168:  checking for wcsnlen... yes
  5169:  checking for mbrtowc... (cached) yes
  5170:  checking for wcrtomb... (cached) yes
  5171:  checking whether _snprintf is declared...   CC      fs/9p/acl.o
  5172:  no
  5173:  checking whether printf supports size specifiers as in C99...   CC      lib/errseq.o
  5174:  yes
  5175:  checking whether printf supports 'long double' arguments...   CC      drivers/gpu/drm/drm_nomodeset.o
  5176:    CC      lib/bucket_locks.o
  5177:    CC      lib/generic-radix-tree.o
  5178:  yes
  5179:  checking whether printf supports infinite 'double' arguments...   CC      lib/string_helpers.o
  5180:    CC      lib/hexdump.o
  5181:    CC      drivers/gpu/drm/drm_panel_orientation_quirks.o
  5182:  yes
  5183:  checking whether printf supports infinite 'long double' arguments...   CC      drivers/gpu/drm/drm_gem_cma_helper.o
  5184:    AR      fs/jffs2/built-in.a
  5185:    CC      drivers/gpu/drm/drm_fb_cma_helper.o
  5186:    CC      drivers/gpu/drm/drm_bridge_connector.o
  5187:    AR      drivers/input/built-in.a
  5188:    CC      drivers/gpu/drm/drm_crtc_helper.o
  5189:    CC      lib/kstrtox.o
  5190:  yes
  5191:  checking whether printf supports the 'a' and 'A' directives...   CC      drivers/gpu/drm/drm_encoder_slave.o
  5192:    CC      drivers/gpu/drm/drm_flip_work.o
  5193:    CC      lib/pci_iomap.o
  5194:  yes
  5195:  checking whether printf supports the 'F' directive...   CC      drivers/gpu/drm/drm_probe_helper.o
  5196:    CC      drivers/gpu/drm/drm_plane_helper.o
  5197:    CC      drivers/gpu/drm/drm_atomic_helper.o
  5198:    CC      lib/iomap_copy.o
  5199:    CC      fs/pipe.o
  5200:  yes
  5201:  checking whether printf supports the 'n' directive...   CC      fs/namei.o
  5202:    CC      fs/fcntl.o
  5203:    CC      fs/ioctl.o
  5204:    AR      drivers/i2c/built-in.a
  5205:    CC      drivers/gpu/drm/drm_kms_helper_common.o
  5206:    AR      drivers/i3c/built-in.a
  5207:    CC      lib/devres.o
  5208:    CC      drivers/gpu/drm/drm_simple_kms_helper.o
  5209:    AR      drivers/media/i2c/built-in.a
  5210:    AR      drivers/media/tuners/built-in.a
  5211:    AR      fs/9p/built-in.a
  5212:    CC      drivers/gpu/drm/drm_modeset_helper.o
  5213:    AR      drivers/media/rc/keymaps/built-in.a
  5214:    AR      drivers/media/rc/built-in.a
  5215:    AR      drivers/media/common/b2c2/built-in.a
  5216:    AR      drivers/media/common/saa7146/built-in.a
  5217:    AR      drivers/media/common/siano/built-in.a
  5218:  no
  5219:  checking whether printf supports the 'ls' directive...   AR      drivers/media/common/v4l2-tpg/built-in.a
  5220:    CC      drivers/gpu/drm/drm_gem_atomic_helper.o
  5221:    AR      drivers/media/common/videobuf2/built-in.a
  5222:    AR      fs/ubifs/built-in.a
  5223:    AR      drivers/media/common/built-in.a
  5224:    AR      drivers/media/platform/allegro-dvt/built-in.a
  5225:    AR      drivers/media/pci/ttpci/built-in.a
  5226:    AR      drivers/media/pci/b2c2/built-in.a
  5227:    AR      drivers/media/platform/amlogic/meson-ge2d/built-in.a
  5228:    AR      drivers/media/platform/amlogic/built-in.a
  5229:    AR      drivers/media/pci/pluto2/built-in.a
  5230:    AR      drivers/media/platform/amphion/built-in.a
  5231:    AR      drivers/media/pci/dm1105/built-in.a
  5232:  yes
  5233:  checking whether printf supports the grouping flag...   CC      lib/hweight.o
  5234:    AR      drivers/media/pci/pt1/built-in.a
  5235:    AR      drivers/media/platform/aspeed/built-in.a
  5236:    AR      drivers/media/platform/atmel/built-in.a
  5237:    AR      drivers/media/pci/pt3/built-in.a
  5238:    AR      drivers/media/platform/cadence/built-in.a
  5239:    AR      drivers/media/pci/mantis/built-in.a
  5240:    AR      drivers/media/pci/ngene/built-in.a
  5241:    AR      drivers/media/platform/chips-media/built-in.a
  5242:    AR      drivers/media/platform/intel/built-in.a
  5243:    AR      drivers/media/pci/ddbridge/built-in.a
  5244:    AR      drivers/media/pci/saa7146/built-in.a
  5245:    CC      drivers/gpu/drm/drm_gem_framebuffer_helper.o
  5246:    AR      drivers/media/pci/smipcie/built-in.a
  5247:  yes
  5248:  checking whether printf supports the left-adjust flag correctly...   AR      drivers/media/platform/marvell/built-in.a
  5249:    CC      lib/bitrev.o
  5250:    AR      drivers/media/pci/netup_unidvb/built-in.a
  5251:    AR      drivers/media/platform/mediatek/jpeg/built-in.a
  5252:    AR      drivers/media/pci/intel/ipu3/built-in.a
  5253:    AR      drivers/media/platform/mediatek/mdp/built-in.a
  5254:    AR      drivers/media/pci/intel/built-in.a
  5255:    AR      drivers/media/platform/mediatek/vcodec/built-in.a
  5256:    AR      drivers/media/pci/built-in.a
  5257:    AR      drivers/media/platform/mediatek/vpu/built-in.a
  5258:    AR      drivers/media/platform/mediatek/built-in.a
  5259:    AR      drivers/pps/clients/built-in.a
  5260:  yes
  5261:  checking whether printf supports the zero flag correctly...   AR      drivers/pps/generators/built-in.a
  5262:    AR      drivers/media/usb/b2c2/built-in.a
  5263:    CC      drivers/pps/pps.o
  5264:    AR      drivers/media/platform/nvidia/tegra-vde/built-in.a
  5265:    CC      drivers/pps/kapi.o
  5266:    AR      drivers/media/platform/nvidia/built-in.a
  5267:    AR      drivers/media/usb/dvb-usb/built-in.a
  5268:    AR      drivers/media/usb/dvb-usb-v2/built-in.a
  5269:    AR      drivers/media/platform/nxp/imx-jpeg/built-in.a
  5270:    AR      drivers/media/platform/nxp/built-in.a
  5271:    AR      drivers/media/usb/s2255/built-in.a
  5272:    AR      drivers/media/usb/siano/built-in.a
  5273:    AR      drivers/media/platform/qcom/camss/built-in.a
  5274:    AR      drivers/media/usb/stkwebcam/built-in.a
  5275:    AR      drivers/media/platform/qcom/venus/built-in.a
  5276:    CC      drivers/pps/sysfs.o
  5277:  yes
  5278:  checking whether printf supports large precisions...   AR      drivers/media/platform/qcom/built-in.a
  5279:    AR      drivers/media/usb/ttusb-budget/built-in.a
  5280:    CC      drivers/gpu/drm/drm_atomic_state_helper.o
  5281:    AR      drivers/media/usb/ttusb-dec/built-in.a
  5282:    AR      drivers/media/platform/renesas/rcar-vin/built-in.a
  5283:    AR      drivers/media/usb/zr364xx/built-in.a
  5284:    AR      drivers/media/platform/renesas/vsp1/built-in.a
  5285:    AR      drivers/media/platform/renesas/built-in.a
  5286:    AR      drivers/media/usb/built-in.a
  5287:    CC      lib/linear_ranges.o
  5288:    CC      drivers/gpu/drm/drm_damage_helper.o
  5289:    AR      drivers/media/platform/rockchip/rga/built-in.a
  5290:    CC      fs/readdir.o
  5291:    AR      drivers/media/platform/rockchip/rkisp1/built-in.a
  5292:    AR      drivers/media/platform/rockchip/built-in.a
  5293:  yes
  5294:  checking whether printf survives out-of-memory conditions...   CC      drivers/gpu/drm/drm_format_helper.o
  5295:    AR      drivers/media/platform/samsung/exynos-gsc/built-in.a
  5296:    AR      drivers/media/platform/samsung/exynos4-is/built-in.a
  5297:    AR      drivers/media/platform/samsung/s3c-camif/built-in.a
  5298:    AR      drivers/media/platform/samsung/s5p-g2d/built-in.a
  5299:    AR      drivers/media/platform/samsung/s5p-jpeg/built-in.a
  5300:    AR      drivers/media/platform/samsung/s5p-mfc/built-in.a
  5301:    AR      drivers/media/platform/samsung/built-in.a
  5302:    AR      drivers/media/platform/st/sti/bdisp/built-in.a
  5303:  yes
  5304:  checking whether wcsdup is declared...   AR      drivers/media/platform/st/sti/c8sectpfe/built-in.a
  5305:    AR      drivers/media/platform/sunxi/sun4i-csi/built-in.a
  5306:  yes
  5307:  checking whether <sys/socket.h> is self-contained...   AR      drivers/media/platform/st/sti/delta/built-in.a
  5308:  yes
  5309:  checking for shutdown... (cached) yes
  5310:  checking whether <sys/socket.h> defines the SHUT_* macros...   AR      drivers/media/platform/sunxi/sun6i-csi/built-in.a
  5311:    AR      drivers/media/platform/st/sti/hva/built-in.a
  5312:  yes
  5313:  checking for struct sockaddr_storage...   AR      drivers/media/platform/ti/am437x/built-in.a
  5314:    AR      drivers/media/platform/sunxi/sun8i-di/built-in.a
  5315:    AR      drivers/media/platform/st/stm32/built-in.a
  5316:    AR      drivers/media/platform/ti/cal/built-in.a
  5317:    AR      drivers/media/platform/st/built-in.a
  5318:    AR      drivers/media/platform/sunxi/sun8i-rotate/built-in.a
  5319:    CC      lib/crc16.o
  5320:    AR      drivers/media/platform/ti/vpe/built-in.a
  5321:    AR      drivers/media/platform/sunxi/built-in.a
  5322:    HOSTCC  lib/gen_crc32table
  5323:    AR      drivers/media/platform/ti/davinci/built-in.a
  5324:    AR      drivers/media/mmc/siano/built-in.a
  5325:    AR      drivers/media/mmc/built-in.a
  5326:    AR      drivers/media/platform/ti/omap/built-in.a
  5327:  yes
  5328:  checking for sa_family_t...   CC      lib/xxhash.o
  5329:    AR      drivers/media/platform/ti/omap3isp/built-in.a
  5330:    AR      drivers/media/platform/ti/built-in.a
  5331:    CC      lib/genalloc.o
  5332:    AR      drivers/media/platform/via/built-in.a
  5333:    AR      drivers/media/platform/xilinx/built-in.a
  5334:    AR      drivers/media/platform/built-in.a
  5335:  yes
  5336:  checking for struct sockaddr_storage.ss_family...   CC      lib/percpu_counter.o
  5337:    AR      drivers/media/firewire/built-in.a
  5338:  yes
  5339:  checking for library needed for semaphore functions...   AR      drivers/media/spi/built-in.a
  5340:    CC      lib/syscall.o
  5341:    AR      drivers/media/test-drivers/built-in.a
  5342:    AR      drivers/media/built-in.a
  5343:    CC      lib/errname.o
  5344:    CC      lib/nlattr.o
  5345:    CC      fs/select.o
  5346:  none
  5347:  checking for struct timeval... yes
  5348:  checking for wide-enough struct timeval.tv_sec member... yes
  5349:  checking for IPv4 sockets...   CC      fs/dcache.o
  5350:    CC      drivers/gpu/drm/drm_self_refresh_helper.o
  5351:  yes
  5352:  checking for IPv6 sockets... yes
  5353:  checking for off_t...   CC      fs/inode.o
  5354:    CC      fs/attr.o
  5355:    CC      fs/bad_inode.o
  5356:    CC      lib/cpu_rmap.o
  5357:    CC      lib/dynamic_queue_limits.o
  5358:    CC      drivers/gpu/drm/drm_rect.o
  5359:  yes
  5360:    AR      drivers/pps/built-in.a
  5361:    CC      lib/glob.o
  5362:    CC      drivers/gpu/drm/bridge/panel.o
  5363:  checking whether INT32_MAX < INTMAX_MAX... yes
  5364:  checking whether INT64_MAX == LONG_MAX... yes
  5365:  checking whether UINT32_MAX < UINTMAX_MAX... yes
  5366:  checking whether UINT64_MAX == ULONG_MAX... yes
  5367:  checking whether <sys/select.h> is self-contained...   CC      lib/strncpy_from_user.o
  5368:    CC      drivers/ptp/ptp_clock.o
  5369:  yes
  5370:  checking for library containing setsockopt...   CC      drivers/power/reset/vexpress-poweroff.o
  5371:  none needed
  5372:  checking whether select supports a 0 argument... yes
  5373:  checking whether select detects invalid fds...   CC      drivers/gpu/drm/drm_fb_helper.o
  5374:    CC      fs/file.o
  5375:    CC      drivers/power/supply/power_supply_core.o
  5376:    CC      drivers/power/supply/power_supply_sysfs.o
  5377:    CC      lib/strnlen_user.o
  5378:  yes
  5379:  checking for pthread_t...   CC      lib/net_utils.o
  5380:    CC      lib/sg_pool.o
  5381:  yes
  5382:  checking for pthread_spinlock_t...   CC      drivers/ptp/ptp_chardev.o
  5383:    CC      drivers/ptp/ptp_sysfs.o
  5384:    CC      lib/stackdepot.o
  5385:  yes
  5386:  checking for PTHREAD_CREATE_DETACHED... yes
  5387:  checking for PTHREAD_MUTEX_RECURSIVE...   CC      lib/sbitmap.o
  5388:    CC      lib/devmem_is_allowed.o
  5389:  yes
  5390:  checking for PTHREAD_MUTEX_ROBUST... yes
  5391:  checking for PTHREAD_PROCESS_SHARED...   CC      drivers/hwmon/hwmon.o
  5392:  yes
  5393:  checking whether setenv is declared... yes
  5394:  checking for search.h... yes
  5395:  checking for tsearch...   CC      fs/filesystems.o
  5396:  yes
  5397:  checking whether <sys/ioctl.h> declares ioctl... yes
  5398:    CC      drivers/hwmon/vexpress-hwmon.o
  5399:  checking whether unsetenv is declared... yes
  5400:  checking for alloca as a compiler built-in... yes
  5401:  checking whether to enable assertions... yes
  5402:  checking whether btowc(0) is correct...   AR      lib/lib.a
  5403:    AR      drivers/power/reset/built-in.a
  5404:  yes
  5405:  checking whether btowc(EOF) is correct... guessing yes
  5406:  checking for __builtin_expect...   CC      fs/namespace.o
  5407:    GEN     lib/crc32table.h
  5408:    CC      drivers/opp/core.o
  5409:  yes
  5410:  checking whether calloc (0, n) and calloc (n, 0) return nonnull...   CC      lib/crc32.o
  5411:    CC      drivers/power/supply/power_supply_leds.o
  5412:  yes
  5413:  checking whether this system supports file names of any length... no
  5414:  checking for library containing clock_gettime...   CC      drivers/power/supply/power_supply_hwmon.o
  5415:    CC      drivers/cpuidle/governors/ladder.o
  5416:    CC      drivers/mmc/core/core.o
  5417:  none required
  5418:  checking for clock_gettime...   CC      drivers/mmc/host/mmci.o
  5419:  yes
  5420:  checking for clock_settime...   CC      drivers/mmc/core/bus.o
  5421:    CC      drivers/cpuidle/cpuidle.o
  5422:  yes
  5423:  checking for closedir...   CC      drivers/opp/cpu.o
  5424:  yes
  5425:  checking for d_ino member in directory struct...   CC      drivers/opp/of.o
  5426:    CC      drivers/mmc/host/mmci_stm32_sdmmc.o
  5427:    CC      drivers/ptp/ptp_vclock.o
  5428:  yes
  5429:  checking for dirfd...   CC      drivers/ptp/ptp_kvm_arm.o
  5430:  yes
  5431:  checking whether dirfd is declared... yes
  5432:  checking whether dirfd is a macro... no
  5433:  checking whether // is distinct from /... (cached) no
  5434:  checking whether dup works...   CC      drivers/ptp/ptp_kvm_common.o
  5435:  yes
  5436:  checking whether dup2 works...   CC      fs/seq_file.o
  5437:    CC      fs/xattr.o
  5438:    AR      drivers/ufs/built-in.a
  5439:    AR      lib/built-in.a
  5440:    CC      drivers/leds/trigger/ledtrig-heartbeat.o
  5441:  yes
  5442:  checking for error_at_line...   CC      drivers/leds/trigger/ledtrig-cpu.o
  5443:    AR      drivers/cpuidle/governors/built-in.a
  5444:    AR      drivers/leds/blink/built-in.a
  5445:    AR      drivers/power/supply/built-in.a
  5446:  yes
  5447:  checking whether fflush works on input streams... (cached) no
  5448:    AR      drivers/leds/simple/built-in.a
  5449:  checking whether fcntl handles F_DUPFD correctly...   AR      drivers/firmware/arm_ffa/built-in.a
  5450:    AR      drivers/power/built-in.a
  5451:    CC      fs/libfs.o
  5452:    AR      drivers/firmware/arm_scmi/built-in.a
  5453:    AR      drivers/crypto/xilinx/built-in.a
  5454:    AR      drivers/firmware/broadcom/built-in.a
  5455:    AR      drivers/crypto/hisilicon/built-in.a
  5456:    AR      drivers/crypto/keembay/built-in.a
  5457:    AR      drivers/firmware/cirrus/built-in.a
  5458:    AR      drivers/firmware/meson/built-in.a
  5459:    AR      drivers/crypto/built-in.a
  5460:    AR      drivers/firmware/efi/built-in.a
  5461:    AR      drivers/firmware/imx/built-in.a
  5462:    CC      drivers/firmware/psci/psci.o
  5463:    CC      drivers/firmware/smccc/smccc.o
  5464:    CC      fs/fs-writeback.o
  5465:    CC      drivers/cpuidle/driver.o
  5466:    CC      fs/pnode.o
  5467:  yes
  5468:  checking whether fcntl understands F_DUPFD_CLOEXEC...   AR      drivers/hwmon/built-in.a
  5469:    CC      drivers/firmware/smccc/kvm_guest.o
  5470:    CC      fs/splice.o
  5471:  needs runtime check
  5472:  checking whether fdopendir is declared... yes
  5473:  checking whether fdopendir works...   CC      drivers/mmc/core/host.o
  5474:    CC      drivers/firmware/smccc/soc_id.o
  5475:  yes
  5476:  checking whether fflush works on input streams... (cached) no
  5477:  checking for flexible array member... yes
  5478:  checking whether conversion from 'int' to 'long double' works...   CC      fs/sync.o
  5479:    AR      drivers/firmware/tegra/built-in.a
  5480:    AR      drivers/firmware/xilinx/built-in.a
  5481:    CC      drivers/cpuidle/governor.o
  5482:  yes
  5483:  checking whether fopen recognizes a trailing slash...   CC      drivers/mmc/core/mmc.o
  5484:    CC      drivers/mmc/core/mmc_ops.o
  5485:  yes
  5486:  checking whether fopen supports the mode character 'x'...   AR      drivers/leds/trigger/built-in.a
  5487:    CC      drivers/leds/led-core.o
  5488:    CC      drivers/leds/led-class.o
  5489:    AR      drivers/gpu/drm/built-in.a
  5490:  yes
  5491:  checking whether fopen supports the mode character 'e'...   AR      drivers/gpu/built-in.a
  5492:    CC      drivers/mmc/core/sd.o
  5493:    CC      fs/utimes.o
  5494:    AR      drivers/ptp/built-in.a
  5495:    CC      fs/d_path.o
  5496:    CC      fs/stack.o
  5497:  yes
  5498:  checking for __fpending...   CC      drivers/cpuidle/sysfs.o
  5499:    CC      drivers/clocksource/timer-of.o
  5500:  yes
  5501:  checking whether __fpending is declared... yes
  5502:  checking whether fpurge is declared... no
  5503:  checking whether free is known to preserve errno... yes
  5504:  checking whether frexp works...   CC      drivers/clocksource/timer-probe.o
  5505:    AR      drivers/firmware/smccc/built-in.a
  5506:    CC      drivers/clocksource/mmio.o
  5507:    CC      drivers/clocksource/arm_arch_timer.o
  5508:    AR      drivers/mmc/host/built-in.a
  5509:    CC      drivers/clocksource/arm_global_timer.o
  5510:    CC      fs/fs_struct.o
  5511:    AR      drivers/opp/built-in.a
  5512:    CC      drivers/mmc/core/sd_ops.o
  5513:  yes
  5514:  checking whether frexpl is declared...   CC      drivers/hid/usbhid/hid-core.o
  5515:  yes
  5516:  checking whether frexpl() can be used without linking with libm... yes
  5517:  checking whether frexpl works...   AR      drivers/firmware/psci/built-in.a
  5518:    AR      drivers/firmware/built-in.a
  5519:    CC      drivers/of/base.o
  5520:  yes
  5521:  checking for fseeko... (cached) yes
  5522:  checking whether fflush works on input streams... (cached) no
  5523:  checking for _fseeki64...   CC      drivers/leds/led-triggers.o
  5524:    AR      drivers/platform/built-in.a
  5525:    CC      drivers/clocksource/timer-sp804.o
  5526:    CC      drivers/leds/leds-gpio.o
  5527:    CC      drivers/clocksource/dummy_timer.o
  5528:  no
  5529:  checking whether fstatat (..., 0) works...   CC      drivers/mmc/core/sdio.o
  5530:    CC      drivers/mmc/core/sdio_ops.o
  5531:  yes
  5532:  checking for ftello... (cached) yes
  5533:  checking whether ftello works... (cached) yes
  5534:  checking whether getcwd handles long file names properly...   AR      drivers/cpuidle/built-in.a
  5535:    CC      fs/statfs.o
  5536:    CC      drivers/of/device.o
  5537:    CC      drivers/clocksource/timer-versatile.o
  5538:    CC      fs/fs_pin.o
  5539:    CC      fs/nsfs.o
  5540:  yes
  5541:  checking for getpagesize...   CC      drivers/perf/arm_pmu.o
  5542:  yes
  5543:  checking whether getcwd succeeds when 4k < cwd_length < 16k...   CC      drivers/perf/arm_pmu_platform.o
  5544:  yes
  5545:  checking whether getdtablesize works...   CC      fs/fs_types.o
  5546:    CC      drivers/of/platform.o
  5547:    CC      fs/fs_context.o
  5548:  yes
  5549:  checking for getpagesize... (cached) yes
  5550:  checking whether getpagesize is declared... yes
  5551:  checking whether program_invocation_name is declared...   CC      drivers/of/property.o
  5552:  yes
  5553:    CC      drivers/of/kobj.o
  5554:  checking whether program_invocation_short_name is declared... yes
  5555:    CC      drivers/mmc/core/sdio_bus.o
  5556:  checking whether __argv is declared...   CC      drivers/hid/hid-core.o
  5557:  no
  5558:  checking whether getrandom is compatible with its GNU+BSD signature... yes
  5559:    CC      drivers/mmc/core/sdio_cis.o
  5560:  checking whether the compiler generally respects inline... yes
  5561:  checking whether isnan(double) can be used without linking with libm...   CC      drivers/mmc/core/sdio_io.o
  5562:    CC      drivers/mmc/core/sdio_irq.o
  5563:    CC      drivers/of/fdt.o
  5564:    CC      drivers/of/fdt_address.o
  5565:  yes
  5566:  checking whether isnan(float) can be used without linking with libm...   AR      drivers/hwtracing/intel_th/built-in.a
  5567:    CC      fs/fs_parser.o
  5568:  yes
  5569:  checking whether isnan(float) works...   CC      drivers/mmc/core/slot-gpio.o
  5570:    AR      drivers/clocksource/built-in.a
  5571:    CC      drivers/hid/hid-input.o
  5572:    AR      drivers/leds/built-in.a
  5573:    CC      drivers/hid/hid-quirks.o
  5574:    CC      drivers/of/address.o
  5575:    CC      drivers/of/irq.o
  5576:  yes
  5577:  checking whether isnan(long double) can be used without linking with libm...   CC      drivers/mmc/core/regulator.o
  5578:    CC      fs/fsopen.o
  5579:    CC      drivers/nvmem/core.o
  5580:    CC      drivers/hid/hid-generic.o
  5581:  yes
  5582:  checking whether isnanl works...   CC      fs/init.o
  5583:    CC      fs/kernel_read_file.o
  5584:  yes
  5585:  checking whether iswblank is declared...   AR      drivers/hid/usbhid/built-in.a
  5586:  yes
  5587:  checking whether iswdigit is ISO C compliant... guessing yes
  5588:  checking whether iswxdigit is ISO C compliant... guessing yes
  5589:  checking whether the compiler supports the __inline keyword...   CC      fs/remap_range.o
  5590:  yes
  5591:  checking whether lseek detects pipes...   CC      drivers/hid/hid-a4tech.o
  5592:  yes
  5593:  checking whether malloc (0) returns nonnull... (cached) yes
  5594:  checking whether mbrtowc handles incomplete characters... guessing yes
  5595:  checking whether mbrtowc works as well as mbtowc... guessing yes
  5596:  checking whether mbrtowc handles a NULL pwc argument... guessing yes
  5597:  checking whether mbrtowc handles a NULL string argument... guessing yes
  5598:  checking whether mbrtowc has a correct return value... guessing yes
  5599:  checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
  5600:  checking whether mbrtowc stores incomplete characters... guessing no
  5601:  checking whether mbrtowc works on empty input...   AR      drivers/perf/built-in.a
  5602:    CC      drivers/mmc/core/pwrseq.o
  5603:  yes
  5604:  checking whether the C locale is free of encoding errors...   CC      drivers/tee/optee/core.o
  5605:  no
  5606:  checking whether mbrtowc handles incomplete characters... (cached) guessing yes
  5607:  checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
  5608:  checking for mbtowc...   CC      drivers/tee/tee_core.o
  5609:    CC      fs/buffer.o
  5610:    CC      drivers/of/of_reserved_mem.o
  5611:    CC      fs/direct-io.o
  5612:    CC      drivers/tee/optee/call.o
  5613:  yes
  5614:  checking for mempcpy... (cached) yes
  5615:  checking for memrchr...   CC      drivers/mmc/core/pwrseq_simple.o
  5616:  yes
  5617:  checking whether mkdir handles trailing slash...   CC      drivers/mmc/core/pwrseq_emmc.o
  5618:    CC      drivers/tee/tee_shm.o
  5619:    CC      drivers/tee/optee/notif.o
  5620:    CC      drivers/tee/optee/rpc.o
  5621:  yes
  5622:  checking whether mkdir handles trailing dot...   CC      drivers/tee/optee/supp.o
  5623:  yes
  5624:  checking for mkdtemp...   CC      drivers/tee/tee_shm_pool.o
  5625:    CC      drivers/hid/hid-apple.o
  5626:  yes
  5627:  checking for working mkstemp...   CC      fs/mpage.o
  5628:    CC      fs/proc_namespace.o
  5629:  yes
  5630:  checking whether YESEXPR works...   CC      fs/eventpoll.o
  5631:  yes
  5632:  checking for obstacks that work with any size object... no
  5633:  checking whether open recognizes a trailing slash...   CC      fs/anon_inodes.o
  5634:    CC      fs/signalfd.o
  5635:    CC      drivers/mmc/core/block.o
  5636:  yes
  5637:  checking for opendir...   CC      fs/timerfd.o
  5638:    CC      drivers/mmc/core/queue.o
  5639:  yes
  5640:  checking whether posix_spawn_file_actions_addclose works...   CC      drivers/hid/hid-belkin.o
  5641:    CC      drivers/tee/optee/device.o
  5642:    CC      fs/eventfd.o
  5643:  yes
  5644:  checking whether posix_spawn_file_actions_adddup2 works...   CC      drivers/tee/optee/smc_abi.o
  5645:    AR      drivers/nvmem/built-in.a
  5646:  yes
  5647:  checking whether posix_spawn_file_actions_addopen works...   CC      drivers/tee/optee/ffa_abi.o
  5648:    CC      drivers/hid/hid-cherry.o
  5649:    CC      drivers/hid/hid-chicony.o
  5650:  yes
  5651:  checking whether frexp works... (cached) yes
  5652:  checking whether ldexp can be used without linking with libm... (cached) yes
  5653:  checking whether frexpl() can be used without linking with libm... (cached) yes
  5654:  checking whether frexpl works... (cached) yes
  5655:    CC      fs/aio.o
  5656:  checking whether frexpl is declared... (cached) yes
  5657:  checking whether ldexpl() can be used without linking with libm...   AR      drivers/of/built-in.a
  5658:    CC      drivers/hid/hid-cypress.o
  5659:    CC      drivers/hid/hid-dr.o
  5660:    CC      drivers/hid/hid-ezkey.o
  5661:    CC      fs/io_uring.o
  5662:  yes
  5663:  checking whether ldexpl works...   CC      fs/io-wq.o
  5664:    CC      fs/locks.o
  5665:  yes
  5666:  checking whether ldexpl is declared...   CC      fs/binfmt_script.o
  5667:    CC      drivers/hid/hid-gyration.o
  5668:  yes
  5669:    CC      fs/binfmt_elf.o
  5670:  checking whether program_invocation_name is declared... (cached) yes
  5671:  checking whether program_invocation_short_name is declared... (cached) yes
  5672:  checking for raise...   CC      fs/mbcache.o
  5673:  yes
  5674:  checking for sigprocmask... yes
  5675:  checking for rawmemchr... yes
  5676:  checking for readdir...   CC      fs/posix_acl.o
  5677:    CC      fs/coredump.o
  5678:  yes
  5679:  checking whether readlink signature is correct... yes
  5680:  checking whether readlink handles trailing slash correctly...   CC      drivers/hid/hid-ite.o
  5681:    CC      drivers/hid/hid-kensington.o
  5682:    CC      drivers/hid/hid-lg.o
  5683:  yes
  5684:  checking whether readlink truncates results correctly...   CC      fs/drop_caches.o
  5685:    CC      drivers/hid/hid-lg-g15.o
  5686:    CC      drivers/hid/hid-microsoft.o
  5687:  yes
  5688:  checking whether realloc (0, 0) returns nonnull...   CC      fs/fhandle.o
  5689:    CC      drivers/hid/hid-monterey.o
  5690:  yes
  5691:  checking for reallocarray...   CC      drivers/hid/hid-ntrig.o
  5692:  yes
  5693:  checking for working re_compile_pattern...   CC      drivers/hid/hid-pl.o
  5694:    CC      drivers/hid/hid-petalynx.o
  5695:    CC      drivers/hid/hid-redragon.o
  5696:    CC      drivers/hid/hid-samsung.o
  5697:  no
  5698:  checking for libintl.h... yes
  5699:    CC      drivers/hid/hid-sjoy.o
  5700:  checking whether isblank is declared... yes
  5701:  checking whether rename honors trailing slash on destination...   CC      drivers/hid/hid-sony.o
  5702:  yes
  5703:  checking whether rename honors trailing slash on source... yes
  5704:  checking whether rename manages hard links correctly...   CC      drivers/hid/hid-sunplus.o
  5705:  yes
  5706:  checking whether rename manages existing destinations correctly...   CC      drivers/hid/hid-gaff.o
  5707:    AR      drivers/tee/optee/built-in.a
  5708:    AR      drivers/tee/built-in.a
  5709:    CC      drivers/hid/hid-tmff.o
  5710:    CC      drivers/hid/hid-thrustmaster.o
  5711:    CC      drivers/hid/hid-topseed.o
  5712:  yes
  5713:  checking for rewinddir...   CC      drivers/hid/hid-twinhan.o
  5714:    CC      drivers/hid/hid-zpff.o
  5715:  yes
  5716:  checking whether rmdir works...   AR      drivers/mmc/core/built-in.a
  5717:  yes
  5718:  checking whether setlocale supports the C locale...   AR      drivers/mmc/built-in.a
  5719:  yes
  5720:  checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes
  5721:  checking whether setlocale (category, NULL) is multithread-safe... (cached) yes
  5722:  checking for struct sigaction.sa_sigaction... yes
  5723:  checking for signbit macro... yes
  5724:  checking for signbit compiler built-ins... yes
  5725:  checking for sigprocmask... (cached) yes
  5726:  checking for stack direction... grows down
  5727:  checking for stack_t... yes
  5728:  checking for working sigaltstack... yes
  5729:  checking for correct stack_t interpretation... yes
  5730:  checking for stdint.h... (cached) yes
  5731:  checking for SIZE_MAX... yes
  5732:  checking for snprintf... (cached) yes
  5733:  checking whether snprintf respects a size of 1... yes
  5734:  checking whether printf supports POSIX/XSI format strings with positions... yes
  5735:  checking for ssize_t... yes
  5736:  checking whether stat handles trailing slashes on files... yes
  5737:  checking for struct stat.st_atim.tv_nsec... yes
  5738:  checking whether struct stat.st_atim is of type struct timespec... yes
  5739:  checking for struct stat.st_birthtimespec.tv_nsec... no
  5740:  checking for struct stat.st_birthtimensec... no
  5741:  checking for struct stat.st_birthtim.tv_nsec... no
  5742:  checking for working stdalign.h... yes
  5743:  checking for va_copy... yes
  5744:  checking for stpcpy... yes
  5745:  checking for strchrnul...   AR      drivers/hid/built-in.a
  5746:  yes
  5747:  checking whether strchrnul works...   AR      drivers/built-in.a
  5748:  yes
  5749:  checking for working strerror function... yes
  5750:  checking for working strndup... yes
  5751:  checking for working strnlen... yes
  5752:  checking for strsignal... yes
  5753:  checking whether strsignal always returns a string... yes
  5754:  checking whether strstr works in linear time... yes
  5755:  checking whether strstr works... (cached) yes
  5756:  checking whether strtod obeys C99... yes
  5757:  checking for sys/single_threaded.h... yes
  5758:  checking for ptrdiff_t... yes
  5759:  checking for vasprintf... yes
  5760:  checking for vasprintf... (cached) yes
  5761:  checking for ptrdiff_t... (cached) yes
  5762:  checking for waitid... yes
  5763:  checking whether mbrtowc handles incomplete characters... (cached) guessing yes
  5764:  checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
  5765:  checking whether wcrtomb works in the C locale... yes
  5766:  checking whether wcrtomb return value is correct... guessing yes
  5767:  checking whether wcwidth is declared... yes
  5768:  checking whether wcwidth works reasonably in UTF-8 locales... yes
  5769:  checking for stdint.h... (cached) yes
  5770:  checking for a traditional french locale... (cached) none
  5771:  checking for a french Unicode locale... (cached) none
  5772:  checking for a traditional french locale... (cached) none
  5773:  checking for a turkish Unicode locale... none
  5774:  checking whether open recognizes a trailing slash... (cached) yes
  5775:  checking for close_range... yes
  5776:  checking whether fdopen sets errno... yes
  5777:  checking whether freopen works on closed fds... yes
  5778:  checking for gettimeofday with POSIX signature... yes
  5779:  checking for library containing inet_pton... none required
  5780:  checking whether inet_pton is declared... yes
  5781:  checking whether byte ordering is bigendian... (cached) no
  5782:  checking for ioctl... yes
  5783:  checking for ioctl with POSIX signature... no
  5784:  checking where to find the exponent in a 'double'... (cached) word 1 bit 20
  5785:  checking where to find the exponent in a 'float'... (cached) word 0 bit 23
  5786:  checking where to find the exponent in a 'long double'... word 2 bit 0
  5787:  checking for a traditional french locale... (cached) none
  5788:  checking for a french Unicode locale... (cached) none
  5789:  checking for a traditional japanese locale... (cached) none
  5790:  checking for a transitional chinese locale... (cached) none
  5791:  checking for a traditional french locale... (cached) none
  5792:  checking for a french Unicode locale... (cached) none
  5793:  checking for a traditional japanese locale... (cached) none
  5794:  checking for a transitional chinese locale... (cached) none
  5795:  checking whether link obeys POSIX... yes
  5796:  checking for a traditional french locale... (cached) none
  5797:  checking for a french Unicode locale... (cached) none
  5798:  checking for a traditional japanese locale... (cached) none
  5799:  checking for a transitional chinese locale... (cached) none
  5800:  checking for a french Unicode locale... (cached) none
  5801:  checking for a french Unicode locale... (cached) none
  5802:  checking for a transitional chinese locale... (cached) none
  5803:  checking for library containing nanosleep... none required
  5804:  checking for working nanosleep...   AR      fs/built-in.a
  5805:    GEN     .version
  5806:    CHK     include/generated/compile.h
  5807:  no (mishandles large arguments)
  5808:  checking whether <netinet/in.h> is self-contained... yes
  5809:  checking for a traditional french locale... (cached) none
  5810:  checking for a french Unicode locale... (cached) none
  5811:  checking whether perror matches strerror...   LD      vmlinux.o
  5812:  yes
  5813:  checking whether pthread_create exists as a global function... yes
  5814:  checking whether pthread_sigmask is a macro... no
  5815:  checking whether pthread_sigmask works without -lpthread... yes
  5816:  checking whether pthread_sigmask returns error numbers... yes
  5817:  checking whether pthread_sigmask unblocks signals correctly...   MODPOST vmlinux.symvers
  5818:    MODINFO modules.builtin.modinfo
  5819:    GEN     modules.builtin
  5820:    CC      .vmlinux.export.o
  5821:    LD      .tmp_vmlinux.kallsyms1
  5822:    KSYMS   .tmp_vmlinux.kallsyms1.S
  5823:    AS      .tmp_vmlinux.kallsyms1.S
  5824:    LD      .tmp_vmlinux.kallsyms2
  5825:    KSYMS   .tmp_vmlinux.kallsyms2.S
  5826:    AS      .tmp_vmlinux.kallsyms2.S
  5827:    LD      vmlinux
  5828:    SYSMAP  System.map
  5829:    SORTTAB vmlinux
  5830:    OBJCOPY arch/arm/boot/Image
  5831:    Kernel: arch/arm/boot/Image is ready
  5832:    LDS     arch/arm/boot/compressed/vmlinux.lds
  5833:    AS      arch/arm/boot/compressed/head.o
  5834:    GZIP    arch/arm/boot/compressed/piggy_data
  5835:    CC      arch/arm/boot/compressed/misc.o
  5836:    CC      arch/arm/boot/compressed/decompress.o
  5837:    CC      arch/arm/boot/compressed/string.o
  5838:    AS      arch/arm/boot/compressed/hyp-stub.o
  5839:    CC      arch/arm/boot/compressed/fdt_rw.o
  5840:    CC      arch/arm/boot/compressed/fdt_ro.o
  5841:    CC      arch/arm/boot/compressed/fdt_wip.o
  5842:    CC      arch/arm/boot/compressed/fdt.o
  5843:    CC      arch/arm/boot/compressed/fdt_check_mem_start.o
  5844:    AS      arch/arm/boot/compressed/lib1funcs.o
  5845:    AS      arch/arm/boot/compressed/ashldi3.o
  5846:    AS      arch/arm/boot/compressed/bswapsdi2.o
  5847:  guessing yes
  5848:  checking for putenv compatible with GNU and SVID... yes
  5849:  checking whether sched_yield is declared... yes
  5850:  checking whether select supports a 0 argument... (cached) yes
  5851:  checking whether select detects invalid fds... (cached) yes
  5852:  checking whether setenv validates arguments... yes
  5853:  checking for a traditional french locale... (cached) none
  5854:  checking for a french Unicode locale... (cached) none
  5855:  checking for a traditional japanese locale... (cached) none
  5856:  checking for a transitional chinese locale... (cached) none
  5857:  checking whether sleep is declared... yes
  5858:  checking for working sleep...   AS      arch/arm/boot/compressed/piggy.o
  5859:    LD      arch/arm/boot/compressed/vmlinux
  5860:    OBJCOPY arch/arm/boot/zImage
  5861:    Kernel: arch/arm/boot/zImage is ready
  5862:  make[1]: Leaving directory '/dev/shm/qemu/linux'
  5863:  mkdir -p /dev/shm/qemu/build/../out/bin
  5864:  ln -sf /dev/shm/qemu/build/../linux/arch/arm/boot/zImage /dev/shm/qemu/build/../out/bin
  5865:  yes
  5866:  checking for socklen_t... yes
  5867:  checking for a traditional french locale... (cached) none
  5868:  checking for a french Unicode locale... (cached) none
  5869:  checking whether symlink handles trailing slash correctly... yes
  5870:  checking for unsetenv... yes
  5871:  checking for unsetenv() return type... int
  5872:  checking whether unsetenv obeys POSIX... yes
  5873:  checking for a traditional french locale... (cached) none
  5874:  checking for a french Unicode locale... (cached) none
  5875:  checking for a traditional japanese locale... (cached) none
  5876:  checking for a transitional chinese locale... (cached) none
  5877:  checking whether wctob works... guessing yes
  5878:  checking whether wctob is declared... yes
  5879:  checking whether an open file can be renamed... yes
  5880:  checking if changeword is wanted... no
  5881:  checking which shell to use for syscmd... /bin/sh
  5882:  checking if malloc debugging is wanted... no
  5883:  checking whether NLS is requested... no
  5884:  checking for msgfmt... no
  5885:  checking for gmsgfmt... :
  5886:  checking for xgettext... no
  5887:  checking for msgmerge... no
  5888:  checking for CFPreferencesCopyAppValue... (cached) no
  5889:  checking for CFLocaleCopyPreferredLanguages... (cached) no
  5890:  checking whether to use NLS... no
  5891:  Cloning into '/dev/shm/qemu/qemu/dtc'...
  5892:  checking that generated files are newer than configure... done
  5893:  configure: creating ./config.status
  5894:  config.status: creating Makefile
  5895:  config.status: creating doc/Makefile
  5896:  config.status: creating lib/Makefile
  5897:  config.status: creating po/Makefile.in
  5898:  config.status: creating src/Makefile
  5899:  config.status: creating tests/Makefile
  5900:  config.status: creating checks/Makefile
  5901:  config.status: creating examples/Makefile
  5902:  config.status: creating lib/config.h
  5903:  config.status: executing depfiles commands
  5904:  config.status: executing stamp-h commands
  5905:  config.status: executing po-directories commands
  5906:  config.status: creating po/POTFILES
  5907:  config.status: creating po/Makefile
  5908:  configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-static
  5909:  >>> host-m4 1.4.19 Building
  5910:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig"  /usr/bin//make   -C /dev/shm/qemu/out-br/build/host-m4-1.4.19/
  5911:  /usr/bin//make  all-recursive
  5912:  Making all in .
  5913:  make[5]: Nothing to be done for 'all-am'.
  5914:  Making all in examples
  5915:  make[5]: Nothing to be done for 'all'.
  5916:  Making all in lib
  5917:    GEN      alloca.h
  5918:    GEN      configmake.h
  5919:    GEN      dirent.h
  5920:    GEN      fcntl.h
  5921:    GEN      iconv.h
  5922:    GEN      inttypes.h
  5923:    GEN      langinfo.h
  5924:    GEN      limits.h
  5925:    GEN      locale.h
  5926:    GEN      math.h
  5927:    GEN      sched.h
  5928:    GEN      signal.h
  5929:    GEN      sigsegv.h
  5930:    GEN      spawn.h
  5931:    GEN      stdio.h
  5932:    GEN      stdlib.h
  5933:    GEN      string.h
  5934:    GEN      sys/random.h
  5935:    GEN      sys/stat.h
  5936:    GEN      sys/types.h
  5937:    GEN      sys/wait.h
  5938:    GEN      time.h
  5939:    GEN      unistd.h
  5940:    GEN      unistr.h
  5941:    GEN      unitypes.h
  5942:    GEN      uniwidth.h
  5943:    GEN      wchar.h
  5944:    GEN      wctype.h
  5945:  /usr/bin//make  all-am
  5946:    CC       asyncsafe-spin.o
  5947:    CC       openat-proc.o
  5948:    CC       gl_avltree_oset.o
  5949:    CC       basename-lgpl.o
  5950:    CC       binary-io.o
  5951:    CC       bitrotate.o
  5952:    CC       c-ctype.o
  5953:    CC       c-stack.o
  5954:    CC       c-strcasecmp.o
  5955:    CC       c-strncasecmp.o
  5956:    CC       canonicalize.o
  5957:  canonicalize.c: In function 'canonicalize_filename_mode':
  5958:  canonicalize.c:484:5: warning: #warning "GCC might issue a bogus -Wreturn-local-addr warning here." [-Wcpp]
  5959:    484 |    #warning "GCC might issue a bogus -Wreturn-local-addr warning here."
  5960:        |     ^~~~~~~
  5961:  canonicalize.c:485:5: warning: #warning "See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93644>." [-Wcpp]
  5962:    485 |    #warning "See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93644>."
  5963:        |     ^~~~~~~
  5964:    CC       clean-temp.o
  5965:    CC       clean-temp-simple.o
  5966:    CC       cloexec.o
  5967:    CC       close-stream.o
  5968:    CC       closein.o
  5969:    CC       closeout.o
  5970:    CC       concat-filename.o
  5971:    CC       dirname.o
  5972:    CC       basename.o
  5973:    CC       dirname-lgpl.o
  5974:    CC       stripslash.o
  5975:    CC       malloc/dynarray_at_failure.o
  5976:    CC       malloc/dynarray_emplace_enlarge.o
  5977:    CC       malloc/dynarray_finalize.o
  5978:    CC       malloc/dynarray_resize.o
  5979:    CC       malloc/dynarray_resize_clear.o
  5980:    CC       execute.o
  5981:    CC       exitfail.o
  5982:    CC       fatal-signal.o
  5983:    CC       fd-hook.o
  5984:    CC       fd-safer-flag.o
  5985:    CC       dup-safer-flag.o
  5986:    CC       file-set.o
  5987:    CC       filenamecat.o
  5988:    CC       filenamecat-lgpl.o
  5989:    CC       findprog-in.o
  5990:    CC       fopen-safer.o
  5991:    CC       freading.o
  5992:    CC       getprogname.o
  5993:    CC       hard-locale.o
  5994:    CC       hash.o
  5995:    CC       hash-pjw.o
  5996:    CC       hash-triple-simple.o
  5997:    CC       gl_linked_list.o
  5998:    CC       gl_linkedhash_list.o
  5999:    CC       gl_list.o
  6000:    CC       localcharset.o
  6001:    CC       localename.o
  6002:    CC       localename-table.o
  6003:    CC       glthread/lock.o
  6004:    CC       malloca.o
  6005:    CC       math.o
  6006:    CC       mbchar.o
  6007:    CC       mbiter.o
  6008:    CC       mbslen.o
  6009:    CC       mbsstr.o
  6010:    CC       mbuiter.o
  6011:    CC       memchr2.o
  6012:    CC       openat-die.o
  6013:    CC       gl_oset.o
  6014:    CC       pipe2.o
  6015:    CC       pipe2-safer.o
  6016:    CC       printf-frexp.o
  6017:    CC       printf-frexpl.o
  6018:    CC       progname.o
  6019:    CC       propername.o
  6020:    CC       quotearg.o
  6021:    CC       save-cwd.o
  6022:    CC       malloc/scratch_buffer_dupfree.o
  6023:    CC       malloc/scratch_buffer_grow.o
  6024:    CC       malloc/scratch_buffer_grow_preserve.o
  6025:    CC       malloc/scratch_buffer_set_array_size.o
  6026:    CC       setlocale_null.o
  6027:    CC       sig-handler.o
  6028:    CC       sigsegv.o
  6029:    CC       stackvma.o
  6030:    CC       spawn-pipe.o
  6031:    CC       stat-time.o
  6032:    CC       mkstemp-safer.o
  6033:    CC       striconv.o
  6034:    CC       strnlen1.o
  6035:    CC       tempname.o
  6036:    CC       glthread/threadlib.o
  6037:    CC       glthread/tls.o
  6038:    CC       tmpdir.o
  6039:    CC       trim.o
  6040:    CC       unistd.o
  6041:    CC       dup-safer.o
  6042:    CC       fd-safer.o
  6043:    CC       pipe-safer.o
  6044:    CC       unistr/u8-mbtoucr.o
  6045:    CC       unistr/u8-uctomb.o
  6046:    CC       unistr/u8-uctomb-aux.o
  6047:    CC       uniwidth/width.o
  6048:    CC       verror.o
  6049:    CC       version-etc.o
  6050:    CC       version-etc-fsf.o
  6051:    CC       wait-process.o
  6052:    CC       wctype-h.o
  6053:    CC       xmalloc.o
  6054:    CC       xalloc-die.o
  6055:    CC       gl_xlist.o
  6056:    CC       xmalloca.o
  6057:    CC       gl_xoset.o
  6058:    CC       xprintf.o
  6059:    CC       xsize.o
  6060:    CC       xstriconv.o
  6061:    CC       xstrndup.o
  6062:    CC       xvasprintf.o
  6063:    CC       xasprintf.o
  6064:    CC       asnprintf.o
  6065:    CC       asprintf.o
  6066:    CC       chdir-long.o
  6067:    CC       fclose.o
  6068:    CC       fcntl.o
  6069:    CC       fflush.o
  6070:    CC       fpurge.o
  6071:    CC       freadahead.o
  6072:    CC       fseek.o
  6073:    CC       fseeko.o
  6074:    CC       mbrtowc.o
  6075:    CC       obstack.o
  6076:    CC       printf-args.o
  6077:    CC       printf-parse.o
  6078:    CC       regex.o
  6079:    CC       spawn_faction_addchdir.o
  6080:    CC       vasnprintf.o
  6081:    CC       vasprintf.o
  6082:    AR       libm4.a
  6083:  Making all in src
  6084:    CC       m4.o
  6085:    CC       builtin.o
  6086:    CC       debug.o
  6087:    CC       eval.o
  6088:    CC       format.o
  6089:    CC       freeze.o
  6090:    CC       input.o
  6091:    CC       macro.o
  6092:    CC       output.o
  6093:    CC       path.o
  6094:    CC       symtab.o
  6095:    CCLD     m4
  6096:  Making all in doc
  6097:  make[5]: Nothing to be done for 'all'.
  6098:  Making all in checks
  6099:  make[5]: Nothing to be done for 'all'.
  6100:  Making all in po
  6101:  make[5]: Nothing to be done for 'all'.
  6102:  Making all in tests
  6103:    GEN      arpa/inet.h
  6104:    GEN      ctype.h
  6105:    GEN      test-posix_spawn-dup2-stdout.sh
  6106:    GEN      test-posix_spawn-dup2-stdin.sh
  6107:    GEN      pthread.h
  6108:    GEN      sys/ioctl.h
  6109:    GEN      sys/select.h
  6110:    GEN      sys/socket.h
  6111:    GEN      sys/time.h
  6112:    GEN      sys/uio.h
  6113:  /usr/bin//make  all-recursive
  6114:  Making all in .
  6115:    CC       locale.o
  6116:    CC       gl_array_list.o
  6117:    CC       gl_array_oset.o
  6118:    CC       findprog.o
  6119:    CC       imaxtostr.o
  6120:    CC       inttostr.o
  6121:    CC       offtostr.o
  6122:    CC       uinttostr.o
  6123:    CC       umaxtostr.o
  6124:    CC       read-file.o
  6125:    CC       sockets.o
  6126:    CC       sys_socket.o
  6127:    CC       glthread/thread.o
  6128:    CC       vma-iter.o
  6129:    CC       xconcat-filename.o
  6130:    CC       ioctl.o
  6131:    CC       nanosleep.o
  6132:    CC       pthread_sigmask.o
  6133:    CC       strerror_r.o
  6134:    AR       libtests.a
  6135:    CCLD     current-locale
  6136:    CC       test-localcharset.o
  6137:    CCLD     test-localcharset
  6138:  >>> host-m4 1.4.19 Installing to host directory
  6139:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig"  /usr/bin//make  install -C /dev/shm/qemu/out-br/build/host-m4-1.4.19/
  6140:  /usr/bin//make  install-recursive
  6141:  Making install in .
  6142:  make[6]: Nothing to be done for 'install-exec-am'.
  6143:  make[6]: Nothing to be done for 'install-data-am'.
  6144:  Making install in examples
  6145:  make[6]: Nothing to be done for 'install-exec-am'.
  6146:  make[6]: Nothing to be done for 'install-data-am'.
  6147:  Making install in lib
  6148:  /usr/bin//make  install-am
  6149:  make[7]: Nothing to be done for 'install-exec-am'.
  6150:  make[7]: Nothing to be done for 'install-data-am'.
  6151:  Making install in src
  6152:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/bin'
  6153:    /usr/bin/install -c m4 '/dev/shm/qemu/out-br/host/bin'
  6154:  make[6]: Nothing to be done for 'install-data-am'.
  6155:  Making install in doc
  6156:  make[6]: Nothing to be done for 'install-exec-am'.
  6157:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/info'
  6158:   /usr/bin/install -c -m 644 ./m4.info ./m4.info-1 ./m4.info-2 '/dev/shm/qemu/out-br/host/share/info'
  6159:   install-info --info-dir='/dev/shm/qemu/out-br/host/share/info' '/dev/shm/qemu/out-br/host/share/info/m4.info'
  6160:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/man/man1'
  6161:   /usr/bin/install -c -m 644 ./m4.1 '/dev/shm/qemu/out-br/host/share/man/man1'
  6162:  Making install in checks
  6163:  make[6]: Nothing to be done for 'install-exec-am'.
  6164:  make[6]: Nothing to be done for 'install-data-am'.
  6165:  Making install in po
  6166:  if test "m4" = "gettext-tools"; then \
  6167:    /usr/bin/mkdir -p /dev/shm/qemu/out-br/host/share/gettext/po; \
  6168:    for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
  6169:      /usr/bin/install -c -m 644 ./$file \
  6170:  		    /dev/shm/qemu/out-br/host/share/gettext/po/$file; \
  6171:    done; \
  6172:    for file in Makevars; do \
  6173:      rm -f /dev/shm/qemu/out-br/host/share/gettext/po/$file; \
  6174:    done; \
  6175:  else \
  6176:    : ; \
  6177:  fi
  6178:  Making install in tests
  6179:  /usr/bin//make  install-recursive
  6180:  Making install in .
  6181:  make[8]: Nothing to be done for 'install-exec-am'.
  6182:  make[8]: Nothing to be done for 'install-data-am'.
  6183:  libtool-2.4.6.tar.xz: OK (sha256: 7c87a8c2c8c0fc9cd5019e402bed4292462d00a718a7cd5f11218153bf28b26f)
  6184:  >>> host-libtool 2.4.6 Extracting
  6185:  xzcat /mnt/storage/buildroot_cache/download/libtool/libtool-2.4.6.tar.xz | tar --strip-components=1 -C /dev/shm/qemu/out-br/build/host-libtool-2.4.6   -xf -
  6186:  >>> host-libtool 2.4.6 Patching
  6187:  >>> host-libtool 2.4.6 Updating config.sub and config.guess
  6188:  for file in config.guess config.sub; do for i in $(find /dev/shm/qemu/out-br/build/host-libtool-2.4.6 -name $file); do cp support/gnuconfig/$file $i; done; done
  6189:  >>> host-libtool 2.4.6 Configuring
  6190:  find /dev/shm/qemu/out-br/build/host-libtool-2.4.6 -name aclocal.m4 -exec touch '{}' \;
  6191:  find /dev/shm/qemu/out-br/build/host-libtool-2.4.6 -name config-h.in -exec touch '{}' \;
  6192:  find /dev/shm/qemu/out-br/build/host-libtool-2.4.6 -name configure -exec touch '{}' \;
  6193:  find /dev/shm/qemu/out-br/build/host-libtool-2.4.6 -name Makefile.in -exec touch '{}' \;
  6194:  (cd /dev/shm/qemu/out-br/build/host-libtool-2.4.6/. && rm -rf config.cache; PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig" AR="/usr/bin//ar" AS="/usr/bin//as" LD="/usr/bin//ld" NM="/usr/bin//nm" CC="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" GCC="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" CXX="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++" CPP="/usr/bin//cpp" OBJCOPY="/usr/bin//objcopy" RANLIB="/usr/bin//ranlib" CPPFLAGS="-I/dev/shm/qemu/out-br/host/include" CFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" CXXFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib" INTLTOOL_PERL=/usr/bin//perl CFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib" MAKEINFO=true CONFIG_SITE=/dev/null ./configure --prefix="/dev/shm/qemu/out-br/host" --sysconfdir="/dev/shm/qemu/out-br/host/etc" --localstatedir="/dev/shm/qemu/out-br/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking   )
  6195:  configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls
  6196:  ## ------------------------- ##
  6197:  ## Configuring libtool 2.4.6 ##
  6198:  ## ------------------------- ##
  6199:  
  6200:  checking for GNU M4 that supports accurate traces... /dev/shm/qemu/out-br/host/bin/m4
  6201:  checking whether /dev/shm/qemu/out-br/host/bin/m4 accepts --gnu... yes
  6202:  checking how m4 supports trace files... --debugfile
  6203:  checking for a BSD-compatible install... /usr/bin//install -c
  6204:  checking whether build environment is sane... yes
  6205:  checking for a thread-safe mkdir -p... /usr/bin//mkdir -p
  6206:  checking for gawk... gawk
  6207:  checking whether make sets $(MAKE)... yes
  6208:  checking whether make supports nested variables... yes
  6209:  checking whether make supports nested variables... (cached) yes
  6210:  checking build system type... x86_64-pc-linux-gnu
  6211:  checking host system type... x86_64-pc-linux-gnu
  6212:  configure: autobuild project... GNU Libtool
  6213:  configure: autobuild revision... 2.4.6
  6214:  configure: autobuild hostname... lino
  6215:  configure: autobuild mode... default
  6216:  configure: autobuild timestamp... 20221201T084657Z
  6217:  checking for gcc... /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc
  6218:  checking whether the C compiler works... yes
  6219:  checking for C compiler default output file name... a.out
  6220:  checking for suffix of executables... 
  6221:  checking whether we are cross compiling... no
  6222:  checking for suffix of object files... o
  6223:  checking whether we are using the GNU C compiler... yes
  6224:  checking whether /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc accepts -g... yes
  6225:  checking for /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc option to accept ISO C89... none needed
  6226:  checking whether /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc understands -c and -o together... yes
  6227:  checking for style of include used by make... GNU
  6228:  checking dependency style of /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc... none
  6229:  checking how to run the C preprocessor... /usr/bin//cpp
  6230:  checking for grep that handles long lines and -e... /usr/bin//grep
  6231:  checking for egrep... /usr/bin//grep -E
  6232:  checking for Minix Amsterdam compiler... no
  6233:  checking how to run the C preprocessor... /usr/bin//cpp
  6234:  checking how to print strings... printf
  6235:  checking for a sed that does not truncate output... /usr/bin//sed
  6236:  checking for fgrep... /usr/bin//grep -F
  6237:  checking for ld used by /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc... /usr/bin//ld
  6238:  checking if the linker (/usr/bin//ld) is GNU ld... yes
  6239:  checking for BSD- or MS-compatible name lister (nm)... /usr/bin//nm
  6240:  checking the name lister (/usr/bin//nm) interface... BSD nm
  6241:  checking whether ln -s works... yes
  6242:  checking the maximum length of command line arguments... 1572864
  6243:  checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  6244:  checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  6245:  checking for /usr/bin//ld option to reload object files... -r
  6246:  checking for objdump... objdump
  6247:  checking how to recognize dependent libraries... pass_all
  6248:  checking for dlltool... no
  6249:  checking how to associate runtime and link libraries... printf %s\n
  6250:  checking for archiver @FILE support... @
  6251:  checking for strip... strip
  6252:  checking for ranlib... /usr/bin//ranlib
  6253:  checking command to parse /usr/bin//nm output from /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc object... ok
  6254:  checking for sysroot... no
  6255:  checking for a working dd... /usr/bin//dd
  6256:  checking how to truncate binary pipes... /usr/bin//dd bs=4096 count=1
  6257:  checking for mt... mt
  6258:  checking if mt is a manifest tool... no
  6259:  checking for ANSI C header files... yes
  6260:  checking for sys/types.h... yes
  6261:  checking for sys/stat.h... yes
  6262:  checking for stdlib.h... yes
  6263:  checking for string.h... yes
  6264:  checking for memory.h... yes
  6265:  checking for strings.h... yes
  6266:  checking for inttypes.h... yes
  6267:  checking for stdint.h... yes
  6268:  checking for unistd.h... yes
  6269:  checking for dlfcn.h... yes
  6270:  checking for objdir... .libs
  6271:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc supports -fno-rtti -fno-exceptions... no
  6272:  checking for /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc option to produce PIC... -fPIC -DPIC
  6273:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc PIC flag -fPIC -DPIC works... yes
  6274:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc static flag -static works... yes
  6275:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc supports -c -o file.o... yes
  6276:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc supports -c -o file.o... (cached) yes
  6277:  checking whether the /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc linker (/usr/bin//ld -m elf_x86_64) supports shared libraries... yes
  6278:  checking whether -lc should be explicitly linked in... no
  6279:  checking dynamic linker characteristics... GNU/Linux ld.so
  6280:  checking how to hardcode library paths into programs... immediate
  6281:  checking for shl_load... no
  6282:  checking for shl_load in -ldld... no
  6283:  checking for dlopen... yes
  6284:  checking whether a program can dlopen itself... yes
  6285:  checking whether a statically linked program can dlopen itself... no
  6286:  checking whether stripping libraries is possible... yes
  6287:  checking if libtool supports shared libraries... yes
  6288:  checking whether to build shared libraries... yes
  6289:  checking whether to build static libraries... no
  6290:  checking what extension is used for runtime loadable modules... .so
  6291:  checking what variable specifies run-time module search path... LD_LIBRARY_PATH
  6292:  checking for the default library search path... /lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/local/lib /usr/local/lib/x86_64-linux-gnu /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu 
  6293:  checking for library containing dlopen... none required
  6294:  checking for dlerror... yes
  6295:  checking for shl_load... (cached) no
  6296:  checking for shl_load in -ldld... (cached) no
  6297:  checking for dld_link in -ldld... no
  6298:  checking for _ prefix in compiled symbols... no
  6299:  checking whether deplibs are loaded by dlopen... yes
  6300:  checking for argz.h... yes
  6301:  checking for error_t... yes
  6302:  checking for argz_add... yes
  6303:  checking for argz_append... yes
  6304:  checking for argz_count... yes
  6305:  checking for argz_create_sep... yes
  6306:  checking for argz_insert... yes
  6307:  checking for argz_next... yes
  6308:  checking for argz_stringify... yes
  6309:  checking if argz actually works... yes
  6310:  checking whether libtool supports -dlopen/-dlpreopen... yes
  6311:  checking for unistd.h... (cached) yes
  6312:  checking for dl.h... no
  6313:  checking for sys/dl.h... no
  6314:  checking for dld.h... no
  6315:  checking for mach-o/dyld.h... no
  6316:  checking for dirent.h... yes
  6317:  checking for closedir... yes
  6318:  checking for opendir... yes
  6319:  checking for readdir... yes
  6320:  checking for strlcat... no
  6321:  checking for strlcpy... no
  6322:  checking whether we are using the GNU C++ compiler... yes
  6323:  checking whether /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++ accepts -g... yes
  6324:  checking dependency style of /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++... none
  6325:  checking how to run the C++ preprocessor... /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++ -E
  6326:  checking for ld used by /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++... /usr/bin//ld -m elf_x86_64
  6327:  checking if the linker (/usr/bin//ld -m elf_x86_64) is GNU ld... yes
  6328:  checking whether the /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++ linker (/usr/bin//ld -m elf_x86_64) supports shared libraries... yes
  6329:  checking for /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++ option to produce PIC... -fPIC -DPIC
  6330:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++ PIC flag -fPIC -DPIC works... yes
  6331:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++ static flag -static works... yes
  6332:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++ supports -c -o file.o... yes
  6333:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++ supports -c -o file.o... (cached) yes
  6334:  checking whether the /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++ linker (/usr/bin//ld -m elf_x86_64) supports shared libraries... yes
  6335:  checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  6336:  checking how to hardcode library paths into programs... immediate
  6337:  checking for g77... no
  6338:  checking for xlf... no
  6339:  checking for f77... no
  6340:  checking for frt... no
  6341:  checking for pgf77... no
  6342:  checking for cf77... no
  6343:  checking for fort77... no
  6344:  checking for fl32... no
  6345:  checking for af77... no
  6346:  checking for xlf90... no
  6347:  checking for f90... no
  6348:  checking for pgf90... no
  6349:  checking for pghpf... no
  6350:  checking for epcf90... no
  6351:  checking for gfortran... no
  6352:  checking for g95... no
  6353:  checking for xlf95... no
  6354:  checking for f95... no
  6355:  checking for fort... no
  6356:  checking for ifort... no
  6357:  checking for ifc... no
  6358:  checking for efc... no
  6359:  checking for pgfortran... no
  6360:  checking for pgf95... no
  6361:  checking for lf95... no
  6362:  checking for ftn... no
  6363:  checking for nagfor... no
  6364:  checking whether we are using the GNU Fortran 77 compiler... no
  6365:  checking whether  accepts -g... no
  6366:  checking for gfortran... no
  6367:  checking for g95... no
  6368:  checking for xlf95... no
  6369:  checking for f95... no
  6370:  checking for fort... no
  6371:  checking for ifort... no
  6372:  checking for ifc... no
  6373:  checking for efc... no
  6374:  checking for pgfortran... no
  6375:  checking for pgf95... no
  6376:  checking for lf95... no
  6377:  checking for ftn... no
  6378:  checking for nagfor... no
  6379:  checking for xlf90... no
  6380:  checking for f90... no
  6381:  checking for pgf90... no
  6382:  checking for pghpf... no
  6383:  checking for epcf90... no
  6384:  checking for g77... no
  6385:  checking for xlf... no
  6386:  checking for f77... no
  6387:  checking for frt... no
  6388:  checking for pgf77... no
  6389:  checking for cf77... no
  6390:  checking for fort77... no
  6391:  checking for fl32... no
  6392:  checking for af77... no
  6393:  checking whether we are using the GNU Fortran compiler... no
  6394:  checking whether  accepts -g... no
  6395:  checking for gccgo... no
  6396:  checking for gcj... no
  6397:  checking for windres... no
  6398:  checking that generated files are newer than configure... done
  6399:  configure: creating ./config.status
  6400:  Cloning into '/dev/shm/qemu/qemu/meson'...
  6401:  config.status: creating Makefile
  6402:  config.status: creating config.h
  6403:  config.status: executing tests/atconfig commands
  6404:  config.status: executing depfiles commands
  6405:  config.status: executing libtool commands
  6406:  configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls
  6407:  >>> host-libtool 2.4.6 Building
  6408:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig"  /usr/bin//make   -C /dev/shm/qemu/out-br/build/host-libtool-2.4.6/.
  6409:    GEN      libtoolize
  6410:  /usr/bin//make  all-recursive
  6411:  Making all in .
  6412:    CC       libltdl/loaders/libltdl_libltdl_la-preopen.lo
  6413:    CC       libltdl/libltdl_libltdl_la-lt__alloc.lo
  6414:    CC       libltdl/libltdl_libltdl_la-lt_dlloader.lo
  6415:    CC       libltdl/libltdl_libltdl_la-lt_error.lo
  6416:    CC       libltdl/libltdl_libltdl_la-ltdl.lo
  6417:    CC       libltdl/libltdl_libltdl_la-slist.lo
  6418:    CC       libltdl/loaders/dlopen.lo
  6419:    CCLD     libltdl/dlopen.la
  6420:  /usr/bin//ar: `u' modifier ignored since `D' is the default (see `U')
  6421:    CC       libltdl/lt__strl.lo
  6422:    CCLD     libltdl/libltdl.la
  6423:    GEN      libltdl/stamp-mk
  6424:  >>> host-libtool 2.4.6 Installing to host directory
  6425:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig"  /usr/bin//make  install -C /dev/shm/qemu/out-br/build/host-libtool-2.4.6/.
  6426:  /usr/bin//make  install-recursive
  6427:  Making install in .
  6428:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/bin'
  6429:   /usr/bin//install -c libtool '/dev/shm/qemu/out-br/host/bin'
  6430:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/lib'
  6431:   /bin/bash ./libtool   --mode=install /usr/bin//install -c   libltdl/libltdl.la '/dev/shm/qemu/out-br/host/lib'
  6432:  libtool: install: /usr/bin//install -c libltdl/.libs/libltdl.so.7.3.1 /dev/shm/qemu/out-br/host/lib/libltdl.so.7.3.1
  6433:  libtool: install: (cd /dev/shm/qemu/out-br/host/lib && { ln -s -f libltdl.so.7.3.1 libltdl.so.7 || { rm -f libltdl.so.7 && ln -s libltdl.so.7.3.1 libltdl.so.7; }; })
  6434:  libtool: install: (cd /dev/shm/qemu/out-br/host/lib && { ln -s -f libltdl.so.7.3.1 libltdl.so || { rm -f libltdl.so && ln -s libltdl.so.7.3.1 libltdl.so; }; })
  6435:  libtool: install: /usr/bin//install -c libltdl/.libs/libltdl.lai /dev/shm/qemu/out-br/host/lib/libltdl.la
  6436:  libtool: finish: PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin:/sbin" ldconfig -n /dev/shm/qemu/out-br/host/lib
  6437:  ----------------------------------------------------------------------
  6438:  Libraries have been installed in:
  6439:     /dev/shm/qemu/out-br/host/lib
  6440:  
  6441:  If you ever happen to want to link against installed libraries
  6442:  in a given directory, LIBDIR, you must either use libtool, and
  6443:  specify the full pathname of the library, or use the '-LLIBDIR'
  6444:  flag during linking and do at least one of the following:
  6445:     - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  6446:       during execution
  6447:     - add LIBDIR to the 'LD_RUN_PATH' environment variable
  6448:       during linking
  6449:     - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  6450:     - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  6451:  
  6452:  See any operating system documentation about shared libraries for
  6453:  more information, such as the ld(1) and ld.so(8) manual pages.
  6454:  ----------------------------------------------------------------------
  6455:   GREP='/usr/bin//grep' SED='/usr/bin//sed' './build-aux/inline-source' libtoolize > '/dev/shm/qemu/out-br/host/bin/libtoolize'
  6456:  rm -rf '/dev/shm/qemu/out-br/host/share/libtool'/*
  6457:   /usr/bin//install -c -m 644 './m4/libtool.m4' '/dev/shm/qemu/out-br/host/share/aclocal/libtool.m4'
  6458:   /usr/bin//install -c -m 644 './m4/ltargz.m4' '/dev/shm/qemu/out-br/host/share/aclocal/ltargz.m4'
  6459:   /usr/bin//install -c -m 644 './m4/ltdl.m4' '/dev/shm/qemu/out-br/host/share/aclocal/ltdl.m4'
  6460:   /usr/bin//install -c -m 644 './m4/ltoptions.m4' '/dev/shm/qemu/out-br/host/share/aclocal/ltoptions.m4'
  6461:   /usr/bin//install -c -m 644 './m4/ltsugar.m4' '/dev/shm/qemu/out-br/host/share/aclocal/ltsugar.m4'
  6462:   /usr/bin//install -c -m 644 './m4/ltversion.m4' '/dev/shm/qemu/out-br/host/share/aclocal/ltversion.m4'
  6463:   /usr/bin//install -c -m 644 './m4/lt~obsolete.m4' '/dev/shm/qemu/out-br/host/share/aclocal/lt~obsolete.m4'
  6464:   /usr/bin//install -c './build-aux/compile' '/dev/shm/qemu/out-br/host/share/libtool/build-aux/compile'
  6465:   /usr/bin//install -c './build-aux/config.guess' '/dev/shm/qemu/out-br/host/share/libtool/build-aux/config.guess'
  6466:   /usr/bin//install -c './build-aux/config.sub' '/dev/shm/qemu/out-br/host/share/libtool/build-aux/config.sub'
  6467:   /usr/bin//install -c './build-aux/depcomp' '/dev/shm/qemu/out-br/host/share/libtool/build-aux/depcomp'
  6468:   /usr/bin//install -c './build-aux/install-sh' '/dev/shm/qemu/out-br/host/share/libtool/build-aux/install-sh'
  6469:   /usr/bin//install -c './build-aux/missing' '/dev/shm/qemu/out-br/host/share/libtool/build-aux/missing'
  6470:   /usr/bin//install -c -m 644 './build-aux/ltmain.sh' '/dev/shm/qemu/out-br/host/share/libtool/build-aux/ltmain.sh'
  6471:   /usr/bin//install -c -m 644 './libltdl/COPYING.LIB' '/dev/shm/qemu/out-br/host/share/libtool/COPYING.LIB'
  6472:   /usr/bin//install -c -m 644 './libltdl/Makefile.am' '/dev/shm/qemu/out-br/host/share/libtool/Makefile.am'
  6473:   /usr/bin//install -c -m 644 './libltdl/README' '/dev/shm/qemu/out-br/host/share/libtool/README'
  6474:   /usr/bin//install -c -m 644 './libltdl/configure.ac' '/dev/shm/qemu/out-br/host/share/libtool/configure.ac'
  6475:   /usr/bin//install -c -m 644 './libltdl/aclocal.m4' '/dev/shm/qemu/out-br/host/share/libtool/aclocal.m4'
  6476:   /usr/bin//install -c -m 644 './libltdl/Makefile.in' '/dev/shm/qemu/out-br/host/share/libtool/Makefile.in'
  6477:   /usr/bin//install -c -m 644 './libltdl/config-h.in' '/dev/shm/qemu/out-br/host/share/libtool/config-h.in'
  6478:   /usr/bin//install -c -m 644 './libltdl/configure' '/dev/shm/qemu/out-br/host/share/libtool/configure'
  6479:   /usr/bin//install -c -m 644 './libltdl/libltdl/lt__alloc.h' '/dev/shm/qemu/out-br/host/share/libtool/libltdl/lt__alloc.h'
  6480:   /usr/bin//install -c -m 644 './libltdl/libltdl/lt__argz_.h' '/dev/shm/qemu/out-br/host/share/libtool/libltdl/lt__argz_.h'
  6481:   /usr/bin//install -c -m 644 './libltdl/libltdl/lt__dirent.h' '/dev/shm/qemu/out-br/host/share/libtool/libltdl/lt__dirent.h'
  6482:   /usr/bin//install -c -m 644 './libltdl/libltdl/lt__glibc.h' '/dev/shm/qemu/out-br/host/share/libtool/libltdl/lt__glibc.h'
  6483:   /usr/bin//install -c -m 644 './libltdl/libltdl/lt__private.h' '/dev/shm/qemu/out-br/host/share/libtool/libltdl/lt__private.h'
  6484:   /usr/bin//install -c -m 644 './libltdl/libltdl/lt__strl.h' '/dev/shm/qemu/out-br/host/share/libtool/libltdl/lt__strl.h'
  6485:   /usr/bin//install -c -m 644 './libltdl/libltdl/lt_dlloader.h' '/dev/shm/qemu/out-br/host/share/libtool/libltdl/lt_dlloader.h'
  6486:   /usr/bin//install -c -m 644 './libltdl/libltdl/lt_error.h' '/dev/shm/qemu/out-br/host/share/libtool/libltdl/lt_error.h'
  6487:   /usr/bin//install -c -m 644 './libltdl/libltdl/lt_system.h' '/dev/shm/qemu/out-br/host/share/libtool/libltdl/lt_system.h'
  6488:   /usr/bin//install -c -m 644 './libltdl/libltdl/slist.h' '/dev/shm/qemu/out-br/host/share/libtool/libltdl/slist.h'
  6489:   /usr/bin//install -c -m 644 './libltdl/loaders/dld_link.c' '/dev/shm/qemu/out-br/host/share/libtool/loaders/dld_link.c'
  6490:   /usr/bin//install -c -m 644 './libltdl/loaders/dlopen.c' '/dev/shm/qemu/out-br/host/share/libtool/loaders/dlopen.c'
  6491:   /usr/bin//install -c -m 644 './libltdl/loaders/dyld.c' '/dev/shm/qemu/out-br/host/share/libtool/loaders/dyld.c'
  6492:   /usr/bin//install -c -m 644 './libltdl/loaders/load_add_on.c' '/dev/shm/qemu/out-br/host/share/libtool/loaders/load_add_on.c'
  6493:   /usr/bin//install -c -m 644 './libltdl/loaders/loadlibrary.c' '/dev/shm/qemu/out-br/host/share/libtool/loaders/loadlibrary.c'
  6494:   /usr/bin//install -c -m 644 './libltdl/loaders/preopen.c' '/dev/shm/qemu/out-br/host/share/libtool/loaders/preopen.c'
  6495:   /usr/bin//install -c -m 644 './libltdl/loaders/shl_load.c' '/dev/shm/qemu/out-br/host/share/libtool/loaders/shl_load.c'
  6496:   /usr/bin//install -c -m 644 './libltdl/lt__alloc.c' '/dev/shm/qemu/out-br/host/share/libtool/lt__alloc.c'
  6497:   /usr/bin//install -c -m 644 './libltdl/lt__argz.c' '/dev/shm/qemu/out-br/host/share/libtool/lt__argz.c'
  6498:   /usr/bin//install -c -m 644 './libltdl/lt__dirent.c' '/dev/shm/qemu/out-br/host/share/libtool/lt__dirent.c'
  6499:   /usr/bin//install -c -m 644 './libltdl/lt__strl.c' '/dev/shm/qemu/out-br/host/share/libtool/lt__strl.c'
  6500:   /usr/bin//install -c -m 644 './libltdl/lt_dlloader.c' '/dev/shm/qemu/out-br/host/share/libtool/lt_dlloader.c'
  6501:   /usr/bin//install -c -m 644 './libltdl/lt_error.c' '/dev/shm/qemu/out-br/host/share/libtool/lt_error.c'
  6502:   /usr/bin//install -c -m 644 './libltdl/ltdl.c' '/dev/shm/qemu/out-br/host/share/libtool/ltdl.c'
  6503:   /usr/bin//install -c -m 644 './libltdl/ltdl.h' '/dev/shm/qemu/out-br/host/share/libtool/ltdl.h'
  6504:   /usr/bin//install -c -m 644 './libltdl/ltdl.mk' '/dev/shm/qemu/out-br/host/share/libtool/ltdl.mk'
  6505:   /usr/bin//install -c -m 644 './libltdl/slist.c' '/dev/shm/qemu/out-br/host/share/libtool/slist.c'
  6506:  chmod a+x '/dev/shm/qemu/out-br/host/share/libtool/configure'
  6507:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/include'
  6508:   /usr/bin//install -c -m 644 libltdl/ltdl.h '/dev/shm/qemu/out-br/host/include'
  6509:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/share/info'
  6510:   /usr/bin//install -c -m 644 ./doc/libtool.info ./doc/libtool.info-1 ./doc/libtool.info-2 '/dev/shm/qemu/out-br/host/share/info'
  6511:   install-info --info-dir='/dev/shm/qemu/out-br/host/share/info' '/dev/shm/qemu/out-br/host/share/info/libtool.info'
  6512:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/include/libltdl'
  6513:   /usr/bin//install -c -m 644 libltdl/libltdl/lt_system.h libltdl/libltdl/lt_error.h libltdl/libltdl/lt_dlloader.h '/dev/shm/qemu/out-br/host/include/libltdl'
  6514:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/share/man/man1'
  6515:   /usr/bin//install -c -m 644 ./doc/libtool.1 ./doc/libtoolize.1 '/dev/shm/qemu/out-br/host/share/man/man1'
  6516:  autoconf-2.71.tar.xz: OK (sha256: f14c83cfebcc9427f2c3cea7258bd90df972d92eb26752da4ddad81c87a0faa4)
  6517:  >>> host-autoconf 2.71 Extracting
  6518:  xzcat /mnt/storage/buildroot_cache/download/autoconf/autoconf-2.71.tar.xz | tar --strip-components=1 -C /dev/shm/qemu/out-br/build/host-autoconf-2.71   -xf -
  6519:  >>> host-autoconf 2.71 Patching
  6520:  
  6521:  Applying 0001-dont-add-dirty-to-version.patch using patch: 
  6522:  patching file build-aux/git-version-gen
  6523:  Hunk #1 succeeded at 209 (offset 6 lines).
  6524:  >>> host-autoconf 2.71 Updating config.sub and config.guess
  6525:  for file in config.guess config.sub; do for i in $(find /dev/shm/qemu/out-br/build/host-autoconf-2.71 -name $file); do cp support/gnuconfig/$file $i; done; done
  6526:  >>> host-autoconf 2.71 Patching libtool
  6527:  >>> host-autoconf 2.71 Configuring
  6528:  (cd /dev/shm/qemu/out-br/build/host-autoconf-2.71/ && rm -rf config.cache; PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig" AR="/usr/bin//ar" AS="/usr/bin//as" LD="/usr/bin//ld" NM="/usr/bin//nm" CC="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" GCC="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" CXX="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++" CPP="/usr/bin//cpp" OBJCOPY="/usr/bin//objcopy" RANLIB="/usr/bin//ranlib" CPPFLAGS="-I/dev/shm/qemu/out-br/host/include" CFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" CXXFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib" INTLTOOL_PERL=/usr/bin//perl CFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib" EMACS="no" ac_cv_path_M4=/dev/shm/qemu/out-br/host/bin/m4 ac_cv_prog_gnu_m4_gnu=no CONFIG_SITE=/dev/null ./configure --prefix="/dev/shm/qemu/out-br/host" --sysconfdir="/dev/shm/qemu/out-br/host/etc" --localstatedir="/dev/shm/qemu/out-br/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking   )
  6529:  configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking
  6530:  checking for a BSD-compatible install... /usr/bin/install -c
  6531:  checking whether build environment is sane... yes
  6532:  checking for a race-free mkdir -p... /usr/bin/mkdir -p
  6533:  checking for gawk... gawk
  6534:  checking whether make sets $(MAKE)... yes
  6535:  checking whether make supports nested variables... yes
  6536:  checking build system type... x86_64-pc-linux-gnu
  6537:  checking host system type... x86_64-pc-linux-gnu
  6538:  configure: autobuild project... GNU Autoconf
  6539:  configure: autobuild revision... 2.71
  6540:  configure: autobuild hostname... lino
  6541:  configure: autobuild timestamp... 20221201T084700Z
  6542:  checking for a shell whose -n mode is known to work... /bin/bash
  6543:  checking for characters that cannot appear in file names... none
  6544:  checking whether directories can have trailing spaces... yes
  6545:  checking for expr... /usr/bin/expr
  6546:  checking for GNU M4 that supports accurate traces... (cached) /dev/shm/qemu/out-br/host/bin/m4
  6547:  checking whether /dev/shm/qemu/out-br/host/bin/m4 accepts --gnu... (cached) no
  6548:  checking how m4 supports trace files... --debugfile
  6549:  checking for perl... /usr/bin//perl
  6550:  checking whether /usr/bin//perl Fcntl::flock is implemented... yes
  6551:  checking for emacs... no
  6552:  checking for emacs... no
  6553:  checking where .elc files should go... ${datadir}/emacs/site-lisp
  6554:  checking for grep that handles long lines and -e... /usr/bin/grep
  6555:  checking for egrep... /usr/bin/grep -E
  6556:  checking for a sed that does not truncate output... /usr/bin/sed
  6557:  checking whether make is case sensitive... yes
  6558:  checking that generated files are newer than configure... done
  6559:  configure: creating ./config.status
  6560:  config.status: creating tests/atlocal
  6561:  config.status: creating Makefile
  6562:  config.status: executing tests/atconfig commands
  6563:  configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking
  6564:  >>> host-autoconf 2.71 Building
  6565:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig"  /usr/bin//make   -C /dev/shm/qemu/out-br/build/host-autoconf-2.71/
  6566:  /usr/bin//make  all-am
  6567:  rm -f bin/autom4te bin/autom4te.tmp
  6568:  /usr/bin/mkdir -p bin
  6569:  srcdir=''; \
  6570:    test -f ./bin/autom4te.in || srcdir=./; \
  6571:    sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin//perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/dev/shm/qemu/out-br/host/bin|g' -e 's|@pkgdatadir[@]|/dev/shm/qemu/out-br/host/share/autoconf|g' -e 's|@prefix[@]|/dev/shm/qemu/out-br/host|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/dev/shm/qemu/out-br/host/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autom4te.in; do not edit by hand.|g' ${srcdir}bin/autom4te.in >bin/autom4te.tmp
  6572:  chmod +x bin/autom4te.tmp
  6573:  chmod a-w bin/autom4te.tmp
  6574:  mv bin/autom4te.tmp bin/autom4te
  6575:  rm -f lib/autom4te.cfg lib/autom4te.cfg-t
  6576:  /usr/bin/mkdir -p lib
  6577:  sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin//perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/dev/shm/qemu/out-br/host/bin|g' -e 's|@pkgdatadir[@]|/dev/shm/qemu/out-br/host/share/autoconf|g' -e 's|@prefix[@]|/dev/shm/qemu/out-br/host|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/dev/shm/qemu/out-br/host/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from lib/autom4te.cfg.in; do not edit by hand.|g' ./lib/autom4te.in >lib/autom4te.cfg-t
  6578:  chmod a-w lib/autom4te.cfg-t
  6579:  mv -f lib/autom4te.cfg-t lib/autom4te.cfg
  6580:  /usr/bin/mkdir -p lib/m4sugar
  6581:  :;{ \
  6582:    echo '# This file is part of -*- Autoconf -*-.' && \
  6583:    echo '# Version of Autoconf.' && \
  6584:    echo '# Copyright (C) 1999, 2000, 2001, 2002, 2006, 2007, 2009' && \
  6585:    echo '# Free Software Foundation, Inc.' && \
  6586:    echo  &&\
  6587:    echo 'm4_define([m4_PACKAGE_NAME],      [GNU Autoconf])' && \
  6588:    echo 'm4_define([m4_PACKAGE_TARNAME],   [autoconf])' && \
  6589:    echo 'm4_define([m4_PACKAGE_VERSION],   [2.71])' && \
  6590:    echo 'm4_define([m4_PACKAGE_STRING],    [GNU Autoconf 2.71])' && \
  6591:    echo 'm4_define([m4_PACKAGE_BUGREPORT], [bug-autoconf@gnu.org])' && \
  6592:    echo 'm4_define([m4_PACKAGE_URL],       [https://www.gnu.org/software/autoconf/])' && \
  6593:    echo 'm4_define([m4_PACKAGE_YEAR],      [2021])'; \
  6594:  } > lib/m4sugar/version.m4-t
  6595:  mv lib/m4sugar/version.m4-t lib/m4sugar/version.m4
  6596:  autom4te_perllibdir='.'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '.'/lib         --language M4sh --cache '' \
  6597:    --melt ./bin/autoconf.as -o bin/autoconf.in
  6598:  rm -f bin/autoconf bin/autoconf.tmp
  6599:  /usr/bin/mkdir -p bin
  6600:  srcdir=''; \
  6601:    test -f ./bin/autoconf.in || srcdir=./; \
  6602:    sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin//perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/dev/shm/qemu/out-br/host/bin|g' -e 's|@pkgdatadir[@]|/dev/shm/qemu/out-br/host/share/autoconf|g' -e 's|@prefix[@]|/dev/shm/qemu/out-br/host|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/dev/shm/qemu/out-br/host/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoconf.in; do not edit by hand.|g' ${srcdir}bin/autoconf.in >bin/autoconf.tmp
  6603:  chmod +x bin/autoconf.tmp
  6604:  chmod a-w bin/autoconf.tmp
  6605:  mv bin/autoconf.tmp bin/autoconf
  6606:  rm -f bin/autoheader bin/autoheader.tmp
  6607:  /usr/bin/mkdir -p bin
  6608:  srcdir=''; \
  6609:    test -f ./bin/autoheader.in || srcdir=./; \
  6610:    sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin//perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/dev/shm/qemu/out-br/host/bin|g' -e 's|@pkgdatadir[@]|/dev/shm/qemu/out-br/host/share/autoconf|g' -e 's|@prefix[@]|/dev/shm/qemu/out-br/host|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/dev/shm/qemu/out-br/host/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoheader.in; do not edit by hand.|g' ${srcdir}bin/autoheader.in >bin/autoheader.tmp
  6611:  chmod +x bin/autoheader.tmp
  6612:  chmod a-w bin/autoheader.tmp
  6613:  mv bin/autoheader.tmp bin/autoheader
  6614:  rm -f bin/autoreconf bin/autoreconf.tmp
  6615:  /usr/bin/mkdir -p bin
  6616:  srcdir=''; \
  6617:    test -f ./bin/autoreconf.in || srcdir=./; \
  6618:    sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin//perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/dev/shm/qemu/out-br/host/bin|g' -e 's|@pkgdatadir[@]|/dev/shm/qemu/out-br/host/share/autoconf|g' -e 's|@prefix[@]|/dev/shm/qemu/out-br/host|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/dev/shm/qemu/out-br/host/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoreconf.in; do not edit by hand.|g' ${srcdir}bin/autoreconf.in >bin/autoreconf.tmp
  6619:  chmod +x bin/autoreconf.tmp
  6620:  chmod a-w bin/autoreconf.tmp
  6621:  mv bin/autoreconf.tmp bin/autoreconf
  6622:  rm -f bin/autoscan bin/autoscan.tmp
  6623:  /usr/bin/mkdir -p bin
  6624:  srcdir=''; \
  6625:    test -f ./bin/autoscan.in || srcdir=./; \
  6626:    sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin//perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/dev/shm/qemu/out-br/host/bin|g' -e 's|@pkgdatadir[@]|/dev/shm/qemu/out-br/host/share/autoconf|g' -e 's|@prefix[@]|/dev/shm/qemu/out-br/host|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/dev/shm/qemu/out-br/host/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoscan.in; do not edit by hand.|g' ${srcdir}bin/autoscan.in >bin/autoscan.tmp
  6627:  chmod +x bin/autoscan.tmp
  6628:  chmod a-w bin/autoscan.tmp
  6629:  mv bin/autoscan.tmp bin/autoscan
  6630:  rm -f bin/autoupdate bin/autoupdate.tmp
  6631:  /usr/bin/mkdir -p bin
  6632:  srcdir=''; \
  6633:    test -f ./bin/autoupdate.in || srcdir=./; \
  6634:    sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin//perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/dev/shm/qemu/out-br/host/bin|g' -e 's|@pkgdatadir[@]|/dev/shm/qemu/out-br/host/share/autoconf|g' -e 's|@prefix[@]|/dev/shm/qemu/out-br/host|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/dev/shm/qemu/out-br/host/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/autoupdate.in; do not edit by hand.|g' ${srcdir}bin/autoupdate.in >bin/autoupdate.tmp
  6635:  chmod +x bin/autoupdate.tmp
  6636:  chmod a-w bin/autoupdate.tmp
  6637:  mv bin/autoupdate.tmp bin/autoupdate
  6638:  rm -f bin/ifnames bin/ifnames.tmp
  6639:  /usr/bin/mkdir -p bin
  6640:  srcdir=''; \
  6641:    test -f ./bin/ifnames.in || srcdir=./; \
  6642:    sed -e 's|@SHELL[@]|/bin/bash|g' -e 's|@PERL[@]|/usr/bin//perl|g' -e 's|@PERL_FLOCK[@]|yes|g' -e 's|@bindir[@]|/dev/shm/qemu/out-br/host/bin|g' -e 's|@pkgdatadir[@]|/dev/shm/qemu/out-br/host/share/autoconf|g' -e 's|@prefix[@]|/dev/shm/qemu/out-br/host|g' -e 's|@autoconf-name[@]|'`echo autoconf | sed 's,x,x,'`'|g' -e 's|@autoheader-name[@]|'`echo autoheader | sed 's,x,x,'`'|g' -e 's|@autom4te-name[@]|'`echo autom4te | sed 's,x,x,'`'|g' -e 's|@M4[@]|/dev/shm/qemu/out-br/host/bin/m4|g' -e 's|@M4_DEBUGFILE[@]|--debugfile|g' -e 's|@M4_GNU[@]||g' -e 's|@AWK[@]|gawk|g' -e 's|@RELEASE_YEAR[@]|2021|g' -e 's|@VERSION[@]|2.71|g' -e 's|@PACKAGE_NAME[@]|GNU Autoconf|g' -e 's|@configure_input[@]|Generated from bin/ifnames.in; do not edit by hand.|g' ${srcdir}bin/ifnames.in >bin/ifnames.tmp
  6643:  chmod +x bin/ifnames.tmp
  6644:  chmod a-w bin/ifnames.tmp
  6645:  mv bin/ifnames.tmp bin/ifnames
  6646:  autom4te_perllibdir='.'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '.'/lib         --language=M4sh ./tests/wrapper.as -o tests/wrapper.in
  6647:  rm -f tests/autoconf tests/autoconf.tmp
  6648:  input=tests/wrapper.in \
  6649:    && sed -e 's|@wrap_program[@]|autoconf|g' -e 's|@abs_top_srcdir[@]|/dev/shm/qemu/out-br/build/host-autoconf-2.71|g' -e 's|@abs_top_builddir[@]|/dev/shm/qemu/out-br/build/host-autoconf-2.71|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoconf.tmp
  6650:  chmod +x tests/autoconf.tmp
  6651:  chmod a-w tests/autoconf.tmp
  6652:  mv -f tests/autoconf.tmp tests/autoconf
  6653:  rm -f tests/autoheader tests/autoheader.tmp
  6654:  input=tests/wrapper.in \
  6655:    && sed -e 's|@wrap_program[@]|autoheader|g' -e 's|@abs_top_srcdir[@]|/dev/shm/qemu/out-br/build/host-autoconf-2.71|g' -e 's|@abs_top_builddir[@]|/dev/shm/qemu/out-br/build/host-autoconf-2.71|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoheader.tmp
  6656:  chmod +x tests/autoheader.tmp
  6657:  chmod a-w tests/autoheader.tmp
  6658:  mv -f tests/autoheader.tmp tests/autoheader
  6659:  rm -f tests/autom4te tests/autom4te.tmp
  6660:  input=tests/wrapper.in \
  6661:    && sed -e 's|@wrap_program[@]|autom4te|g' -e 's|@abs_top_srcdir[@]|/dev/shm/qemu/out-br/build/host-autoconf-2.71|g' -e 's|@abs_top_builddir[@]|/dev/shm/qemu/out-br/build/host-autoconf-2.71|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autom4te.tmp
  6662:  chmod +x tests/autom4te.tmp
  6663:  chmod a-w tests/autom4te.tmp
  6664:  mv -f tests/autom4te.tmp tests/autom4te
  6665:  rm -f tests/autoreconf tests/autoreconf.tmp
  6666:  input=tests/wrapper.in \
  6667:    && sed -e 's|@wrap_program[@]|autoreconf|g' -e 's|@abs_top_srcdir[@]|/dev/shm/qemu/out-br/build/host-autoconf-2.71|g' -e 's|@abs_top_builddir[@]|/dev/shm/qemu/out-br/build/host-autoconf-2.71|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoreconf.tmp
  6668:  chmod +x tests/autoreconf.tmp
  6669:  chmod a-w tests/autoreconf.tmp
  6670:  mv -f tests/autoreconf.tmp tests/autoreconf
  6671:  rm -f tests/autoscan tests/autoscan.tmp
  6672:  input=tests/wrapper.in \
  6673:    && sed -e 's|@wrap_program[@]|autoscan|g' -e 's|@abs_top_srcdir[@]|/dev/shm/qemu/out-br/build/host-autoconf-2.71|g' -e 's|@abs_top_builddir[@]|/dev/shm/qemu/out-br/build/host-autoconf-2.71|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoscan.tmp
  6674:  chmod +x tests/autoscan.tmp
  6675:  chmod a-w tests/autoscan.tmp
  6676:  mv -f tests/autoscan.tmp tests/autoscan
  6677:  rm -f tests/autoupdate tests/autoupdate.tmp
  6678:  input=tests/wrapper.in \
  6679:    && sed -e 's|@wrap_program[@]|autoupdate|g' -e 's|@abs_top_srcdir[@]|/dev/shm/qemu/out-br/build/host-autoconf-2.71|g' -e 's|@abs_top_builddir[@]|/dev/shm/qemu/out-br/build/host-autoconf-2.71|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/autoupdate.tmp
  6680:  chmod +x tests/autoupdate.tmp
  6681:  chmod a-w tests/autoupdate.tmp
  6682:  mv -f tests/autoupdate.tmp tests/autoupdate
  6683:  rm -f tests/ifnames tests/ifnames.tmp
  6684:  input=tests/wrapper.in \
  6685:    && sed -e 's|@wrap_program[@]|ifnames|g' -e 's|@abs_top_srcdir[@]|/dev/shm/qemu/out-br/build/host-autoconf-2.71|g' -e 's|@abs_top_builddir[@]|/dev/shm/qemu/out-br/build/host-autoconf-2.71|g' -e "s|@configure_input[@]|Generated from $input.|g" tests/wrapper.in >tests/ifnames.tmp
  6686:  chmod +x tests/ifnames.tmp
  6687:  chmod a-w tests/ifnames.tmp
  6688:  mv -f tests/ifnames.tmp tests/ifnames
  6689:  if test 'no' != no; then \
  6690:    am__dir=. am__subdir_includes=''; \
  6691:    case lib/emacs/autoconf-mode.elc in */*) \
  6692:      am__dir=`echo 'lib/emacs/autoconf-mode.elc' | sed 's,/[^/]*$,,'`; \
  6693:      am__subdir_includes="-L $am__dir -L ./$am__dir"; \
  6694:    esac; \
  6695:    test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1; \
  6696:    no --batch \
  6697:        \
  6698:      $am__subdir_includes -L . -L . \
  6699:      --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autoconf-mode.elc")) (defun byte-compile-dest-file (_) "lib/emacs/autoconf-mode.elc") )' \
  6700:      -f batch-byte-compile 'lib/emacs/autoconf-mode.el'; \
  6701:  else :; fi
  6702:  if test 'no' != no; then \
  6703:    am__dir=. am__subdir_includes=''; \
  6704:    case lib/emacs/autotest-mode.elc in */*) \
  6705:      am__dir=`echo 'lib/emacs/autotest-mode.elc' | sed 's,/[^/]*$,,'`; \
  6706:      am__subdir_includes="-L $am__dir -L ./$am__dir"; \
  6707:    esac; \
  6708:    test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1; \
  6709:    no --batch \
  6710:        \
  6711:      $am__subdir_includes -L . -L . \
  6712:      --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autotest-mode.elc")) (defun byte-compile-dest-file (_) "lib/emacs/autotest-mode.elc") )' \
  6713:      -f batch-byte-compile 'lib/emacs/autotest-mode.el'; \
  6714:  else :; fi
  6715:  /usr/bin/mkdir -p lib/autoconf
  6716:  lang=`echo 'lib/autoconf/autoconf' | sed 's,.*/,,'` \
  6717:    && if test $lang = autoconf; then \
  6718:         lang=autoconf-without-aclocal-m4; \
  6719:       else :; fi \
  6720:    && autom4te_perllibdir='.'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '.'/lib         \
  6721:  	--language=$lang \
  6722:  	--freeze \
  6723:  	--output=lib/autoconf/autoconf.m4f
  6724:  /usr/bin/mkdir -p lib/autoscan
  6725:  echo '# Automatically Generated: do not edit this file' >lib/autoscan/autoscan.list
  6726:  sed '/^[#]/!q' ./lib/autoscan/autoscan.pre >>lib/autoscan/autoscan.list
  6727:  ( \
  6728:    sed -n '/^[^#]/p' ./lib/autoscan/autoscan.pre; \
  6729:    autom4te_perllibdir='.'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '.'/lib         --cache '' -M -l autoconf-without-aclocal-m4 \
  6730:      -t'AN_OUTPUT:$1: $2		$3' \
  6731:  ) | LC_ALL=C sort >>lib/autoscan/autoscan.list
  6732:  /usr/bin/mkdir -p lib/autotest
  6733:  lang=`echo 'lib/autotest/autotest' | sed 's,.*/,,'` \
  6734:    && if test $lang = autoconf; then \
  6735:         lang=autoconf-without-aclocal-m4; \
  6736:       else :; fi \
  6737:    && autom4te_perllibdir='.'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '.'/lib         \
  6738:  	--language=$lang \
  6739:  	--freeze \
  6740:  	--output=lib/autotest/autotest.m4f
  6741:  /usr/bin/mkdir -p lib/m4sugar
  6742:  lang=`echo 'lib/m4sugar/m4sugar' | sed 's,.*/,,'` \
  6743:    && if test $lang = autoconf; then \
  6744:         lang=autoconf-without-aclocal-m4; \
  6745:       else :; fi \
  6746:    && autom4te_perllibdir='.'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '.'/lib         \
  6747:  	--language=$lang \
  6748:  	--freeze \
  6749:  	--output=lib/m4sugar/m4sugar.m4f
  6750:  /usr/bin/mkdir -p lib/m4sugar
  6751:  lang=`echo 'lib/m4sugar/m4sh' | sed 's,.*/,,'` \
  6752:    && if test $lang = autoconf; then \
  6753:         lang=autoconf-without-aclocal-m4; \
  6754:       else :; fi \
  6755:    && autom4te_perllibdir='.'/lib AUTOM4TE_CFG='lib/autom4te.cfg'         bin/autom4te -B ''lib -B '.'/lib         \
  6756:  	--language=$lang \
  6757:  	--freeze \
  6758:  	--output=lib/m4sugar/m4sh.m4f
  6759:  >>> host-autoconf 2.71 Installing to host directory
  6760:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig"  /usr/bin//make  install -C /dev/shm/qemu/out-br/build/host-autoconf-2.71/
  6761:  /usr/bin//make  install-am
  6762:  if test 'no' != no; then \
  6763:    am__dir=. am__subdir_includes=''; \
  6764:    case lib/emacs/autoconf-mode.elc in */*) \
  6765:      am__dir=`echo 'lib/emacs/autoconf-mode.elc' | sed 's,/[^/]*$,,'`; \
  6766:      am__subdir_includes="-L $am__dir -L ./$am__dir"; \
  6767:    esac; \
  6768:    test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1; \
  6769:    no --batch \
  6770:        \
  6771:      $am__subdir_includes -L . -L . \
  6772:      --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autoconf-mode.elc")) (defun byte-compile-dest-file (_) "lib/emacs/autoconf-mode.elc") )' \
  6773:      -f batch-byte-compile 'lib/emacs/autoconf-mode.el'; \
  6774:  else :; fi
  6775:  if test 'no' != no; then \
  6776:    am__dir=. am__subdir_includes=''; \
  6777:    case lib/emacs/autotest-mode.elc in */*) \
  6778:      am__dir=`echo 'lib/emacs/autotest-mode.elc' | sed 's,/[^/]*$,,'`; \
  6779:      am__subdir_includes="-L $am__dir -L ./$am__dir"; \
  6780:    esac; \
  6781:    test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1; \
  6782:    no --batch \
  6783:        \
  6784:      $am__subdir_includes -L . -L . \
  6785:      --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autotest-mode.elc")) (defun byte-compile-dest-file (_) "lib/emacs/autotest-mode.elc") )' \
  6786:      -f batch-byte-compile 'lib/emacs/autotest-mode.el'; \
  6787:  else :; fi
  6788:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/bin'
  6789:   /usr/bin/install -c bin/autoconf bin/autoheader bin/autom4te bin/autoreconf bin/autoscan bin/autoupdate bin/ifnames '/dev/shm/qemu/out-br/host/bin'
  6790:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/autoconf/autoconf'
  6791:   /usr/bin/install -c -m 644 lib/autoconf/autoconf.m4 lib/autoconf/general.m4 lib/autoconf/status.m4 lib/autoconf/oldnames.m4 lib/autoconf/specific.m4 lib/autoconf/autoheader.m4 lib/autoconf/autoupdate.m4 lib/autoconf/autotest.m4 lib/autoconf/autoscan.m4 lib/autoconf/lang.m4 lib/autoconf/c.m4 lib/autoconf/erlang.m4 lib/autoconf/fortran.m4 lib/autoconf/functions.m4 lib/autoconf/go.m4 lib/autoconf/headers.m4 lib/autoconf/types.m4 lib/autoconf/libs.m4 lib/autoconf/programs.m4 lib/autoconf/trailer.m4 '/dev/shm/qemu/out-br/host/share/autoconf/autoconf'
  6792:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/autoconf/autotest'
  6793:   /usr/bin/install -c -m 644 lib/autotest/autotest.m4 lib/autotest/general.m4 lib/autotest/specific.m4 '/dev/shm/qemu/out-br/host/share/autoconf/autotest'
  6794:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/autoconf/build-aux'
  6795:   /usr/bin/install -c -m 644 build-aux/config.guess build-aux/config.sub build-aux/install-sh '/dev/shm/qemu/out-br/host/share/autoconf/build-aux'
  6796:  if test 'no' != no; then \
  6797:    am__dir=. am__subdir_includes=''; \
  6798:    case lib/emacs/autoconf-mode.elc in */*) \
  6799:      am__dir=`echo 'lib/emacs/autoconf-mode.elc' | sed 's,/[^/]*$,,'`; \
  6800:      am__subdir_includes="-L $am__dir -L ./$am__dir"; \
  6801:    esac; \
  6802:    test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1; \
  6803:    no --batch \
  6804:        \
  6805:      $am__subdir_includes -L . -L . \
  6806:      --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autoconf-mode.elc")) (defun byte-compile-dest-file (_) "lib/emacs/autoconf-mode.elc") )' \
  6807:      -f batch-byte-compile 'lib/emacs/autoconf-mode.el'; \
  6808:  else :; fi
  6809:  if test 'no' != no; then \
  6810:    am__dir=. am__subdir_includes=''; \
  6811:    case lib/emacs/autotest-mode.elc in */*) \
  6812:      am__dir=`echo 'lib/emacs/autotest-mode.elc' | sed 's,/[^/]*$,,'`; \
  6813:      am__subdir_includes="-L $am__dir -L ./$am__dir"; \
  6814:    esac; \
  6815:    test -d "$am__dir" || /usr/bin/mkdir -p "$am__dir" || exit 1; \
  6816:    no --batch \
  6817:        \
  6818:      $am__subdir_includes -L . -L . \
  6819:      --eval '(if (boundp (quote byte-compile-dest-file-function)) (setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autotest-mode.elc")) (defun byte-compile-dest-file (_) "lib/emacs/autotest-mode.elc") )' \
  6820:      -f batch-byte-compile 'lib/emacs/autotest-mode.el'; \
  6821:  else :; fi
  6822:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/autoconf/m4sugar'
  6823:   /usr/bin/install -c -m 644 lib/m4sugar/m4sugar.m4 lib/m4sugar/foreach.m4 lib/m4sugar/m4sh.m4 '/dev/shm/qemu/out-br/host/share/autoconf/m4sugar'
  6824:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/autoconf/Autom4te'
  6825:   /usr/bin/install -c -m 644 lib/Autom4te/C4che.pm lib/Autom4te/ChannelDefs.pm lib/Autom4te/Channels.pm lib/Autom4te/Config.pm lib/Autom4te/Configure_ac.pm lib/Autom4te/FileUtils.pm lib/Autom4te/General.pm lib/Autom4te/Getopt.pm lib/Autom4te/Request.pm lib/Autom4te/XFile.pm '/dev/shm/qemu/out-br/host/share/autoconf/Autom4te'
  6826:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/info'
  6827:   /usr/bin/install -c -m 644 ./doc/autoconf.info ./doc/standards.info '/dev/shm/qemu/out-br/host/share/info'
  6828:   install-info --info-dir='/dev/shm/qemu/out-br/host/share/info' '/dev/shm/qemu/out-br/host/share/info/autoconf.info'
  6829:   install-info --info-dir='/dev/shm/qemu/out-br/host/share/info' '/dev/shm/qemu/out-br/host/share/info/standards.info'
  6830:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/man/man1'
  6831:   /usr/bin/install -c -m 644 man/autoconf.1 man/autoheader.1 man/autom4te.1 man/autoreconf.1 man/autoscan.1 man/autoupdate.1 man/ifnames.1 '/dev/shm/qemu/out-br/host/share/man/man1'
  6832:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/autoconf/autoconf'
  6833:   /usr/bin/install -c -m 644 lib/autoconf/autoconf.m4f '/dev/shm/qemu/out-br/host/share/autoconf/autoconf'
  6834:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/autoconf/autoscan'
  6835:   /usr/bin/install -c -m 644 lib/autoscan/autoscan.list '/dev/shm/qemu/out-br/host/share/autoconf/autoscan'
  6836:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/autoconf/autotest'
  6837:   /usr/bin/install -c -m 644 lib/autotest/autotest.m4f '/dev/shm/qemu/out-br/host/share/autoconf/autotest'
  6838:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/autoconf/m4sugar'
  6839:   /usr/bin/install -c -m 644 lib/m4sugar/version.m4 lib/m4sugar/m4sugar.m4f lib/m4sugar/m4sh.m4f '/dev/shm/qemu/out-br/host/share/autoconf/m4sugar'
  6840:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/autoconf'
  6841:   /usr/bin/install -c -m 644 lib/autom4te.cfg '/dev/shm/qemu/out-br/host/share/autoconf'
  6842:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/autoconf'
  6843:   /usr/bin/install -c -m 644 ./INSTALL '/dev/shm/qemu/out-br/host/share/autoconf'
  6844:  /usr/bin//make  install-data-hook
  6845:  for s in build-aux/config.guess build-aux/config.sub build-aux/install-sh; do \
  6846:    chmod +x "/dev/shm/qemu/out-br/host/share/autoconf/$s"; \
  6847:  done
  6848:  automake-1.16.5.tar.xz: OK (sha256: f01d58cd6d9d77fbdca9eb4bbd5ead1988228fdb73d6f7a201f5f8d6b118b469)
  6849:  >>> host-automake 1.16.5 Extracting
  6850:  xzcat /mnt/storage/buildroot_cache/download/automake/automake-1.16.5.tar.xz | tar --strip-components=1 -C /dev/shm/qemu/out-br/build/host-automake-1.16.5   -xf -
  6851:  >>> host-automake 1.16.5 Patching
  6852:  
  6853:  Applying 0001-noman.patch using patch: 
  6854:  patching file Makefile.in
  6855:  Hunk #1 succeeded at 3415 (offset 28 lines).
  6856:  Hunk #2 succeeded at 3482 (offset 28 lines).
  6857:  >>> host-automake 1.16.5 Updating config.sub and config.guess
  6858:  for file in config.guess config.sub; do for i in $(find /dev/shm/qemu/out-br/build/host-automake-1.16.5 -name $file); do cp support/gnuconfig/$file $i; done; done
  6859:  >>> host-automake 1.16.5 Patching libtool
  6860:  >>> host-automake 1.16.5 Configuring
  6861:  (cd /dev/shm/qemu/out-br/build/host-automake-1.16.5/ && rm -rf config.cache; PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig" AR="/usr/bin//ar" AS="/usr/bin//as" LD="/usr/bin//ld" NM="/usr/bin//nm" CC="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" GCC="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" CXX="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++" CPP="/usr/bin//cpp" OBJCOPY="/usr/bin//objcopy" RANLIB="/usr/bin//ranlib" CPPFLAGS="-I/dev/shm/qemu/out-br/host/include" CFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" CXXFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib" INTLTOOL_PERL=/usr/bin//perl CFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib"  CONFIG_SITE=/dev/null ./configure --prefix="/dev/shm/qemu/out-br/host" --sysconfdir="/dev/shm/qemu/out-br/host/etc" --localstatedir="/dev/shm/qemu/out-br/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking   )
  6862:  configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking
  6863:  checking whether make supports nested variables... yes
  6864:  checking build system type... x86_64-pc-linux-gnu
  6865:  checking host system type... x86_64-pc-linux-gnu
  6866:  checking for a BSD-compatible install... /usr/bin/install -c
  6867:  checking whether build environment is sane... yes
  6868:  checking for a race-free mkdir -p... /usr/bin/mkdir -p
  6869:  checking for gawk... gawk
  6870:  checking whether make sets $(MAKE)... yes
  6871:  checking whether ln -s works... yes
  6872:  checking for perl... /usr/bin//perl
  6873:  checking for tex... no
  6874:  checking for yacc... yacc
  6875:  checking for lex... lex
  6876:  checking whether autoconf is installed... yes
  6877:  checking whether autoconf works... yes
  6878:  checking whether autoconf is recent enough... yes
  6879:  checking whether ln works... yes
  6880:  checking for grep that handles long lines and -e... /usr/bin/grep
  6881:  checking for egrep... /usr/bin/grep -E
  6882:  checking for fgrep... /usr/bin/grep -F
  6883:  configure: will now look for a sturdy POSIX shell, for our testsuite
  6884:  checking for sh... /usr/bin/sh
  6885:  checking for sh5... no
  6886:  checking for dash... /usr/bin/dash
  6887:  checking for ash... no
  6888:  checking for bash... /usr/bin/bash
  6889:  checking for zsh... /usr/bin/zsh
  6890:  checking for ksh... no
  6891:  checking for pdksh... no
  6892:  checking whether /bin/bash supports $(cmd)... yes
  6893:  checking whether /bin/bash supports $((expr))... yes
  6894:  checking whether /bin/bash supports ${#var}... yes
  6895:  checking whether /bin/bash supports ${var#glob} and ${var%glob}... yes
  6896:  checking whether /bin/bash preserves exit traps with "set -e"... yes
  6897:  checking whether /bin/bash can define exit traps in a shell function... yes
  6898:  checking whether /bin/bash corrupts stderr with "set -x"... no
  6899:  checking whether /bin/bash can return early from "dot-sourced" files... yes
  6900:  checking whether /bin/bash supports alias named like shell builtins... yes
  6901:  checking whether /bin/bash supports "test -e"... yes
  6902:  configure: shell /bin/bash is good enough, stop looking
  6903:  configure: will use /bin/bash as the testsuite shell
  6904:  configure: will now look for generic compilers
  6905:  checking whether the C compiler works... yes
  6906:  checking for C compiler default output file name... a.out
  6907:  checking for suffix of executables... 
  6908:  checking whether we are cross compiling... no
  6909:  checking for suffix of object files... o
  6910:  checking whether the compiler supports GNU C... yes
  6911:  checking whether /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc accepts -g... yes
  6912:  checking for /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc option to enable C11 features... none needed
  6913:  checking whether /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc understands -c and -o together... yes
  6914:  checking whether the C++ compiler works... yes
  6915:  checking for C++ compiler default output file name... a.out
  6916:  checking for suffix of executables... 
  6917:  checking whether we are cross compiling... no
  6918:  checking for suffix of object files... o
  6919:  checking whether the compiler supports GNU C++... yes
  6920:  checking whether /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++ accepts -g... yes
  6921:  checking for /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++ option to enable C++11 features... none needed
  6922:  checking for xlf95... no
  6923:  checking for f95... no
  6924:  checking for fort... no
  6925:  checking for ifort... no
  6926:  checking for ifc... no
  6927:  checking for efc... no
  6928:  checking for pgfortran... no
  6929:  checking for pgf95... no
  6930:  checking for lf95... no
  6931:  checking for ftn... no
  6932:  checking for nagfor... no
  6933:  checking for xlf90... no
  6934:  checking for f90... no
  6935:  checking for armflang... no
  6936:  checking for flang... no
  6937:  checking for pgf90... no
  6938:  checking for pghpf... no
  6939:  checking for epcf90... no
  6940:  checking for g95... no
  6941:  checking for gfortran... no
  6942:  checking whether the Fortran compiler works... no
  6943:  configure: WARNING: Fortran compiler cannot create executables
  6944:  configure: tests requiring the Fortran compiler will be skipped
  6945:  checking for xlf... no
  6946:  checking for f77... no
  6947:  checking for frt... no
  6948:  checking for pgf77... no
  6949:  checking for cf77... no
  6950:  checking for fort77... no
  6951:  checking for fl32... no
  6952:  checking for af77... no
  6953:  checking for g77... no
  6954:  checking for armflang... no
  6955:  checking for flang... no
  6956:  checking for gfortran... no
  6957:  checking whether the Fortran 77 compiler works... no
  6958:  configure: WARNING: Fortran 77 compiler cannot create executables
  6959:  configure: tests requiring the Fortran 77 compiler will be skipped
  6960:  configure: will now look for GNU compilers
  6961:  configure: /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc is already a GNU C compiler
  6962:  configure: /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++ is already a GNU C++ compiler
  6963:  checking for gfortran... no
  6964:  checking for g77... no
  6965:  checking for gfortran... no
  6966:  checking for gcj... no
  6967:  checking that generated files are newer than configure... done
  6968:  configure: creating ./config.status
  6969:  config.status: creating Makefile
  6970:  config.status: creating pre-inst-env
  6971:  configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking
  6972:  >>> host-automake 1.16.5 Building
  6973:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig"  /usr/bin//make   -C /dev/shm/qemu/out-br/build/host-automake-1.16.5/
  6974:    GEN      bin/automake
  6975:    GEN      bin/aclocal
  6976:    GEN      bin/aclocal-1.16
  6977:    GEN      bin/automake-1.16
  6978:    GEN      t/ax/shell-no-trail-bslash
  6979:    GEN      t/ax/cc-no-c-o
  6980:    GEN      runtest
  6981:    GEN      t/ax/test-defs.sh
  6982:    GEN      lib/Automake/Config.pm
  6983:  >>> host-automake 1.16.5 Installing to host directory
  6984:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig"  /usr/bin//make  install -C /dev/shm/qemu/out-br/build/host-automake-1.16.5/
  6985:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/bin'
  6986:   /usr/bin/install -c bin/automake bin/aclocal '/dev/shm/qemu/out-br/host/bin'
  6987:  /usr/bin//make  install-exec-hook
  6988:   ln '/dev/shm/qemu/out-br/host/bin/automake' '/dev/shm/qemu/out-br/host/bin/automake-1.16'
  6989:   ln '/dev/shm/qemu/out-br/host/bin/aclocal' '/dev/shm/qemu/out-br/host/bin/aclocal-1.16'
  6990:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/automake-1.16/am'
  6991:   /usr/bin/install -c -m 644 lib/am/check.am lib/am/check2.am lib/am/clean-hdr.am lib/am/clean.am lib/am/compile.am lib/am/configure.am lib/am/data.am lib/am/dejagnu.am lib/am/depend.am lib/am/depend2.am lib/am/distdir.am lib/am/footer.am lib/am/header-vars.am lib/am/header.am lib/am/install.am lib/am/inst-vars.am lib/am/java.am lib/am/lang-compile.am lib/am/lex.am lib/am/library.am lib/am/libs.am lib/am/libtool.am lib/am/lisp.am lib/am/ltlib.am lib/am/ltlibrary.am lib/am/mans-vars.am lib/am/mans.am lib/am/program.am lib/am/progs.am lib/am/python.am lib/am/remake-hdr.am lib/am/scripts.am lib/am/subdirs.am lib/am/tags.am lib/am/texi-vers.am lib/am/texibuild.am lib/am/texinfos.am lib/am/vala.am lib/am/yacc.am '/dev/shm/qemu/out-br/host/share/automake-1.16/am'
  6992:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/aclocal-1.16'
  6993:   /usr/bin/install -c -m 644 m4/amversion.m4 m4/ar-lib.m4 m4/as.m4 m4/auxdir.m4 m4/cond.m4 m4/cond-if.m4 m4/depend.m4 m4/depout.m4 m4/dmalloc.m4 m4/extra-recurs.m4 m4/gcj.m4 m4/init.m4 m4/install-sh.m4 m4/lead-dot.m4 m4/lex.m4 m4/lispdir.m4 m4/maintainer.m4 m4/make.m4 m4/missing.m4 m4/mkdirp.m4 m4/obsolete.m4 m4/options.m4 m4/python.m4 m4/prog-cc-c-o.m4 m4/runlog.m4 m4/sanity.m4 m4/silent.m4 m4/strip.m4 m4/substnot.m4 m4/tar.m4 m4/upc.m4 m4/vala.m4 '/dev/shm/qemu/out-br/host/share/aclocal-1.16'
  6994:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/aclocal-1.16/internal'
  6995:   /usr/bin/install -c -m 644 m4/internal/ac-config-macro-dirs.m4 '/dev/shm/qemu/out-br/host/share/aclocal-1.16/internal'
  6996:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/doc/automake'
  6997:   /usr/bin/install -c -m 644 ./doc/amhello-1.0.tar.gz '/dev/shm/qemu/out-br/host/share/doc/automake'
  6998:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/automake-1.16/Automake'
  6999:   /usr/bin/install -c -m 644 lib/Automake/ChannelDefs.pm lib/Automake/Channels.pm lib/Automake/Condition.pm lib/Automake/Configure_ac.pm lib/Automake/DisjConditions.pm lib/Automake/FileUtils.pm lib/Automake/General.pm lib/Automake/Getopt.pm lib/Automake/Item.pm lib/Automake/ItemDef.pm lib/Automake/Language.pm lib/Automake/Location.pm lib/Automake/Options.pm lib/Automake/Rule.pm lib/Automake/RuleDef.pm lib/Automake/Variable.pm lib/Automake/VarDef.pm lib/Automake/Version.pm lib/Automake/XFile.pm lib/Automake/Wrap.pm '/dev/shm/qemu/out-br/host/share/automake-1.16/Automake'
  7000:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/automake-1.16'
  7001:   /usr/bin/install -c -m 644 lib/COPYING lib/INSTALL lib/texinfo.tex '/dev/shm/qemu/out-br/host/share/automake-1.16'
  7002:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/automake-1.16'
  7003:   /usr/bin/install -c -m 644 lib/config.guess lib/config.sub lib/install-sh lib/mdate-sh lib/missing lib/mkinstalldirs lib/ylwrap lib/depcomp lib/compile lib/py-compile lib/ar-lib lib/test-driver lib/tap-driver.sh '/dev/shm/qemu/out-br/host/share/automake-1.16'
  7004:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/aclocal'
  7005:   /usr/bin/install -c -m 644 m4/acdir/README '/dev/shm/qemu/out-br/host/share/aclocal'
  7006:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/info'
  7007:   /usr/bin/install -c -m 644 ./doc/automake.info ./doc/automake.info-1 ./doc/automake.info-2 ./doc/automake-history.info '/dev/shm/qemu/out-br/host/share/info'
  7008:   install-info --info-dir='/dev/shm/qemu/out-br/host/share/info' '/dev/shm/qemu/out-br/host/share/info/automake.info'
  7009:   install-info --info-dir='/dev/shm/qemu/out-br/host/share/info' '/dev/shm/qemu/out-br/host/share/info/automake-history.info'
  7010:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/automake-1.16/Automake'
  7011:   /usr/bin/install -c -m 644 lib/Automake/Config.pm '/dev/shm/qemu/out-br/host/share/automake-1.16/Automake'
  7012:  /usr/bin//make  install-data-hook
  7013:   chmod +x '/dev/shm/qemu/out-br/host/share/automake-1.16/config.guess'
  7014:   chmod +x '/dev/shm/qemu/out-br/host/share/automake-1.16/config.sub'
  7015:   chmod +x '/dev/shm/qemu/out-br/host/share/automake-1.16/install-sh'
  7016:   chmod +x '/dev/shm/qemu/out-br/host/share/automake-1.16/mdate-sh'
  7017:   chmod +x '/dev/shm/qemu/out-br/host/share/automake-1.16/missing'
  7018:   chmod +x '/dev/shm/qemu/out-br/host/share/automake-1.16/mkinstalldirs'
  7019:   chmod +x '/dev/shm/qemu/out-br/host/share/automake-1.16/ylwrap'
  7020:   chmod +x '/dev/shm/qemu/out-br/host/share/automake-1.16/depcomp'
  7021:   chmod +x '/dev/shm/qemu/out-br/host/share/automake-1.16/compile'
  7022:   chmod +x '/dev/shm/qemu/out-br/host/share/automake-1.16/py-compile'
  7023:   chmod +x '/dev/shm/qemu/out-br/host/share/automake-1.16/ar-lib'
  7024:   chmod +x '/dev/shm/qemu/out-br/host/share/automake-1.16/test-driver'
  7025:   chmod +x '/dev/shm/qemu/out-br/host/share/automake-1.16/tap-driver.sh'
  7026:  /usr/bin//install -D -m 0644 package/automake/gtk-doc.m4 /dev/shm/qemu/out-br/host/share/aclocal/gtk-doc.m4
  7027:  mkdir -p /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/aclocal
  7028:  fakeroot_1.25.3.orig.tar.gz: OK (sha256: 8e903683357f7f5bcc31b879fd743391ad47691d4be33d24a76be3b6c21e956c)
  7029:  >>> host-fakeroot 1.25.3 Extracting
  7030:  gzip -d -c /mnt/storage/buildroot_cache/download/fakeroot/fakeroot_1.25.3.orig.tar.gz | tar --strip-components=1 -C /dev/shm/qemu/out-br/build/host-fakeroot-1.25.3   -xf -
  7031:  >>> host-fakeroot 1.25.3 Patching
  7032:  
  7033:  Applying 0001-skip-doc-subdirs.patch using patch: 
  7034:  patching file doc/Makefile.am
  7035:  
  7036:  Applying 0002-libfakeroot.c-define-_STAT_VER-if-not-already-define.patch using patch: 
  7037:  patching file libfakeroot.c
  7038:  
  7039:  Applying 0003-libfakeroot.c-add-wrappers-for-new-glibc-2.33-symbol.patch using patch: 
  7040:  patching file libfakeroot.c
  7041:  
  7042:  Applying 0004-configure.ac-fix-__xmknod-at-pointer-argument.patch using patch: 
  7043:  patching file configure.ac
  7044:  
  7045:  Applying 0005-fix-build-regression-on-macOS.patch using patch: 
  7046:  patching file configure.ac
  7047:  patching file libfakeroot.c
  7048:  mkdir -p /dev/shm/qemu/out-br/build/host-fakeroot-1.25.3/build-aux
  7049:  >>> host-fakeroot 1.25.3 Updating config.sub and config.guess
  7050:  for file in config.guess config.sub; do for i in $(find /dev/shm/qemu/out-br/build/host-fakeroot-1.25.3 -name $file); do cp support/gnuconfig/$file $i; done; done
  7051:  >>> host-fakeroot 1.25.3 Configuring
  7052:  >>> host-fakeroot 1.25.3 Autoreconfiguring
  7053:  libtoolize: putting auxiliary files in '.'.
  7054:  libtoolize: copying file './ltmain.sh'
  7055:  libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux'.
  7056:  libtoolize: copying file 'build-aux/libtool.m4'
  7057:  libtoolize: copying file 'build-aux/ltoptions.m4'
  7058:  libtoolize: copying file 'build-aux/ltsugar.m4'
  7059:  libtoolize: copying file 'build-aux/ltversion.m4'
  7060:  libtoolize: copying file 'build-aux/lt~obsolete.m4'
  7061:  configure.ac:32: warning: The macro `AC_TRY_RUN' is obsolete.
  7062:  configure.ac:32: You should run autoupdate.
  7063:  ./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from...
  7064:  configure.ac:32: the top level
  7065:  configure.ac:98: warning: The macro `AC_HEADER_STDC' is obsolete.
  7066:  configure.ac:98: You should run autoupdate.
  7067:  ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
  7068:  configure.ac:98: the top level
  7069:  configure.ac:361: warning: AC_CHECK_FUNCS($WRAPPED): you should use literals
  7070:  ./lib/autoconf/functions.m4:117: AC_CHECK_FUNCS is expanded from...
  7071:  configure.ac:361: the top level
  7072:  configure.ac:11: installing './compile'
  7073:  configure.ac:6: installing './config.guess'
  7074:  configure.ac:6: installing './config.sub'
  7075:  configure.ac:7: installing './install-sh'
  7076:  configure.ac:7: installing './missing'
  7077:  Makefile.am: installing './depcomp'
  7078:  parallel-tests: installing './test-driver'
  7079:  >>> host-fakeroot 1.25.3 Patching libtool
  7080:  patching file /dev/shm/qemu/out-br/build/host-fakeroot-1.25.3/ltmain.sh
  7081:  Hunk #1 succeeded at 2694 (offset 7 lines).
  7082:  Hunk #2 succeeded at 4284 (offset 7 lines).
  7083:  Hunk #3 succeeded at 6579 (offset 25 lines).
  7084:  Hunk #4 succeeded at 6589 (offset 25 lines).
  7085:  Hunk #5 succeeded at 6882 (offset 25 lines).
  7086:  Hunk #6 succeeded at 7174 (offset 25 lines).
  7087:  Hunk #7 succeeded at 8140 (offset 28 lines).
  7088:  Hunk #8 succeeded at 10769 (offset 59 lines).
  7089:  (cd /dev/shm/qemu/out-br/build/host-fakeroot-1.25.3/ && rm -rf config.cache; PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig" AR="/usr/bin//ar" AS="/usr/bin//as" LD="/usr/bin//ld" NM="/usr/bin//nm" CC="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" GCC="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" CXX="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++" CPP="/usr/bin//cpp" OBJCOPY="/usr/bin//objcopy" RANLIB="/usr/bin//ranlib" CPPFLAGS="-I/dev/shm/qemu/out-br/host/include" CFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" CXXFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib" INTLTOOL_PERL=/usr/bin//perl CFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib" ac_cv_header_sys_capability_h=no ac_cv_func_capset=no CONFIG_SITE=/dev/null ./configure --prefix="/dev/shm/qemu/out-br/host" --sysconfdir="/dev/shm/qemu/out-br/host/etc" --localstatedir="/dev/shm/qemu/out-br/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking   )
  7090:  configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls
  7091:  checking build system type... x86_64-pc-linux-gnu
  7092:  checking host system type... x86_64-pc-linux-gnu
  7093:  checking target system type... x86_64-pc-linux-gnu
  7094:  checking for a BSD-compatible install... /usr/bin/install -c
  7095:  checking whether build environment is sane... yes
  7096:  checking for a race-free mkdir -p... /usr/bin/mkdir -p
  7097:  checking for gawk... gawk
  7098:  checking whether make sets $(MAKE)... yes
  7099:  checking whether make supports nested variables... yes
  7100:  checking whether to enable maintainer-specific portions of Makefiles... no
  7101:  checking whether make sets $(MAKE)... (cached) yes
  7102:  checking how to print strings... printf
  7103:  checking whether make supports the include directive... yes (GNU style)
  7104:  checking for gcc... /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc
  7105:  checking whether the C compiler works... yes
  7106:  checking for C compiler default output file name... a.out
  7107:  checking for suffix of executables... 
  7108:  checking whether we are cross compiling... no
  7109:  checking for suffix of object files... o
  7110:  checking whether the compiler supports GNU C... yes
  7111:  checking whether /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc accepts -g... yes
  7112:  checking for /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc option to enable C11 features... none needed
  7113:  checking whether /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc understands -c and -o together... yes
  7114:  checking dependency style of /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc... none
  7115:  checking for a sed that does not truncate output... /usr/bin/sed
  7116:  checking for grep that handles long lines and -e... /usr/bin/grep
  7117:  checking for egrep... /usr/bin/grep -E
  7118:  checking for fgrep... /usr/bin/grep -F
  7119:  checking for ld used by /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc... /usr/bin//ld
  7120:  checking if the linker (/usr/bin//ld) is GNU ld... yes
  7121:  checking for BSD- or MS-compatible name lister (nm)... /usr/bin//nm
  7122:  checking the name lister (/usr/bin//nm) interface... BSD nm
  7123:  checking whether ln -s works... yes
  7124:  checking the maximum length of command line arguments... 1572864
  7125:  checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  7126:  checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  7127:  checking for /usr/bin//ld option to reload object files... -r
  7128:  checking for objdump... objdump
  7129:  checking how to recognize dependent libraries... pass_all
  7130:  checking for dlltool... no
  7131:  checking how to associate runtime and link libraries... printf %s\n
  7132:  checking for archiver @FILE support... @
  7133:  checking for strip... strip
  7134:  checking for ranlib... /usr/bin//ranlib
  7135:  checking command to parse /usr/bin//nm output from /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc object... ok
  7136:  checking for sysroot... no
  7137:  checking for a working dd... /usr/bin/dd
  7138:  checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  7139:  checking for mt... mt
  7140:  checking if mt is a manifest tool... no
  7141:  checking for stdio.h... yes
  7142:  checking for stdlib.h... yes
  7143:  checking for string.h... yes
  7144:  checking for inttypes.h... yes
  7145:  checking for stdint.h... yes
  7146:  checking for strings.h... yes
  7147:  checking for sys/stat.h... yes
  7148:  checking for sys/types.h... yes
  7149:  checking for unistd.h... yes
  7150:  checking for dlfcn.h... yes
  7151:  checking for objdir... .libs
  7152:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc supports -fno-rtti -fno-exceptions... no
  7153:  checking for /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc option to produce PIC... -fPIC -DPIC
  7154:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc PIC flag -fPIC -DPIC works... yes
  7155:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc static flag -static works... yes
  7156:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc supports -c -o file.o... yes
  7157:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc supports -c -o file.o... (cached) yes
  7158:  checking whether the /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc linker (/usr/bin//ld -m elf_x86_64) supports shared libraries... yes
  7159:  checking whether -lc should be explicitly linked in... no
  7160:  checking dynamic linker characteristics... GNU/Linux ld.so
  7161:  checking how to hardcode library paths into programs... immediate
  7162:  checking whether stripping libraries is possible... yes
  7163:  checking if libtool supports shared libraries... yes
  7164:  checking whether to build shared libraries... yes
  7165:  checking whether to build static libraries... no
  7166:  checking which IPC method to use... (cached) sysv
  7167:  checking whether SysV IPC message queues are actually working on the host... Yes
  7168:  checking which database format to use... (cached) inode
  7169:  checking for dlopen in -ldl... yes
  7170:  checking for dirent.h that defines DIR... yes
  7171:  checking for library containing opendir... none required
  7172:  checking for egrep... (cached) /usr/bin/grep -E
  7173:  checking for fcntl.h... yes
  7174:  checking for unistd.h... (cached) yes
  7175:  checking for features.h... yes
  7176:  checking for sys/feature_tests.h... no
  7177:  checking for pthread.h... yes
  7178:  checking for stdint.h... (cached) yes
  7179:  checking for inttypes.h... (cached) yes
  7180:  checking for grp.h... yes
  7181:  checking for endian.h... yes
  7182:  checking for sys/sysmacros.h... yes
  7183:  checking for sys/socket.h... yes
  7184:  checking for sys/acl.h... yes
  7185:  checking for sys/capability.h... (cached) no
  7186:  checking for sys/xattr.h... yes
  7187:  checking for fts.h... yes
  7188:  checking for an ANSI C-conforming const... yes
  7189:  checking for mode_t... yes
  7190:  checking for off_t... yes
  7191:  checking for size_t... yes
  7192:  checking for return value and second and third argument of readlink... ssize_t, char, size_t
  7193:  checking for first argument of setgroups... size_t
  7194:  checking for union semun... no
  7195:  checking for type of arg of __xmknod... needs *
  7196:  checking for type of arg of __xmknodat... needs *
  7197:  checking for type of arg of initgroups... gid_t
  7198:  checking for type of arg of setreuid... gid_t
  7199:  checking for type of arg of setregid... gid_t
  7200:  checking for type of second arg to stat... struct stat *
  7201:  checking for d_off in struct dirent... yes
  7202:  checking for d_type in struct dirent... yes
  7203:  checking for acl_t struct... yes
  7204:  checking for fchmodat... yes
  7205:  checking for fchownat... yes
  7206:  checking for fstatat... yes
  7207:  checking for mkdirat... yes
  7208:  checking for mknodat... yes
  7209:  checking for openat... yes
  7210:  checking for renameat... yes
  7211:  checking for unlinkat... yes
  7212:  checking for lchmod... yes
  7213:  checking for fgetattrlist... no
  7214:  checking for library containing acl_get_fd... -lacl
  7215:  checking for acl_get_fd... yes
  7216:  checking for library containing acl_trivial... no
  7217:  checking for acl_trivial... no
  7218:  checking for capset... (cached) no
  7219:  checking for listxattr... yes
  7220:  checking for llistxattr... yes
  7221:  checking for flistxattr... yes
  7222:  checking for getxattr... yes
  7223:  checking for lgetxattr... yes
  7224:  checking for fgetxattr... yes
  7225:  checking for setxattr... yes
  7226:  checking for lsetxattr... yes
  7227:  checking for fsetxattr... yes
  7228:  checking for removexattr... yes
  7229:  checking for lremovexattr... yes
  7230:  checking for fremovexattr... yes
  7231:  checking for statx... yes
  7232:  checking for __xstat... yes
  7233:  checking for __fxstat... yes
  7234:  checking for __lxstat... yes
  7235:  checking for __fxstatat... yes
  7236:  checking for __xstat64... yes
  7237:  checking for __fxstat64... yes
  7238:  checking for __lxstat64... yes
  7239:  checking for __fxstatat64... yes
  7240:  checking for __xmknod... yes
  7241:  checking for __xmknodat... yes
  7242:  created fakerootconfig.h
  7243:  checking for strdup... yes
  7244:  checking for strstr... yes
  7245:  checking for getresuid... yes
  7246:  checking for setresuid... yes
  7247:  checking for getresgid... yes
  7248:  checking for setresgid... yes
  7249:  checking for setfsuid... yes
  7250:  checking for setfsgid... yes
  7251:  checking for fts_read... yes
  7252:  checking for fts_children... yes
  7253:  checking for /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc options needed to detect all undeclared functions... none needed
  7254:  checking whether setenv is declared... yes
  7255:  checking whether unsetenv is declared... yes
  7256:  checking for setenv... yes
  7257:  checking for MacOS X/Darwin... no
  7258:  checking that generated files are newer than configure... done
  7259:  configure: creating ./config.status
  7260:  config.status: creating Makefile
  7261:  config.status: creating scripts/Makefile
  7262:  config.status: creating doc/Makefile
  7263:  config.status: creating doc/de/Makefile
  7264:  config.status: creating doc/es/Makefile
  7265:  config.status: creating doc/fr/Makefile
  7266:  config.status: creating doc/nl/Makefile
  7267:  config.status: creating doc/pt/Makefile
  7268:  config.status: creating doc/sv/Makefile
  7269:  config.status: creating test/Makefile
  7270:  config.status: creating test/defs
  7271:  config.status: creating config.h
  7272:  config.status: executing depfiles commands
  7273:  config.status: executing libtool commands
  7274:  configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls
  7275:  >>> host-fakeroot 1.25.3 Building
  7276:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig"  /usr/bin//make   -C /dev/shm/qemu/out-br/build/host-fakeroot-1.25.3/
  7277:  /usr/bin//make  all-recursive
  7278:  Making all in doc
  7279:  make[5]: Nothing to be done for 'all'.
  7280:  Making all in scripts
  7281:  sed -e 's,[@]prefix[@],/dev/shm/qemu/out-br/host,g' -e 's,[@]bindir[@],/dev/shm/qemu/out-br/host/bin,g' -e 's,[@]libdir[@],/dev/shm/qemu/out-br/host/lib,g' -e 's,[@]fakeroot_transformed[@],'`echo fakeroot | sed -e 's,x,x,'`',g' -e 's,[@]faked_transformed[@],'`echo faked | sed -e 's,x,x,'`',g' -e 's,[@]signal[@],TERM,g' -e 's,[@]SHELL[@],/bin/bash,g' -e 's,[@]VERSION[@],1.25.3,g' -e 's,[@]DLSUFFIX[@],.so,g' -e 's,[@]LDLIBPATHVAR[@],LD_LIBRARY_PATH,g' -e 's,[@]LDPRELOADVAR[@],LD_PRELOAD,g' -e 's,[@]LDPRELOADABS[@],0,g' -e 's,[@]LDEXTRAVAR[@],,g' -e 's,[@]MACOSX_FALSE[@],,g' -e 's,[@]MACOSX_TRUE[@],#,g' < ./fakeroot.in > fakeroot
  7282:  chmod +x fakeroot
  7283:  Making all in test
  7284:  make[5]: Nothing to be done for 'all'.
  7285:  /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc -DHAVE_CONFIG_H -I.   -I/dev/shm/qemu/out-br/host/include  -O2 -I/dev/shm/qemu/out-br/host/include -c -o faked.o faked.c
  7286:  faked.c: In function ‘save_database’:
  7287:  faked.c:617:23: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
  7288:    617 |     fprintf(f,"dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  7289:        |                    ~~~^
  7290:        |                       |
  7291:        |                       long long unsigned int
  7292:        |                    %lx
  7293:    618 |             (uint64_t) i->buf.dev,(uint64_t) i->buf.ino,(uint64_t) i->buf.mode,
  7294:        |             ~~~~~~~~~~~~~~~~~~~~~
  7295:        |             |
  7296:        |             long unsigned int
  7297:  faked.c:617:32: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
  7298:    617 |     fprintf(f,"dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  7299:        |                             ~~~^
  7300:        |                                |
  7301:        |                                long long unsigned int
  7302:        |                             %lu
  7303:    618 |             (uint64_t) i->buf.dev,(uint64_t) i->buf.ino,(uint64_t) i->buf.mode,
  7304:        |                                   ~~~~~~~~~~~~~~~~~~~~~
  7305:        |                                   |
  7306:        |                                   long unsigned int
  7307:  faked.c:617:42: warning: format ‘%llo’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
  7308:    617 |     fprintf(f,"dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  7309:        |                                       ~~~^
  7310:        |                                          |
  7311:        |                                          long long unsigned int
  7312:        |                                       %lo
  7313:    618 |             (uint64_t) i->buf.dev,(uint64_t) i->buf.ino,(uint64_t) i->buf.mode,
  7314:        |                                                         ~~~~~~~~~~~~~~~~~~~~~~
  7315:        |                                                         |
  7316:        |                                                         long unsigned int
  7317:  faked.c:617:51: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 6 has type ‘long unsigned int’ [-Wformat=]
  7318:    617 |     fprintf(f,"dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  7319:        |                                                ~~~^
  7320:        |                                                   |
  7321:        |                                                   long long unsigned int
  7322:        |                                                %lu
  7323:    618 |             (uint64_t) i->buf.dev,(uint64_t) i->buf.ino,(uint64_t) i->buf.mode,
  7324:    619 |             (uint64_t) i->buf.uid,(uint64_t) i->buf.gid,(uint64_t) i->buf.nlink,
  7325:        |             ~~~~~~~~~~~~~~~~~~~~~                  
  7326:        |             |
  7327:        |             long unsigned int
  7328:  faked.c:617:60: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 7 has type ‘long unsigned int’ [-Wformat=]
  7329:    617 |     fprintf(f,"dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  7330:        |                                                         ~~~^
  7331:        |                                                            |
  7332:        |                                                            long long unsigned int
  7333:        |                                                         %lu
  7334:    618 |             (uint64_t) i->buf.dev,(uint64_t) i->buf.ino,(uint64_t) i->buf.mode,
  7335:    619 |             (uint64_t) i->buf.uid,(uint64_t) i->buf.gid,(uint64_t) i->buf.nlink,
  7336:        |                                   ~~~~~~~~~~~~~~~~~~~~~     
  7337:        |                                   |
  7338:        |                                   long unsigned int
  7339:  faked.c:617:71: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 8 has type ‘long unsigned int’ [-Wformat=]
  7340:    617 |     fprintf(f,"dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  7341:        |                                                                    ~~~^
  7342:        |                                                                       |
  7343:        |                                                                       long long unsigned int
  7344:        |                                                                    %lu
  7345:    618 |             (uint64_t) i->buf.dev,(uint64_t) i->buf.ino,(uint64_t) i->buf.mode,
  7346:    619 |             (uint64_t) i->buf.uid,(uint64_t) i->buf.gid,(uint64_t) i->buf.nlink,
  7347:        |                                                         ~~~~~~~~~~~~~~~~~~~~~~~
  7348:        |                                                         |
  7349:        |                                                         long unsigned int
  7350:  faked.c:617:81: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 9 has type ‘long unsigned int’ [-Wformat=]
  7351:    617 |     fprintf(f,"dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  7352:        |                                                                              ~~~^
  7353:        |                                                                                 |
  7354:        |                                                                                 long long unsigned int
  7355:        |                                                                              %lu
  7356:  ......
  7357:    620 |             (uint64_t) i->buf.rdev);
  7358:        |             ~~~~~~~~~~~~~~~~~~~~~~                                               
  7359:        |             |
  7360:        |             long unsigned int
  7361:  faked.c: In function ‘load_database’:
  7362:  faked.c:658:21: warning: format ‘%llx’ expects argument of type ‘long long unsigned int *’, but argument 2 has type ‘uint64_t *’ {aka ‘long unsigned int *’} [-Wformat=]
  7363:    658 |     r=scanf("dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  7364:        |                  ~~~^
  7365:        |                     |
  7366:        |                     long long unsigned int *
  7367:        |                  %lx
  7368:    659 |             &stdev, &stino, &stmode, &stuid, &stgid, &stnlink, &strdev);
  7369:        |             ~~~~~~   
  7370:        |             |
  7371:        |             uint64_t * {aka long unsigned int *}
  7372:  faked.c:658:30: warning: format ‘%llu’ expects argument of type ‘long long unsigned int *’, but argument 3 has type ‘uint64_t *’ {aka ‘long unsigned int *’} [-Wformat=]
  7373:    658 |     r=scanf("dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  7374:        |                           ~~~^
  7375:        |                              |
  7376:        |                              long long unsigned int *
  7377:        |                           %lu
  7378:    659 |             &stdev, &stino, &stmode, &stuid, &stgid, &stnlink, &strdev);
  7379:        |                     ~~~~~~    
  7380:        |                     |
  7381:        |                     uint64_t * {aka long unsigned int *}
  7382:  faked.c:658:40: warning: format ‘%llo’ expects argument of type ‘long long unsigned int *’, but argument 4 has type ‘uint64_t *’ {aka ‘long unsigned int *’} [-Wformat=]
  7383:    658 |     r=scanf("dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  7384:        |                                     ~~~^
  7385:        |                                        |
  7386:        |                                        long long unsigned int *
  7387:        |                                     %lo
  7388:    659 |             &stdev, &stino, &stmode, &stuid, &stgid, &stnlink, &strdev);
  7389:        |                             ~~~~~~~     
  7390:        |                             |
  7391:        |                             uint64_t * {aka long unsigned int *}
  7392:  faked.c:658:49: warning: format ‘%llu’ expects argument of type ‘long long unsigned int *’, but argument 5 has type ‘uint64_t *’ {aka ‘long unsigned int *’} [-Wformat=]
  7393:    658 |     r=scanf("dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  7394:        |                                              ~~~^
  7395:        |                                                 |
  7396:        |                                                 long long unsigned int *
  7397:        |                                              %lu
  7398:    659 |             &stdev, &stino, &stmode, &stuid, &stgid, &stnlink, &strdev);
  7399:        |                                      ~~~~~~      
  7400:        |                                      |
  7401:        |                                      uint64_t * {aka long unsigned int *}
  7402:  faked.c:658:58: warning: format ‘%llu’ expects argument of type ‘long long unsigned int *’, but argument 6 has type ‘uint64_t *’ {aka ‘long unsigned int *’} [-Wformat=]
  7403:    658 |     r=scanf("dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  7404:        |                                                       ~~~^
  7405:        |                                                          |
  7406:        |                                                          long long unsigned int *
  7407:        |                                                       %lu
  7408:    659 |             &stdev, &stino, &stmode, &stuid, &stgid, &stnlink, &strdev);
  7409:        |                                              ~~~~~~       
  7410:        |                                              |
  7411:        |                                              uint64_t * {aka long unsigned int *}
  7412:  faked.c:658:69: warning: format ‘%llu’ expects argument of type ‘long long unsigned int *’, but argument 7 has type ‘uint64_t *’ {aka ‘long unsigned int *’} [-Wformat=]
  7413:    658 |     r=scanf("dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  7414:        |                                                                  ~~~^
  7415:        |                                                                     |
  7416:        |                                                                     long long unsigned int *
  7417:        |                                                                  %lu
  7418:    659 |             &stdev, &stino, &stmode, &stuid, &stgid, &stnlink, &strdev);
  7419:        |                                                      ~~~~~~~~        
  7420:        |                                                      |
  7421:        |                                                      uint64_t * {aka long unsigned int *}
  7422:  faked.c:658:79: warning: format ‘%llu’ expects argument of type ‘long long unsigned int *’, but argument 8 has type ‘uint64_t *’ {aka ‘long unsigned int *’} [-Wformat=]
  7423:    658 |     r=scanf("dev=%llx,ino=%llu,mode=%llo,uid=%llu,gid=%llu,nlink=%llu,rdev=%llu\n",
  7424:        |                                                                            ~~~^
  7425:        |                                                                               |
  7426:        |                                                                               long long unsigned int *
  7427:        |                                                                            %lu
  7428:    659 |             &stdev, &stino, &stmode, &stuid, &stgid, &stnlink, &strdev);
  7429:        |                                                                ~~~~~~~         
  7430:        |                                                                |
  7431:        |                                                                uint64_t * {aka long unsigned int *}
  7432:  faked.c: In function ‘debug_stat’:
  7433:  faked.c:685:31: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘fake_dev_t’ {aka ‘long unsigned int’} [-Wformat=]
  7434:    685 |   fprintf(stderr,"dev:ino=(%llx:%lli), mode=0%lo, own=(%li,%li), nlink=%li, rdev=%lli\n",
  7435:        |                            ~~~^
  7436:        |                               |
  7437:        |                               long long unsigned int
  7438:        |                            %lx
  7439:    686 |           st->dev,
  7440:        |           ~~~~~~~              
  7441:        |             |
  7442:        |             fake_dev_t {aka long unsigned int}
  7443:  faked.c:685:36: warning: format ‘%lli’ expects argument of type ‘long long int’, but argument 4 has type ‘fake_ino_t’ {aka ‘long unsigned int’} [-Wformat=]
  7444:    685 |   fprintf(stderr,"dev:ino=(%llx:%lli), mode=0%lo, own=(%li,%li), nlink=%li, rdev=%lli\n",
  7445:        |                                 ~~~^
  7446:        |                                    |
  7447:        |                                    long long int
  7448:        |                                 %li
  7449:    686 |           st->dev,
  7450:    687 |           st->ino,
  7451:        |           ~~~~~~~                   
  7452:        |             |
  7453:        |             fake_ino_t {aka long unsigned int}
  7454:  faked.c:685:85: warning: format ‘%lli’ expects argument of type ‘long long int’, but argument 9 has type ‘fake_dev_t’ {aka ‘long unsigned int’} [-Wformat=]
  7455:    685 |   fprintf(stderr,"dev:ino=(%llx:%lli), mode=0%lo, own=(%li,%li), nlink=%li, rdev=%lli\n",
  7456:        |                                                                                  ~~~^
  7457:        |                                                                                     |
  7458:        |                                                                                     long long int
  7459:        |                                                                                  %li
  7460:  ......
  7461:    692 |           st->rdev);
  7462:        |           ~~~~~~~~                                                                   
  7463:        |             |
  7464:        |             fake_dev_t {aka long unsigned int}
  7465:  /bin/bash ./libtool  --tag=CC   --mode=compile /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc -DHAVE_CONFIG_H -I.   -I/dev/shm/qemu/out-br/host/include  -O2 -I/dev/shm/qemu/out-br/host/include -c -o communicate.lo communicate.c
  7466:  libtool: compile:  /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc -DHAVE_CONFIG_H -I. -I/dev/shm/qemu/out-br/host/include -O2 -I/dev/shm/qemu/out-br/host/include -c communicate.c  -fPIC -DPIC -o .libs/communicate.o
  7467:  /bin/bash ./libtool  --tag=CC   --mode=link /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc  -O2 -I/dev/shm/qemu/out-br/host/include  -L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib -o libcommunicate.la  communicate.lo  -ldl 
  7468:  libtool: link: /usr/bin//ar cru .libs/libcommunicate.a .libs/communicate.o 
  7469:  /usr/bin//ar: `u' modifier ignored since `D' is the default (see `U')
  7470:  libtool: link: /usr/bin//ranlib .libs/libcommunicate.a
  7471:  libtool: link: ( cd ".libs" && rm -f "libcommunicate.la" && ln -s "../libcommunicate.la" "libcommunicate.la" )
  7472:  /bin/bash ./libtool  --tag=CC   --mode=link /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc  -O2 -I/dev/shm/qemu/out-br/host/include  -L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib -o faked faked.o libcommunicate.la -ldl 
  7473:  libtool: link: /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc -O2 -I/dev/shm/qemu/out-br/host/include -Wl,-rpath -Wl,/dev/shm/qemu/out-br/host/lib -o faked faked.o  -L/dev/shm/qemu/out-br/host/lib ./.libs/libcommunicate.a -ldl
  7474:  /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc -DHAVE_CONFIG_H -I.   -I/dev/shm/qemu/out-br/host/include  -O2 -I/dev/shm/qemu/out-br/host/include -c -o simple.o simple.c
  7475:  /bin/bash ./libtool  --tag=CC   --mode=link /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc  -O2 -I/dev/shm/qemu/out-br/host/include  -L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib -o simple simple.o  -ldl 
  7476:  libtool: link: /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc -O2 -I/dev/shm/qemu/out-br/host/include -Wl,-rpath -Wl,/dev/shm/qemu/out-br/host/lib -o simple simple.o  -L/dev/shm/qemu/out-br/host/lib -ldl
  7477:  awk -f ./wrapawk < ./wrapfunc.inp
  7478:  awk: ./wrapawk:27: warning: regexp escape sequence `\#' is not a known regexp operator
  7479:  /bin/bash ./libtool  --tag=CC   --mode=compile /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc -DHAVE_CONFIG_H -I.   -I/dev/shm/qemu/out-br/host/include  -O2 -I/dev/shm/qemu/out-br/host/include -c -o libfakeroot.lo libfakeroot.c
  7480:  libtool: compile:  /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc -DHAVE_CONFIG_H -I. -I/dev/shm/qemu/out-br/host/include -O2 -I/dev/shm/qemu/out-br/host/include -c libfakeroot.c  -fPIC -DPIC -o .libs/libfakeroot.o
  7481:  libfakeroot.c: In function ‘fts_read’:
  7482:  libfakeroot.c:2072:22: warning: passing argument 1 of ‘send_get_stat64’ from incompatible pointer type [-Wincompatible-pointer-types]
  7483:   2072 |     SEND_GET_STAT64(r->fts_statp, _STAT_VER);
  7484:        |                     ~^~~~~~~~~~~
  7485:        |                      |
  7486:        |                      struct stat *
  7487:  libfakeroot.c:89:46: note: in definition of macro ‘SEND_GET_STAT64’
  7488:     89 | #define SEND_GET_STAT64(a,b) send_get_stat64(a)
  7489:        |                                              ^
  7490:  In file included from libfakeroot.c:60:
  7491:  communicate.h:209:44: note: expected ‘struct stat64 *’ but argument is of type ‘struct stat *’
  7492:    209 | extern void send_get_stat64(struct stat64 *buf);
  7493:        |                             ~~~~~~~~~~~~~~~^~~
  7494:  libfakeroot.c: In function ‘fts_children’:
  7495:  libfakeroot.c:2095:24: warning: passing argument 1 of ‘send_get_stat64’ from incompatible pointer type [-Wincompatible-pointer-types]
  7496:   2095 |       SEND_GET_STAT64(r->fts_statp, _STAT_VER);
  7497:        |                       ~^~~~~~~~~~~
  7498:        |                        |
  7499:        |                        struct stat *
  7500:  libfakeroot.c:89:46: note: in definition of macro ‘SEND_GET_STAT64’
  7501:     89 | #define SEND_GET_STAT64(a,b) send_get_stat64(a)
  7502:        |                                              ^
  7503:  In file included from libfakeroot.c:60:
  7504:  communicate.h:209:44: note: expected ‘struct stat64 *’ but argument is of type ‘struct stat *’
  7505:    209 | extern void send_get_stat64(struct stat64 *buf);
  7506:        |                             ~~~~~~~~~~~~~~~^~~
  7507:  /bin/bash ./libtool  --tag=CC   --mode=link /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc  -O2 -I/dev/shm/qemu/out-br/host/include -release 0 -L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib -o libfakeroot.la -rpath /dev/shm/qemu/out-br/host/lib libfakeroot.lo libcommunicate.la  -ldl 
  7508:  libtool: link: /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc -shared  -fPIC -DPIC  .libs/libfakeroot.o  -Wl,--whole-archive ./.libs/libcommunicate.a -Wl,--no-whole-archive  -L/dev/shm/qemu/out-br/host/lib -ldl  -O2 -Wl,-rpath -Wl,/dev/shm/qemu/out-br/host/lib   -Wl,-soname -Wl,libfakeroot-0.so -o .libs/libfakeroot-0.so
  7509:  libtool: link: (cd ".libs" && rm -f "libfakeroot.so" && ln -s "libfakeroot-0.so" "libfakeroot.so")
  7510:  libtool: link: ( cd ".libs" && rm -f "libfakeroot.la" && ln -s "../libfakeroot.la" "libfakeroot.la" )
  7511:  /bin/bash ./libtool  --tag=CC   --mode=compile /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc -DHAVE_CONFIG_H -I.   -I/dev/shm/qemu/out-br/host/include  -O2 -I/dev/shm/qemu/out-br/host/include -c -o libfakeroot_inode64.lo libfakeroot_inode64.c
  7512:  libtool: compile:  /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc -DHAVE_CONFIG_H -I. -I/dev/shm/qemu/out-br/host/include -O2 -I/dev/shm/qemu/out-br/host/include -c libfakeroot_inode64.c  -fPIC -DPIC -o .libs/libfakeroot_inode64.o
  7513:  /bin/bash ./libtool  --tag=CC   --mode=compile /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc -DHAVE_CONFIG_H -I.   -I/dev/shm/qemu/out-br/host/include  -O2 -I/dev/shm/qemu/out-br/host/include -c -o libfakeroot_unix2003.lo libfakeroot_unix2003.c
  7514:  libtool: compile:  /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc -DHAVE_CONFIG_H -I. -I/dev/shm/qemu/out-br/host/include -O2 -I/dev/shm/qemu/out-br/host/include -c libfakeroot_unix2003.c  -fPIC -DPIC -o .libs/libfakeroot_unix2003.o
  7515:  /bin/bash ./libtool  --tag=CC   --mode=link /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc  -O2 -I/dev/shm/qemu/out-br/host/include  -L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib -o libmacosx.la  libfakeroot_inode64.lo libfakeroot_unix2003.lo  -ldl 
  7516:  libtool: link: /usr/bin//ar cru .libs/libmacosx.a .libs/libfakeroot_inode64.o .libs/libfakeroot_unix2003.o 
  7517:  /usr/bin//ar: `u' modifier ignored since `D' is the default (see `U')
  7518:  libtool: link: /usr/bin//ranlib .libs/libmacosx.a
  7519:  libtool: link: ( cd ".libs" && rm -f "libmacosx.la" && ln -s "../libmacosx.la" "libmacosx.la" )
  7520:  >>> host-fakeroot 1.25.3 Installing to host directory
  7521:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig"  /usr/bin//make  install -C /dev/shm/qemu/out-br/build/host-fakeroot-1.25.3/
  7522:  Making install in doc
  7523:  make[5]: Nothing to be done for 'install-exec-am'.
  7524:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/share/man/man1'
  7525:   /usr/bin/install -c -m 644 faked.1 fakeroot.1 '/dev/shm/qemu/out-br/host/share/man/man1'
  7526:  Making install in scripts
  7527:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/bin'
  7528:   /usr/bin/install -c fakeroot '/dev/shm/qemu/out-br/host/bin'
  7529:  make[5]: Nothing to be done for 'install-data-am'.
  7530:  Making install in test
  7531:  make[5]: Nothing to be done for 'install-exec-am'.
  7532:  make[5]: Nothing to be done for 'install-data-am'.
  7533:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/lib'
  7534:   /bin/bash ./libtool   --mode=install /usr/bin/install -c   libfakeroot.la '/dev/shm/qemu/out-br/host/lib'
  7535:  libtool: install: /usr/bin/install -c .libs/libfakeroot-0.so /dev/shm/qemu/out-br/host/lib/libfakeroot-0.so
  7536:  libtool: install: (cd /dev/shm/qemu/out-br/host/lib && { ln -s -f libfakeroot-0.so libfakeroot.so || { rm -f libfakeroot.so && ln -s libfakeroot-0.so libfakeroot.so; }; })
  7537:  libtool: install: /usr/bin/install -c .libs/libfakeroot.lai /dev/shm/qemu/out-br/host/lib/libfakeroot.la
  7538:  libtool: finish: PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin:/sbin" ldconfig -n /dev/shm/qemu/out-br/host/lib
  7539:  ----------------------------------------------------------------------
  7540:  Libraries have been installed in:
  7541:     /dev/shm/qemu/out-br/host/lib
  7542:  
  7543:  If you ever happen to want to link against installed libraries
  7544:  in a given directory, LIBDIR, you must either use libtool, and
  7545:  specify the full pathname of the library, or use the '-LLIBDIR'
  7546:  flag during linking and do at least one of the following:
  7547:     - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7548:       during execution
  7549:     - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7550:       during linking
  7551:     - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7552:     - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7553:  
  7554:  See any operating system documentation about shared libraries for
  7555:  more information, such as the ld(1) and ld.so(8) manual pages.
  7556:  ----------------------------------------------------------------------
  7557:   /usr/bin/mkdir -p '/dev/shm/qemu/out-br/host/bin'
  7558:    /bin/bash ./libtool   --mode=install /usr/bin/install -c faked '/dev/shm/qemu/out-br/host/bin'
  7559:  libtool: install: /usr/bin/install -c faked /dev/shm/qemu/out-br/host/bin/faked
  7560:  make[5]: Nothing to be done for 'install-data-am'.
  7561:  >>> host-makedevs  Extracting
  7562:  cp package/makedevs//makedevs.c /dev/shm/qemu/out-br/build/host-makedevs
  7563:  >>> host-makedevs  Patching
  7564:  >>> host-makedevs  Configuring
  7565:  >>> host-makedevs  Building
  7566:  /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc -O2 -I/dev/shm/qemu/out-br/host/include /dev/shm/qemu/out-br/build/host-makedevs/makedevs.c -o /dev/shm/qemu/out-br/build/host-makedevs/makedevs -L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib
  7567:  >>> host-makedevs  Installing to host directory
  7568:  /usr/bin//install -D -m 755 /dev/shm/qemu/out-br/build/host-makedevs/makedevs /dev/shm/qemu/out-br/host/bin/makedevs
  7569:  >>> skeleton-init-common  Extracting
  7570:  >>> skeleton-init-common  Patching
  7571:  >>> skeleton-init-common  Configuring
  7572:  >>> skeleton-init-common  Building
  7573:  >>> skeleton-init-common  Installing to staging directory
  7574:  rsync -a --ignore-times --exclude .svn --exclude .git --exclude .hg --exclude .bzr --exclude CVS --chmod=u=rwX,go=rX --exclude .empty --exclude '*~' system/skeleton/ /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/
  7575:  /usr/bin//install -d -m 0755 /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/bin
  7576:  /usr/bin//install -d -m 0755 /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/sbin
  7577:  /usr/bin//install -d -m 0755 /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/lib
  7578:  ln -snf lib /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/lib32
  7579:  ln -snf lib /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib32
  7580:  /usr/bin//install -d -m 0755 /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include
  7581:  >>> skeleton-init-common  Fixing libtool files
  7582:  for la in $(find /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib* -name "*.la"); do \
  7583:  	cp -a "${la}" "${la}.fixed" && \
  7584:  	/usr/bin//sed -i -e "s:/dev/shm/qemu/out-br:@BASE_DIR@:g" \
  7585:  		-e "s:/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot:@STAGING_DIR@:g" \
  7586:  		 -e "s:/dev/shm/qemu/build/../toolchains/aarch32:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \
  7587:  		-e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \
  7588:  		-e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \
  7589:  		 -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/dev/shm/qemu/build/../toolchains/aarch32:g" \
  7590:  		-e "s:@STAGING_DIR@:/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot:g" \
  7591:  		-e "s:@BASE_DIR@:/dev/shm/qemu/out-br:g" \
  7592:  		"${la}.fixed" && \
  7593:  	if cmp -s "${la}" "${la}.fixed"; then \
  7594:  		rm -f "${la}.fixed"; \
  7595:  	else \
  7596:  		mv "${la}.fixed" "${la}"; \
  7597:  	fi || exit 1; \
  7598:  done
  7599:  >>> skeleton-init-common  Installing to target
  7600:  rsync -a --ignore-times --exclude .svn --exclude .git --exclude .hg --exclude .bzr --exclude CVS --chmod=u=rwX,go=rX --exclude .empty --exclude '*~' system/skeleton/ /dev/shm/qemu/out-br/target/
  7601:  /usr/bin//install -d -m 0755 /dev/shm/qemu/out-br/target/bin
  7602:  /usr/bin//install -d -m 0755 /dev/shm/qemu/out-br/target/sbin
  7603:  /usr/bin//install -d -m 0755 /dev/shm/qemu/out-br/target/lib
  7604:  ln -snf lib /dev/shm/qemu/out-br/target/lib32
  7605:  ln -snf lib /dev/shm/qemu/out-br/target/usr/lib32
  7606:  /usr/bin//sed -i -e 's,@PATH@,"/bin:/sbin:/usr/bin:/usr/sbin",' /dev/shm/qemu/out-br/target/etc/profile
  7607:  /usr/bin//install -m 0644 support/misc/target-dir-warning.txt /dev/shm/qemu/out-br/target/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM
  7608:  >>> skeleton-init-sysv  Extracting
  7609:  >>> skeleton-init-sysv  Patching
  7610:  >>> skeleton-init-sysv  Configuring
  7611:  >>> skeleton-init-sysv  Building
  7612:  >>> skeleton-init-sysv  Installing to target
  7613:  rsync -a --ignore-times --exclude .svn --exclude .git --exclude .hg --exclude .bzr --exclude CVS --chmod=u=rwX,go=rX --exclude .empty --exclude '*~' package/skeleton-init-sysv//skeleton/ /dev/shm/qemu/out-br/target/
  7614:  >>> skeleton  Extracting
  7615:  >>> skeleton  Patching
  7616:  >>> skeleton  Configuring
  7617:  >>> skeleton  Building
  7618:  >>> skeleton  Installing to target
  7619:  >>> toolchain-external-custom  Extracting
  7620:  >>> toolchain-external-custom  Patching
  7621:  >>> toolchain-external-custom  Configuring
  7622:  >>> toolchain-external-custom  Building
  7623:  /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc -O2 -I/dev/shm/qemu/out-br/host/include -DBR_CPU='"cortex-a15"' -DBR_ABI='"aapcs-linux"' -DBR_FPU='"vfpv3-d16"' -DBR_FLOAT_ABI='"hard"' -DBR_MODE='"thumb"' -DBR_CROSS_PATH_SUFFIX='""' -DBR_CROSS_PATH_ABS='"/dev/shm/qemu/build/../toolchains/aarch32/bin"' -DBR_SYSROOT='"arm-buildroot-linux-gnueabihf/sysroot"' -DBR_ADDITIONAL_CFLAGS='"-fstack-protector-strong",' -DBR_CCACHE -DBR_CCACHE_BASEDIR='"/dev/shm/qemu/out-br"' -DBR2_PIC_PIE -DBR2_RELRO_FULL -s -Wl,--hash-style=both toolchain/toolchain-wrapper.c -o /dev/shm/qemu/out-br/build/toolchain-external-custom/toolchain-wrapper
  7624:  >>> toolchain-external-custom  Installing to staging directory
  7625:  /usr/bin//install -D -m 0755 /dev/shm/qemu/out-br/build/toolchain-external-custom/toolchain-wrapper /dev/shm/qemu/out-br/host/bin/toolchain-wrapper
  7626:  >>> toolchain-external-custom  Copying external toolchain sysroot to staging...
  7627:  >>> toolchain-external-custom  Installing gdbinit
  7628:  >>> toolchain-external-custom  Fixing libtool files
  7629:  for la in $(find /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib* -name "*.la"); do \
  7630:  	cp -a "${la}" "${la}.fixed" && \
  7631:  	/usr/bin//sed -i -e "s:/dev/shm/qemu/out-br:@BASE_DIR@:g" \
  7632:  		-e "s:/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot:@STAGING_DIR@:g" \
  7633:  		 -e "s:/dev/shm/qemu/build/../toolchains/aarch32:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \
  7634:  		-e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \
  7635:  		-e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \
  7636:  		 -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/dev/shm/qemu/build/../toolchains/aarch32:g" \
  7637:  		-e "s:@STAGING_DIR@:/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot:g" \
  7638:  		-e "s:@BASE_DIR@:/dev/shm/qemu/out-br:g" \
  7639:  		"${la}.fixed" && \
  7640:  	if cmp -s "${la}" "${la}.fixed"; then \
  7641:  		rm -f "${la}.fixed"; \
  7642:  	else \
  7643:  		mv "${la}.fixed" "${la}"; \
  7644:  	fi || exit 1; \
  7645:  done
  7646:  >>> toolchain-external-custom  Installing to target
  7647:  >>> toolchain-external-custom  Copying external toolchain libraries to target...
  7648:  >>> toolchain-external  Extracting
  7649:  >>> toolchain-external  Patching
  7650:  >>> toolchain-external  Configuring
  7651:  >>> toolchain-external  Building
  7652:  >>> toolchain-external  Installing to target
  7653:  >>> toolchain  Extracting
  7654:  >>> toolchain  Patching
  7655:  >>> toolchain  Configuring
  7656:  >>> toolchain  Building
  7657:  >>> toolchain  Installing to staging directory
  7658:  sed -e 's#@@STAGING_SUBDIR@@#arm-buildroot-linux-gnueabihf/sysroot#' -e 's#@@TARGET_CFLAGS@@#-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1#' -e 's#@@TARGET_CXXFLAGS@@#-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1#' -e 's#@@TARGET_FCFLAGS@@#-Os -g0#' -e 's#@@TARGET_LDFLAGS@@##' -e 's#@@TARGET_CC@@#bin/arm-linux-gnueabihf-gcc#' -e 's#@@TARGET_CXX@@#bin/arm-linux-gnueabihf-g++#' -e 's#@@TARGET_FC@@#bin/arm-linux-gnueabihf-gfortran#' -e 's#@@CMAKE_SYSTEM_PROCESSOR@@#armv7l#' -e 's#@@TOOLCHAIN_HAS_CXX@@#1#' -e 's#@@TOOLCHAIN_HAS_FORTRAN@@#0#' -e 's#@@CMAKE_BUILD_TYPE@@#Release#' /dev/shm/qemu/buildroot/support/misc/toolchainfile.cmake.in > /dev/shm/qemu/out-br/host/share/buildroot/toolchainfile.cmake
  7659:  mkdir -p /dev/shm/qemu/out-br/host/share/cargo
  7660:  sed -e 's/@RUSTC_TARGET_NAME@/armv7-unknown-linux-gnueabihf/' -e 's/@CROSS_PREFIX@/arm-linux-gnueabihf-/' package/rustc/cargo-config.in > /dev/shm/qemu/out-br/host/share/cargo/config
  7661:  >>> toolchain  Fixing libtool files
  7662:  for la in $(find /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib* -name "*.la"); do \
  7663:  	cp -a "${la}" "${la}.fixed" && \
  7664:  	/usr/bin//sed -i -e "s:/dev/shm/qemu/out-br:@BASE_DIR@:g" \
  7665:  		-e "s:/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot:@STAGING_DIR@:g" \
  7666:  		 -e "s:/dev/shm/qemu/build/../toolchains/aarch32:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \
  7667:  		-e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \
  7668:  		-e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \
  7669:  		 -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/dev/shm/qemu/build/../toolchains/aarch32:g" \
  7670:  		-e "s:@STAGING_DIR@:/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot:g" \
  7671:  		-e "s:@BASE_DIR@:/dev/shm/qemu/out-br:g" \
  7672:  		"${la}.fixed" && \
  7673:  	if cmp -s "${la}" "${la}.fixed"; then \
  7674:  		rm -f "${la}.fixed"; \
  7675:  	else \
  7676:  		mv "${la}.fixed" "${la}"; \
  7677:  	fi || exit 1; \
  7678:  done
  7679:  >>> toolchain  Installing to target
  7680:  pkgconf-1.6.3.tar.xz: OK (sha256: 61f0b31b0d5ea0e862b454a80c170f57bad47879c0c42bd8de89200ff62ea210)
  7681:  >>> host-pkgconf 1.6.3 Extracting
  7682:  xzcat /mnt/storage/buildroot_cache/download/pkgconf/pkgconf-1.6.3.tar.xz | tar --strip-components=1 -C /dev/shm/qemu/out-br/build/host-pkgconf-1.6.3   -xf -
  7683:  >>> host-pkgconf 1.6.3 Patching
  7684:  
  7685:  Applying 0001-Only-prefix-with-the-sysroot-a-subset-of-variables.patch using patch: 
  7686:  patching file libpkgconf/tuple.c
  7687:  
  7688:  Applying 0002-Revert-main-assume-modversion-insted-of-version-if-o.patch using patch: 
  7689:  patching file cli/main.c
  7690:  >>> host-pkgconf 1.6.3 Updating config.sub and config.guess
  7691:  for file in config.guess config.sub; do for i in $(find /dev/shm/qemu/out-br/build/host-pkgconf-1.6.3 -name $file); do cp support/gnuconfig/$file $i; done; done
  7692:  >>> host-pkgconf 1.6.3 Patching libtool
  7693:  patching file /dev/shm/qemu/out-br/build/host-pkgconf-1.6.3/ltmain.sh
  7694:  Hunk #1 succeeded at 2694 (offset 7 lines).
  7695:  Hunk #2 succeeded at 4284 (offset 7 lines).
  7696:  Hunk #3 succeeded at 6579 (offset 25 lines).
  7697:  Hunk #4 succeeded at 6589 (offset 25 lines).
  7698:  Hunk #5 succeeded at 6882 (offset 25 lines).
  7699:  Hunk #6 succeeded at 7174 (offset 25 lines).
  7700:  Hunk #7 succeeded at 8146 (offset 34 lines).
  7701:  Hunk #8 succeeded at 10778 (offset 68 lines).
  7702:  >>> host-pkgconf 1.6.3 Configuring
  7703:  (cd /dev/shm/qemu/out-br/build/host-pkgconf-1.6.3/ && rm -rf config.cache; PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig" AR="/usr/bin//ar" AS="/usr/bin//as" LD="/usr/bin//ld" NM="/usr/bin//nm" CC="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" GCC="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" CXX="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++" CPP="/usr/bin//cpp" OBJCOPY="/usr/bin//objcopy" RANLIB="/usr/bin//ranlib" CPPFLAGS="-I/dev/shm/qemu/out-br/host/include" CFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" CXXFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib" INTLTOOL_PERL=/usr/bin//perl CFLAGS="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib"  CONFIG_SITE=/dev/null ./configure --prefix="/dev/shm/qemu/out-br/host" --sysconfdir="/dev/shm/qemu/out-br/host/etc" --localstatedir="/dev/shm/qemu/out-br/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking   )
  7704:  configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls
  7705:  checking for gcc... /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc
  7706:  checking whether the C compiler works... yes
  7707:  checking for C compiler default output file name... a.out
  7708:  checking for suffix of executables... 
  7709:  checking whether we are cross compiling... no
  7710:  checking for suffix of object files... o
  7711:  checking whether we are using the GNU C compiler... yes
  7712:  checking whether /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc accepts -g... yes
  7713:  checking for /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc option to accept ISO C89... none needed
  7714:  checking whether /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc understands -c and -o together... yes
  7715:  checking whether C compiler accepts -Wall... yes
  7716:  checking whether C compiler accepts -Wextra... yes
  7717:  checking whether C compiler accepts -Wformat=2... yes
  7718:  checking whether C compiler accepts -std=gnu99... yes
  7719:  checking for strlcpy... no
  7720:  checking for strlcat... no
  7721:  checking for strndup... yes
  7722:  checking for cygwin_conv_path... no
  7723:  checking how to run the C preprocessor... /usr/bin//cpp
  7724:  checking for grep that handles long lines and -e... /usr/bin//grep
  7725:  checking for egrep... /usr/bin//grep -E
  7726:  checking for ANSI C header files... yes
  7727:  checking for sys/types.h... yes
  7728:  checking for sys/stat.h... yes
  7729:  checking for stdlib.h... yes
  7730:  checking for string.h... yes
  7731:  checking for memory.h... yes
  7732:  checking for strings.h... yes
  7733:  checking for inttypes.h... yes
  7734:  checking for stdint.h... yes
  7735:  checking for unistd.h... yes
  7736:  checking for sys/stat.h... (cached) yes
  7737:  checking for a BSD-compatible install... /usr/bin//install -c
  7738:  checking whether build environment is sane... yes
  7739:  checking for a thread-safe mkdir -p... /usr/bin//mkdir -p
  7740:  checking for gawk... gawk
  7741:  checking whether make sets $(MAKE)... yes
  7742:  checking for style of include used by make... GNU
  7743:  checking whether make supports nested variables... yes
  7744:  checking dependency style of /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc... none
  7745:  checking whether make supports nested variables... (cached) yes
  7746:  checking build system type... x86_64-pc-linux-gnu
  7747:  checking host system type... x86_64-pc-linux-gnu
  7748:  checking how to print strings... printf
  7749:  checking for a sed that does not truncate output... /usr/bin//sed
  7750:  checking for fgrep... /usr/bin//grep -F
  7751:  checking for ld used by /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc... /usr/bin//ld
  7752:  checking if the linker (/usr/bin//ld) is GNU ld... yes
  7753:  checking for BSD- or MS-compatible name lister (nm)... /usr/bin//nm
  7754:  checking the name lister (/usr/bin//nm) interface... BSD nm
  7755:  checking whether ln -s works... yes
  7756:  checking the maximum length of command line arguments... 1572864
  7757:  checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  7758:  checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  7759:  checking for /usr/bin//ld option to reload object files... -r
  7760:  checking for objdump... objdump
  7761:  checking how to recognize dependent libraries... pass_all
  7762:  checking for dlltool... no
  7763:  checking how to associate runtime and link libraries... printf %s\n
  7764:  checking for archiver @FILE support... @
  7765:  checking for strip... strip
  7766:  checking for ranlib... /usr/bin//ranlib
  7767:  checking command to parse /usr/bin//nm output from /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc object... ok
  7768:  checking for sysroot... no
  7769:  checking for a working dd... /usr/bin//dd
  7770:  checking how to truncate binary pipes... /usr/bin//dd bs=4096 count=1
  7771:  checking for mt... mt
  7772:  checking if mt is a manifest tool... no
  7773:  checking for dlfcn.h... yes
  7774:  checking for objdir... .libs
  7775:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc supports -fno-rtti -fno-exceptions... no
  7776:  checking for /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc option to produce PIC... -fPIC -DPIC
  7777:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc PIC flag -fPIC -DPIC works... yes
  7778:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc static flag -static works... yes
  7779:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc supports -c -o file.o... yes
  7780:  checking if /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc supports -c -o file.o... (cached) yes
  7781:  checking whether the /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc linker (/usr/bin//ld -m elf_x86_64) supports shared libraries... yes
  7782:  checking whether -lc should be explicitly linked in... no
  7783:  checking dynamic linker characteristics... GNU/Linux ld.so
  7784:  checking how to hardcode library paths into programs... immediate
  7785:  checking whether stripping libraries is possible... yes
  7786:  checking if libtool supports shared libraries... yes
  7787:  checking whether to build shared libraries... yes
  7788:  checking whether to build static libraries... no
  7789:  checking for special C compiler options needed for large files... no
  7790:  checking for _FILE_OFFSET_BITS value needed for large files... no
  7791:  checking how to run the C preprocessor... /usr/bin//cpp
  7792:  checking for gcc... (cached) /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc
  7793:  checking whether we are using the GNU C compiler... (cached) yes
  7794:  checking whether /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc accepts -g... (cached) yes
  7795:  checking for /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc option to accept ISO C89... (cached) none needed
  7796:  checking whether /dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc understands -c and -o together... (cached) yes
  7797:  checking whether ln -s works... yes
  7798:  checking that generated files are newer than configure... done
  7799:  configure: creating ./config.status
  7800:  config.status: creating Makefile
  7801:  config.status: creating Kyuafile
  7802:  config.status: creating libpkgconf.pc
  7803:  config.status: creating tests/Kyuafile
  7804:  config.status: creating tests/test_env.sh
  7805:  config.status: creating libpkgconf/config.h
  7806:  config.status: executing depfiles commands
  7807:  config.status: executing libtool commands
  7808:  configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls
  7809:  >>> host-pkgconf 1.6.3 Building
  7810:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig"  /usr/bin//make   -C /dev/shm/qemu/out-br/build/host-pkgconf-1.6.3/
  7811:    CC       libpkgconf/audit.lo
  7812:    CC       libpkgconf/cache.lo
  7813:    CC       libpkgconf/client.lo
  7814:    CC       libpkgconf/pkg.lo
  7815:    CC       libpkgconf/bsdstubs.lo
  7816:    CC       libpkgconf/fragment.lo
  7817:    CC       libpkgconf/argvsplit.lo
  7818:    CC       libpkgconf/fileio.lo
  7819:    CC       libpkgconf/tuple.lo
  7820:    CC       libpkgconf/dependency.lo
  7821:    CC       libpkgconf/queue.lo
  7822:    CC       libpkgconf/path.lo
  7823:    CC       libpkgconf/personality.lo
  7824:    CC       libpkgconf/parser.lo
  7825:    CCLD     libpkgconf.la
  7826:    CC       cli/pkgconf-main.o
  7827:    CC       cli/pkgconf-getopt_long.o
  7828:    CC       cli/pkgconf-renderer-msvc.o
  7829:    CCLD     pkgconf
  7830:  >>> host-pkgconf 1.6.3 Installing to host directory
  7831:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/dev/shm/qemu/out-br/host/lib/pkgconfig:/dev/shm/qemu/out-br/host/share/pkgconfig"  /usr/bin//make  install -C /dev/shm/qemu/out-br/build/host-pkgconf-1.6.3/
  7832:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/lib'
  7833:   /bin/bash ./libtool   --mode=install /usr/bin//install -c   libpkgconf.la '/dev/shm/qemu/out-br/host/lib'
  7834:  libtool: install: /usr/bin//install -c .libs/libpkgconf.so.3.0.0 /dev/shm/qemu/out-br/host/lib/libpkgconf.so.3.0.0
  7835:  libtool: install: (cd /dev/shm/qemu/out-br/host/lib && { ln -s -f libpkgconf.so.3.0.0 libpkgconf.so.3 || { rm -f libpkgconf.so.3 && ln -s libpkgconf.so.3.0.0 libpkgconf.so.3; }; })
  7836:  libtool: install: (cd /dev/shm/qemu/out-br/host/lib && { ln -s -f libpkgconf.so.3.0.0 libpkgconf.so || { rm -f libpkgconf.so && ln -s libpkgconf.so.3.0.0 libpkgconf.so; }; })
  7837:  libtool: install: /usr/bin//install -c .libs/libpkgconf.lai /dev/shm/qemu/out-br/host/lib/libpkgconf.la
  7838:  libtool: finish: PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin:/sbin" ldconfig -n /dev/shm/qemu/out-br/host/lib
  7839:  ----------------------------------------------------------------------
  7840:  Libraries have been installed in:
  7841:     /dev/shm/qemu/out-br/host/lib
  7842:  
  7843:  If you ever happen to want to link against installed libraries
  7844:  in a given directory, LIBDIR, you must either use libtool, and
  7845:  specify the full pathname of the library, or use the '-LLIBDIR'
  7846:  flag during linking and do at least one of the following:
  7847:     - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  7848:       during execution
  7849:     - add LIBDIR to the 'LD_RUN_PATH' environment variable
  7850:       during linking
  7851:     - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  7852:     - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  7853:  
  7854:  See any operating system documentation about shared libraries for
  7855:  more information, such as the ld(1) and ld.so(8) manual pages.
  7856:  ----------------------------------------------------------------------
  7857:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/bin'
  7858:    /bin/bash ./libtool   --mode=install /usr/bin//install -c pkgconf '/dev/shm/qemu/out-br/host/bin'
  7859:  libtool: install: /usr/bin//install -c pkgconf /dev/shm/qemu/out-br/host/bin/pkgconf
  7860:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/share/doc/pkgconf'
  7861:   /usr/bin//install -c -m 644 README.md AUTHORS '/dev/shm/qemu/out-br/host/share/doc/pkgconf'
  7862:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/share/aclocal'
  7863:   /usr/bin//install -c -m 644 pkg.m4 '/dev/shm/qemu/out-br/host/share/aclocal'
  7864:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/share/man/man1'
  7865:   /usr/bin//install -c -m 644 man/pkgconf.1 '/dev/shm/qemu/out-br/host/share/man/man1'
  7866:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/share/man/man5'
  7867:   /usr/bin//install -c -m 644 man/pc.5 man/pkgconf-personality.5 '/dev/shm/qemu/out-br/host/share/man/man5'
  7868:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/share/man/man7'
  7869:   /usr/bin//install -c -m 644 man/pkg.m4.7 '/dev/shm/qemu/out-br/host/share/man/man7'
  7870:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/include/pkgconf'
  7871:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/include/pkgconf/libpkgconf'
  7872:   /usr/bin//install -c -m 644  libpkgconf/bsdstubs.h libpkgconf/iter.h libpkgconf/libpkgconf.h libpkgconf/stdinc.h libpkgconf/libpkgconf-api.h '/dev/shm/qemu/out-br/host/include/pkgconf/libpkgconf'
  7873:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/lib/pkgconfig'
  7874:   /usr/bin//install -c -m 644 libpkgconf.pc '/dev/shm/qemu/out-br/host/lib/pkgconfig'
  7875:  /usr/bin//install -m 0755 -D package/pkgconf/pkg-config.in /dev/shm/qemu/out-br/host/bin/pkg-config
  7876:  /usr/bin//sed -i -e 's,@STAGING_SUBDIR@,arm-buildroot-linux-gnueabihf/sysroot,g' /dev/shm/qemu/out-br/host/bin/pkg-config
  7877:  /usr/bin//sed -i -e 's,@STATIC@,,' /dev/shm/qemu/out-br/host/bin/pkg-config
  7878:  util-linux-2.37.2.tar.xz: OK (sha256: 6a0764c1aae7fb607ef8a6dd2c0f6c47d5e5fd27aa08820abaad9ec14e28e9d9)
  7879:  >>> util-linux-libs 2.37.2 Extracting
  7880:  xzcat /mnt/storage/buildroot_cache/download/util-linux/util-linux-2.37.2.tar.xz | tar --strip-components=1 -C /dev/shm/qemu/out-br/build/util-linux-libs-2.37.2   -xf -
  7881:  >>> util-linux-libs 2.37.2 Patching
  7882:  
  7883:  Applying 0001-libuuid-include-c-h-to-cover-restrict-keyword.patch using patch: 
  7884:  patching file libuuid/src/unparse.c
  7885:  >>> util-linux-libs 2.37.2 Updating config.sub and config.guess
  7886:  for file in config.guess config.sub; do for i in $(find /dev/shm/qemu/out-br/build/util-linux-libs-2.37.2 -name $file); do cp support/gnuconfig/$file $i; done; done
  7887:  >>> util-linux-libs 2.37.2 Patching libtool
  7888:  patching file /dev/shm/qemu/out-br/build/util-linux-libs-2.37.2/config/ltmain.sh
  7889:  Hunk #1 succeeded at 2694 (offset 7 lines).
  7890:  Hunk #2 succeeded at 4284 (offset 7 lines).
  7891:  Hunk #3 succeeded at 6579 (offset 25 lines).
  7892:  Hunk #4 succeeded at 6589 (offset 25 lines).
  7893:  Hunk #5 succeeded at 6882 (offset 25 lines).
  7894:  Hunk #6 succeeded at 7174 (offset 25 lines).
  7895:  Hunk #7 succeeded at 8142 (offset 30 lines).
  7896:  Hunk #8 succeeded at 10771 (offset 61 lines).
  7897:  >>> util-linux-libs 2.37.2 Configuring
  7898:  (cd /dev/shm/qemu/out-br/build/util-linux-libs-2.37.2/ && rm -rf config.cache && PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" AR="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ar" AS="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-as" LD="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld" NM="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-nm" CC="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc" GCC="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc" CPP="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-cpp" CXX="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++" FC="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gfortran" F77="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gfortran" RANLIB="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ranlib" READELF="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-readelf" STRIP="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-strip" OBJCOPY="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-objcopy" OBJDUMP="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-objdump" AR_FOR_BUILD="/usr/bin//ar" AS_FOR_BUILD="/usr/bin//as" CC_FOR_BUILD="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" GCC_FOR_BUILD="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" CXX_FOR_BUILD="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++" LD_FOR_BUILD="/usr/bin//ld" CPPFLAGS_FOR_BUILD="-I/dev/shm/qemu/out-br/host/include" CFLAGS_FOR_BUILD="-O2 -I/dev/shm/qemu/out-br/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS_FOR_BUILD="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-as" DEFAULT_LINKER="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" STAGING_DIR="/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot" INTLTOOL_PERL=/usr/bin//perl WITH_TLS_TESTS=y WITH_CXX_TESTS=y ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no  LIBS="" CONFIG_SITE=/dev/null ./configure --target=arm-buildroot-linux-gnueabihf --host=arm-buildroot-linux-gnueabihf --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared  --disable-rpath --disable-makeinstall-chown --without-systemd --with-systemdsystemunitdir=no --without-udev --disable-widechar --without-ncursesw --without-ncurses --without-selinux --disable-all-programs --disable-libblkid --disable-libfdisk --disable-libmount --disable-libsmartcols --enable-libuuid --without-python --disable-pylibmount --without-readline --without-audit --without-libmagic )
  7899:  configure: WARNING: unrecognized options: --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6
  7900:  checking for arm-buildroot-linux-gnueabihf-gcc... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc
  7901:  checking whether the C compiler works... yes
  7902:  checking for C compiler default output file name... a.out
  7903:  checking for suffix of executables... 
  7904:  checking whether we are cross compiling... yes
  7905:  checking for suffix of object files... o
  7906:  checking whether we are using the GNU C compiler... yes
  7907:  checking whether /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc accepts -g... yes
  7908:  checking for /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc option to accept ISO C89... none needed
  7909:  checking whether /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc understands -c and -o together... yes
  7910:  checking how to run the C preprocessor... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-cpp
  7911:  checking for grep that handles long lines and -e... /usr/bin//grep
  7912:  checking for egrep... /usr/bin//grep -E
  7913:  checking for ANSI C header files... yes
  7914:  checking for sys/types.h... yes
  7915:  checking for sys/stat.h... yes
  7916:  checking for stdlib.h... yes
  7917:  checking for string.h... yes
  7918:  checking for memory.h... yes
  7919:  checking for strings.h... yes
  7920:  checking for inttypes.h... yes
  7921:  checking for stdint.h... yes
  7922:  checking for unistd.h... yes
  7923:  checking minix/config.h usability... no
  7924:  checking minix/config.h presence... no
  7925:  checking for minix/config.h... no
  7926:  checking whether it is safe to define __EXTENSIONS__... yes
  7927:  checking for a BSD-compatible install... /usr/bin//install -c
  7928:  checking whether build environment is sane... yes
  7929:  checking for arm-buildroot-linux-gnueabihf-strip... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-strip
  7930:  checking for a thread-safe mkdir -p... /usr/bin//mkdir -p
  7931:  checking for gawk... gawk
  7932:  checking whether make sets $(MAKE)... yes
  7933:  checking whether make supports the include directive... yes (GNU style)
  7934:  checking whether make supports nested variables... yes
  7935:  checking how to create a pax tar archive... gnutar
  7936:  checking dependency style of /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc... none
  7937:  checking whether make supports nested variables... (cached) yes
  7938:  checking for arm-buildroot-linux-gnueabihf-ar... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ar
  7939:  checking the archiver (/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ar) interface... ar
  7940:  configure: Default --exec-prefix detected.
  7941:  configure:   --bindir defaults to /bin
  7942:  configure:   --sbindir defaults to /sbin
  7943:  configure:   --libdir defaults to /lib
  7944:  configure: Default --prefix detected.
  7945:  configure:   --runstatedir defaults to /run
  7946:  checking for arm-buildroot-linux-gnueabihf-gcc... (cached) /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc
  7947:  checking whether we are using the GNU C compiler... (cached) yes
  7948:  checking whether /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc accepts -g... (cached) yes
  7949:  checking for /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc option to accept ISO C89... (cached) none needed
  7950:  checking whether /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc understands -c and -o together... (cached) yes
  7951:  checking for bison... bison -y
  7952:  checking build system type... x86_64-pc-linux-gnu
  7953:  checking host system type... arm-buildroot-linux-gnueabihf
  7954:  checking for an ANSI C-conforming const... yes
  7955:  checking for working volatile... yes
  7956:  checking whether byte ordering is bigendian... (cached) no
  7957:  checking whether compiler handles -fno-common... yes
  7958:  checking whether compiler handles -Wall... yes
  7959:  checking whether compiler handles -Wextra... yes
  7960:  checking whether compiler handles -Waddress-of-packed-member... yes
  7961:  checking whether compiler handles -Wdiscarded-qualifiers... yes
  7962:  checking whether compiler handles -Wembedded-directive... no
  7963:  checking whether compiler handles -Wextra-semi... no
  7964:  checking whether compiler handles -Wformat-security... no
  7965:  checking whether compiler handles -Wimplicit-function-declaration... yes
  7966:  checking whether compiler handles -Wmissing-declarations... yes
  7967:  checking whether compiler handles -Wmissing-parameter-type... yes
  7968:  checking whether compiler handles -Wmissing-prototypes... yes
  7969:  checking whether compiler handles -Wnested-externs... yes
  7970:  checking whether compiler handles -Wno-missing-field-initializers... yes
  7971:  checking whether compiler handles -Wpointer-arith... yes
  7972:  checking whether compiler handles -Wredundant-decls... yes
  7973:  checking whether compiler handles -Wsign-compare... yes
  7974:  checking whether compiler handles -Wstrict-prototypes... yes
  7975:  checking whether compiler handles -Wtype-limits... yes
  7976:  checking whether compiler handles -Wuninitialized... yes
  7977:  checking whether compiler handles -Wunused-but-set-parameter... yes
  7978:  checking whether compiler handles -Wunused-but-set-variable... yes
  7979:  checking whether compiler handles -Wunused-parameter... yes
  7980:  checking whether compiler handles -Wunused-result... yes
  7981:  checking whether compiler handles -Wunused-variable... yes
  7982:  checking whether compiler handles -Werror=sequence-point... yes
  7983:  checking whether compiler handles -Wno-clobbered... yes
  7984:  checking whether compiler handles -Wno-cast-function-type... yes
  7985:  checking whether compiler handles -Wno-unused-parameter... yes
  7986:  checking whether we are using the GNU C++ compiler... yes
  7987:  checking whether /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++ accepts -g... yes
  7988:  checking dependency style of /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++... none
  7989:  checking how to print strings... printf
  7990:  checking for a sed that does not truncate output... /usr/bin//sed
  7991:  checking for fgrep... /usr/bin//grep -F
  7992:  checking for ld used by /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld
  7993:  checking if the linker (/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld) is GNU ld... yes
  7994:  checking for BSD- or MS-compatible name lister (nm)... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-nm
  7995:  checking the name lister (/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-nm) interface... BSD nm
  7996:  checking whether ln -s works... yes
  7997:  checking the maximum length of command line arguments... 1572864
  7998:  checking how to convert x86_64-pc-linux-gnu file names to arm-buildroot-linux-gnueabihf format... func_convert_file_noop
  7999:  checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  8000:  checking for /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld option to reload object files... -r
  8001:  checking for arm-buildroot-linux-gnueabihf-objdump... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-objdump
  8002:  checking how to recognize dependent libraries... pass_all
  8003:  checking for arm-buildroot-linux-gnueabihf-dlltool... no
  8004:  checking for dlltool... no
  8005:  checking how to associate runtime and link libraries... printf %s\n
  8006:  checking for arm-buildroot-linux-gnueabihf-ar... (cached) /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ar
  8007:  checking for archiver @FILE support... @
  8008:  checking for arm-buildroot-linux-gnueabihf-strip... (cached) /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-strip
  8009:  checking for arm-buildroot-linux-gnueabihf-ranlib... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ranlib
  8010:  checking command to parse /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-nm output from /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc object... ok
  8011:  checking for sysroot... no
  8012:  checking for a working dd... /usr/bin//dd
  8013:  checking how to truncate binary pipes... /usr/bin//dd bs=4096 count=1
  8014:  checking for arm-buildroot-linux-gnueabihf-mt... no
  8015:  checking for mt... mt
  8016:  configure: WARNING: using cross tools not prefixed with host triplet
  8017:  checking if mt is a manifest tool... no
  8018:  checking for dlfcn.h... yes
  8019:  checking for objdir... .libs
  8020:  checking if /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc supports -fno-rtti -fno-exceptions... no
  8021:  checking for /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc option to produce PIC... -fPIC -DPIC
  8022:  checking if /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc PIC flag -fPIC -DPIC works... yes
  8023:  checking if /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc static flag -static works... yes
  8024:  checking if /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc supports -c -o file.o... yes
  8025:  checking if /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc supports -c -o file.o... (cached) yes
  8026:  checking whether the /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc linker (/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld) supports shared libraries... yes
  8027:  checking whether -lc should be explicitly linked in... no
  8028:  checking dynamic linker characteristics... GNU/Linux ld.so
  8029:  checking how to hardcode library paths into programs... immediate
  8030:  checking whether stripping libraries is possible... yes
  8031:  checking if libtool supports shared libraries... yes
  8032:  checking whether to build shared libraries... yes
  8033:  checking whether to build static libraries... no
  8034:  checking how to run the C++ preprocessor... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++ -E
  8035:  checking for ld used by /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld
  8036:  checking if the linker (/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld) is GNU ld... yes
  8037:  checking whether the /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++ linker (/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld) supports shared libraries... yes
  8038:  checking for /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++ option to produce PIC... -fPIC -DPIC
  8039:  checking if /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++ PIC flag -fPIC -DPIC works... yes
  8040:  checking if /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++ static flag -static works... yes
  8041:  checking if /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++ supports -c -o file.o... yes
  8042:  checking if /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++ supports -c -o file.o... (cached) yes
  8043:  checking whether the /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++ linker (/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld) supports shared libraries... yes
  8044:  checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  8045:  checking how to hardcode library paths into programs... immediate
  8046:  checking linker version script flag... --version-script
  8047:  checking if version scripts can use complex wildcards... yes
  8048:  checking pkg-config is at least version 0.9.0... yes
  8049:  checking whether to build gtk-doc documentation... no
  8050:  checking for gtkdoc-check... no
  8051:  checking for xsltproc... no
  8052:  checking for special C compiler options needed for large files... no
  8053:  checking for _FILE_OFFSET_BITS value needed for large files... no
  8054:  checking whether to enable assertions... yes
  8055:  checking whether struct tm is in sys/time.h or time.h... time.h
  8056:  checking for struct tm.tm_zone... yes
  8057:  checking whether NLS is requested... no
  8058:  checking for msgfmt... no
  8059:  checking for gmsgfmt... :
  8060:  checking for xgettext... no
  8061:  checking for msgmerge... no
  8062:  checking for ld used by /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld
  8063:  checking if the linker (/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld) is GNU ld... yes
  8064:  checking for shared library run path origin... done
  8065:  checking for CFPreferencesCopyAppValue... no
  8066:  checking for CFLocaleCopyCurrent... no
  8067:  checking whether to use NLS... no
  8068:  checking for linux/compiler.h... no
  8069:  checking for linux/blkpg.h... yes
  8070:  checking for linux/major.h... yes
  8071:  checking asm/io.h usability... no
  8072:  checking asm/io.h presence... no
  8073:  checking for asm/io.h... no
  8074:  checking byteswap.h usability... yes
  8075:  checking byteswap.h presence... yes
  8076:  checking for byteswap.h... yes
  8077:  checking endian.h usability... yes
  8078:  checking endian.h presence... yes
  8079:  checking for endian.h... yes
  8080:  checking err.h usability... yes
  8081:  checking err.h presence... yes
  8082:  checking for err.h... yes
  8083:  checking errno.h usability... yes
  8084:  checking errno.h presence... yes
  8085:  checking for errno.h... yes
  8086:  checking fcntl.h usability... yes
  8087:  checking fcntl.h presence... yes
  8088:  checking for fcntl.h... yes
  8089:  checking getopt.h usability... yes
  8090:  checking getopt.h presence... yes
  8091:  checking for getopt.h... yes
  8092:  checking for inttypes.h... (cached) yes
  8093:  checking lastlog.h usability... yes
  8094:  checking lastlog.h presence... yes
  8095:  checking for lastlog.h... yes
  8096:  checking libutil.h usability... no
  8097:  checking libutil.h presence... no
  8098:  checking for libutil.h... no
  8099:  checking linux/btrfs.h usability... yes
  8100:  checking linux/btrfs.h presence... yes
  8101:  checking for linux/btrfs.h... yes
  8102:  checking linux/capability.h usability... yes
  8103:  checking linux/capability.h presence... yes
  8104:  checking for linux/capability.h... yes
  8105:  checking linux/cdrom.h usability... yes
  8106:  checking linux/cdrom.h presence... yes
  8107:  checking for linux/cdrom.h... yes
  8108:  checking linux/falloc.h usability... yes
  8109:  checking linux/falloc.h presence... yes
  8110:  checking for linux/falloc.h... yes
  8111:  checking linux/fd.h usability... yes
  8112:  checking linux/fd.h presence... yes
  8113:  checking for linux/fd.h... yes
  8114:  checking linux/fiemap.h usability... yes
  8115:  checking linux/fiemap.h presence... yes
  8116:  checking for linux/fiemap.h... yes
  8117:  checking linux/net_namespace.h usability... yes
  8118:  checking linux/net_namespace.h presence... yes
  8119:  checking for linux/net_namespace.h... yes
  8120:  checking linux/nsfs.h usability... yes
  8121:  checking linux/nsfs.h presence... yes
  8122:  checking for linux/nsfs.h... yes
  8123:  checking linux/raw.h usability... yes
  8124:  checking linux/raw.h presence... yes
  8125:  checking for linux/raw.h... yes
  8126:  checking linux/securebits.h usability... yes
  8127:  checking linux/securebits.h presence... yes
  8128:  checking for linux/securebits.h... yes
  8129:  checking linux/tiocl.h usability... yes
  8130:  checking linux/tiocl.h presence... yes
  8131:  checking for linux/tiocl.h... yes
  8132:  checking linux/version.h usability... yes
  8133:  checking linux/version.h presence... yes
  8134:  checking for linux/version.h... yes
  8135:  checking linux/watchdog.h usability... yes
  8136:  checking linux/watchdog.h presence... yes
  8137:  checking for linux/watchdog.h... yes
  8138:  checking locale.h usability... yes
  8139:  checking locale.h presence... yes
  8140:  checking for locale.h... yes
  8141:  checking mntent.h usability... yes
  8142:  checking mntent.h presence... yes
  8143:  checking for mntent.h... yes
  8144:  checking net/if_dl.h usability... no
  8145:  checking net/if_dl.h presence... no
  8146:  checking for net/if_dl.h... no
  8147:  checking net/if.h usability... yes
  8148:  checking net/if.h presence... yes
  8149:  checking for net/if.h... yes
  8150:  checking netinet/in.h usability... yes
  8151:  checking netinet/in.h presence... yes
  8152:  checking for netinet/in.h... yes
  8153:  checking paths.h usability... yes
  8154:  checking paths.h presence... yes
  8155:  checking for paths.h... yes
  8156:  checking pty.h usability... yes
  8157:  checking pty.h presence... yes
  8158:  checking for pty.h... yes
  8159:  checking security/pam_appl.h usability... no
  8160:  checking security/pam_appl.h presence... no
  8161:  checking for security/pam_appl.h... no
  8162:  checking shadow.h usability... yes
  8163:  checking shadow.h presence... yes
  8164:  checking for shadow.h... yes
  8165:  checking for stdint.h... (cached) yes
  8166:  checking stdio_ext.h usability... yes
  8167:  checking stdio_ext.h presence... yes
  8168:  checking for stdio_ext.h... yes
  8169:  checking for stdlib.h... (cached) yes
  8170:  checking sys/disk.h usability... no
  8171:  checking sys/disk.h presence... no
  8172:  checking for sys/disk.h... no
  8173:  checking sys/disklabel.h usability... no
  8174:  checking sys/disklabel.h presence... no
  8175:  checking for sys/disklabel.h... no
  8176:  checking sys/endian.h usability... no
  8177:  checking sys/endian.h presence... no
  8178:  checking for sys/endian.h... no
  8179:  checking sys/file.h usability... yes
  8180:  checking sys/file.h presence... yes
  8181:  checking for sys/file.h... yes
  8182:  checking sys/ioccom.h usability... no
  8183:  checking sys/ioccom.h presence... no
  8184:  checking for sys/ioccom.h... no
  8185:  checking sys/ioctl.h usability... yes
  8186:  checking sys/ioctl.h presence... yes
  8187:  checking for sys/ioctl.h... yes
  8188:  checking sys/io.h usability... no
  8189:  checking sys/io.h presence... no
  8190:  checking for sys/io.h... no
  8191:  checking sys/mkdev.h usability... no
  8192:  checking sys/mkdev.h presence... no
  8193:  checking for sys/mkdev.h... no
  8194:  checking sys/mount.h usability... yes
  8195:  checking sys/mount.h presence... yes
  8196:  checking for sys/mount.h... yes
  8197:  checking sys/param.h usability... yes
  8198:  checking sys/param.h presence... yes
  8199:  checking for sys/param.h... yes
  8200:  checking sys/prctl.h usability... yes
  8201:  checking sys/prctl.h presence... yes
  8202:  checking for sys/prctl.h... yes
  8203:  checking sys/resource.h usability... yes
  8204:  checking sys/resource.h presence... yes
  8205:  checking for sys/resource.h... yes
  8206:  checking sys/sendfile.h usability... yes
  8207:  checking sys/sendfile.h presence... yes
  8208:  checking for sys/sendfile.h... yes
  8209:  checking sys/signalfd.h usability... yes
  8210:  checking sys/signalfd.h presence... yes
  8211:  checking for sys/signalfd.h... yes
  8212:  checking sys/socket.h usability... yes
  8213:  checking sys/socket.h presence... yes
  8214:  checking for sys/socket.h... yes
  8215:  checking sys/sockio.h usability... no
  8216:  checking sys/sockio.h presence... no
  8217:  checking for sys/sockio.h... no
  8218:  checking for sys/stat.h... (cached) yes
  8219:  checking sys/swap.h usability... yes
  8220:  checking sys/swap.h presence... yes
  8221:  checking for sys/swap.h... yes
  8222:  checking sys/syscall.h usability... yes
  8223:  checking sys/syscall.h presence... yes
  8224:  checking for sys/syscall.h... yes
  8225:  checking sys/sysmacros.h usability... yes
  8226:  checking sys/sysmacros.h presence... yes
  8227:  checking for sys/sysmacros.h... yes
  8228:  checking sys/time.h usability... yes
  8229:  checking sys/time.h presence... yes
  8230:  checking for sys/time.h... yes
  8231:  checking sys/timex.h usability... yes
  8232:  checking sys/timex.h presence... yes
  8233:  checking for sys/timex.h... yes
  8234:  checking sys/ttydefaults.h usability... yes
  8235:  checking sys/ttydefaults.h presence... yes
  8236:  checking for sys/ttydefaults.h... yes
  8237:  checking for sys/types.h... (cached) yes
  8238:  checking sys/ucred.h usability... no
  8239:  checking sys/ucred.h presence... no
  8240:  checking for sys/ucred.h... no
  8241:  checking sys/un.h usability... yes
  8242:  checking sys/un.h presence... yes
  8243:  checking for sys/un.h... yes
  8244:  checking sys/xattr.h usability... yes
  8245:  checking sys/xattr.h presence... yes
  8246:  checking for sys/xattr.h... yes
  8247:  checking for unistd.h... (cached) yes
  8248:  checking utmp.h usability... yes
  8249:  checking utmp.h presence... yes
  8250:  checking for utmp.h... yes
  8251:  checking utmpx.h usability... yes
  8252:  checking utmpx.h presence... yes
  8253:  checking for utmpx.h... yes
  8254:  checking for linux/fs.h... no
  8255:  checking for linux/gsmmux.h... yes
  8256:  checking for security/pam_misc.h... no
  8257:  checking linux/blkzoned.h usability... yes
  8258:  checking linux/blkzoned.h presence... yes
  8259:  checking for linux/blkzoned.h... yes
  8260:  checking whether BLK_ZONE_REP_CAPACITY is declared... no
  8261:  checking for security/openpam.h... no
  8262:  checking langinfo.h usability... yes
  8263:  checking langinfo.h presence... yes
  8264:  checking for langinfo.h... yes
  8265:  checking whether langinfo.h defines ALTMON_x constants... yes
  8266:  checking whether langinfo.h defines _NL_ABALTMON_x constants... yes
  8267:  checking for struct termios.c_line... yes
  8268:  checking for struct stat.st_mtim.tv_nsec... yes
  8269:  checking whether _NL_TIME_WEEK_1STDAY is declared... yes
  8270:  checking whether environ is declared... yes
  8271:  checking whether strsignal is declared... yes
  8272:  checking whether TIOCGLCKTRMIOS is declared... yes
  8273:  checking whether SOCK_CLOEXEC is declared... yes
  8274:  checking whether SOCK_NONBLOCK is declared... yes
  8275:  checking whether SO_PASSCRED is declared... yes
  8276:  checking for clearenv... yes
  8277:  checking for close_range... no
  8278:  checking for eaccess... yes
  8279:  checking for err... yes
  8280:  checking for errx... yes
  8281:  checking for explicit_bzero... yes
  8282:  checking for __fpending... yes
  8283:  checking for __fpurge... yes
  8284:  checking for fpurge... no
  8285:  checking for fsync... yes
  8286:  checking for getdomainname... yes
  8287:  checking for getdtablesize... yes
  8288:  checking for getexecname... no
  8289:  checking for getmntinfo... no
  8290:  checking for getrandom... yes
  8291:  checking for getrlimit... yes
  8292:  checking for getsgnam... yes
  8293:  checking for inotify_init... yes
  8294:  checking for jrand48... yes
  8295:  checking for lchown... yes
  8296:  checking for llseek... no
  8297:  checking for mempcpy... yes
  8298:  checking for mkostemp... yes
  8299:  checking for nanosleep... yes
  8300:  checking for ntp_gettime... yes
  8301:  checking for personality... yes
  8302:  checking for pidfd_open... no
  8303:  checking for pidfd_send_signal... no
  8304:  checking for posix_fadvise... yes
  8305:  checking for prctl... yes
  8306:  checking for qsort_r... yes
  8307:  checking for rpmatch... yes
  8308:  checking for scandirat... yes
  8309:  checking for sched_setattr... no
  8310:  checking for sched_setscheduler... yes
  8311:  checking for __secure_getenv... no
  8312:  checking for secure_getenv... yes
  8313:  checking for sendfile... yes
  8314:  checking for setprogname... no
  8315:  checking for setresgid... yes
  8316:  checking for setresuid... yes
  8317:  checking for sigqueue... yes
  8318:  checking for srandom... yes
  8319:  checking for strnchr... no
  8320:  checking for strndup... yes
  8321:  checking for strnlen... yes
  8322:  checking for sysconf... yes
  8323:  checking for sysinfo... yes
  8324:  checking for timegm... yes
  8325:  checking for usleep... yes
  8326:  checking for utimensat... yes
  8327:  checking for vwarnx... yes
  8328:  checking for warn... yes
  8329:  checking for warnx... yes
  8330:  checking for _LARGEFILE_SOURCE value needed for large files... no
  8331:  checking for futimens... yes
  8332:  checking for getusershell... yes
  8333:  checking for inotify_init1... yes
  8334:  checking for ioperm... no
  8335:  checking for iopl... no
  8336:  checking for openat... yes
  8337:  checking for fstatat... yes
  8338:  checking for unlinkat... yes
  8339:  checking for open_memstream... yes
  8340:  checking for reboot... yes
  8341:  checking for updwtmpx... yes
  8342:  checking for updwtmpx... (cached) yes
  8343:  checking for syscall setns... SYS_setns
  8344:  checking for syscall pidfd_open... no
  8345:  configure: WARNING: Unable to detect syscall pidfd_open.
  8346:  checking for syscall pidfd_send_signal... no
  8347:  configure: WARNING: Unable to detect syscall pidfd_send_signal.
  8348:  checking for syscall close_range... no
  8349:  configure: WARNING: Unable to detect syscall close_range.
  8350:  checking for isnan... yes
  8351:  checking for clock_gettime... yes
  8352:  checking for timer_create... no
  8353:  checking for timer_create in -lrt... yes
  8354:  checking for rtas_get_sysparm in -lrtas... no
  8355:  checking for struct sockaddr.sa_len... no
  8356:  checking for library containing socket... none required
  8357:  checking for dirfd... yes
  8358:  checking whether program_invocation_short_name is defined... yes
  8359:  checking whether __progname is defined... yes
  8360:  configure: WARNING: disable all programs and man pages by default
  8361:  configure: re-use already generated man-pages.
  8362:  checking whether the target supports thread-local storage... yes
  8363:  checking for openpty in -lutil... yes
  8364:  checking for union semun... no
  8365:  checking for loff_t... yes
  8366:  checking for cpu_set_t... yes
  8367:  checking for sighandler_t... yes
  8368:  checking whether CPU_ALLOC is declared... yes
  8369:  checking crypt.h usability... yes
  8370:  checking crypt.h presence... yes
  8371:  checking for crypt.h... yes
  8372:  checking for TINFO... no
  8373:  checking for tgetent in -ltinfo... no
  8374:  checking for unshare... yes
  8375:  checking for setns... yes
  8376:  checking for capng_apply in -lcap-ng... no
  8377:  checking for crc32 in -lz... no
  8378:  configure: WARNING: hwclock disabled; not building hwclock_cmos
  8379:  checking for swapon... yes
  8380:  checking for swapoff... yes
  8381:  checking for LIBUSER... no
  8382:  checking for ECONF... no
  8383:  checking that generated files are newer than configure... done
  8384:  configure: creating ./config.status
  8385:  config.status: creating Makefile
  8386:  config.status: creating libblkid/docs/Makefile
  8387:  config.status: creating libblkid/docs/version.xml
  8388:  config.status: creating libblkid/src/blkid.h
  8389:  config.status: creating libfdisk/docs/Makefile
  8390:  config.status: creating libfdisk/docs/version.xml
  8391:  config.status: creating libfdisk/src/libfdisk.h
  8392:  config.status: creating libmount/docs/Makefile
  8393:  config.status: creating libmount/docs/version.xml
  8394:  config.status: creating libmount/src/libmount.h
  8395:  config.status: creating libsmartcols/docs/Makefile
  8396:  config.status: creating libsmartcols/docs/version.xml
  8397:  config.status: creating libsmartcols/src/libsmartcols.h
  8398:  config.status: creating po/Makefile.in
  8399:  config.status: creating po-man/Makefile
  8400:  config.status: creating config.h
  8401:  config.status: executing depfiles commands
  8402:  config.status: executing libtool commands
  8403:  config.status: executing po-directories commands
  8404:  config.status: creating po/POTFILES
  8405:  config.status: setting ALL_LINGUAS in configure.in is obsolete
  8406:  config.status: creating po/Makefile
  8407:  configure: WARNING: unrecognized options: --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6
  8408:  
  8409:          util-linux  2.37.2
  8410:  
  8411:          prefix:                    /usr
  8412:          exec prefix:               /usr
  8413:  
  8414:          bindir:                    /bin
  8415:          sbindir:                   /sbin
  8416:          libdir:                    /lib
  8417:          usrbin_execdir:            ${exec_prefix}/bin
  8418:          usrsbin_execdir:           ${exec_prefix}/sbin
  8419:          usrlib_execdir:            ${exec_prefix}/lib
  8420:  
  8421:          localstatedir:             /var
  8422:          runstatedir:               /run
  8423:          includedir:                ${prefix}/include
  8424:          sysconfdir:                /etc
  8425:          sysconfstaticdir:          ${prefix}/lib
  8426:  
  8427:          vendordir:                 
  8428:  
  8429:          Python:                    
  8430:          Python version:            
  8431:          Python libs:               
  8432:  
  8433:          Bash completions:          ${datarootdir}/bash-completion/completions
  8434:          Systemd support:           no
  8435:          Systemd unitdir:           no
  8436:          libeconf support:          no
  8437:          Btrfs support:             yes
  8438:          Wide-char support:         no
  8439:          libcryptsetup support:     
  8440:  
  8441:          Manual pages:              no
  8442:          Manual pages translated:   no
  8443:  
  8444:          compiler:                  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc
  8445:          suid cflags:               
  8446:          ldflags:                   
  8447:          suid ldflags:              
  8448:          ASAN enabled:              no
  8449:  
  8450:          cflags:                    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1
  8451:  
  8452:          warnings:
  8453:  
  8454:   -fno-common -Wall -Wextra -Waddress-of-packed-member -Wdiscarded-qualifiers -Wimplicit-function-declaration -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-missing-field-initializers -Wpointer-arith -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Werror=sequence-point
  8455:  
  8456:   Type 'make' or 'make <utilname>' to compile.
  8457:  
  8458:  >>> util-linux-libs 2.37.2 Building
  8459:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin"  /usr/bin//make  LIBS="" -C /dev/shm/qemu/out-br/build/util-linux-libs-2.37.2/
  8460:  /usr/bin//make  all-recursive
  8461:  Making all in po
  8462:  make[5]: Nothing to be done for 'all'.
  8463:    CC       libuuid/src/la-clear.lo
  8464:    CC       libuuid/src/la-compare.lo
  8465:    CC       libuuid/src/la-copy.lo
  8466:    CC       libuuid/src/la-gen_uuid.lo
  8467:    CC       libuuid/src/la-isnull.lo
  8468:    CC       libuuid/src/la-pack.lo
  8469:    CC       libuuid/src/la-parse.lo
  8470:    CC       libuuid/src/la-unpack.lo
  8471:    CC       libuuid/src/la-unparse.lo
  8472:    CC       libuuid/src/la-uuid_time.lo
  8473:    CC       libuuid/src/la-predefined.lo
  8474:    CC       lib/libuuid_la-randutils.lo
  8475:    CC       lib/libuuid_la-md5.lo
  8476:    CC       lib/libuuid_la-sha1.lo
  8477:    CCLD     libuuid.la
  8478:    GEN      libuuid/uuid.pc
  8479:  >>> util-linux-libs 2.37.2 Installing to staging directory
  8480:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin"  /usr/bin//make  DESTDIR=/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot install -C /dev/shm/qemu/out-br/build/util-linux-libs-2.37.2/
  8481:  /usr/bin//make  install-recursive
  8482:  Making install in po
  8483:  if test "util-linux" = "gettext-tools"; then \
  8484:    /usr/bin//mkdir -p /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/gettext/po; \
  8485:    for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
  8486:      /usr/bin//install -c -m 644 ./$file \
  8487:  		    /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/gettext/po/$file; \
  8488:    done; \
  8489:    for file in Makevars; do \
  8490:      rm -f /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/gettext/po/$file; \
  8491:    done; \
  8492:  else \
  8493:    : ; \
  8494:  fi
  8495:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/bin'
  8496:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib'
  8497:   /bin/bash ./libtool   --mode=install /usr/bin//install -c   libuuid.la '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib'
  8498:  libtool: install: /usr/bin//install -c .libs/libuuid.so.1.3.0 /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libuuid.so.1.3.0
  8499:  libtool: install: (cd /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib && { ln -s -f libuuid.so.1.3.0 libuuid.so.1 || { rm -f libuuid.so.1 && ln -s libuuid.so.1.3.0 libuuid.so.1; }; })
  8500:  libtool: install: (cd /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib && { ln -s -f libuuid.so.1.3.0 libuuid.so || { rm -f libuuid.so && ln -s libuuid.so.1.3.0 libuuid.so; }; })
  8501:  libtool: install: /usr/bin//install -c .libs/libuuid.lai /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libuuid.la
  8502:  libtool: warning: remember to run 'libtool --finish /usr/lib'
  8503:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/sbin'
  8504:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/bin'
  8505:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/sbin'
  8506:  /usr/bin//make  install-exec-hook
  8507:  if test "/usr/lib" != "/lib" -a -f "/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libuuid.so"; then \
  8508:  	/usr/bin//mkdir -p /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/lib; \
  8509:  	mv /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libuuid.so.* /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/lib; \
  8510:  	so_img_name=$(readlink /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libuuid.so); \
  8511:  	so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \
  8512:  	(cd /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib && \
  8513:  		rm -f libuuid.so && \
  8514:  		ln -s $so_img_rel_target/lib/$so_img_name libuuid.so); \
  8515:  fi
  8516:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/bash-completion/completions'
  8517:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/man/man1'
  8518:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/man/man3'
  8519:   /usr/bin//install -c -m 644 libuuid/man/uuid.3 libuuid/man/uuid_clear.3 libuuid/man/uuid_compare.3 libuuid/man/uuid_copy.3 libuuid/man/uuid_generate.3 libuuid/man/uuid_is_null.3 libuuid/man/uuid_parse.3 libuuid/man/uuid_time.3 libuuid/man/uuid_unparse.3 libuuid/man/uuid_generate_random.3 libuuid/man/uuid_generate_time.3 libuuid/man/uuid_generate_time_safe.3 '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/man/man3'
  8520:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/man/man5'
  8521:   /usr/bin//install -c -m 644 lib/terminal-colors.d.5 '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/man/man5'
  8522:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/man/man8'
  8523:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/pkgconfig'
  8524:   /usr/bin//install -c -m 644 libuuid/uuid.pc '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/pkgconfig'
  8525:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/uuid'
  8526:   /usr/bin//install -c -m 644 libuuid/src/uuid.h '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/uuid'
  8527:  /usr/bin//make  install-data-hook
  8528:  make[7]: Nothing to be done for 'install-data-hook'.
  8529:  >>> util-linux-libs 2.37.2 Fixing libtool files
  8530:  for la in $(find /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib* -name "*.la"); do \
  8531:  	cp -a "${la}" "${la}.fixed" && \
  8532:  	/usr/bin//sed -i -e "s:/dev/shm/qemu/out-br:@BASE_DIR@:g" \
  8533:  		-e "s:/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot:@STAGING_DIR@:g" \
  8534:  		 -e "s:/dev/shm/qemu/build/../toolchains/aarch32:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \
  8535:  		-e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \
  8536:  		-e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \
  8537:  		 -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/dev/shm/qemu/build/../toolchains/aarch32:g" \
  8538:  		-e "s:@STAGING_DIR@:/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot:g" \
  8539:  		-e "s:@BASE_DIR@:/dev/shm/qemu/out-br:g" \
  8540:  		"${la}.fixed" && \
  8541:  	if cmp -s "${la}" "${la}.fixed"; then \
  8542:  		rm -f "${la}.fixed"; \
  8543:  	else \
  8544:  		mv "${la}.fixed" "${la}"; \
  8545:  	fi || exit 1; \
  8546:  done
  8547:  >>> util-linux-libs 2.37.2 Installing to target
  8548:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin"  /usr/bin//make  DESTDIR=/dev/shm/qemu/out-br/target install -C /dev/shm/qemu/out-br/build/util-linux-libs-2.37.2/
  8549:  /usr/bin//make  install-recursive
  8550:  Making install in po
  8551:  if test "util-linux" = "gettext-tools"; then \
  8552:    /usr/bin//mkdir -p /dev/shm/qemu/out-br/target/usr/share/gettext/po; \
  8553:    for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
  8554:      /usr/bin//install -c -m 644 ./$file \
  8555:  		    /dev/shm/qemu/out-br/target/usr/share/gettext/po/$file; \
  8556:    done; \
  8557:    for file in Makevars; do \
  8558:      rm -f /dev/shm/qemu/out-br/target/usr/share/gettext/po/$file; \
  8559:    done; \
  8560:  else \
  8561:    : ; \
  8562:  fi
  8563:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/bin'
  8564:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/lib'
  8565:   /bin/bash ./libtool   --mode=install /usr/bin//install -c   libuuid.la '/dev/shm/qemu/out-br/target/usr/lib'
  8566:  libtool: install: /usr/bin//install -c .libs/libuuid.so.1.3.0 /dev/shm/qemu/out-br/target/usr/lib/libuuid.so.1.3.0
  8567:  libtool: install: (cd /dev/shm/qemu/out-br/target/usr/lib && { ln -s -f libuuid.so.1.3.0 libuuid.so.1 || { rm -f libuuid.so.1 && ln -s libuuid.so.1.3.0 libuuid.so.1; }; })
  8568:  libtool: install: (cd /dev/shm/qemu/out-br/target/usr/lib && { ln -s -f libuuid.so.1.3.0 libuuid.so || { rm -f libuuid.so && ln -s libuuid.so.1.3.0 libuuid.so; }; })
  8569:  libtool: install: /usr/bin//install -c .libs/libuuid.lai /dev/shm/qemu/out-br/target/usr/lib/libuuid.la
  8570:  libtool: warning: remember to run 'libtool --finish /usr/lib'
  8571:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/sbin'
  8572:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/bin'
  8573:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/sbin'
  8574:  /usr/bin//make  install-exec-hook
  8575:  if test "/usr/lib" != "/lib" -a -f "/dev/shm/qemu/out-br/target/usr/lib/libuuid.so"; then \
  8576:  	/usr/bin//mkdir -p /dev/shm/qemu/out-br/target/lib; \
  8577:  	mv /dev/shm/qemu/out-br/target/usr/lib/libuuid.so.* /dev/shm/qemu/out-br/target/lib; \
  8578:  	so_img_name=$(readlink /dev/shm/qemu/out-br/target/usr/lib/libuuid.so); \
  8579:  	so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \
  8580:  	(cd /dev/shm/qemu/out-br/target/usr/lib && \
  8581:  		rm -f libuuid.so && \
  8582:  		ln -s $so_img_rel_target/lib/$so_img_name libuuid.so); \
  8583:  fi
  8584:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/share/bash-completion/completions'
  8585:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/share/man/man1'
  8586:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/share/man/man3'
  8587:   /usr/bin//install -c -m 644 libuuid/man/uuid.3 libuuid/man/uuid_clear.3 libuuid/man/uuid_compare.3 libuuid/man/uuid_copy.3 libuuid/man/uuid_generate.3 libuuid/man/uuid_is_null.3 libuuid/man/uuid_parse.3 libuuid/man/uuid_time.3 libuuid/man/uuid_unparse.3 libuuid/man/uuid_generate_random.3 libuuid/man/uuid_generate_time.3 libuuid/man/uuid_generate_time_safe.3 '/dev/shm/qemu/out-br/target/usr/share/man/man3'
  8588:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/share/man/man5'
  8589:   /usr/bin//install -c -m 644 lib/terminal-colors.d.5 '/dev/shm/qemu/out-br/target/usr/share/man/man5'
  8590:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/share/man/man8'
  8591:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/lib/pkgconfig'
  8592:   /usr/bin//install -c -m 644 libuuid/uuid.pc '/dev/shm/qemu/out-br/target/usr/lib/pkgconfig'
  8593:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/include/uuid'
  8594:   /usr/bin//install -c -m 644 libuuid/src/uuid.h '/dev/shm/qemu/out-br/target/usr/include/uuid'
  8595:  /usr/bin//make  install-data-hook
  8596:  make[7]: Nothing to be done for 'install-data-hook'.
  8597:  zlib-1.2.11.tar.xz: OK (sha256: 4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e19bf066)
  8598:  >>> libzlib 1.2.11 Extracting
  8599:  xzcat /mnt/storage/buildroot_cache/download/libzlib/zlib-1.2.11.tar.xz | tar --strip-components=1 -C /dev/shm/qemu/out-br/build/libzlib-1.2.11   -xf -
  8600:  >>> libzlib 1.2.11 Patching
  8601:  >>> libzlib 1.2.11 Configuring
  8602:  (cd /dev/shm/qemu/out-br/build/libzlib-1.2.11; rm -rf config.cache; ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" AR="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ar" AS="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-as" LD="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld" NM="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-nm" CC="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc" GCC="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc" CPP="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-cpp" CXX="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++" FC="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gfortran" F77="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gfortran" RANLIB="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ranlib" READELF="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-readelf" STRIP="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-strip" OBJCOPY="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-objcopy" OBJDUMP="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-objdump" AR_FOR_BUILD="/usr/bin//ar" AS_FOR_BUILD="/usr/bin//as" CC_FOR_BUILD="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" GCC_FOR_BUILD="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" CXX_FOR_BUILD="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++" LD_FOR_BUILD="/usr/bin//ld" CPPFLAGS_FOR_BUILD="-I/dev/shm/qemu/out-br/host/include" CFLAGS_FOR_BUILD="-O2 -I/dev/shm/qemu/out-br/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS_FOR_BUILD="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-as" DEFAULT_LINKER="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" STAGING_DIR="/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot" INTLTOOL_PERL=/usr/bin//perl WITH_TLS_TESTS=y WITH_CXX_TESTS=y CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC" ./configure --shared --prefix=/usr )
  8603:  Checking for shared library support...
  8604:  Building shared library libz.so.1.2.11 with /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc.
  8605:  Checking for size_t... Yes.
  8606:  Checking for off64_t... Yes.
  8607:  Checking for fseeko... Yes.
  8608:  Checking for strerror... Yes.
  8609:  Checking for unistd.h... Yes.
  8610:  Checking for stdarg.h... Yes.
  8611:  Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
  8612:  Checking for vsnprintf() in stdio.h... Yes.
  8613:  Checking for return value of vsnprintf()... Yes.
  8614:  Checking for attribute(visibility) support... Yes.
  8615:  >>> libzlib 1.2.11 Building
  8616:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" /usr/bin//make -j1 -C /dev/shm/qemu/out-br/build/libzlib-1.2.11
  8617:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -c -o example.o test/example.c
  8618:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o adler32.o adler32.c
  8619:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o crc32.o crc32.c
  8620:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o deflate.o deflate.c
  8621:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o infback.o infback.c
  8622:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o inffast.o inffast.c
  8623:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o inflate.o inflate.c
  8624:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o inftrees.o inftrees.c
  8625:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o trees.o trees.c
  8626:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o zutil.o zutil.c
  8627:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o compress.o compress.c
  8628:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o uncompr.o uncompr.c
  8629:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o gzclose.o gzclose.c
  8630:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o gzlib.o gzlib.c
  8631:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o gzread.o gzread.c
  8632:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -c -o gzwrite.o gzwrite.c
  8633:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ar rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o 
  8634:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o example example.o -L. libz.a
  8635:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -c -o minigzip.o test/minigzip.c
  8636:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzip minigzip.o -L. libz.a
  8637:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -DPIC -c -o objs/adler32.o adler32.c
  8638:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -DPIC -c -o objs/crc32.o crc32.c
  8639:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -DPIC -c -o objs/deflate.o deflate.c
  8640:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -DPIC -c -o objs/infback.o infback.c
  8641:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -DPIC -c -o objs/inffast.o inffast.c
  8642:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -DPIC -c -o objs/inflate.o inflate.c
  8643:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -DPIC -c -o objs/inftrees.o inftrees.c
  8644:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -DPIC -c -o objs/trees.o trees.c
  8645:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -DPIC -c -o objs/zutil.o zutil.c
  8646:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -DPIC -c -o objs/compress.o compress.c
  8647:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -DPIC -c -o objs/uncompr.o uncompr.c
  8648:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -DPIC -c -o objs/gzclose.o gzclose.c
  8649:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -DPIC -c -o objs/gzlib.o gzlib.c
  8650:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -DPIC -c -o objs/gzread.o gzread.c
  8651:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN  -DPIC -c -o objs/gzwrite.o gzwrite.c
  8652:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o libz.so.1.2.11 adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zutil.lo compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo  -lc 
  8653:  rm -f libz.so libz.so.1
  8654:  ln -s libz.so.1.2.11 libz.so
  8655:  ln -s libz.so.1.2.11 libz.so.1
  8656:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o examplesh example.o -L. libz.so.1.2.11
  8657:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzipsh minigzip.o -L. libz.so.1.2.11
  8658:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -D_FILE_OFFSET_BITS=64 -c -o example64.o test/example.c
  8659:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o example64 example64.o -L. libz.a
  8660:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -D_FILE_OFFSET_BITS=64 -c -o minigzip64.o test/minigzip.c
  8661:  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzip64 minigzip64.o -L. libz.a
  8662:  >>> libzlib 1.2.11 Installing to staging directory
  8663:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" /usr/bin//make -j1 -C /dev/shm/qemu/out-br/build/libzlib-1.2.11 DESTDIR=/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot LDCONFIG=true install
  8664:  rm -f /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libz.a
  8665:  cp libz.a /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib
  8666:  chmod 644 /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libz.a
  8667:  cp libz.so.1.2.11 /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib
  8668:  chmod 755 /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libz.so.1.2.11
  8669:  rm -f /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/man/man3/zlib.3
  8670:  cp zlib.3 /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/man/man3
  8671:  chmod 644 /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/man/man3/zlib.3
  8672:  rm -f /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/pkgconfig/zlib.pc
  8673:  cp zlib.pc /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/pkgconfig
  8674:  chmod 644 /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/pkgconfig/zlib.pc
  8675:  rm -f /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/zlib.h /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/zconf.h
  8676:  cp zlib.h zconf.h /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include
  8677:  chmod 644 /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/zlib.h /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/zconf.h
  8678:  rm -f /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libz.a
  8679:  >>> libzlib 1.2.11 Fixing libtool files
  8680:  for la in $(find /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib* -name "*.la"); do \
  8681:  	cp -a "${la}" "${la}.fixed" && \
  8682:  	/usr/bin//sed -i -e "s:/dev/shm/qemu/out-br:@BASE_DIR@:g" \
  8683:  		-e "s:/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot:@STAGING_DIR@:g" \
  8684:  		 -e "s:/dev/shm/qemu/build/../toolchains/aarch32:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \
  8685:  		-e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \
  8686:  		-e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \
  8687:  		 -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/dev/shm/qemu/build/../toolchains/aarch32:g" \
  8688:  		-e "s:@STAGING_DIR@:/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot:g" \
  8689:  		-e "s:@BASE_DIR@:/dev/shm/qemu/out-br:g" \
  8690:  		"${la}.fixed" && \
  8691:  	if cmp -s "${la}" "${la}.fixed"; then \
  8692:  		rm -f "${la}.fixed"; \
  8693:  	else \
  8694:  		mv "${la}.fixed" "${la}"; \
  8695:  	fi || exit 1; \
  8696:  done
  8697:  >>> libzlib 1.2.11 Installing to target
  8698:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" /usr/bin//make -j1 -C /dev/shm/qemu/out-br/build/libzlib-1.2.11 DESTDIR=/dev/shm/qemu/out-br/target LDCONFIG=true install
  8699:  rm -f /dev/shm/qemu/out-br/target/usr/lib/libz.a
  8700:  cp libz.a /dev/shm/qemu/out-br/target/usr/lib
  8701:  chmod 644 /dev/shm/qemu/out-br/target/usr/lib/libz.a
  8702:  cp libz.so.1.2.11 /dev/shm/qemu/out-br/target/usr/lib
  8703:  chmod 755 /dev/shm/qemu/out-br/target/usr/lib/libz.so.1.2.11
  8704:  rm -f /dev/shm/qemu/out-br/target/usr/share/man/man3/zlib.3
  8705:  cp zlib.3 /dev/shm/qemu/out-br/target/usr/share/man/man3
  8706:  chmod 644 /dev/shm/qemu/out-br/target/usr/share/man/man3/zlib.3
  8707:  rm -f /dev/shm/qemu/out-br/target/usr/lib/pkgconfig/zlib.pc
  8708:  cp zlib.pc /dev/shm/qemu/out-br/target/usr/lib/pkgconfig
  8709:  chmod 644 /dev/shm/qemu/out-br/target/usr/lib/pkgconfig/zlib.pc
  8710:  rm -f /dev/shm/qemu/out-br/target/usr/include/zlib.h /dev/shm/qemu/out-br/target/usr/include/zconf.h
  8711:  cp zlib.h zconf.h /dev/shm/qemu/out-br/target/usr/include
  8712:  chmod 644 /dev/shm/qemu/out-br/target/usr/include/zlib.h /dev/shm/qemu/out-br/target/usr/include/zconf.h
  8713:  >>> zlib  Extracting
  8714:  >>> zlib  Patching
  8715:  >>> zlib  Configuring
  8716:  >>> zlib  Building
  8717:  >>> zlib  Installing to target
  8718:  util-linux-2.37.2.tar.xz: OK (sha256: 6a0764c1aae7fb607ef8a6dd2c0f6c47d5e5fd27aa08820abaad9ec14e28e9d9)
  8719:  >>> util-linux 2.37.2 Extracting
  8720:  xzcat /mnt/storage/buildroot_cache/download/util-linux/util-linux-2.37.2.tar.xz | tar --strip-components=1 -C /dev/shm/qemu/out-br/build/util-linux-2.37.2   -xf -
  8721:  >>> util-linux 2.37.2 Patching
  8722:  
  8723:  Applying 0001-libuuid-include-c-h-to-cover-restrict-keyword.patch using patch: 
  8724:  patching file libuuid/src/unparse.c
  8725:  
  8726:  Applying 0002-libblkid-don-t-mark-cache-as-probed-if-sys-not-available.patch using patch: 
  8727:  patching file libblkid/src/devname.c
  8728:  Hunk #1 succeeded at 456 (offset 27 lines).
  8729:  Hunk #2 succeeded at 562 with fuzz 1 (offset 27 lines).
  8730:  Hunk #3 succeeded at 583 (offset 29 lines).
  8731:  Hunk #4 succeeded at 608 (offset 29 lines).
  8732:  Hunk #5 succeeded at 626 (offset 29 lines).
  8733:  patching file libblkid/src/resolve.c
  8734:  patching file libblkid/src/tag.c
  8735:  >>> util-linux 2.37.2 Updating config.sub and config.guess
  8736:  for file in config.guess config.sub; do for i in $(find /dev/shm/qemu/out-br/build/util-linux-2.37.2 -name $file); do cp support/gnuconfig/$file $i; done; done
  8737:  >>> util-linux 2.37.2 Patching libtool
  8738:  patching file /dev/shm/qemu/out-br/build/util-linux-2.37.2/config/ltmain.sh
  8739:  Hunk #1 succeeded at 2694 (offset 7 lines).
  8740:  Hunk #2 succeeded at 4284 (offset 7 lines).
  8741:  Hunk #3 succeeded at 6579 (offset 25 lines).
  8742:  Hunk #4 succeeded at 6589 (offset 25 lines).
  8743:  Hunk #5 succeeded at 6882 (offset 25 lines).
  8744:  Hunk #6 succeeded at 7174 (offset 25 lines).
  8745:  Hunk #7 succeeded at 8142 (offset 30 lines).
  8746:  Hunk #8 succeeded at 10771 (offset 61 lines).
  8747:  >>> util-linux 2.37.2 Configuring
  8748:  (cd /dev/shm/qemu/out-br/build/util-linux-2.37.2/ && rm -rf config.cache && PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" AR="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ar" AS="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-as" LD="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld" NM="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-nm" CC="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc" GCC="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc" CPP="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-cpp" CXX="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++" FC="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gfortran" F77="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gfortran" RANLIB="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ranlib" READELF="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-readelf" STRIP="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-strip" OBJCOPY="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-objcopy" OBJDUMP="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-objdump" AR_FOR_BUILD="/usr/bin//ar" AS_FOR_BUILD="/usr/bin//as" CC_FOR_BUILD="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" GCC_FOR_BUILD="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//gcc" CXX_FOR_BUILD="/dev/shm/qemu/out-br/host/bin/ccache /usr/bin//g++" LD_FOR_BUILD="/usr/bin//ld" CPPFLAGS_FOR_BUILD="-I/dev/shm/qemu/out-br/host/include" CFLAGS_FOR_BUILD="-O2 -I/dev/shm/qemu/out-br/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/dev/shm/qemu/out-br/host/include" LDFLAGS_FOR_BUILD="-L/dev/shm/qemu/out-br/host/lib -Wl,-rpath,/dev/shm/qemu/out-br/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-as" DEFAULT_LINKER="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/dev/shm/qemu/out-br/host/bin/pkg-config" STAGING_DIR="/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot" INTLTOOL_PERL=/usr/bin//perl WITH_TLS_TESTS=y WITH_CXX_TESTS=y ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no  LIBS="" CONFIG_SITE=/dev/null ./configure --target=arm-buildroot-linux-gnueabihf --host=arm-buildroot-linux-gnueabihf --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared  --disable-rpath --disable-makeinstall-chown --without-systemd --with-systemdsystemunitdir=no --without-udev --enable-widechar --without-ncursesw --without-ncurses --without-selinux --disable-all-programs --disable-agetty --disable-bfs --disable-cal --disable-chfn-chsh --disable-chmem --disable-cramfs --disable-eject --disable-fallocate --disable-fdformat --disable-fsck --disable-hardlink --disable-hwclock --disable-ipcrm --disable-ipcs --disable-kill --disable-last --disable-libblkid --disable-libfdisk --disable-libmount --disable-libsmartcols --enable-libuuid --disable-line --disable-logger --disable-login --disable-losetup --disable-lslogins --disable-lsmem --disable-mesg --disable-minix --disable-more --disable-mount --disable-mountpoint --disable-newgrp --disable-nologin --disable-nsenter --disable-partx --disable-pg --disable-pivot_root --disable-raw --disable-rename --disable-rfkill --disable-runuser --disable-schedutils --disable-setpriv --disable-setterm --disable-su --disable-sulogin --disable-switch_root --disable-tunelp --disable-ul --disable-unshare --disable-utmpdump --disable-uuidd --disable-vipw --disable-wall --disable-wdctl --disable-wipefs --disable-write --disable-zramctl --without-python --without-readline --without-audit --without-libmagic )
  8749:  configure: WARNING: unrecognized options: --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6
  8750:  checking for arm-buildroot-linux-gnueabihf-gcc... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc
  8751:  checking whether the C compiler works... yes
  8752:  checking for C compiler default output file name... a.out
  8753:  checking for suffix of executables... 
  8754:  checking whether we are cross compiling... yes
  8755:  checking for suffix of object files... o
  8756:  checking whether we are using the GNU C compiler... yes
  8757:  checking whether /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc accepts -g... yes
  8758:  checking for /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc option to accept ISO C89... none needed
  8759:  checking whether /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc understands -c and -o together... yes
  8760:  checking how to run the C preprocessor... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-cpp
  8761:  checking for grep that handles long lines and -e... /usr/bin//grep
  8762:  checking for egrep... /usr/bin//grep -E
  8763:  checking for ANSI C header files... yes
  8764:  checking for sys/types.h... yes
  8765:  checking for sys/stat.h... yes
  8766:  checking for stdlib.h... yes
  8767:  checking for string.h... yes
  8768:  checking for memory.h... yes
  8769:  checking for strings.h... yes
  8770:  checking for inttypes.h... yes
  8771:  checking for stdint.h... yes
  8772:  checking for unistd.h... yes
  8773:  checking minix/config.h usability... no
  8774:  checking minix/config.h presence... no
  8775:  checking for minix/config.h... no
  8776:  checking whether it is safe to define __EXTENSIONS__... yes
  8777:  checking for a BSD-compatible install... /usr/bin//install -c
  8778:  checking whether build environment is sane... yes
  8779:  checking for arm-buildroot-linux-gnueabihf-strip... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-strip
  8780:  checking for a thread-safe mkdir -p... /usr/bin//mkdir -p
  8781:  checking for gawk... gawk
  8782:  checking whether make sets $(MAKE)... yes
  8783:  checking whether make supports the include directive... yes (GNU style)
  8784:  checking whether make supports nested variables... yes
  8785:  checking how to create a pax tar archive... gnutar
  8786:  checking dependency style of /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc... none
  8787:  checking whether make supports nested variables... (cached) yes
  8788:  checking for arm-buildroot-linux-gnueabihf-ar... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ar
  8789:  checking the archiver (/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ar) interface... ar
  8790:  configure: Default --exec-prefix detected.
  8791:  configure:   --bindir defaults to /bin
  8792:  configure:   --sbindir defaults to /sbin
  8793:  configure:   --libdir defaults to /lib
  8794:  configure: Default --prefix detected.
  8795:  configure:   --runstatedir defaults to /run
  8796:  checking for arm-buildroot-linux-gnueabihf-gcc... (cached) /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc
  8797:  checking whether we are using the GNU C compiler... (cached) yes
  8798:  checking whether /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc accepts -g... (cached) yes
  8799:  checking for /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc option to accept ISO C89... (cached) none needed
  8800:  checking whether /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc understands -c and -o together... (cached) yes
  8801:  checking for bison... bison -y
  8802:  checking build system type... x86_64-pc-linux-gnu
  8803:  checking host system type... arm-buildroot-linux-gnueabihf
  8804:  checking for an ANSI C-conforming const... yes
  8805:  checking for working volatile... yes
  8806:  checking whether byte ordering is bigendian... (cached) no
  8807:  checking whether compiler handles -fno-common... yes
  8808:  checking whether compiler handles -Wall... yes
  8809:  checking whether compiler handles -Wextra... yes
  8810:  checking whether compiler handles -Waddress-of-packed-member... yes
  8811:  checking whether compiler handles -Wdiscarded-qualifiers... yes
  8812:  checking whether compiler handles -Wembedded-directive... no
  8813:  checking whether compiler handles -Wextra-semi... no
  8814:  checking whether compiler handles -Wformat-security... no
  8815:  checking whether compiler handles -Wimplicit-function-declaration... yes
  8816:  checking whether compiler handles -Wmissing-declarations... yes
  8817:  checking whether compiler handles -Wmissing-parameter-type... yes
  8818:  checking whether compiler handles -Wmissing-prototypes... yes
  8819:  checking whether compiler handles -Wnested-externs... yes
  8820:  checking whether compiler handles -Wno-missing-field-initializers... yes
  8821:  checking whether compiler handles -Wpointer-arith... yes
  8822:  checking whether compiler handles -Wredundant-decls... yes
  8823:  checking whether compiler handles -Wsign-compare... yes
  8824:  checking whether compiler handles -Wstrict-prototypes... yes
  8825:  checking whether compiler handles -Wtype-limits... yes
  8826:  checking whether compiler handles -Wuninitialized... yes
  8827:  checking whether compiler handles -Wunused-but-set-parameter... yes
  8828:  checking whether compiler handles -Wunused-but-set-variable... yes
  8829:  checking whether compiler handles -Wunused-parameter... yes
  8830:  checking whether compiler handles -Wunused-result... yes
  8831:  checking whether compiler handles -Wunused-variable... yes
  8832:  checking whether compiler handles -Werror=sequence-point... yes
  8833:  checking whether compiler handles -Wno-clobbered... yes
  8834:  checking whether compiler handles -Wno-cast-function-type... yes
  8835:  checking whether compiler handles -Wno-unused-parameter... yes
  8836:  checking whether we are using the GNU C++ compiler... yes
  8837:  checking whether /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++ accepts -g... yes
  8838:  checking dependency style of /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++... none
  8839:  checking how to print strings... printf
  8840:  checking for a sed that does not truncate output... /usr/bin//sed
  8841:  checking for fgrep... /usr/bin//grep -F
  8842:  checking for ld used by /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld
  8843:  checking if the linker (/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld) is GNU ld... yes
  8844:  checking for BSD- or MS-compatible name lister (nm)... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-nm
  8845:  checking the name lister (/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-nm) interface... BSD nm
  8846:  checking whether ln -s works... yes
  8847:  checking the maximum length of command line arguments... 1572864
  8848:  checking how to convert x86_64-pc-linux-gnu file names to arm-buildroot-linux-gnueabihf format... func_convert_file_noop
  8849:  checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  8850:  checking for /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld option to reload object files... -r
  8851:  checking for arm-buildroot-linux-gnueabihf-objdump... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-objdump
  8852:  checking how to recognize dependent libraries... pass_all
  8853:  checking for arm-buildroot-linux-gnueabihf-dlltool... no
  8854:  checking for dlltool... no
  8855:  checking how to associate runtime and link libraries... printf %s\n
  8856:  checking for arm-buildroot-linux-gnueabihf-ar... (cached) /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ar
  8857:  checking for archiver @FILE support... @
  8858:  checking for arm-buildroot-linux-gnueabihf-strip... (cached) /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-strip
  8859:  checking for arm-buildroot-linux-gnueabihf-ranlib... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ranlib
  8860:  checking command to parse /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-nm output from /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc object... ok
  8861:  checking for sysroot... no
  8862:  checking for a working dd... /usr/bin//dd
  8863:  checking how to truncate binary pipes... /usr/bin//dd bs=4096 count=1
  8864:  checking for arm-buildroot-linux-gnueabihf-mt... no
  8865:  checking for mt... mt
  8866:  configure: WARNING: using cross tools not prefixed with host triplet
  8867:  checking if mt is a manifest tool... no
  8868:  checking for dlfcn.h... yes
  8869:  checking for objdir... .libs
  8870:  checking if /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc supports -fno-rtti -fno-exceptions... no
  8871:  checking for /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc option to produce PIC... -fPIC -DPIC
  8872:  checking if /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc PIC flag -fPIC -DPIC works... yes
  8873:  checking if /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc static flag -static works... yes
  8874:  checking if /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc supports -c -o file.o... yes
  8875:  checking if /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc supports -c -o file.o... (cached) yes
  8876:  checking whether the /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc linker (/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld) supports shared libraries... yes
  8877:  checking whether -lc should be explicitly linked in... no
  8878:  checking dynamic linker characteristics... GNU/Linux ld.so
  8879:  checking how to hardcode library paths into programs... immediate
  8880:  checking whether stripping libraries is possible... yes
  8881:  checking if libtool supports shared libraries... yes
  8882:  checking whether to build shared libraries... yes
  8883:  checking whether to build static libraries... no
  8884:  checking how to run the C++ preprocessor... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++ -E
  8885:  checking for ld used by /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld
  8886:  checking if the linker (/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld) is GNU ld... yes
  8887:  checking whether the /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++ linker (/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld) supports shared libraries... yes
  8888:  checking for /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++ option to produce PIC... -fPIC -DPIC
  8889:  checking if /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++ PIC flag -fPIC -DPIC works... yes
  8890:  checking if /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++ static flag -static works... yes
  8891:  checking if /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++ supports -c -o file.o... yes
  8892:  checking if /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++ supports -c -o file.o... (cached) yes
  8893:  checking whether the /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-g++ linker (/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld) supports shared libraries... yes
  8894:  checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  8895:  checking how to hardcode library paths into programs... immediate
  8896:  checking linker version script flag... --version-script
  8897:  checking if version scripts can use complex wildcards... yes
  8898:  checking pkg-config is at least version 0.9.0... yes
  8899:  checking whether to build gtk-doc documentation... no
  8900:  checking for gtkdoc-check... no
  8901:  checking for xsltproc... no
  8902:  checking for special C compiler options needed for large files... no
  8903:  checking for _FILE_OFFSET_BITS value needed for large files... no
  8904:  checking whether to enable assertions... yes
  8905:  checking whether struct tm is in sys/time.h or time.h... time.h
  8906:  checking for struct tm.tm_zone... yes
  8907:  checking whether NLS is requested... no
  8908:  checking for msgfmt... no
  8909:  checking for gmsgfmt... :
  8910:  checking for xgettext... no
  8911:  checking for msgmerge... no
  8912:  checking for ld used by /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc... /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld
  8913:  checking if the linker (/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-ld) is GNU ld... yes
  8914:  checking for shared library run path origin... done
  8915:  checking for CFPreferencesCopyAppValue... no
  8916:  checking for CFLocaleCopyCurrent... no
  8917:  checking whether to use NLS... no
  8918:  checking for linux/compiler.h... no
  8919:  checking for linux/blkpg.h... yes
  8920:  checking for linux/major.h... yes
  8921:  checking asm/io.h usability... no
  8922:  checking asm/io.h presence... no
  8923:  checking for asm/io.h... no
  8924:  checking byteswap.h usability... yes
  8925:  checking byteswap.h presence... yes
  8926:  checking for byteswap.h... yes
  8927:  checking endian.h usability... yes
  8928:  checking endian.h presence... yes
  8929:  checking for endian.h... yes
  8930:  checking err.h usability... yes
  8931:  checking err.h presence... yes
  8932:  checking for err.h... yes
  8933:  checking errno.h usability... yes
  8934:  checking errno.h presence... yes
  8935:  checking for errno.h... yes
  8936:  checking fcntl.h usability... yes
  8937:  checking fcntl.h presence... yes
  8938:  checking for fcntl.h... yes
  8939:  checking getopt.h usability... yes
  8940:  checking getopt.h presence... yes
  8941:  checking for getopt.h... yes
  8942:  checking for inttypes.h... (cached) yes
  8943:  checking lastlog.h usability... yes
  8944:  checking lastlog.h presence... yes
  8945:  checking for lastlog.h... yes
  8946:  checking libutil.h usability... no
  8947:  checking libutil.h presence... no
  8948:  checking for libutil.h... no
  8949:  checking linux/btrfs.h usability... yes
  8950:  checking linux/btrfs.h presence... yes
  8951:  checking for linux/btrfs.h... yes
  8952:  checking linux/capability.h usability... yes
  8953:  checking linux/capability.h presence... yes
  8954:  checking for linux/capability.h... yes
  8955:  checking linux/cdrom.h usability... yes
  8956:  checking linux/cdrom.h presence... yes
  8957:  checking for linux/cdrom.h... yes
  8958:  checking linux/falloc.h usability... yes
  8959:  checking linux/falloc.h presence... yes
  8960:  checking for linux/falloc.h... yes
  8961:  checking linux/fd.h usability... yes
  8962:  checking linux/fd.h presence... yes
  8963:  checking for linux/fd.h... yes
  8964:  checking linux/fiemap.h usability... yes
  8965:  checking linux/fiemap.h presence... yes
  8966:  checking for linux/fiemap.h... yes
  8967:  checking linux/net_namespace.h usability... yes
  8968:  checking linux/net_namespace.h presence... yes
  8969:  checking for linux/net_namespace.h... yes
  8970:  checking linux/nsfs.h usability... yes
  8971:  checking linux/nsfs.h presence... yes
  8972:  checking for linux/nsfs.h... yes
  8973:  checking linux/raw.h usability... yes
  8974:  checking linux/raw.h presence... yes
  8975:  checking for linux/raw.h... yes
  8976:  checking linux/securebits.h usability... yes
  8977:  checking linux/securebits.h presence... yes
  8978:  checking for linux/securebits.h... yes
  8979:  checking linux/tiocl.h usability... yes
  8980:  checking linux/tiocl.h presence... yes
  8981:  checking for linux/tiocl.h... yes
  8982:  checking linux/version.h usability... yes
  8983:  checking linux/version.h presence... yes
  8984:  checking for linux/version.h... yes
  8985:  checking linux/watchdog.h usability... yes
  8986:  checking linux/watchdog.h presence... yes
  8987:  checking for linux/watchdog.h... yes
  8988:  checking locale.h usability... yes
  8989:  checking locale.h presence... yes
  8990:  checking for locale.h... yes
  8991:  checking mntent.h usability... yes
  8992:  checking mntent.h presence... yes
  8993:  checking for mntent.h... yes
  8994:  checking net/if_dl.h usability... no
  8995:  checking net/if_dl.h presence... no
  8996:  checking for net/if_dl.h... no
  8997:  checking net/if.h usability... yes
  8998:  checking net/if.h presence... yes
  8999:  checking for net/if.h... yes
  9000:  checking netinet/in.h usability... yes
  9001:  checking netinet/in.h presence... yes
  9002:  checking for netinet/in.h... yes
  9003:  checking paths.h usability... yes
  9004:  checking paths.h presence... yes
  9005:  checking for paths.h... yes
  9006:  checking pty.h usability... yes
  9007:  checking pty.h presence... yes
  9008:  checking for pty.h... yes
  9009:  checking security/pam_appl.h usability... no
  9010:  checking security/pam_appl.h presence... no
  9011:  checking for security/pam_appl.h... no
  9012:  checking shadow.h usability... yes
  9013:  checking shadow.h presence... yes
  9014:  checking for shadow.h... yes
  9015:  checking for stdint.h... (cached) yes
  9016:  checking stdio_ext.h usability... yes
  9017:  checking stdio_ext.h presence... yes
  9018:  checking for stdio_ext.h... yes
  9019:  checking for stdlib.h... (cached) yes
  9020:  checking sys/disk.h usability... no
  9021:  checking sys/disk.h presence... no
  9022:  checking for sys/disk.h... no
  9023:  checking sys/disklabel.h usability... no
  9024:  checking sys/disklabel.h presence... no
  9025:  checking for sys/disklabel.h... no
  9026:  checking sys/endian.h usability... no
  9027:  checking sys/endian.h presence... no
  9028:  checking for sys/endian.h... no
  9029:  checking sys/file.h usability... yes
  9030:  checking sys/file.h presence... yes
  9031:  checking for sys/file.h... yes
  9032:  checking sys/ioccom.h usability... no
  9033:  checking sys/ioccom.h presence... no
  9034:  checking for sys/ioccom.h... no
  9035:  checking sys/ioctl.h usability... yes
  9036:  checking sys/ioctl.h presence... yes
  9037:  checking for sys/ioctl.h... yes
  9038:  checking sys/io.h usability... no
  9039:  checking sys/io.h presence... no
  9040:  checking for sys/io.h... no
  9041:  checking sys/mkdev.h usability... no
  9042:  checking sys/mkdev.h presence... no
  9043:  checking for sys/mkdev.h... no
  9044:  checking sys/mount.h usability... yes
  9045:  checking sys/mount.h presence... yes
  9046:  checking for sys/mount.h... yes
  9047:  checking sys/param.h usability... yes
  9048:  checking sys/param.h presence... yes
  9049:  checking for sys/param.h... yes
  9050:  checking sys/prctl.h usability... yes
  9051:  checking sys/prctl.h presence... yes
  9052:  checking for sys/prctl.h... yes
  9053:  checking sys/resource.h usability... yes
  9054:  checking sys/resource.h presence... yes
  9055:  checking for sys/resource.h... yes
  9056:  checking sys/sendfile.h usability... yes
  9057:  checking sys/sendfile.h presence... yes
  9058:  checking for sys/sendfile.h... yes
  9059:  checking sys/signalfd.h usability... yes
  9060:  checking sys/signalfd.h presence... yes
  9061:  checking for sys/signalfd.h... yes
  9062:  checking sys/socket.h usability... yes
  9063:  checking sys/socket.h presence... yes
  9064:  checking for sys/socket.h... yes
  9065:  checking sys/sockio.h usability... no
  9066:  checking sys/sockio.h presence... no
  9067:  checking for sys/sockio.h... no
  9068:  checking for sys/stat.h... (cached) yes
  9069:  checking sys/swap.h usability... yes
  9070:  checking sys/swap.h presence... yes
  9071:  checking for sys/swap.h... yes
  9072:  checking sys/syscall.h usability... yes
  9073:  checking sys/syscall.h presence... yes
  9074:  checking for sys/syscall.h... yes
  9075:  checking sys/sysmacros.h usability... yes
  9076:  checking sys/sysmacros.h presence... yes
  9077:  checking for sys/sysmacros.h... yes
  9078:  checking sys/time.h usability... yes
  9079:  checking sys/time.h presence... yes
  9080:  checking for sys/time.h... yes
  9081:  checking sys/timex.h usability... yes
  9082:  checking sys/timex.h presence... yes
  9083:  checking for sys/timex.h... yes
  9084:  checking sys/ttydefaults.h usability... yes
  9085:  checking sys/ttydefaults.h presence... yes
  9086:  checking for sys/ttydefaults.h... yes
  9087:  checking for sys/types.h... (cached) yes
  9088:  checking sys/ucred.h usability... no
  9089:  checking sys/ucred.h presence... no
  9090:  checking for sys/ucred.h... no
  9091:  checking sys/un.h usability... yes
  9092:  checking sys/un.h presence... yes
  9093:  checking for sys/un.h... yes
  9094:  checking sys/xattr.h usability... yes
  9095:  checking sys/xattr.h presence... yes
  9096:  checking for sys/xattr.h... yes
  9097:  checking for unistd.h... (cached) yes
  9098:  checking utmp.h usability... yes
  9099:  checking utmp.h presence... yes
  9100:  checking for utmp.h... yes
  9101:  checking utmpx.h usability... yes
  9102:  checking utmpx.h presence... yes
  9103:  checking for utmpx.h... yes
  9104:  checking for linux/fs.h... no
  9105:  checking for linux/gsmmux.h... yes
  9106:  checking for security/pam_misc.h... no
  9107:  checking linux/blkzoned.h usability... yes
  9108:  checking linux/blkzoned.h presence... yes
  9109:  checking for linux/blkzoned.h... yes
  9110:  checking whether BLK_ZONE_REP_CAPACITY is declared... no
  9111:  checking for security/openpam.h... no
  9112:  checking langinfo.h usability... yes
  9113:  checking langinfo.h presence... yes
  9114:  checking for langinfo.h... yes
  9115:  checking whether langinfo.h defines ALTMON_x constants... yes
  9116:  checking whether langinfo.h defines _NL_ABALTMON_x constants... yes
  9117:  checking for struct termios.c_line... yes
  9118:  checking for struct stat.st_mtim.tv_nsec... yes
  9119:  checking whether _NL_TIME_WEEK_1STDAY is declared... yes
  9120:  checking whether environ is declared... yes
  9121:  checking whether strsignal is declared... yes
  9122:  checking whether TIOCGLCKTRMIOS is declared... yes
  9123:  checking whether SOCK_CLOEXEC is declared... yes
  9124:  checking whether SOCK_NONBLOCK is declared... yes
  9125:  checking whether SO_PASSCRED is declared... yes
  9126:  checking for clearenv... yes
  9127:  checking for close_range... no
  9128:  checking for eaccess... yes
  9129:  checking for err... yes
  9130:  checking for errx... yes
  9131:  checking for explicit_bzero... yes
  9132:  checking for __fpending... yes
  9133:  checking for __fpurge... yes
  9134:  checking for fpurge... no
  9135:  checking for fsync... yes
  9136:  checking for getdomainname... yes
  9137:  checking for getdtablesize... yes
  9138:  checking for getexecname... no
  9139:  checking for getmntinfo... no
  9140:  checking for getrandom... yes
  9141:  checking for getrlimit... yes
  9142:  checking for getsgnam... yes
  9143:  checking for inotify_init... yes
  9144:  checking for jrand48... yes
  9145:  checking for lchown... yes
  9146:  checking for llseek... no
  9147:  checking for mempcpy... yes
  9148:  checking for mkostemp... yes
  9149:  checking for nanosleep... yes
  9150:  checking for ntp_gettime... yes
  9151:  checking for personality... yes
  9152:  checking for pidfd_open... no
  9153:  checking for pidfd_send_signal... no
  9154:  checking for posix_fadvise... yes
  9155:  checking for prctl... yes
  9156:  checking for qsort_r... yes
  9157:  checking for rpmatch... yes
  9158:  checking for scandirat... yes
  9159:  checking for sched_setattr... no
  9160:  checking for sched_setscheduler... yes
  9161:  checking for __secure_getenv... no
  9162:  checking for secure_getenv... yes
  9163:  checking for sendfile... yes
  9164:  checking for setprogname... no
  9165:  checking for setresgid... yes
  9166:  checking for setresuid... yes
  9167:  checking for sigqueue... yes
  9168:  checking for srandom... yes
  9169:  checking for strnchr... no
  9170:  checking for strndup... yes
  9171:  checking for strnlen... yes
  9172:  checking for sysconf... yes
  9173:  checking for sysinfo... yes
  9174:  checking for timegm... yes
  9175:  checking for usleep... yes
  9176:  checking for utimensat... yes
  9177:  checking for vwarnx... yes
  9178:  checking for warn... yes
  9179:  checking for warnx... yes
  9180:  checking for _LARGEFILE_SOURCE value needed for large files... no
  9181:  checking for futimens... yes
  9182:  checking for getusershell... yes
  9183:  checking for inotify_init1... yes
  9184:  checking for ioperm... no
  9185:  checking for iopl... no
  9186:  checking for openat... yes
  9187:  checking for fstatat... yes
  9188:  checking for unlinkat... yes
  9189:  checking for open_memstream... yes
  9190:  checking for reboot... yes
  9191:  checking for updwtmpx... yes
  9192:  checking for updwtmpx... (cached) yes
  9193:  checking for syscall setns... SYS_setns
  9194:  checking for syscall pidfd_open... no
  9195:  configure: WARNING: Unable to detect syscall pidfd_open.
  9196:  checking for syscall pidfd_send_signal... no
  9197:  configure: WARNING: Unable to detect syscall pidfd_send_signal.
  9198:  checking for syscall close_range... no
  9199:  configure: WARNING: Unable to detect syscall close_range.
  9200:  checking for isnan... yes
  9201:  checking for clock_gettime... yes
  9202:  checking for timer_create... no
  9203:  checking for timer_create in -lrt... yes
  9204:  checking for rtas_get_sysparm in -lrtas... no
  9205:  checking for struct sockaddr.sa_len... no
  9206:  checking for library containing socket... none required
  9207:  checking for dirfd... yes
  9208:  checking whether program_invocation_short_name is defined... yes
  9209:  checking whether __progname is defined... yes
  9210:  configure: WARNING: disable all programs and man pages by default
  9211:  configure: re-use already generated man-pages.
  9212:  checking whether the target supports thread-local storage... yes
  9213:  checking for openpty in -lutil... yes
  9214:  checking for union semun... no
  9215:  checking for loff_t... yes
  9216:  checking wchar_t support... yes
  9217:  checking for cpu_set_t... yes
  9218:  checking for sighandler_t... yes
  9219:  checking whether CPU_ALLOC is declared... yes
  9220:  checking crypt.h usability... yes
  9221:  checking crypt.h presence... yes
  9222:  checking for crypt.h... yes
  9223:  checking for TINFO... no
  9224:  checking for tgetent in -ltinfo... no
  9225:  checking for unshare... yes
  9226:  checking for setns... yes
  9227:  checking for capng_apply in -lcap-ng... no
  9228:  checking for crc32 in -lz... yes
  9229:  configure: WARNING: hwclock disabled; not building hwclock_cmos
  9230:  checking for swapon... yes
  9231:  checking for swapoff... yes
  9232:  checking for LIBUSER... no
  9233:  checking for ECONF... no
  9234:  checking that generated files are newer than configure... done
  9235:  configure: creating ./config.status
  9236:  config.status: creating Makefile
  9237:  config.status: creating libblkid/docs/Makefile
  9238:  config.status: creating libblkid/docs/version.xml
  9239:  config.status: creating libblkid/src/blkid.h
  9240:  config.status: creating libfdisk/docs/Makefile
  9241:  config.status: creating libfdisk/docs/version.xml
  9242:  config.status: creating libfdisk/src/libfdisk.h
  9243:  config.status: creating libmount/docs/Makefile
  9244:  config.status: creating libmount/docs/version.xml
  9245:  config.status: creating libmount/src/libmount.h
  9246:  config.status: creating libsmartcols/docs/Makefile
  9247:  config.status: creating libsmartcols/docs/version.xml
  9248:  config.status: creating libsmartcols/src/libsmartcols.h
  9249:  config.status: creating po/Makefile.in
  9250:  config.status: creating po-man/Makefile
  9251:  config.status: creating config.h
  9252:  config.status: executing depfiles commands
  9253:  config.status: executing libtool commands
  9254:  config.status: executing po-directories commands
  9255:  config.status: creating po/POTFILES
  9256:  config.status: setting ALL_LINGUAS in configure.in is obsolete
  9257:  config.status: creating po/Makefile
  9258:  configure: WARNING: unrecognized options: --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6
  9259:  
  9260:          util-linux  2.37.2
  9261:  
  9262:          prefix:                    /usr
  9263:          exec prefix:               /usr
  9264:  
  9265:          bindir:                    /bin
  9266:          sbindir:                   /sbin
  9267:          libdir:                    /lib
  9268:          usrbin_execdir:            ${exec_prefix}/bin
  9269:          usrsbin_execdir:           ${exec_prefix}/sbin
  9270:          usrlib_execdir:            ${exec_prefix}/lib
  9271:  
  9272:          localstatedir:             /var
  9273:          runstatedir:               /run
  9274:          includedir:                ${prefix}/include
  9275:          sysconfdir:                /etc
  9276:          sysconfstaticdir:          ${prefix}/lib
  9277:  
  9278:          vendordir:                 
  9279:  
  9280:          Python:                    
  9281:          Python version:            
  9282:          Python libs:               
  9283:  
  9284:          Bash completions:          ${datarootdir}/bash-completion/completions
  9285:          Systemd support:           no
  9286:          Systemd unitdir:           no
  9287:          libeconf support:          no
  9288:          Btrfs support:             yes
  9289:          Wide-char support:         yes
  9290:          libcryptsetup support:     
  9291:  
  9292:          Manual pages:              no
  9293:          Manual pages translated:   no
  9294:  
  9295:          compiler:                  /dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc
  9296:          suid cflags:               
  9297:          ldflags:                   
  9298:          suid ldflags:              
  9299:          ASAN enabled:              no
  9300:  
  9301:          cflags:                    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1
  9302:  
  9303:          warnings:
  9304:  
  9305:   -fno-common -Wall -Wextra -Waddress-of-packed-member -Wdiscarded-qualifiers -Wimplicit-function-declaration -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-missing-field-initializers -Wpointer-arith -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Werror=sequence-point
  9306:  
  9307:   Type 'make' or 'make <utilname>' to compile.
  9308:  
  9309:  >>> util-linux 2.37.2 Building
  9310:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin"  /usr/bin//make  LIBS="" -C /dev/shm/qemu/out-br/build/util-linux-2.37.2/
  9311:  /usr/bin//make  all-recursive
  9312:  Making all in po
  9313:  make[5]: Nothing to be done for 'all'.
  9314:    CC       libuuid/src/la-clear.lo
  9315:    CC       libuuid/src/la-compare.lo
  9316:    CC       libuuid/src/la-copy.lo
  9317:    CC       libuuid/src/la-gen_uuid.lo
  9318:    CC       libuuid/src/la-isnull.lo
  9319:    CC       libuuid/src/la-pack.lo
  9320:    CC       libuuid/src/la-parse.lo
  9321:    CC       libuuid/src/la-unpack.lo
  9322:    CC       libuuid/src/la-unparse.lo
  9323:    CC       libuuid/src/la-uuid_time.lo
  9324:    CC       libuuid/src/la-predefined.lo
  9325:    CC       lib/libuuid_la-randutils.lo
  9326:    CC       lib/libuuid_la-md5.lo
  9327:    CC       lib/libuuid_la-sha1.lo
  9328:    CCLD     libuuid.la
  9329:    GEN      libuuid/uuid.pc
  9330:  >>> util-linux 2.37.2 Installing to staging directory
  9331:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin"  /usr/bin//make  DESTDIR=/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot install -C /dev/shm/qemu/out-br/build/util-linux-2.37.2/
  9332:  /usr/bin//make  install-recursive
  9333:  Making install in po
  9334:  if test "util-linux" = "gettext-tools"; then \
  9335:    /usr/bin//mkdir -p /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/gettext/po; \
  9336:    for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
  9337:      /usr/bin//install -c -m 644 ./$file \
  9338:  		    /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/gettext/po/$file; \
  9339:    done; \
  9340:    for file in Makevars; do \
  9341:      rm -f /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/gettext/po/$file; \
  9342:    done; \
  9343:  else \
  9344:    : ; \
  9345:  fi
  9346:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/bin'
  9347:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib'
  9348:   /bin/bash ./libtool   --mode=install /usr/bin//install -c   libuuid.la '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib'
  9349:  libtool: install: /usr/bin//install -c .libs/libuuid.so.1.3.0 /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libuuid.so.1.3.0
  9350:  libtool: install: (cd /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib && { ln -s -f libuuid.so.1.3.0 libuuid.so.1 || { rm -f libuuid.so.1 && ln -s libuuid.so.1.3.0 libuuid.so.1; }; })
  9351:  libtool: install: (cd /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib && { ln -s -f libuuid.so.1.3.0 libuuid.so || { rm -f libuuid.so && ln -s libuuid.so.1.3.0 libuuid.so; }; })
  9352:  libtool: install: /usr/bin//install -c .libs/libuuid.lai /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libuuid.la
  9353:  libtool: warning: remember to run 'libtool --finish /usr/lib'
  9354:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/sbin'
  9355:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/bin'
  9356:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/sbin'
  9357:  /usr/bin//make  install-exec-hook
  9358:  if test "/usr/lib" != "/lib" -a -f "/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libuuid.so"; then \
  9359:  	/usr/bin//mkdir -p /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/lib; \
  9360:  	mv /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libuuid.so.* /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/lib; \
  9361:  	so_img_name=$(readlink /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libuuid.so); \
  9362:  	so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \
  9363:  	(cd /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib && \
  9364:  		rm -f libuuid.so && \
  9365:  		ln -s $so_img_rel_target/lib/$so_img_name libuuid.so); \
  9366:  fi
  9367:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/bash-completion/completions'
  9368:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/man/man1'
  9369:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/man/man3'
  9370:   /usr/bin//install -c -m 644 libuuid/man/uuid.3 libuuid/man/uuid_clear.3 libuuid/man/uuid_compare.3 libuuid/man/uuid_copy.3 libuuid/man/uuid_generate.3 libuuid/man/uuid_is_null.3 libuuid/man/uuid_parse.3 libuuid/man/uuid_time.3 libuuid/man/uuid_unparse.3 libuuid/man/uuid_generate_random.3 libuuid/man/uuid_generate_time.3 libuuid/man/uuid_generate_time_safe.3 '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/man/man3'
  9371:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/man/man5'
  9372:   /usr/bin//install -c -m 644 lib/terminal-colors.d.5 '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/man/man5'
  9373:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/man/man8'
  9374:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/pkgconfig'
  9375:   /usr/bin//install -c -m 644 libuuid/uuid.pc '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/pkgconfig'
  9376:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/uuid'
  9377:   /usr/bin//install -c -m 644 libuuid/src/uuid.h '/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/uuid'
  9378:  /usr/bin//make  install-data-hook
  9379:  make[7]: Nothing to be done for 'install-data-hook'.
  9380:  >>> util-linux 2.37.2 Fixing libtool files
  9381:  for la in $(find /dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib* -name "*.la"); do \
  9382:  	cp -a "${la}" "${la}.fixed" && \
  9383:  	/usr/bin//sed -i -e "s:/dev/shm/qemu/out-br:@BASE_DIR@:g" \
  9384:  		-e "s:/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot:@STAGING_DIR@:g" \
  9385:  		 -e "s:/dev/shm/qemu/build/../toolchains/aarch32:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \
  9386:  		-e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \
  9387:  		-e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \
  9388:  		 -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/dev/shm/qemu/build/../toolchains/aarch32:g" \
  9389:  		-e "s:@STAGING_DIR@:/dev/shm/qemu/out-br/host/arm-buildroot-linux-gnueabihf/sysroot:g" \
  9390:  		-e "s:@BASE_DIR@:/dev/shm/qemu/out-br:g" \
  9391:  		"${la}.fixed" && \
  9392:  	if cmp -s "${la}" "${la}.fixed"; then \
  9393:  		rm -f "${la}.fixed"; \
  9394:  	else \
  9395:  		mv "${la}.fixed" "${la}"; \
  9396:  	fi || exit 1; \
  9397:  done
  9398:  >>> util-linux 2.37.2 Installing to target
  9399:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin"  /usr/bin//make  DESTDIR=/dev/shm/qemu/out-br/target install -C /dev/shm/qemu/out-br/build/util-linux-2.37.2/
  9400:  /usr/bin//make  install-recursive
  9401:  Making install in po
  9402:  if test "util-linux" = "gettext-tools"; then \
  9403:    /usr/bin//mkdir -p /dev/shm/qemu/out-br/target/usr/share/gettext/po; \
  9404:    for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
  9405:      /usr/bin//install -c -m 644 ./$file \
  9406:  		    /dev/shm/qemu/out-br/target/usr/share/gettext/po/$file; \
  9407:    done; \
  9408:    for file in Makevars; do \
  9409:      rm -f /dev/shm/qemu/out-br/target/usr/share/gettext/po/$file; \
  9410:    done; \
  9411:  else \
  9412:    : ; \
  9413:  fi
  9414:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/bin'
  9415:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/lib'
  9416:   /bin/bash ./libtool   --mode=install /usr/bin//install -c   libuuid.la '/dev/shm/qemu/out-br/target/usr/lib'
  9417:  libtool: install: /usr/bin//install -c .libs/libuuid.so.1.3.0 /dev/shm/qemu/out-br/target/usr/lib/libuuid.so.1.3.0
  9418:  libtool: install: (cd /dev/shm/qemu/out-br/target/usr/lib && { ln -s -f libuuid.so.1.3.0 libuuid.so.1 || { rm -f libuuid.so.1 && ln -s libuuid.so.1.3.0 libuuid.so.1; }; })
  9419:  libtool: install: (cd /dev/shm/qemu/out-br/target/usr/lib && { ln -s -f libuuid.so.1.3.0 libuuid.so || { rm -f libuuid.so && ln -s libuuid.so.1.3.0 libuuid.so; }; })
  9420:  libtool: install: /usr/bin//install -c .libs/libuuid.lai /dev/shm/qemu/out-br/target/usr/lib/libuuid.la
  9421:  libtool: warning: remember to run 'libtool --finish /usr/lib'
  9422:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/sbin'
  9423:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/bin'
  9424:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/sbin'
  9425:  /usr/bin//make  install-exec-hook
  9426:  if test "/usr/lib" != "/lib" -a -f "/dev/shm/qemu/out-br/target/usr/lib/libuuid.so"; then \
  9427:  	/usr/bin//mkdir -p /dev/shm/qemu/out-br/target/lib; \
  9428:  	mv /dev/shm/qemu/out-br/target/usr/lib/libuuid.so.* /dev/shm/qemu/out-br/target/lib; \
  9429:  	so_img_name=$(readlink /dev/shm/qemu/out-br/target/usr/lib/libuuid.so); \
  9430:  	so_img_rel_target=$(echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \
  9431:  	(cd /dev/shm/qemu/out-br/target/usr/lib && \
  9432:  		rm -f libuuid.so && \
  9433:  		ln -s $so_img_rel_target/lib/$so_img_name libuuid.so); \
  9434:  fi
  9435:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/share/bash-completion/completions'
  9436:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/share/man/man1'
  9437:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/share/man/man3'
  9438:   /usr/bin//install -c -m 644 libuuid/man/uuid.3 libuuid/man/uuid_clear.3 libuuid/man/uuid_compare.3 libuuid/man/uuid_copy.3 libuuid/man/uuid_generate.3 libuuid/man/uuid_is_null.3 libuuid/man/uuid_parse.3 libuuid/man/uuid_time.3 libuuid/man/uuid_unparse.3 libuuid/man/uuid_generate_random.3 libuuid/man/uuid_generate_time.3 libuuid/man/uuid_generate_time_safe.3 '/dev/shm/qemu/out-br/target/usr/share/man/man3'
  9439:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/share/man/man5'
  9440:   /usr/bin//install -c -m 644 lib/terminal-colors.d.5 '/dev/shm/qemu/out-br/target/usr/share/man/man5'
  9441:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/share/man/man8'
  9442:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/lib/pkgconfig'
  9443:   /usr/bin//install -c -m 644 libuuid/uuid.pc '/dev/shm/qemu/out-br/target/usr/lib/pkgconfig'
  9444:   /usr/bin//mkdir -p '/dev/shm/qemu/out-br/target/usr/include/uuid'
  9445:   /usr/bin//install -c -m 644 libuuid/src/uuid.h '/dev/shm/qemu/out-br/target/usr/include/uuid'
  9446:  /usr/bin//make  install-data-hook
  9447:  make[7]: Nothing to be done for 'install-data-hook'.
  9448:  busybox-1.34.1.tar.bz2: OK (sha256: 415fbd89e5344c96acf449d94a6f956dbed62e18e835fc83e064db33a34bd549)
  9449:  >>> busybox 1.34.1 Extracting
  9450:  bzcat /mnt/storage/buildroot_cache/download/busybox/busybox-1.34.1.tar.bz2 | tar --strip-components=1 -C /dev/shm/qemu/out-br/build/busybox-1.34.1   -xf -
  9451:  >>> busybox 1.34.1 Patching
  9452:  
  9453:  Applying 0001-networking-libiproute-use-linux-if_packet.h-instead-.patch using patch: 
  9454:  patching file networking/libiproute/iplink.c
  9455:  
  9456:  Applying 0002-Makefile.flags-strip-non-l-arguments-returned-by-pkg.patch using patch: 
  9457:  patching file Makefile.flags
  9458:  Using /dev/shm/qemu/out-br/build/busybox-1.34.1/.config as base
  9459:  #
  9460:  # merged configuration written to /dev/shm/qemu/out-br/build/busybox-1.34.1/.config (needs make)
  9461:  #
  9462:    HOSTCC  scripts/basic/fixdep
  9463:    HOSTCC  scripts/basic/split-include
  9464:    HOSTCC  scripts/basic/docproc
  9465:    GEN     include/applets.h
  9466:    GEN     include/usage.h
  9467:    GEN     scripts/Kbuild
  9468:    GEN     networking/Kbuild
  9469:    GEN     networking/Config.in
  9470:    GEN     networking/libiproute/Kbuild
  9471:    GEN     networking/udhcp/Kbuild
  9472:    GEN     networking/udhcp/Config.in
  9473:    GEN     miscutils/Kbuild
  9474:    GEN     miscutils/Config.in
  9475:    GEN     runit/Kbuild
  9476:    GEN     runit/Config.in
  9477:    GEN     findutils/Kbuild
  9478:    GEN     findutils/Config.in
  9479:    GEN     modutils/Kbuild
  9480:    GEN     modutils/Config.in
  9481:    GEN     editors/Kbuild
  9482:    GEN     editors/Config.in
  9483:    GEN     loginutils/Kbuild
  9484:    GEN     loginutils/Config.in
  9485:    GEN     console-tools/Kbuild
  9486:    GEN     console-tools/Config.in
  9487:    GEN     archival/Kbuild
  9488:    GEN     archival/Config.in
  9489:    GEN     archival/libarchive/Kbuild
  9490:    GEN     applets/Kbuild
  9491:    GEN     debianutils/Kbuild
  9492:    GEN     debianutils/Config.in
  9493:    GEN     printutils/Kbuild
  9494:    GEN     printutils/Config.in
  9495:    GEN     selinux/Kbuild
  9496:    GEN     selinux/Config.in
  9497:    GEN     procps/Kbuild
  9498:    GEN     procps/Config.in
  9499:    GEN     mailutils/Kbuild
  9500:    GEN     mailutils/Config.in
  9501:    GEN     coreutils/Kbuild
  9502:    GEN     coreutils/Config.in
  9503:    GEN     coreutils/libcoreutils/Kbuild
  9504:    GEN     init/Kbuild
  9505:    GEN     init/Config.in
  9506:    GEN     util-linux/Kbuild
  9507:    GEN     util-linux/Config.in
  9508:    GEN     util-linux/volume_id/Kbuild
  9509:    GEN     util-linux/volume_id/Config.in
  9510:    GEN     e2fsprogs/Kbuild
  9511:    GEN     e2fsprogs/Config.in
  9512:    GEN     libbb/Kbuild
  9513:    GEN     libbb/Config.in
  9514:    GEN     shell/Kbuild
  9515:    GEN     shell/Config.in
  9516:    GEN     libpwdgrp/Kbuild
  9517:    GEN     klibc-utils/Kbuild
  9518:    GEN     klibc-utils/Config.in
  9519:    GEN     sysklogd/Kbuild
  9520:    GEN     sysklogd/Config.in
  9521:    HOSTCC  scripts/kconfig/conf.o
  9522:    HOSTCC  scripts/kconfig/kxgettext.o
  9523:    HOSTCC  scripts/kconfig/mconf.o
  9524:    SHIPPED scripts/kconfig/zconf.tab.c
  9525:    SHIPPED scripts/kconfig/lex.zconf.c
  9526:    SHIPPED scripts/kconfig/zconf.hash.c
  9527:    HOSTCC  scripts/kconfig/zconf.tab.o
  9528:    HOSTLD  scripts/kconfig/conf
  9529:  scripts/kconfig/conf -o Config.in
  9530:  #
  9531:  # using defaults found in .config
  9532:  #
  9533:  .config:37:warning: trying to assign nonexistent symbol PLATFORM_LINUX
  9534:  .config:286:warning: trying to assign nonexistent symbol FEATURE_FLOAT_SLEEP
  9535:  .config:309:warning: trying to assign nonexistent symbol FEATURE_TOUCH_NODEREF
  9536:  .config:612:warning: trying to assign nonexistent symbol FEATURE_HEXDUMP_REVERSE
  9537:  *
  9538:  * Busybox Configuration
  9539:  *
  9540:  *
  9541:  * Settings
  9542:  *
  9543:  Enable compatibility for full-blown desktop systems (8kb) (DESKTOP) [Y/n/?] y
  9544:  Provide compatible behavior for rare corner cases (bigger code) (EXTRA_COMPAT) [N/y/?] n
  9545:  Building for Fedora distribution (FEDORA_COMPAT) [N/y/?] n
  9546:  Enable obsolete features removed before SUSv3 (INCLUDE_SUSv2) [Y/n/?] y
  9547:  Support --long-options (LONG_OPTS) [Y/?] y
  9548:  Show applet usage messages (SHOW_USAGE) [Y/n/?] y
  9549:    Show verbose applet usage messages (FEATURE_VERBOSE_USAGE) [Y/n/?] y
  9550:    Store applet usage messages in compressed form (FEATURE_COMPRESS_USAGE) [N/y/?] n
  9551:  Support files > 2 GB (LFS) [Y/n/?] y
  9552:  Support PAM (Pluggable Authentication Modules) (PAM) [N/y/?] n
  9553:  Use the devpts filesystem for Unix98 PTYs (FEATURE_DEVPTS) [Y/n/?] y
  9554:  Support utmp file (FEATURE_UTMP) [Y/n/?] y
  9555:    Support wtmp file (FEATURE_WTMP) [Y/n/?] y
  9556:  Support writing pidfiles (FEATURE_PIDFILE) [N/y/?] n
  9557:    Directory for pidfiles (PID_FILE_PATH) [] 
  9558:  Include busybox applet (BUSYBOX) [Y/n/?] y
  9559:    Support --show SCRIPT (FEATURE_SHOW_SCRIPT) [Y/n] (NEW)   Support --install [-s] to install applet links at runtime (FEATURE_INSTALLER) [Y/n/?] y
  9560:  Don't use /usr (INSTALL_NO_USR) [N/y/?] n
  9561:  Drop SUID state for most applets (FEATURE_SUID) [Y/n/?] y
  9562:    Enable SUID configuration via /etc/busybox.conf (FEATURE_SUID_CONFIG) [N/y/?] n
  9563:  exec prefers applets (FEATURE_PREFER_APPLETS) [N/y/?] n
  9564:  Path to busybox executable (BUSYBOX_EXEC_PATH) [/proc/self/exe] /proc/self/exe
  9565:  Support NSA Security Enhanced Linux (SELINUX) [N/y/?] n
  9566:  Clean up all memory before exiting (usually not needed) (FEATURE_CLEAN_UP) [N/y/?] n
  9567:  Support LOG_INFO level syslog messages (FEATURE_SYSLOG_INFO) [Y/n/?] (NEW) *
  9568:  * Build Options
  9569:  *
  9570:  Build static binary (no shared libs) (STATIC) [N/y/?] n
  9571:    Build position independent executable (PIE) [N/y/?] n
  9572:  Force NOMMU build (NOMMU) [N/y/?] n
  9573:  Build shared libbusybox (BUILD_LIBBUSYBOX) [N/y/?] n
  9574:  Cross compiler prefix (CROSS_COMPILER_PREFIX) [] 
  9575:  Path to sysroot (SYSROOT) [] 
  9576:  Additional CFLAGS (EXTRA_CFLAGS) [] 
  9577:  Additional LDFLAGS (EXTRA_LDFLAGS) [] 
  9578:  Additional LDLIBS (EXTRA_LDLIBS) [] 
  9579:  Avoid using GCC-specific code constructs (USE_PORTABLE_CODE) [N/y/?] n
  9580:  Use -mpreferred-stack-boundary=2 on i386 arch (STACK_OPTIMIZATION_386) [Y/n/?] (NEW) Use -static-libgcc (STATIC_LIBGCC) [Y/n/?] (NEW) *
  9581:  * Installation Options ("make install" behavior)
  9582:  *
  9583:  What kind of applet links to install
  9584:  > 1. as soft-links (INSTALL_APPLET_SYMLINKS)
  9585:    2. as hard-links (INSTALL_APPLET_HARDLINKS)
  9586:    3. as script wrappers (INSTALL_APPLET_SCRIPT_WRAPPERS)
  9587:    4. not installed (INSTALL_APPLET_DONT)
  9588:  choice[1-4?]: 1
  9589:  Destination path for 'make install' (PREFIX) [./_install] ./_install
  9590:  *
  9591:  * Debugging Options
  9592:  *
  9593:  Build with debug information (DEBUG) [N/y/?] n
  9594:  Enable runtime sanitizers (ASAN/LSAN/USAN/etc...) (DEBUG_SANITIZE) [N/y/?] n
  9595:  Build unit tests (UNIT_TEST) [N/y/?] n
  9596:  Abort compilation on any warning (WERROR) [N/y/?] n
  9597:  Warn about single parameter bb_xx_msg calls (WARN_SIMPLE_MSG) [N/y/?] (NEW) Additional debugging library
  9598:  > 1. None (NO_DEBUG_LIB)
  9599:    2. Dmalloc (DMALLOC)
  9600:    3. Electric-fence (EFENCE)
  9601:  choice[1-3?]: 1
  9602:  *
  9603:  * Library Tuning
  9604:  *
  9605:  Use the end of BSS page (FEATURE_USE_BSS_TAIL) [N/y/?] n
  9606:  Enable fractional duration arguments (FLOAT_DURATION) [Y/n/?] (NEW) Support RTMIN[+n] and RTMAX[-n] signal names (FEATURE_RTMINMAX) [Y/n/?] y
  9607:    Use the definitions of SIGRTMIN/SIGRTMAX provided by libc (FEATURE_RTMINMAX_USE_LIBC_DEFINITIONS) [Y/n/?] (NEW) Buffer allocation policy
  9608:  > 1. Allocate with Malloc (FEATURE_BUFFERS_USE_MALLOC)
  9609:    2. Allocate on the Stack (FEATURE_BUFFERS_GO_ON_STACK)
  9610:    3. Allocate in the .bss section (FEATURE_BUFFERS_GO_IN_BSS)
  9611:  choice[1-3?]: 1
  9612:  Minimum password length (PASSWORD_MINLEN) [6] 6
  9613:  MD5: Trade bytes for speed (0:fast, 3:slow) (MD5_SMALL) [1] 1
  9614:  SHA3: Trade bytes for speed (0:fast, 1:slow) (SHA3_SMALL) [1] 1
  9615:  Faster /proc scanning code (+100 bytes) (FEATURE_FAST_TOP) [N/y/?] n
  9616:  Support /etc/networks (FEATURE_ETC_NETWORKS) [N/y/?] n
  9617:  Consult /etc/services even for well-known ports (FEATURE_ETC_SERVICES) [N/y/?] (NEW) Command line editing (FEATURE_EDITING) [Y/n/?] y
  9618:    Maximum length of input (FEATURE_EDITING_MAX_LEN) [1024] 1024
  9619:    vi-style line editing commands (FEATURE_EDITING_VI) [Y/n/?] y
  9620:    History size (FEATURE_EDITING_HISTORY) [999] 999
  9621:    History saving (FEATURE_EDITING_SAVEHISTORY) [Y/n/?] y
  9622:      Save history on shell exit, not after every command (FEATURE_EDITING_SAVE_ON_EXIT) [N/y/?] n
  9623:    Reverse history search (FEATURE_REVERSE_SEARCH) [Y/n/?] y
  9624:    Tab completion (FEATURE_TAB_COMPLETION) [Y/n] y
  9625:      Username completion (FEATURE_USERNAME_COMPLETION) [N/y] n
  9626:    Fancy shell prompts (FEATURE_EDITING_FANCY_PROMPT) [Y/n/?] y
  9627:    Enable automatic tracking of window size changes (FEATURE_EDITING_WINCH) [Y/n] (NEW)   Query cursor position from terminal (FEATURE_EDITING_ASK_TERMINAL) [N/y/?] n
  9628:  Enable locale support (system needs locale for this to work) (LOCALE_SUPPORT) [N/y/?] n
  9629:  Support Unicode (UNICODE_SUPPORT) [N/y/?] n
  9630:  Non-POSIX, but safer, copying to special nodes (FEATURE_NON_POSIX_CP) [Y/n/?] y
  9631:  Give more precise messages when copy fails (cp, mv etc) (FEATURE_VERBOSE_CP_MESSAGE) [N/y/?] n
  9632:  Use sendfile system call (FEATURE_USE_SENDFILE) [Y/n/?] y
  9633:  Copy buffer size, in kilobytes (FEATURE_COPYBUF_KB) [4] 4
  9634:  Skip rootfs in mount table (FEATURE_SKIP_ROOTFS) [Y/n/?] y
  9635:  Use clock_gettime(CLOCK_MONOTONIC) syscall (MONOTONIC_SYSCALL) [Y/n/?] y
  9636:  Use ioctl names rather than hex values in error messages (IOCTL_HEX2STR_ERROR) [Y/n/?] y
  9637:  Support infiniband HW (FEATURE_HWIB) [Y/n/?] y
  9638:  *
  9639:  * Applets
  9640:  *
  9641:  *
  9642:  * Archival Utilities
  9643:  *
  9644:  Make tar, rpm, modprobe etc understand .xz data (FEATURE_SEAMLESS_XZ) [N/y] n
  9645:  Make tar, rpm, modprobe etc understand .lzma data (FEATURE_SEAMLESS_LZMA) [N/y] n
  9646:  Make tar, rpm, modprobe etc understand .bz2 data (FEATURE_SEAMLESS_BZ2) [N/y] n
  9647:  Make tar, rpm, modprobe etc understand .gz data (FEATURE_SEAMLESS_GZ) [N/y] n
  9648:  Make tar, rpm, modprobe etc understand .Z data (FEATURE_SEAMLESS_Z) [N/y] n
  9649:  ar (9.5 kb) (AR) [Y/n/?] y
  9650:    Support long filenames (not needed for debs) (FEATURE_AR_LONG_FILENAMES) [N/y/?] n
  9651:    Support archive creation (FEATURE_AR_CREATE) [Y/n/?] y
  9652:  uncompress (7.1 kb) (UNCOMPRESS) [N/y/?] n
  9653:  gunzip (11 kb) (GUNZIP) [Y/n/?] y
  9654:  zcat (24 kb) (ZCAT) [Y/n/?] y
  9655:    Enable long options (FEATURE_GUNZIP_LONG_OPTIONS) [Y/n] y
  9656:  bunzip2 (8.7 kb) (BUNZIP2) [Y/n/?] y
  9657:  bzcat (8.7 kb) (BZCAT) [Y/n/?] y
  9658:  unlzma (7.5 kb) (UNLZMA) [Y/n/?] y
  9659:  lzcat (7.5 kb) (LZCAT) [Y/n/?] y
  9660:  lzma -d (LZMA) [Y/n/?] y
  9661:  unxz (13 kb) (UNXZ) [Y/n/?] y
  9662:  xzcat (13 kb) (XZCAT) [Y/n/?] y
  9663:  xz -d (XZ) [Y/n/?] y
  9664:  bzip2 (16 kb) (BZIP2) [N/y/?] n
  9665:    Enable decompression (FEATURE_BZIP2_DECOMPRESS) [Y/?] y
  9666:  cpio (15 kb) (CPIO) [Y/n/?] y
  9667:    Support archive creation (FEATURE_CPIO_O) [N/y/?] n
  9668:  dpkg (43 kb) (DPKG) [N/y/?] n
  9669:  dpkg-deb (30 kb) (DPKG_DEB) [N/y/?] n
  9670:  gzip (17 kb) (GZIP) [Y/n/?] y
  9671:    Enable long options (FEATURE_GZIP_LONG_OPTIONS) [N/y] n
  9672:    Trade memory for speed (0:small,slow - 2:fast,big) (GZIP_FAST) [0] 0
  9673:    Enable compression levels (FEATURE_GZIP_LEVELS) [N/y/?] n
  9674:    Enable decompression (FEATURE_GZIP_DECOMPRESS) [Y/?] y
  9675:  lzop (12 kb) (LZOP) [N/y/?] n
  9676:  unlzop (13 kb) (UNLZOP) [Y/n/?] y
  9677:  lzopcat (13 kb) (LZOPCAT) [Y/n/?] y
  9678:    lzop compression levels 7,8,9 (not very useful) (LZOP_COMPR_HIGH) [N/y/?] n
  9679:  rpm (32 kb) (RPM) [N/y/?] n
  9680:  rpm2cpio (21 kb) (RPM2CPIO) [N/y/?] n
  9681:  tar (39 kb) (TAR) [Y/n/?] y
  9682:    Enable long options (FEATURE_TAR_LONG_OPTIONS) [Y/n] y
  9683:    Enable -c (archive creation) (FEATURE_TAR_CREATE) [Y/n] y
  9684:    Enable -X (exclude from) and -T (include from) options (FEATURE_TAR_FROM) [Y/n/?] y
  9685:    Support old tar header format (FEATURE_TAR_OLDGNU_COMPATIBILITY) [N/y/?] n
  9686:    Enable untarring of tarballs with checksums produced by buggy Sun tar (FEATURE_TAR_OLDSUN_COMPATIBILITY) [N/y/?] n
  9687:    Support GNU tar extensions (long filenames) (FEATURE_TAR_GNU_EXTENSIONS) [Y/n] y
  9688:    Support writing to an external program (--to-command) (FEATURE_TAR_TO_COMMAND) [Y/n/?] y
  9689:    Enable use of user and group names (FEATURE_TAR_UNAME_GNAME) [N/y/?] n
  9690:    Enable -m (do not preserve time) GNU option (FEATURE_TAR_NOPRESERVE_TIME) [N/y] n
  9691:  unzip (26 kb) (UNZIP) [Y/n/?] y
  9692:    Read and use Central Directory data (FEATURE_UNZIP_CDF) [Y/n/?] y
  9693:      Support compression method 12 (bzip2) (FEATURE_UNZIP_BZIP2) [Y/n] y
  9694:      Support compression method 14 (lzma) (FEATURE_UNZIP_LZMA) [Y/n] y
  9695:      Support compression method 95 (xz) (FEATURE_UNZIP_XZ) [Y/n] y
  9696:  Optimize lzma for speed (FEATURE_LZMA_FAST) [N/y/?] n
  9697:  *
  9698:  * Coreutils
  9699:  *
  9700:  basename (438 bytes) (BASENAME) [Y/n/?] y
  9701:  cat (5.6 kb) (CAT) [Y/n/?] y
  9702:    Enable -n and -b options (FEATURE_CATN) [Y/n/?] y
  9703:    cat -v[etA] (FEATURE_CATV) [Y/n/?] y
  9704:  chgrp (7.6 kb) (CHGRP) [Y/n/?] y
  9705:  chmod (5.5 kb) (CHMOD) [Y/n/?] y
  9706:  chown (7.6 kb) (CHOWN) [Y/n/?] y
  9707:    Enable long options (FEATURE_CHOWN_LONG_OPTIONS) [N/y] n
  9708:  chroot (3.7 kb) (CHROOT) [Y/n/?] y
  9709:  cksum (4.1 kb) (CKSUM) [Y/n] y
  9710:  crc32 (4.1 kb) (CRC32) [Y/n] (NEW) comm (4.2 kb) (COMM) [N/y/?] n
  9711:  cp (10 kb) (CP) [Y/n/?] y
  9712:    Enable long options (FEATURE_CP_LONG_OPTIONS) [N/y/?] n
  9713:  cut (5.8 kb) (CUT) [Y/n/?] y
  9714:    cut -F (FEATURE_CUT_REGEX) [Y/n/?] (NEW) date (7 kb) (DATE) [Y/n/?] y
  9715:    Enable ISO date format output (-I) (FEATURE_DATE_ISOFMT) [Y/n/?] y
  9716:    Support %[num]N nanosecond format specifier (FEATURE_DATE_NANO) [N/y/?] n
  9717:    Support weird 'date MMDDhhmm[[YY]YY][.ss]' format (FEATURE_DATE_COMPAT) [Y/n/?] y
  9718:  dd (7.5 kb) (DD) [Y/n/?] y
  9719:    Enable signal handling for status reporting (FEATURE_DD_SIGNAL_HANDLING) [Y/n/?] y
  9720:      Enable the third status line upon signal (FEATURE_DD_THIRD_STATUS_LINE) [N/y/?] n
  9721:    Enable ibs, obs, iflag, oflag and conv options (FEATURE_DD_IBS_OBS) [Y/n/?] y
  9722:    Enable status display options (FEATURE_DD_STATUS) [Y/n/?] y
  9723:  df (6.8 kb) (DF) [Y/n/?] y
  9724:    Enable -a, -i, -B (FEATURE_DF_FANCY) [N/y/?] n
  9725:  dirname (329 bytes) (DIRNAME) [Y/n/?] y
  9726:  dos2unix (5.2 kb) (DOS2UNIX) [Y/n/?] y
  9727:  unix2dos (5.2 kb) (UNIX2DOS) [Y/n/?] y
  9728:  du (6.3 kb) (DU) [Y/n/?] y
  9729:    Use default blocksize of 1024 bytes (else it's 512 bytes) (FEATURE_DU_DEFAULT_BLOCKSIZE_1K) [Y/n] y
  9730:  echo (1.8 kb) (ECHO) [Y/n/?] y
  9731:    Enable -n and -e options (FEATURE_FANCY_ECHO) [Y/n] y
  9732:  env (4 kb) (ENV) [Y/n/?] y
  9733:  expand (5.1 kb) (EXPAND) [N/y/?] n
  9734:  unexpand (5.3 kb) (UNEXPAND) [N/y/?] n
  9735:  expr (6.6 kb) (EXPR) [Y/n/?] y
  9736:    Extend Posix numbers support to 64 bit (EXPR_MATH_SUPPORT_64) [Y/n/?] y
  9737:  factor (2.7 kb) (FACTOR) [Y/n/?] y
  9738:  false (tiny) (FALSE) [Y/n/?] y
  9739:  fold (4.6 kb) (FOLD) [Y/n/?] y
  9740:  head (3.8 kb) (HEAD) [Y/n/?] y
  9741:    Enable -c, -q, and -v (FEATURE_FANCY_HEAD) [Y/n] y
  9742:  hostid (286 bytes) (HOSTID) [Y/n/?] y
  9743:  id (7 kb) (ID) [Y/n/?] y
  9744:  groups (6.7 kb) (GROUPS) [N/y/?] n
  9745:  install (12 kb) (INSTALL) [Y/n/?] y
  9746:    Enable long options (FEATURE_INSTALL_LONG_OPTIONS) [Y/n] y
  9747:  link (3.2 kb) (LINK) [Y/n/?] y
  9748:  ln (4.9 kb) (LN) [Y/n/?] y
  9749:  logname (1.1 kb) (LOGNAME) [Y/n/?] y
  9750:  ls (14 kb) (LS) [Y/n/?] y
  9751:    Enable filetyping options (-p and -F) (FEATURE_LS_FILETYPES) [Y/n] y
  9752:    Enable symlinks dereferencing (-L) (FEATURE_LS_FOLLOWLINKS) [Y/n] y
  9753:    Enable recursion (-R) (FEATURE_LS_RECURSIVE) [Y/n] y
  9754:    Enable -w WIDTH and window size autodetection (FEATURE_LS_WIDTH) [Y/n] y
  9755:    Sort the file names (FEATURE_LS_SORTFILES) [Y/n/?] y
  9756:    Show file timestamps (FEATURE_LS_TIMESTAMPS) [Y/n/?] y
  9757:    Show username/groupnames (FEATURE_LS_USERNAME) [Y/n/?] y
  9758:    Allow use of color to identify file types (FEATURE_LS_COLOR) [Y/n/?] y
  9759:      Produce colored ls output by default (FEATURE_LS_COLOR_IS_DEFAULT) [Y/n/?] y
  9760:  md5sum (6.5 kb) (MD5SUM) [Y/n/?] y
  9761:  sha1sum (5.9 kb) (SHA1SUM) [Y/n/?] y
  9762:  sha256sum (7 kb) (SHA256SUM) [Y/n/?] y
  9763:  sha512sum (7.4 kb) (SHA512SUM) [Y/n/?] y
  9764:  sha3sum (6.1 kb) (SHA3SUM) [Y/n/?] y
  9765:    *
  9766:    * Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum
  9767:    *
  9768:    Enable -c, -s and -w options (FEATURE_MD5_SHA1_SUM_CHECK) [Y/n/?] y
  9769:  mkdir (4.5 kb) (MKDIR) [Y/n/?] y
  9770:  mkfifo (3.8 kb) (MKFIFO) [Y/n/?] y
  9771:  mknod (4.5 kb) (MKNOD) [Y/n/?] y
  9772:  mktemp (4.2 kb) (MKTEMP) [Y/n/?] y
  9773:  mv (10 kb) (MV) [Y/n/?] y
  9774:  nice (2.1 kb) (NICE) [Y/n/?] y
  9775:  nl (4.6 kb) (NL) [Y/n/?] y
  9776:  nohup (2 kb) (NOHUP) [Y/n/?] y
  9777:  nproc (3.7 kb) (NPROC) [Y/n/?] y
  9778:  od (11 kb) (OD) [Y/n/?] y
  9779:  paste (4.9 kb) (PASTE) [Y/n/?] y
  9780:  printenv (1.3 kb) (PRINTENV) [Y/n/?] y
  9781:  printf (3.8 kb) (PRINTF) [Y/n/?] y
  9782:  pwd (3.7 kb) (PWD) [Y/n/?] y
  9783:  readlink (4 kb) (READLINK) [Y/n/?] y
  9784:    Enable canonicalization by following all symlinks (-f) (FEATURE_READLINK_FOLLOW) [Y/n/?] y
  9785:  realpath (1.6 kb) (REALPATH) [Y/n/?] y
  9786:  rm (5.4 kb) (RM) [Y/n/?] y
  9787:  rmdir (3.5 kb) (RMDIR) [Y/n/?] y
  9788:  seq (3.8 kb) (SEQ) [Y/n/?] y
  9789:  shred (4.9 kb) (SHRED) [Y/n/?] y
  9790:  shuf (5.4 kb) (SHUF) [N/y/?] n
  9791:  sleep (2 kb) (SLEEP) [Y/n/?] y
  9792:    Enable multiple arguments and s/m/h/d suffixes (FEATURE_FANCY_SLEEP) [Y/n/?] y
  9793:  sort (7.7 kb) (SORT) [Y/n/?] y
  9794:    Full SuSv3 compliant sort (support -ktcbdfiogM) (FEATURE_SORT_BIG) [Y/n/?] y
  9795:    Use less memory (but might be slower) (FEATURE_SORT_OPTIMIZE_MEMORY) [N/y/?] (NEW) split (5 kb) (SPLIT) [N/y/?] n
  9796:  stat (11 kb) (STAT) [N/y/?] n
  9797:  stty (8.9 kb) (STTY) [Y/n/?] y
  9798:  sum (4 kb) (SUM) [N/y/?] n
  9799:  sync (3.8 kb) (SYNC) [Y/n/?] y
  9800:    Enable -d and -f flags (requires syncfs(2) in libc) (FEATURE_SYNC_FANCY) [N/y/?] n
  9801:  fsync (3.6 kb) (FSYNC) [N/y/?] n
  9802:  tac (3.9 kb) (TAC) [N/y/?] n
  9803:  tail (6.8 kb) (TAIL) [Y/n/?] y
  9804:    Enable -q, -s, -v, and -F options (FEATURE_FANCY_TAIL) [Y/n/?] y
  9805:  tee (4.2 kb) (TEE) [Y/n/?] y
  9806:    Enable block I/O (larger/faster) instead of byte I/O (FEATURE_TEE_USE_BLOCK_IO) [Y/n/?] y
  9807:  test (4.1 kb) (TEST) [Y/n/?] y
  9808:  test as [ (TEST1) [Y/n/?] y
  9809:  test as [[ (TEST2) [Y/n/?] y
  9810:    Extend test to 64 bit (FEATURE_TEST_64) [Y/n/?] y
  9811:  timeout (6 kb) (TIMEOUT) [N/y/?] n
  9812:  touch (5.9 kb) (TOUCH) [Y/n/?] y
  9813:    Add support for SUSV3 features (-a -d -m -t -r) (FEATURE_TOUCH_SUSV3) [Y/n/?] y
  9814:  tr (5.1 kb) (TR) [Y/n/?] y
  9815:    Enable character classes (such as [:upper:]) (FEATURE_TR_CLASSES) [Y/n/?] y
  9816:    Enable equivalence classes (FEATURE_TR_EQUIV) [Y/n/?] y
  9817:  true (tiny) (TRUE) [Y/n/?] y
  9818:  truncate (4.2 kb) (TRUNCATE) [Y/n/?] y
  9819:  tty (3.6 kb) (TTY) [Y/n/?] y
  9820:  uname (3.9 kb) (UNAME) [Y/n/?] y
  9821:    Operating system name (UNAME_OSNAME) [GNU/Linux] GNU/Linux
  9822:  arch (1.1 kb) (BB_ARCH) [Y/n/?] y
  9823:  uniq (4.9 kb) (UNIQ) [Y/n/?] y
  9824:  unlink (3.2 kb) (UNLINK) [Y/n/?] y
  9825:  usleep (1.3 kb) (USLEEP) [Y/n/?] y
  9826:  uudecode (5.8 kb) (UUDECODE) [Y/n/?] y
  9827:  base32 (4.9 kb) (BASE32) [Y/n/?] (NEW) base64 (4.9 kb) (BASE64) [Y/n/?] y
  9828:  uuencode (4.4 kb) (UUENCODE) [Y/n/?] y
  9829:  wc (4.5 kb) (WC) [Y/n/?] y
  9830:    Support very large counts (FEATURE_WC_LARGE) [N/y/?] n
  9831:  who (3.9 kb) (WHO) [Y/n/?] y
  9832:  w (3.8 kb) (W) [Y/n/?] y
  9833:  users (3.4 kb) (USERS) [N/y/?] n
  9834:  whoami (3.2 kb) (WHOAMI) [Y/n/?] y
  9835:  yes (1.2 kb) (YES) [Y/n/?] y
  9836:  *
  9837:  * Common options
  9838:  *
  9839:  Support verbose options (usually -v) for various applets (FEATURE_VERBOSE) [Y/n/?] y
  9840:  *
  9841:  * Common options for cp and mv
  9842:  *
  9843:  Preserve hard links (FEATURE_PRESERVE_HARDLINKS) [Y/n/?] y
  9844:  *
  9845:  * Common options for df, du, ls
  9846:  *
  9847:  Support human readable output (example 13k, 23M, 235G) (FEATURE_HUMAN_READABLE) [Y/n/?] y
  9848:  *
  9849:  * Console Utilities
  9850:  *
  9851:  chvt (2 kb) (CHVT) [Y/n/?] y
  9852:  clear (tiny) (CLEAR) [Y/n/?] y
  9853:  deallocvt (1.9 kb) (DEALLOCVT) [Y/n/?] y
  9854:  dumpkmap (1.6 kb) (DUMPKMAP) [Y/n/?] y
  9855:  fgconsole (1.5 kb) (FGCONSOLE) [N/y/?] n
  9856:  kbd_mode (4.1 kb) (KBD_MODE) [N/y/?] n
  9857:  loadfont (5.2 kb) (LOADFONT) [Y/n/?] y
  9858:  setfont (24 kb) (SETFONT) [N/y/?] n
  9859:    *
  9860:    * Common options for loadfont and setfont
  9861:    *
  9862:    Support PSF2 console fonts (FEATURE_LOADFONT_PSF2) [Y/n] y
  9863:    Support old (raw) console fonts (FEATURE_LOADFONT_RAW) [Y/n] y
  9864:  loadkmap (1.8 kb) (LOADKMAP) [Y/n/?] y
  9865:  openvt (7.2 kb) (OPENVT) [Y/n/?] y
  9866:  reset (345 bytes) (RESET) [Y/n/?] y
  9867:  resize (903 bytes) (RESIZE) [Y/n/?] y
  9868:    Print environment variables (FEATURE_RESIZE_PRINT) [Y/n/?] y
  9869:  setconsole (3.6 kb) (SETCONSOLE) [Y/n/?] y
  9870:    Enable long options (FEATURE_SETCONSOLE_LONG_OPTIONS) [N/y] n
  9871:  setkeycodes (2.1 kb) (SETKEYCODES) [Y/n/?] y
  9872:  setlogcons (1.8 kb) (SETLOGCONS) [Y/n/?] y
  9873:  showkey (4.7 kb) (SHOWKEY) [N/y/?] n
  9874:  *
  9875:  * Debian Utilities
  9876:  *
  9877:  pipe_progress (275 bytes) (PIPE_PROGRESS) [Y/n/?] y
  9878:  run-parts (6.1 kb) (RUN_PARTS) [Y/n/?] y
  9879:    Enable long options (FEATURE_RUN_PARTS_LONG_OPTIONS) [Y/n] y
  9880:    Support additional arguments (FEATURE_RUN_PARTS_FANCY) [N/y/?] n
  9881:  start-stop-daemon (12 kb) (START_STOP_DAEMON) [Y/n/?] y
  9882:    Enable long options (FEATURE_START_STOP_DAEMON_LONG_OPTIONS) [Y/n] y
  9883:    Support additional arguments (FEATURE_START_STOP_DAEMON_FANCY) [Y/n/?] y
  9884:  which (3.8 kb) (WHICH) [Y/n/?] y
  9885:  *
  9886:  * klibc-utils
  9887:  *
  9888:  minips (11 kb) (MINIPS) [N/y/?] n
  9889:  nuke (2.9 kb) (NUKE) [Y/n/?] y
  9890:  resume (3.2 kb) (RESUME) [Y/n/?] y
  9891:  run-init (7.7 kb) (RUN_INIT) [Y/n/?] y
  9892:  *
  9893:  * Editors
  9894:  *
  9895:  awk (23 kb) (AWK) [Y/n/?] y
  9896:    Enable math functions (requires libm) (FEATURE_AWK_LIBM) [N/y/?] n
  9897:    Enable a few GNU extensions (FEATURE_AWK_GNU_EXTENSIONS) [Y/n/?] y
  9898:  cmp (4.9 kb) (CMP) [Y/n/?] y
  9899:  diff (13 kb) (DIFF) [Y/n/?] y
  9900:    Enable long options (FEATURE_DIFF_LONG_OPTIONS) [N/y] n
  9901:    Enable directory support (FEATURE_DIFF_DIR) [Y/n/?] y
  9902:  ed (21 kb) (ED) [N/y/?] n
  9903:  patch (9.4 kb) (PATCH) [Y/n/?] y
  9904:  sed (12 kb) (SED) [Y/n/?] y
  9905:  vi (23 kb) (VI) [Y/n/?] y
  9906:    Maximum screen width (FEATURE_VI_MAX_LEN) [4096] 4096
  9907:    Allow to display 8-bit chars (otherwise shows dots) (FEATURE_VI_8BIT) [Y/n/?] y
  9908:    Enable ":" colon commands (no "ex" mode) (FEATURE_VI_COLON) [Y/n/?] y
  9909:      Expand "%" and "#" in colon commands (FEATURE_VI_COLON_EXPAND) [Y/n/?] (NEW)   Enable yank/put commands and mark cmds (FEATURE_VI_YANKMARK) [Y/n/?] y
  9910:    Enable search and replace cmds (FEATURE_VI_SEARCH) [Y/n/?] y
  9911:      Enable regex in search and replace (FEATURE_VI_REGEX_SEARCH) [N/y/?] n
  9912:    Catch signals (FEATURE_VI_USE_SIGNALS) [Y/n/?] y
  9913:    Remember previous cmd and "." cmd (FEATURE_VI_DOT_CMD) [Y/n/?] y
  9914:    Enable -R option and "view" mode (FEATURE_VI_READONLY) [Y/n/?] y
  9915:    Enable settable options, ai ic showmatch (FEATURE_VI_SETOPTS) [Y/n/?] y
  9916:    Support :set (FEATURE_VI_SET) [Y/n] y
  9917:    Handle window resize (FEATURE_VI_WIN_RESIZE) [Y/n/?] y
  9918:    Use 'tell me cursor position' ESC sequence to measure window (FEATURE_VI_ASK_TERMINAL) [Y/n/?] y
  9919:    Support undo command "u" (FEATURE_VI_UNDO) [Y/n/?] y
  9920:      Enable undo operation queuing (FEATURE_VI_UNDO_QUEUE) [Y/n/?] y
  9921:        Maximum undo character queue size (FEATURE_VI_UNDO_QUEUE_MAX) [256] 256
  9922:    Enable verbose status reporting (FEATURE_VI_VERBOSE_STATUS) [Y/n/?] (NEW)   Allow vi and awk to execute shell commands (FEATURE_ALLOW_EXEC) [Y/n/?] y
  9923:  *
  9924:  * Finding Utilities
  9925:  *
  9926:  find (14 kb) (FIND) [Y/n/?] y
  9927:    Enable -print0: NUL-terminated output (FEATURE_FIND_PRINT0) [Y/n/?] y
  9928:    Enable -mtime: modified time matching (FEATURE_FIND_MTIME) [Y/n/?] y
  9929:    Enable -mmin: modified time matching by minutes (FEATURE_FIND_MMIN) [Y/n/?] y
  9930:    Enable -perm: permissions matching (FEATURE_FIND_PERM) [Y/n] y
  9931:    Enable -type: file type matching (file/dir/link/...) (FEATURE_FIND_TYPE) [Y/n/?] y
  9932:    Enable -executable: file is executable (FEATURE_FIND_EXECUTABLE) [Y/n] (NEW)   Enable -xdev: 'stay in filesystem' (FEATURE_FIND_XDEV) [Y/n] y
  9933:    Enable -mindepth N and -maxdepth N (FEATURE_FIND_MAXDEPTH) [Y/n] y
  9934:    Enable -newer: compare file modification times (FEATURE_FIND_NEWER) [Y/n/?] y
  9935:    Enable -inum: inode number matching (FEATURE_FIND_INUM) [N/y] n
  9936:    Enable -exec: execute commands (FEATURE_FIND_EXEC) [Y/n/?] y
  9937:      Enable -exec ... {} + (FEATURE_FIND_EXEC_PLUS) [Y/n/?] y
  9938:    Enable -user: username/uid matching (FEATURE_FIND_USER) [Y/n] y
  9939:    Enable -group: group/gid matching (FEATURE_FIND_GROUP) [Y/n] y
  9940:    Enable the 'not' (!) operator (FEATURE_FIND_NOT) [Y/n/?] y
  9941:    Enable -depth (FEATURE_FIND_DEPTH) [Y/n/?] y
  9942:    Enable parens in options (FEATURE_FIND_PAREN) [Y/n/?] y
  9943:    Enable -size: file size matching (FEATURE_FIND_SIZE) [Y/n] y
  9944:    Enable -prune: exclude subdirectories (FEATURE_FIND_PRUNE) [Y/n/?] y
  9945:    Enable -quit: exit (FEATURE_FIND_QUIT) [Y/n/?] (NEW)   Enable -delete: delete files/dirs (FEATURE_FIND_DELETE) [N/y/?] n
  9946:    Enable -empty: match empty files or directories (FEATURE_FIND_EMPTY) [Y/n/?] (NEW)   Enable -path: match pathname with shell pattern (FEATURE_FIND_PATH) [Y/n/?] y
  9947:    Enable -regex: match pathname with regex (FEATURE_FIND_REGEX) [Y/n/?] y
  9948:    Enable -links: link count matching (FEATURE_FIND_LINKS) [N/y/?] n
  9949:  grep (8.6 kb) (GREP) [Y/n/?] y
  9950:  egrep (7.8 kb) (EGREP) [Y/n/?] y
  9951:  fgrep (7.8 kb) (FGREP) [Y/n/?] y
  9952:    Enable before and after context flags (-A, -B and -C) (FEATURE_GREP_CONTEXT) [Y/n/?] y
  9953:  xargs (7.2 kb) (XARGS) [Y/n/?] y
  9954:    Enable -p: prompt and confirmation (FEATURE_XARGS_SUPPORT_CONFIRMATION) [N/y/?] n
  9955:    Enable single and double quotes and backslash (FEATURE_XARGS_SUPPORT_QUOTES) [Y/n/?] y
  9956:    Enable -x: exit if -s or -n is exceeded (FEATURE_XARGS_SUPPORT_TERMOPT) [Y/n/?] y
  9957:    Enable -0: NUL-terminated input (FEATURE_XARGS_SUPPORT_ZERO_TERM) [Y/n/?] y
  9958:    Enable -I STR: string to replace (FEATURE_XARGS_SUPPORT_REPL_STR) [Y/n/?] y
  9959:    Enable -P N: processes to run in parallel (FEATURE_XARGS_SUPPORT_PARALLEL) [Y/n] y
  9960:    Enable -a FILE: use FILE instead of stdin (FEATURE_XARGS_SUPPORT_ARGS_FILE) [Y/n] y
  9961:  *
  9962:  * Init Utilities
  9963:  *
  9964:  bootchartd (10 kb) (BOOTCHARTD) [N/y/?] n
  9965:  halt (4 kb) (HALT) [Y/n/?] y
  9966:  poweroff (4 kb) (POWEROFF) [Y/n/?] y
  9967:  reboot (4 kb) (REBOOT) [Y/n/?] y
  9968:    Before signaling init, make sure it is ready for it (FEATURE_WAIT_FOR_INIT) [Y/n/?] (NEW) init (10 kb) (INIT) [Y/n/?] y
  9969:  linuxrc: support running init from initrd (not initramfs) (LINUXRC) [Y/n/?] y
  9970:    Support reading an inittab file (FEATURE_USE_INITTAB) [Y/n/?] y
  9971:      Support killing processes that have been removed from inittab (FEATURE_KILL_REMOVED) [Y/n/?] y
  9972:        How long to wait between TERM and KILL (0 - send TERM only) (FEATURE_KILL_DELAY) [0] 0
  9973:    Run commands with leading dash with controlling tty (FEATURE_INIT_SCTTY) [Y/n/?] y
  9974:    Enable init to write to syslog (FEATURE_INIT_SYSLOG) [Y/n/?] y
  9975:    Be quiet on boot (no 'init started:' message) (FEATURE_INIT_QUIET) [Y/n] y
  9976:    Support dumping core for child processes (debugging only) (FEATURE_INIT_COREDUMPS) [N/y/?] n
  9977:    Initial terminal type (INIT_TERMINAL_TYPE) [linux] linux
  9978:    Clear init's command line (FEATURE_INIT_MODIFY_CMDLINE) [Y/n/?] y
  9979:  *
  9980:  * Login/Password Management Utilities
  9981:  *
  9982:  Support shadow passwords (FEATURE_SHADOWPASSWDS) [Y/n/?] y
  9983:  Use internal password and group functions rather than system functions (USE_BB_PWD_GRP) [N/y/?] n
  9984:  Use internal crypt functions (USE_BB_CRYPT) [Y/n/?] y
  9985:    Enable SHA256/512 crypt functions (USE_BB_CRYPT_SHA) [N/y/?] n
  9986:  add-shell (3.1 kb) (ADD_SHELL) [N/y/?] n
  9987:  remove-shell (3 kb) (REMOVE_SHELL) [N/y/?] n
  9988:  addgroup (8.6 kb) (ADDGROUP) [Y/n/?] y
  9989:    Support adding users to groups (FEATURE_ADDUSER_TO_GROUP) [N/y/?] n
  9990:  adduser (15 kb) (ADDUSER) [Y/n/?] y
  9991:    Enable sanity check on user/group names in adduser and addgroup (FEATURE_CHECK_NAMES) [N/y/?] n
  9992:    Last valid uid or gid for adduser and addgroup (LAST_ID) [60000] 60000
  9993:    First valid system uid or gid for adduser and addgroup (FIRST_SYSTEM_ID) [100] 100
  9994:    Last valid system uid or gid for adduser and addgroup (LAST_SYSTEM_ID) [999] 999
  9995:  chpasswd (18 kb) (CHPASSWD) [N/y/?] n
  9996:    Default encryption method (passwd -a, cryptpw -m, chpasswd -c ALG) (FEATURE_DEFAULT_PASSWD_ALGO) [md5] md5
  9997:  cryptpw (14 kb) (CRYPTPW) [N/y/?] n
  9998:  mkpasswd (15 kb) (MKPASSWD) [Y/n/?] y
  9999:  deluser (9.1 kb) (DELUSER) [Y/n/?] y
 10000:  delgroup (6.4 kb) (DELGROUP) [Y/n/?] y
 10001:    Support removing users from groups (FEATURE_DEL_USER_FROM_GROUP) [N/y/?] n
 10002:  getty (10 kb) (GETTY) [Y/n/?] y
 10003:  login (24 kb) (LOGIN) [Y/n/?] y
 10004:    Run logged in session in a child process (LOGIN_SESSION_AS_CHILD) [N/y/?] n
 10005:    Support login scripts (LOGIN_SCRIPTS) [N/y/?] n
 10006:    Support /etc/nologin (FEATURE_NOLOGIN) [Y/n/?] y
 10007:    Support /etc/securetty (FEATURE_SECURETTY) [Y/n/?] y
 10008:  passwd (21 kb) (PASSWD) [Y/n/?] y
 10009:    Check new passwords for weakness (FEATURE_PASSWD_WEAK_CHECK) [Y/n/?] y
 10010:  su (19 kb) (SU) [Y/n/?] y
 10011:    Log to syslog all attempts to use su (FEATURE_SU_SYSLOG) [Y/n] y
 10012:    If user's shell is not in /etc/shells, disallow -s PROG (FEATURE_SU_CHECKS_SHELLS) [Y/n] y
 10013:    Allow blank passwords only on TTYs in /etc/securetty (FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY) [N/y] n
 10014:  sulogin (17 kb) (SULOGIN) [Y/n/?] y
 10015:  vlock (17 kb) (VLOCK) [Y/n/?] y
 10016:  *
 10017:  * Linux Ext2 FS Progs
 10018:  *
 10019:  chattr (3.8 kb) (CHATTR) [Y/n/?] y
 10020:  fsck (7.4 kb) (FSCK) [Y/n/?] y
 10021:  lsattr (5.5 kb) (LSATTR) [Y/n/?] y
 10022:  tune2fs (4.4 kb) (TUNE2FS) [N/y/?] n
 10023:  *
 10024:  * Linux Module Utilities
 10025:  *
 10026:  Simplified modutils (MODPROBE_SMALL) [N/y/?] n
 10027:  depmod (27 kb) (DEPMOD) [N/y/?] n
 10028:  insmod (22 kb) (INSMOD) [Y/n/?] y
 10029:  lsmod (1.9 kb) (LSMOD) [Y/n/?] y
 10030:    Pretty output (FEATURE_LSMOD_PRETTY_2_6_OUTPUT) [Y/n/?] y
 10031:  modinfo (24 kb) (MODINFO) [N/y/?] n
 10032:  modprobe (28 kb) (MODPROBE) [Y/n/?] y
 10033:    Blacklist support (FEATURE_MODPROBE_BLACKLIST) [N/y/?] n
 10034:  rmmod (3.3 kb) (RMMOD) [Y/n/?] y
 10035:  *
 10036:  * Options common to multiple modutils
 10037:  *
 10038:  Accept module options on modprobe command line (FEATURE_CMDLINE_MODULE_OPTIONS) [Y/n/?] y
 10039:  Support version 2.2/2.4 Linux kernels (FEATURE_2_4_MODULES) [N/y/?] n
 10040:  Support tainted module checking with new kernels (FEATURE_CHECK_TAINTED_MODULE) [Y/n/?] y
 10041:  Try to load module from a mmap'ed area (FEATURE_INSMOD_TRY_MMAP) [N/y/?] n
 10042:  Support module.aliases file (FEATURE_MODUTILS_ALIAS) [Y/n/?] y
 10043:  Support module.symbols file (FEATURE_MODUTILS_SYMBOLS) [Y/n/?] y
 10044:  Default directory containing modules (DEFAULT_MODULES_DIR) [/lib/modules] /lib/modules
 10045:  Default name of modules.dep (DEFAULT_DEPMOD_FILE) [modules.dep] modules.dep
 10046:  *
 10047:  * Linux System Utilities
 10048:  *
 10049:  acpid (9 kb) (ACPID) [N/y/?] n
 10050:  blkdiscard (4.3 kb) (BLKDISCARD) [N/y/?] n
 10051:  blkid (12 kb) (BLKID) [Y/n/?] y
 10052:    Print filesystem type (FEATURE_BLKID_TYPE) [N/y/?] n
 10053:  blockdev (2.3 kb) (BLOCKDEV) [N/y/?] n
 10054:  cal (5.8 kb) (CAL) [N/y/?] n
 10055:  chrt (4.7 kb) (CHRT) [Y/n/?] y
 10056:  dmesg (3.7 kb) (DMESG) [Y/n/?] y
 10057:    Pretty output (FEATURE_DMESG_PRETTY) [Y/n/?] y
 10058:  eject (4 kb) (EJECT) [Y/n/?] y
 10059:    SCSI support (FEATURE_EJECT_SCSI) [N/y/?] n
 10060:  fallocate (4.1 kb) (FALLOCATE) [Y/n/?] y
 10061:  fatattr (1.9 kb) (FATATTR) [N/y/?] n
 10062:  fbset (5.9 kb) (FBSET) [Y/n/?] y
 10063:    Enable extra options (FEATURE_FBSET_FANCY) [Y/n/?] y
 10064:    Enable readmode support (FEATURE_FBSET_READMODE) [Y/n/?] y
 10065:  fdformat (4.4 kb) (FDFORMAT) [Y/n/?] y
 10066:  fdisk (37 kb) (FDISK) [Y/n/?] y
 10067:    Write support (FEATURE_FDISK_WRITABLE) [Y/n/?] y
 10068:      Support AIX disklabels (FEATURE_AIX_LABEL) [N/y/?] n
 10069:      Support SGI disklabels (FEATURE_SGI_LABEL) [N/y/?] n
 10070:      Support SUN disklabels (FEATURE_SUN_LABEL) [N/y/?] n
 10071:      Support BSD disklabels (FEATURE_OSF_LABEL) [N/y/?] n
 10072:      Support GPT disklabels (FEATURE_GPT_LABEL) [Y/n/?] y
 10073:      Support expert mode (FEATURE_FDISK_ADVANCED) [Y/n/?] y
 10074:  findfs (12 kb) (FINDFS) [N/y/?] n
 10075:  flock (6.3 kb) (FLOCK) [Y/n/?] y
 10076:  fdflush (1.3 kb) (FDFLUSH) [Y/n/?] y
 10077:  freeramdisk (1.3 kb) (FREERAMDISK) [Y/n/?] y
 10078:  fsck.minix (13 kb) (FSCK_MINIX) [N/y/?] n
 10079:  fsfreeze (3.5 kb) (FSFREEZE) [Y/n/?] y
 10080:  fstrim (4.4 kb) (FSTRIM) [Y/n/?] y
 10081:  getopt (5.8 kb) (GETOPT) [Y/n/?] y
 10082:    Support -l LONGOPTs (FEATURE_GETOPT_LONG) [Y/n/?] y
 10083:  hexdump (8.6 kb) (HEXDUMP) [Y/n/?] y
 10084:  hd (7.8 kb) (HD) [N/y/?] n
 10085:  xxd (8.9 kb) (XXD) [Y/n/?] y
 10086:  hwclock (5.8 kb) (HWCLOCK) [Y/n/?] y
 10087:    Use FHS /var/lib/hwclock/adjtime (FEATURE_HWCLOCK_ADJTIME_FHS) [Y/n/?] y
 10088:  ionice (3.8 kb) (IONICE) [N/y/?] n
 10089:  ipcrm (3.2 kb) (IPCRM) [Y/n/?] y
 10090:  ipcs (11 kb) (IPCS) [Y/n/?] y
 10091:  last (6.1 kb) (LAST) [Y/n/?] y
 10092:    Output extra information (FEATURE_LAST_FANCY) [N/y/?] n
 10093:  losetup (5.5 kb) (LOSETUP) [Y/n/?] y
 10094:  lspci (6.3 kb) (LSPCI) [Y/n/?] y
 10095:  lsusb (4.2 kb) (LSUSB) [Y/n/?] y
 10096:  mdev (17 kb) (MDEV) [Y/n/?] y
 10097:    Support /etc/mdev.conf (FEATURE_MDEV_CONF) [Y/n/?] y
 10098:      Support subdirs/symlinks (FEATURE_MDEV_RENAME) [Y/n/?] y
 10099:        Support regular expressions substitutions when renaming device (FEATURE_MDEV_RENAME_REGEXP) [N/y/?] n
 10100:      Support command execution at device addition/removal (FEATURE_MDEV_EXEC) [Y/n/?] y
 10101:    Support loading of firmware (FEATURE_MDEV_LOAD_FIRMWARE) [N/y/?] n
 10102:    Support daemon mode (FEATURE_MDEV_DAEMON) [Y/n/?] y
 10103:  mesg (1.4 kb) (MESG) [Y/n/?] y
 10104:    Enable writing to tty only by group, not by everybody (FEATURE_MESG_ENABLE_ONLY_GROUP) [Y/n/?] y
 10105:  mke2fs (10 kb) (MKE2FS) [Y/n/?] y
 10106:  mkfs.ext2 (10 kb) (MKFS_EXT2) [N/y/?] n
 10107:  mkfs.minix (10 kb) (MKFS_MINIX) [N/y/?] n
 10108:  mkfs_reiser (MKFS_REISER) [N/y/?] n
 10109:  mkdosfs (7.2 kb) (MKDOSFS) [Y/n/?] y
 10110:  mkfs.vfat (7.2 kb) (MKFS_VFAT) [N/y/?] n
 10111:  mkswap (6.3 kb) (MKSWAP) [Y/n/?] y
 10112:    UUID support (FEATURE_MKSWAP_UUID) [N/y/?] n
 10113:  more (7 kb) (MORE) [Y/n/?] y
 10114:  mount (23 kb) (MOUNT) [Y/n/?] y
 10115:    Support -f (fake mount) (FEATURE_MOUNT_FAKE) [N/y/?] n
 10116:    Support -v (verbose) (FEATURE_MOUNT_VERBOSE) [N/y/?] n
 10117:    Support mount helpers (FEATURE_MOUNT_HELPERS) [N/y/?] n
 10118:    Support specifying devices by label or UUID (FEATURE_MOUNT_LABEL) [N/y/?] n
 10119:    Support mounting NFS file systems on Linux < 2.6.23 (FEATURE_MOUNT_NFS) [N/y/?] n
 10120:    Support mounting CIFS/SMB file systems (FEATURE_MOUNT_CIFS) [Y/n/?] y
 10121:    Support lots of -o flags (FEATURE_MOUNT_FLAGS) [Y/n/?] y
 10122:    Support /etc/fstab and -a (mount all) (FEATURE_MOUNT_FSTAB) [Y/n/?] y
 10123:      Support -T <alt_fstab> (FEATURE_MOUNT_OTHERTAB) [Y/n/?] y
 10124:  mountpoint (4.9 kb) (MOUNTPOINT) [Y/n/?] y
 10125:  nologin (NOLOGIN) [Y/n/?] (NEW)   Enable dependencies for nologin (NOLOGIN_DEPENDENCIES) [N/y/?] (NEW) nsenter (6.5 kb) (NSENTER) [N/y/?] n
 10126:  pivot_root (1.1 kb) (PIVOT_ROOT) [Y/n/?] y
 10127:  rdate (5.6 kb) (RDATE) [Y/n/?] y
 10128:  rdev (1.8 kb) (RDEV) [N/y/?] n
 10129:  readprofile (7.1 kb) (READPROFILE) [Y/n/?] y
 10130:  renice (4.2 kb) (RENICE) [Y/n/?] y
 10131:  rev (4.4 kb) (REV) [N/y/?] n
 10132:  rtcwake (6.8 kb) (RTCWAKE) [N/y/?] n
 10133:  script (8.6 kb) (SCRIPT) [N/y/?] n
 10134:  scriptreplay (2.4 kb) (SCRIPTREPLAY) [N/y/?] n
 10135:  setarch (3.6 kb) (SETARCH) [Y/n/?] y
 10136:  linux32 (3.3 kb) (LINUX32) [Y/n/?] y
 10137:  linux64 (3.3 kb) (LINUX64) [Y/n/?] y
 10138:  setpriv (6.6 kb) (SETPRIV) [Y/n/?] y
 10139:    Support dumping current privilege state (FEATURE_SETPRIV_DUMP) [Y/n/?] y
 10140:    Support capabilities (FEATURE_SETPRIV_CAPABILITIES) [Y/n/?] y
 10141:      Support capability names (FEATURE_SETPRIV_CAPABILITY_NAMES) [Y/n/?] y
 10142:  setsid (3.6 kb) (SETSID) [Y/n/?] y
 10143:  swapon (15 kb) (SWAPON) [Y/n/?] y
 10144:    Support discard option -d (FEATURE_SWAPON_DISCARD) [N/y/?] n
 10145:    Support priority option -p (FEATURE_SWAPON_PRI) [N/y/?] n
 10146:  swapoff (14 kb) (SWAPOFF) [Y/n] y
 10147:    Support specifying devices by label or UUID (FEATURE_SWAPONOFF_LABEL) [Y/n/?] y
 10148:  switch_root (5.5 kb) (SWITCH_ROOT) [Y/n/?] y
 10149:  taskset (4.2 kb) (TASKSET) [N/y/?] n
 10150:  uevent (3.1 kb) (UEVENT) [Y/n/?] y
 10151:  umount (5.1 kb) (UMOUNT) [Y/n/?] y
 10152:    Support -a (unmount all) (FEATURE_UMOUNT_ALL) [Y/n/?] y
 10153:  unshare (7.2 kb) (UNSHARE) [N/y/?] n
 10154:  wall (2.6 kb) (WALL) [N/y/?] n
 10155:  *
 10156:  * Common options for mount/umount
 10157:  *
 10158:  Support loopback mounts (FEATURE_MOUNT_LOOP) [Y/n/?] y
 10159:    Create new loopback devices if needed (FEATURE_MOUNT_LOOP_CREATE) [Y/n/?] y
 10160:  Support old /etc/mtab file (FEATURE_MTAB_SUPPORT) [N/y/?] n
 10161:  *
 10162:  * Filesystem/Volume identification
 10163:  *
 10164:  bcache filesystem (FEATURE_VOLUMEID_BCACHE) [N/y] n
 10165:  btrfs filesystem (FEATURE_VOLUMEID_BTRFS) [N/y] n
 10166:  cramfs filesystem (FEATURE_VOLUMEID_CRAMFS) [N/y] n
 10167:  erofs filesystem (FEATURE_VOLUMEID_EROFS) [Y/n/?] (NEW) exFAT filesystem (FEATURE_VOLUMEID_EXFAT) [Y/n/?] y
 10168:  Ext filesystem (FEATURE_VOLUMEID_EXT) [Y/n] y
 10169:  f2fs filesystem (FEATURE_VOLUMEID_F2FS) [Y/n/?] y
 10170:  fat filesystem (FEATURE_VOLUMEID_FAT) [Y/n] y
 10171:  hfs filesystem (FEATURE_VOLUMEID_HFS) [N/y] n
 10172:  iso9660 filesystem (FEATURE_VOLUMEID_ISO9660) [N/y] n
 10173:  jfs filesystem (FEATURE_VOLUMEID_JFS) [N/y] n
 10174:  linuxraid (FEATURE_VOLUMEID_LINUXRAID) [N/y] n
 10175:  linux swap filesystem (FEATURE_VOLUMEID_LINUXSWAP) [N/y] n
 10176:  luks filesystem (FEATURE_VOLUMEID_LUKS) [N/y] n
 10177:  minix filesystem (FEATURE_VOLUMEID_MINIX) [Y/n] y
 10178:  nilfs filesystem (FEATURE_VOLUMEID_NILFS) [N/y/?] n
 10179:  ntfs filesystem (FEATURE_VOLUMEID_NTFS) [N/y] n
 10180:  ocfs2 filesystem (FEATURE_VOLUMEID_OCFS2) [N/y] n
 10181:  Reiser filesystem (FEATURE_VOLUMEID_REISERFS) [N/y] n
 10182:  romfs filesystem (FEATURE_VOLUMEID_ROMFS) [N/y] n
 10183:  sysv filesystem (FEATURE_VOLUMEID_SYSV) [N/y] n
 10184:  UBIFS filesystem (FEATURE_VOLUMEID_UBIFS) [Y/n/?] y
 10185:  udf filesystem (FEATURE_VOLUMEID_UDF) [N/y] n
 10186:  xfs filesystem (FEATURE_VOLUMEID_XFS) [N/y] n
 10187:  *
 10188:  * Miscellaneous Utilities
 10189:  *
 10190:  adjtimex (4.7 kb) (ADJTIMEX) [N/y/?] n
 10191:  ascii (ASCII) [Y/n/?] (NEW) bbconfig (9.7 kb) (BBCONFIG) [N/y/?] n
 10192:  bc (45 kb) (BC) [Y/n/?] (NEW) dc (36 kb) (DC) [Y/n/?] y
 10193:    Use bc code base for dc (larger, more features) (FEATURE_DC_BIG) [Y] (NEW) y
 10194:      Interactive mode (+4kb) (FEATURE_BC_INTERACTIVE) [Y/n/?] (NEW)     Enable bc/dc long options (FEATURE_BC_LONG_OPTIONS) [Y/n] (NEW) beep (2.4 kb) (BEEP) [N/y/?] n
 10195:  chat (6.3 kb) (CHAT) [N/y/?] n
 10196:  conspy (10 kb) (CONSPY) [N/y/?] n
 10197:  crond (14 kb) (CROND) [Y/n/?] y
 10198:    Support -d (redirect output to stderr) (FEATURE_CROND_D) [N/y/?] n
 10199:    Report command output via email (using sendmail) (FEATURE_CROND_CALL_SENDMAIL) [N/y/?] n
 10200:    Support special times (@reboot, @daily, etc) in crontabs (FEATURE_CROND_SPECIAL_TIMES) [Y/n/?] y
 10201:    crond spool directory (FEATURE_CROND_DIR) [/var/spool/cron] /var/spool/cron
 10202:  crontab (10 kb) (CRONTAB) [Y/n/?] y
 10203:  devfsd (obsolete) (DEVFSD) [N/y/?] n
 10204:  Use devfs names for all devices (obsolete) (FEATURE_DEVFS) [N/y/?] n
 10205:  devmem (2.5 kb) (DEVMEM) [Y/n/?] y
 10206:  fbsplash (26 kb) (FBSPLASH) [N/y/?] n
 10207:  flash_eraseall (5.9 kb) (FLASH_ERASEALL) [N/y/?] n
 10208:  flash_lock (2.1 kb) (FLASH_LOCK) [N/y/?] n
 10209:  flash_unlock (1.3 kb) (FLASH_UNLOCK) [N/y/?] n
 10210:  flashcp (5.3 kb) (FLASHCP) [N/y/?] n
 10211:  hdparm (25 kb) (HDPARM) [Y/n/?] y
 10212:    Support obtaining detailed information directly from drives (FEATURE_HDPARM_GET_IDENTITY) [Y/n/?] y
 10213:    Register an IDE interface (DANGEROUS) (FEATURE_HDPARM_HDIO_SCAN_HWIF) [N/y/?] n
 10214:    Un-register an IDE interface (DANGEROUS) (FEATURE_HDPARM_HDIO_UNREGISTER_HWIF) [N/y/?] n
 10215:    Perform device reset (DANGEROUS) (FEATURE_HDPARM_HDIO_DRIVE_RESET) [N/y/?] n
 10216:    Tristate device for hotswap (DANGEROUS) (FEATURE_HDPARM_HDIO_TRISTATE_HWIF) [N/y/?] n
 10217:    Get/set using_dma flag (FEATURE_HDPARM_HDIO_GETSET_DMA) [N/y/?] n
 10218:  hexedit (21 kb) (HEXEDIT) [Y/n/?] y
 10219:  i2cget (5.5 kb) (I2CGET) [Y/n/?] y
 10220:  i2cset (6.7 kb) (I2CSET) [Y/n/?] y
 10221:  i2cdump (7.1 kb) (I2CDUMP) [Y/n/?] y
 10222:  i2cdetect (7.1 kb) (I2CDETECT) [Y/n/?] y
 10223:  i2ctransfer (4.0 kb) (I2CTRANSFER) [Y/n/?] (NEW) inotifyd (3.6 kb) (INOTIFYD) [N/y/?] n
 10224:  less (16 kb) (LESS) [Y/n/?] y
 10225:    Max number of input lines less will try to eat (FEATURE_LESS_MAXLINES) [9999999] 9999999
 10226:    Enable bracket searching (FEATURE_LESS_BRACKETS) [Y/n/?] y
 10227:    Enable -m/-M (FEATURE_LESS_FLAGS) [Y/n/?] y
 10228:    Enable -S (FEATURE_LESS_TRUNCATE) [Y/n/?] y
 10229:    Enable marks (FEATURE_LESS_MARKS) [N/y/?] n
 10230:    Enable regular expressions (FEATURE_LESS_REGEXP) [Y/n/?] y
 10231:    Enable automatic resizing on window size changes (FEATURE_LESS_WINCH) [N/y/?] n
 10232:    Enable flag changes ('-' command) (FEATURE_LESS_DASHCMD) [N/y/?] n
 10233:  lsscsi (2.5 kb) (LSSCSI) [Y/n/?] y
 10234:  makedevs (9.2 kb) (MAKEDEVS) [Y/n/?] y
 10235:    Choose makedevs behaviour
 10236:      1. leaf (FEATURE_MAKEDEVS_LEAF)
 10237:    > 2. table (FEATURE_MAKEDEVS_TABLE)
 10238:    choice[1-2]: 2
 10239:  man (26 kb) (MAN) [N/y/?] n
 10240:  microcom (5.7 kb) (MICROCOM) [Y/n/?] y
 10241:  mim (0.5 kb) (MIM) [Y/n/?] (NEW) mt (2.5 kb) (MT) [Y/n/?] y
 10242:  nandwrite (4.8 kb) (NANDWRITE) [N/y/?] n
 10243:  nanddump (5.2 kb) (NANDDUMP) [N/y/?] n
 10244:  partprobe (3.5 kb) (PARTPROBE) [Y/n/?] y
 10245:  raidautorun (1.3 kb) (RAIDAUTORUN) [N/y/?] n
 10246:  readahead (1.5 kb) (READAHEAD) [N/y/?] n
 10247:  rfkill (4.4 kb) (RFKILL) [N/y/?] n
 10248:  runlevel (559 bytes) (RUNLEVEL) [Y/n/?] y
 10249:  rx (2.9 kb) (RX) [N/y/?] n
 10250:  setfattr (3.7 kb) (SETFATTR) [Y/n/?] y
 10251:  setserial (6.9 kb) (SETSERIAL) [Y/n/?] y
 10252:  strings (4.6 kb) (STRINGS) [Y/n/?] y
 10253:  time (6.8 kb) (TIME) [Y/n/?] y
 10254:  ts (450 bytes) (TS) [Y/n] (NEW) ttysize (432 bytes) (TTYSIZE) [N/y/?] n
 10255:  ubiattach (4.2 kb) (UBIATTACH) [N/y/?] n
 10256:  ubidetach (4.1 kb) (UBIDETACH) [N/y/?] n
 10257:  ubimkvol (5.3 kb) (UBIMKVOL) [N/y/?] n
 10258:  ubirmvol (4.9 kb) (UBIRMVOL) [N/y/?] n
 10259:  ubirsvol (4.2 kb) (UBIRSVOL) [N/y/?] n
 10260:  ubiupdatevol (5.2 kb) (UBIUPDATEVOL) [N/y/?] n
 10261:  ubirename (2.4 kb) (UBIRENAME) [Y/n/?] y
 10262:  volname (1.6 kb) (VOLNAME) [N/y/?] n
 10263:  watchdog (5.3 kb) (WATCHDOG) [Y/n/?] y
 10264:    Open watchdog device twice, closing it gracefully in between (FEATURE_WATCHDOG_OPEN_TWICE) [N/y/?] (NEW) *
 10265:  * Networking Utilities
 10266:  *
 10267:  Enable IPv6 support (FEATURE_IPV6) [Y/n/?] y
 10268:  Enable Unix domain socket support (usually not needed) (FEATURE_UNIX_LOCAL) [N/y/?] n
 10269:  Prefer IPv4 addresses from DNS queries (FEATURE_PREFER_IPV4_ADDRESS) [Y/n/?] y
 10270:  Verbose resolution errors (VERBOSE_RESOLUTION_ERRORS) [N/y/?] n
 10271:  arp (10 kb) (ARP) [Y/n/?] y
 10272:  arping (9 kb) (ARPING) [Y/n/?] y
 10273:  brctl (4.7 kb) (BRCTL) [N/y/?] n
 10274:  dnsd (9.8 kb) (DNSD) [Y/n/?] y
 10275:  ether-wake (4.9 kb) (ETHER_WAKE) [Y/n/?] y
 10276:  ftpd (30 kb) (FTPD) [N/y/?] n
 10277:  ftpget (7.8 kb) (FTPGET) [N/y/?] n
 10278:  ftpput (7.5 kb) (FTPPUT) [N/y/?] n
 10279:  hostname (5.5 kb) (HOSTNAME) [Y/n/?] y
 10280:  dnsdomainname (3.6 kb) (DNSDOMAINNAME) [Y/n/?] y
 10281:  httpd (32 kb) (HTTPD) [N/y/?] n
 10282:  ifconfig (12 kb) (IFCONFIG) [Y/n/?] y
 10283:    Enable status reporting output (+7k) (FEATURE_IFCONFIG_STATUS) [Y/n/?] y
 10284:    Enable slip-specific options "keepalive" and "outfill" (FEATURE_IFCONFIG_SLIP) [Y/n/?] y
 10285:    Enable options "mem_start", "io_addr", and "irq" (FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ) [Y/n/?] y
 10286:    Enable option "hw" (ether only) (FEATURE_IFCONFIG_HW) [Y/n/?] y
 10287:    Set the broadcast automatically (FEATURE_IFCONFIG_BROADCAST_PLUS) [N/y/?] n
 10288:  ifenslave (13 kb) (IFENSLAVE) [N/y/?] n
 10289:  ifplugd (10 kb) (IFPLUGD) [N/y/?] n
 10290:  ifup (14 kb) (IFUP) [Y/n/?] y
 10291:  ifdown (13 kb) (IFDOWN) [Y/n/?] y
 10292:    Absolute path to ifstate file (IFUPDOWN_IFSTATE_PATH) [/var/run/ifstate] /var/run/ifstate
 10293:    Use ip tool (else ifconfig/route is used) (FEATURE_IFUPDOWN_IP) [Y/n/?] y
 10294:    Support IPv4 (FEATURE_IFUPDOWN_IPV4) [Y/n/?] y
 10295:    Support IPv6 (FEATURE_IFUPDOWN_IPV6) [Y/n/?] y
 10296:    Enable mapping support (FEATURE_IFUPDOWN_MAPPING) [Y/n/?] y
 10297:    Support external DHCP clients (FEATURE_IFUPDOWN_EXTERNAL_DHCP) [N/y/?] n
 10298:  inetd (18 kb) (INETD) [Y/n/?] y
 10299:    Support echo service on port 7 (FEATURE_INETD_SUPPORT_BUILTIN_ECHO) [Y/n/?] y
 10300:    Support discard service on port 8 (FEATURE_INETD_SUPPORT_BUILTIN_DISCARD) [Y/n/?] y
 10301:    Support time service on port 37 (FEATURE_INETD_SUPPORT_BUILTIN_TIME) [Y/n/?] y
 10302:    Support daytime service on port 13 (FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME) [Y/n/?] y
 10303:    Support chargen service on port 19 (FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN) [Y/n/?] y
 10304:    Support RPC services (FEATURE_INETD_RPC) [N/y/?] n
 10305:  ip (35 kb) (IP) [Y/n/?] y
 10306:  ipaddr (14 kb) (IPADDR) [Y/n/?] y
 10307:  iplink (17 kb) (IPLINK) [Y/n/?] y
 10308:  iproute (15 kb) (IPROUTE) [Y/n/?] y
 10309:  iptunnel (9.6 kb) (IPTUNNEL) [Y/n/?] y
 10310:  iprule (10 kb) (IPRULE) [Y/n/?] y
 10311:  ipneigh (8.3 kb) (IPNEIGH) [Y/n/?] y
 10312:  ip address (FEATURE_IP_ADDRESS) [Y/?] y
 10313:  ip link (FEATURE_IP_LINK) [Y/?] y
 10314:  ip route (FEATURE_IP_ROUTE) [Y/?] y
 10315:    ip route configuration directory (FEATURE_IP_ROUTE_DIR) [/etc/iproute2] /etc/iproute2
 10316:  ip tunnel (FEATURE_IP_TUNNEL) [Y/?] y
 10317:  ip rule (FEATURE_IP_RULE) [Y/?] y
 10318:  ip neighbor (FEATURE_IP_NEIGH) [Y/?] y
 10319:  Support displaying rarely used link types (FEATURE_IP_RARE_PROTOCOLS) [N/y/?] n
 10320:  ipcalc (4.4 kb) (IPCALC) [N/y/?] n
 10321:  fakeidentd (8.7 kb) (FAKEIDENTD) [N/y/?] n
 10322:  nameif (6.6 kb) (NAMEIF) [Y/n/?] y
 10323:    Extended nameif (FEATURE_NAMEIF_EXTENDED) [N/y/?] n
 10324:  nbd-client (6 kb) (NBDCLIENT) [N/y/?] n
 10325:  nc (11 kb) (NC) [N/y/?] n
 10326:  netcat (11 kb) (NETCAT) [N/y/?] n
 10327:  netstat (10 kb) (NETSTAT) [Y/n/?] y
 10328:    Enable wide output (FEATURE_NETSTAT_WIDE) [N/y/?] n
 10329:    Enable PID/Program name output (FEATURE_NETSTAT_PRG) [N/y/?] n
 10330:  nslookup (9.7 kb) (NSLOOKUP) [Y/n/?] y
 10331:    Use internal resolver code instead of libc (FEATURE_NSLOOKUP_BIG) [Y/n] (NEW)     Enable long options (FEATURE_NSLOOKUP_LONG_OPTIONS) [Y/n] (NEW) ntpd (22 kb) (NTPD) [N/y/?] n
 10332:  ping (10 kb) (PING) [Y/n/?] y
 10333:  ping6 (11 kb) (PING6) [N/y/?] n
 10334:  Enable fancy ping output (FEATURE_FANCY_PING) [Y/n/?] y
 10335:  pscan (6 kb) (PSCAN) [N/y/?] n
 10336:  route (8.7 kb) (ROUTE) [Y/n/?] y
 10337:  slattach (6.2 kb) (SLATTACH) [N/y/?] n
 10338:  ssl_client (25 kb) (SSL_CLIENT) [N/y/?] n
 10339:  tc (8.3 kb) (TC) [Y/n/?] (NEW)   Enable ingress (FEATURE_TC_INGRESS) [Y/n] (NEW) tcpsvd (14 kb) (TCPSVD) [N/y/?] n
 10340:  udpsvd (13 kb) (UDPSVD) [N/y/?] n
 10341:  telnet (8.8 kb) (TELNET) [Y/n/?] y
 10342:    Pass TERM type to remote host (FEATURE_TELNET_TTYPE) [Y/n/?] y
 10343:    Pass USER type to remote host (FEATURE_TELNET_AUTOLOGIN) [Y/n/?] y
 10344:    Enable window size autodetection (FEATURE_TELNET_WIDTH) [Y/n] y
 10345:  telnetd (12 kb) (TELNETD) [N/y/?] n
 10346:  tftp (11 kb) (TFTP) [Y/n/?] y
 10347:    Enable progress bar (FEATURE_TFTP_PROGRESS_BAR) [N/y] n
 10348:    tftp-hpa compat (support -c get/put FILE) (FEATURE_TFTP_HPA_COMPAT) [Y/n] (NEW) tftpd (10 kb) (TFTPD) [N/y/?] n
 10349:    Enable 'tftp get' and/or tftpd upload code (FEATURE_TFTP_GET) [Y/n/?] y
 10350:    Enable 'tftp put' and/or tftpd download code (FEATURE_TFTP_PUT) [Y/n/?] y
 10351:    Enable 'blksize' and 'tsize' protocol options (FEATURE_TFTP_BLOCKSIZE) [Y/n/?] y
 10352:    Enable debug (TFTP_DEBUG) [N/y/?] n
 10353:  traceroute (11 kb) (TRACEROUTE) [Y/n/?] y
 10354:  traceroute6 (13 kb) (TRACEROUTE6) [N/y/?] n
 10355:  Enable verbose output (FEATURE_TRACEROUTE_VERBOSE) [N/y/?] n
 10356:  Enable -I option (use ICMP instead of UDP) (FEATURE_TRACEROUTE_USE_ICMP) [N/y] n
 10357:  tunctl (6.2 kb) (TUNCTL) [N/y/?] n
 10358:  vconfig (2.3 kb) (VCONFIG) [Y/n/?] y
 10359:  wget (38 kb) (WGET) [Y/n/?] y
 10360:    Enable long options (FEATURE_WGET_LONG_OPTIONS) [Y/n] y
 10361:    Enable progress bar (+2k) (FEATURE_WGET_STATUSBAR) [Y/n] y
 10362:    Enable FTP protocol (+1k) (FEATURE_WGET_FTP) [Y/n/?] (NEW)   Enable HTTP authentication (FEATURE_WGET_AUTHENTICATION) [Y/n/?] y
 10363:    Enable timeout option -T SEC (FEATURE_WGET_TIMEOUT) [Y/n/?] y
 10364:    Support HTTPS using internal TLS code (FEATURE_WGET_HTTPS) [N/y/?] n
 10365:    Try to connect to HTTPS using openssl (FEATURE_WGET_OPENSSL) [N/y/?] n
 10366:  whois (6.3 kb) (WHOIS) [N/y/?] n
 10367:  zcip (8.4 kb) (ZCIP) [N/y/?] n
 10368:  udhcpd (21 kb) (UDHCPD) [N/y/?] n
 10369:  dumpleases (5.1 kb) (DUMPLEASES) [N/y/?] n
 10370:  dhcprelay (5.2 kb) (DHCPRELAY) [N/y/?] n
 10371:  udhcpc (24 kb) (UDHCPC) [Y/n/?] y
 10372:    Verify that the offered address is free, using ARP ping (FEATURE_UDHCPC_ARPING) [Y/n/?] y
 10373:    Do not pass malformed host and domain names (FEATURE_UDHCPC_SANITIZEOPT) [Y/n/?] y
 10374:    Absolute path to config script (UDHCPC_DEFAULT_SCRIPT) [/usr/share/udhcpc/default.script] /usr/share/udhcpc/default.script
 10375:  udhcpc6 (21 kb) (UDHCPC6) [N/y/?] n
 10376:  *
 10377:  * Common options for DHCP applets
 10378:  *
 10379:  Default interface name (UDHCPC_DEFAULT_INTERFACE) [eth0] (NEW) Enable '-P port' option for udhcpd and udhcpc (FEATURE_UDHCP_PORT) [N/y/?] n
 10380:  Maximum verbosity level (0..9) (UDHCP_DEBUG) [0] 0
 10381:  DHCP options slack buffer size (UDHCPC_SLACK_FOR_BUGGY_SERVERS) [80] 80
 10382:  Support RFC 3397 domain search options (FEATURE_UDHCP_RFC3397) [Y/n/?] y
 10383:  Support 802.1Q VLAN parameters options (FEATURE_UDHCP_8021Q) [Y/n/?] y
 10384:  ifup udhcpc command line options (IFUPDOWN_UDHCPC_CMD_OPTIONS) [-R -n -O search] -R -n -O search
 10385:  *
 10386:  * Print Utilities
 10387:  *
 10388:  lpd (5.5 kb) (LPD) [N/y/?] n
 10389:  lpr (9.9 kb) (LPR) [N/y/?] n
 10390:  lpq (9.9 kb) (LPQ) [N/y/?] n
 10391:  *
 10392:  * Mail Utilities
 10393:  *
 10394:  makemime (5.4 kb) (MAKEMIME) [N/y/?] n
 10395:  popmaildir (10 kb) (POPMAILDIR) [N/y/?] n
 10396:  reformime (7.5 kb) (REFORMIME) [N/y/?] n
 10397:  sendmail (14 kb) (SENDMAIL) [N/y/?] n
 10398:  *
 10399:  * Process Utilities
 10400:  *
 10401:  free (3.1 kb) (FREE) [Y/n/?] y
 10402:  fuser (7 kb) (FUSER) [Y/n/?] y
 10403:  iostat (7.6 kb) (IOSTAT) [N/y/?] n
 10404:  kill (3.1 kb) (KILL) [Y/n/?] y
 10405:  killall (5.6 kb) (KILLALL) [Y/n/?] y
 10406:  killall5 (5.3 kb) (KILLALL5) [Y/n/?] y
 10407:  lsof (3.4 kb) (LSOF) [Y/n/?] y
 10408:  mpstat (9.8 kb) (MPSTAT) [N/y/?] n
 10409:  nmeter (11 kb) (NMETER) [N/y/?] n
 10410:  pgrep (6.5 kb) (PGREP) [N/y/?] n
 10411:  pkill (7.5 kb) (PKILL) [N/y/?] n
 10412:  pidof (6.3 kb) (PIDOF) [Y/n/?] y
 10413:    Enable single shot (-s) (FEATURE_PIDOF_SINGLE) [Y/n/?] y
 10414:    Enable omitting pids (-o PID) (FEATURE_PIDOF_OMIT) [Y/n/?] y
 10415:  pmap (6 kb) (PMAP) [N/y/?] n
 10416:  powertop (9.6 kb) (POWERTOP) [N/y/?] n
 10417:  ps (11 kb) (PS) [Y/n/?] y
 10418:    Enable -o time and -o etime specifiers (FEATURE_PS_TIME) [N/y] n
 10419:    Enable -o rgroup, -o ruser, -o nice specifiers (FEATURE_PS_ADDITIONAL_COLUMNS) [N/y] n
 10420:  pstree (9.3 kb) (PSTREE) [N/y/?] n
 10421:  pwdx (3.7 kb) (PWDX) [N/y/?] n
 10422:  smemcap (2.5 kb) (SMEMCAP) [N/y/?] n
 10423:  sysctl (7.4 kb) (BB_SYSCTL) [Y/n/?] y
 10424:  top (18 kb) (TOP) [Y/n/?] y
 10425:    Accept keyboard commands (FEATURE_TOP_INTERACTIVE) [Y/n/?] y
 10426:    Show CPU per-process usage percentage (FEATURE_TOP_CPU_USAGE_PERCENTAGE) [Y/n/?] y
 10427:      Show CPU global usage percentage (FEATURE_TOP_CPU_GLOBAL_PERCENTS) [Y/n/?] y
 10428:        SMP CPU usage display ('c' key) (FEATURE_TOP_SMP_CPU) [N/y/?] n
 10429:      Show 1/10th of a percent in CPU/mem statistics (FEATURE_TOP_DECIMALS) [N/y/?] n
 10430:    Show CPU process runs on ('j' field) (FEATURE_TOP_SMP_PROCESS) [N/y/?] n
 10431:    Topmem command ('s' key) (FEATURE_TOPMEM) [N/y/?] n
 10432:  uptime (3.7 kb) (UPTIME) [Y/n/?] y
 10433:    Show the number of users (FEATURE_UPTIME_UTMP_SUPPORT) [N/y/?] n
 10434:  watch (4.4 kb) (WATCH) [Y/n/?] y
 10435:  Support thread display in ps/pstree/top (FEATURE_SHOW_THREADS) [N/y/?] n
 10436:  *
 10437:  * Runit Utilities
 10438:  *
 10439:  chpst (9 kb) (CHPST) [N/y/?] n
 10440:  setuidgid (4 kb) (SETUIDGID) [N/y/?] n
 10441:  envuidgid (3.9 kb) (ENVUIDGID) [N/y/?] n
 10442:  envdir (2.5 kb) (ENVDIR) [N/y/?] n
 10443:  softlimit (4.5 kb) (SOFTLIMIT) [N/y/?] n
 10444:  runsv (7.8 kb) (RUNSV) [N/y/?] n
 10445:  runsvdir (6.3 kb) (RUNSVDIR) [N/y/?] n
 10446:  sv (8.5 kb) (SV) [N/y/?] n
 10447:    Default directory for services (SV_DEFAULT_SERVICE_DIR) [] 
 10448:  svc (8.4 kb) (SVC) [Y/n/?] y
 10449:  svok (1.5 kb) (SVOK) [Y/n/?] (NEW) svlogd (16 kb) (SVLOGD) [N/y/?] n
 10450:  *
 10451:  * Shells
 10452:  *
 10453:  Choose which shell is aliased to 'sh' name
 10454:  > 1. ash (SH_IS_ASH)
 10455:    2. hush (SH_IS_HUSH)
 10456:    3. none (SH_IS_NONE)
 10457:  choice[1-3?]: 1
 10458:  Choose which shell is aliased to 'bash' name
 10459:    1. ash (BASH_IS_ASH)
 10460:    2. hush (BASH_IS_HUSH)
 10461:  > 3. none (BASH_IS_NONE)
 10462:  choice[1-3?]: 3
 10463:  ash (78 kb) (ASH) [Y/n/?] y
 10464:    Optimize for size instead of speed (ASH_OPTIMIZE_FOR_SIZE) [Y/n] y
 10465:    Use internal glob() implementation (ASH_INTERNAL_GLOB) [Y/n/?] y
 10466:    bash-compatible extensions (ASH_BASH_COMPAT) [Y/n] y
 10467:      'source' and '.' builtins search current directory after $PATH (ASH_BASH_SOURCE_CURDIR) [N/y/?] (NEW)     command_not_found_handle hook support (ASH_BASH_NOT_FOUND_HOOK) [Y/n/?] (NEW)   Job control (ASH_JOB_CONTROL) [Y/n] y
 10468:    Alias support (ASH_ALIAS) [Y/n] y
 10469:    Pseudorandom generator and $RANDOM variable (ASH_RANDOM_SUPPORT) [Y/n/?] y
 10470:    Expand prompt string (ASH_EXPAND_PRMT) [Y/n/?] y
 10471:    Idle timeout variable $TMOUT (ASH_IDLE_TIMEOUT) [Y/n/?] y
 10472:    Check for new mail in interactive shell (ASH_MAIL) [N/y/?] n
 10473:    echo builtin (ASH_ECHO) [Y/n] y
 10474:    printf builtin (ASH_PRINTF) [Y/n] y
 10475:    test builtin (ASH_TEST) [Y/n] y
 10476:    help builtin (ASH_HELP) [Y/n] y
 10477:    getopts builtin (ASH_GETOPTS) [Y/n] y
 10478:    command builtin (ASH_CMDCMD) [Y/n/?] y
 10479:  cttyhack (2.4 kb) (CTTYHACK) [N/y/?] n
 10480:  hush (68 kb) (HUSH) [N/y/?] n
 10481:  Internal shell for embedded script support (SHELL_HUSH) [N/y] (NEW) *
 10482:  * Options common to all shells
 10483:  *
 10484:  POSIX math support (FEATURE_SH_MATH) [Y/n/?] y
 10485:    Extend POSIX math support to 64 bit (FEATURE_SH_MATH_64) [Y/n/?] y
 10486:    Support BASE#nnnn literals (FEATURE_SH_MATH_BASE) [Y/n] (NEW) Hide message on interactive shell startup (FEATURE_SH_EXTRA_QUIET) [Y/n/?] y
 10487:  Standalone shell (FEATURE_SH_STANDALONE) [N/y/?] n
 10488:  Run 'nofork' applets directly (FEATURE_SH_NOFORK) [N/y/?] n
 10489:  read -t N.NNN support (+110 bytes) (FEATURE_SH_READ_FRAC) [Y/n/?] y
 10490:  Use $HISTFILESIZE (FEATURE_SH_HISTFILESIZE) [N/y/?] n
 10491:  Embed scripts in the binary (FEATURE_SH_EMBEDDED_SCRIPTS) [Y/n/?] (NEW) *
 10492:  * System Logging Utilities
 10493:  *
 10494:  klogd (5.7 kb) (KLOGD) [Y/n/?] y
 10495:    Use the klogctl() interface (FEATURE_KLOGD_KLOGCTL) [Y/n/?] y
 10496:  logger (6.3 kb) (LOGGER) [Y/n/?] y
 10497:  logread (4.8 kb) (LOGREAD) [N/y/?] n
 10498:  syslogd (13 kb) (SYSLOGD) [Y/n/?] y
 10499:    Rotate message files (FEATURE_ROTATE_LOGFILE) [Y/n/?] y
 10500:    Remote Log support (FEATURE_REMOTE_LOG) [Y/n/?] y
 10501:    Support -D (drop dups) option (FEATURE_SYSLOGD_DUP) [N/y/?] n
 10502:    Support syslog.conf (FEATURE_SYSLOGD_CFG) [N/y/?] n
 10503:    Include milliseconds in timestamps (FEATURE_SYSLOGD_PRECISE_TIMESTAMPS) [N/y/?] (NEW)   Read buffer size in bytes (FEATURE_SYSLOGD_READ_BUFFER_SIZE) [256] 256
 10504:    Circular Buffer support (FEATURE_IPC_SYSLOG) [N/y/?] n
 10505:    Linux kernel printk buffer support (FEATURE_KMSG_SYSLOG) [N/y/?] n
 10506:  yes: standard output: Broken pipe
 10507:  /usr/bin//sed -i -e "/\\<CONFIG_NOMMU\\>/d" /dev/shm/qemu/out-br/build/busybox-1.34.1//.config
 10508:  echo '# CONFIG_NOMMU is not set' >> /dev/shm/qemu/out-br/build/busybox-1.34.1//.config
 10509:  /usr/bin//sed -i -e "/\\<CONFIG_USE_BB_CRYPT_SHA\\>/d" /dev/shm/qemu/out-br/build/busybox-1.34.1//.config
 10510:  echo 'CONFIG_USE_BB_CRYPT_SHA=y' >> /dev/shm/qemu/out-br/build/busybox-1.34.1//.config
 10511:  /usr/bin//sed -i -e "/\\<CONFIG_PAM\\>/d" /dev/shm/qemu/out-br/build/busybox-1.34.1//.config
 10512:  echo '# CONFIG_PAM is not set' >> /dev/shm/qemu/out-br/build/busybox-1.34.1//.config
 10513:  /usr/bin//sed -i -e "/\\<CONFIG_INIT\\>/d" /dev/shm/qemu/out-br/build/busybox-1.34.1//.config
 10514:  echo 'CONFIG_INIT=y' >> /dev/shm/qemu/out-br/build/busybox-1.34.1//.config
 10515:  scripts/kconfig/conf -o Config.in
 10516:  #
 10517:  # using defaults found in .config
 10518:  #
 10519:  *
 10520:  * Busybox Configuration
 10521:  *
 10522:  *
 10523:  * Settings
 10524:  *
 10525:  Enable compatibility for full-blown desktop systems (8kb) (DESKTOP) [Y/n/?] y
 10526:  Provide compatible behavior for rare corner cases (bigger code) (EXTRA_COMPAT) [N/y/?] n
 10527:  Building for Fedora distribution (FEDORA_COMPAT) [N/y/?] n
 10528:  Enable obsolete features removed before SUSv3 (INCLUDE_SUSv2) [Y/n/?] y
 10529:  Support --long-options (LONG_OPTS) [Y/?] y
 10530:  Show applet usage messages (SHOW_USAGE) [Y/n/?] y
 10531:    Show verbose applet usage messages (FEATURE_VERBOSE_USAGE) [Y/n/?] y
 10532:    Store applet usage messages in compressed form (FEATURE_COMPRESS_USAGE) [N/y/?] n
 10533:  Support files > 2 GB (LFS) [Y/n/?] y
 10534:  Support PAM (Pluggable Authentication Modules) (PAM) [N/y/?] n
 10535:  Use the devpts filesystem for Unix98 PTYs (FEATURE_DEVPTS) [Y/n/?] y
 10536:  Support utmp file (FEATURE_UTMP) [Y/n/?] y
 10537:    Support wtmp file (FEATURE_WTMP) [Y/n/?] y
 10538:  Support writing pidfiles (FEATURE_PIDFILE) [N/y/?] n
 10539:    Directory for pidfiles (PID_FILE_PATH) [] 
 10540:  Include busybox applet (BUSYBOX) [Y/n/?] y
 10541:    Support --show SCRIPT (FEATURE_SHOW_SCRIPT) [Y/n] y
 10542:    Support --install [-s] to install applet links at runtime (FEATURE_INSTALLER) [Y/n/?] y
 10543:  Don't use /usr (INSTALL_NO_USR) [N/y/?] n
 10544:  Drop SUID state for most applets (FEATURE_SUID) [Y/n/?] y
 10545:    Enable SUID configuration via /etc/busybox.conf (FEATURE_SUID_CONFIG) [N/y/?] n
 10546:  exec prefers applets (FEATURE_PREFER_APPLETS) [N/y/?] n
 10547:  Path to busybox executable (BUSYBOX_EXEC_PATH) [/proc/self/exe] /proc/self/exe
 10548:  Support NSA Security Enhanced Linux (SELINUX) [N/y/?] n
 10549:  Clean up all memory before exiting (usually not needed) (FEATURE_CLEAN_UP) [N/y/?] n
 10550:  Support LOG_INFO level syslog messages (FEATURE_SYSLOG_INFO) [Y/n/?] y
 10551:  *
 10552:  * Build Options
 10553:  *
 10554:  Build static binary (no shared libs) (STATIC) [N/y/?] n
 10555:    Build position independent executable (PIE) [N/y/?] n
 10556:  Force NOMMU build (NOMMU) [N/y/?] n
 10557:  Build shared libbusybox (BUILD_LIBBUSYBOX) [N/y/?] n
 10558:  Cross compiler prefix (CROSS_COMPILER_PREFIX) [] 
 10559:  Path to sysroot (SYSROOT) [] 
 10560:  Additional CFLAGS (EXTRA_CFLAGS) [] 
 10561:  Additional LDFLAGS (EXTRA_LDFLAGS) [] 
 10562:  Additional LDLIBS (EXTRA_LDLIBS) [] 
 10563:  Avoid using GCC-specific code constructs (USE_PORTABLE_CODE) [N/y/?] n
 10564:  Use -mpreferred-stack-boundary=2 on i386 arch (STACK_OPTIMIZATION_386) [Y/n/?] y
 10565:  Use -static-libgcc (STATIC_LIBGCC) [Y/n/?] y
 10566:  *
 10567:  * Installation Options ("make install" behavior)
 10568:  *
 10569:  What kind of applet links to install
 10570:  > 1. as soft-links (INSTALL_APPLET_SYMLINKS)
 10571:    2. as hard-links (INSTALL_APPLET_HARDLINKS)
 10572:    3. as script wrappers (INSTALL_APPLET_SCRIPT_WRAPPERS)
 10573:    4. not installed (INSTALL_APPLET_DONT)
 10574:  choice[1-4?]: 1
 10575:  Destination path for 'make install' (PREFIX) [./_install] ./_install
 10576:  *
 10577:  * Debugging Options
 10578:  *
 10579:  Build with debug information (DEBUG) [N/y/?] n
 10580:  Enable runtime sanitizers (ASAN/LSAN/USAN/etc...) (DEBUG_SANITIZE) [N/y/?] n
 10581:  Build unit tests (UNIT_TEST) [N/y/?] n
 10582:  Abort compilation on any warning (WERROR) [N/y/?] n
 10583:  Warn about single parameter bb_xx_msg calls (WARN_SIMPLE_MSG) [N/y/?] n
 10584:  Additional debugging library
 10585:  > 1. None (NO_DEBUG_LIB)
 10586:    2. Dmalloc (DMALLOC)
 10587:    3. Electric-fence (EFENCE)
 10588:  choice[1-3?]: 1
 10589:  *
 10590:  * Library Tuning
 10591:  *
 10592:  Use the end of BSS page (FEATURE_USE_BSS_TAIL) [N/y/?] n
 10593:  Enable fractional duration arguments (FLOAT_DURATION) [Y/n/?] y
 10594:  Support RTMIN[+n] and RTMAX[-n] signal names (FEATURE_RTMINMAX) [Y/n/?] y
 10595:    Use the definitions of SIGRTMIN/SIGRTMAX provided by libc (FEATURE_RTMINMAX_USE_LIBC_DEFINITIONS) [Y/n/?] y
 10596:  Buffer allocation policy
 10597:  > 1. Allocate with Malloc (FEATURE_BUFFERS_USE_MALLOC)
 10598:    2. Allocate on the Stack (FEATURE_BUFFERS_GO_ON_STACK)
 10599:    3. Allocate in the .bss section (FEATURE_BUFFERS_GO_IN_BSS)
 10600:  choice[1-3?]: 1
 10601:  Minimum password length (PASSWORD_MINLEN) [6] 6
 10602:  MD5: Trade bytes for speed (0:fast, 3:slow) (MD5_SMALL) [1] 1
 10603:  SHA3: Trade bytes for speed (0:fast, 1:slow) (SHA3_SMALL) [1] 1
 10604:  Faster /proc scanning code (+100 bytes) (FEATURE_FAST_TOP) [N/y/?] n
 10605:  Support /etc/networks (FEATURE_ETC_NETWORKS) [N/y/?] n
 10606:  Consult /etc/services even for well-known ports (FEATURE_ETC_SERVICES) [N/y/?] n
 10607:  Command line editing (FEATURE_EDITING) [Y/n/?] y
 10608:    Maximum length of input (FEATURE_EDITING_MAX_LEN) [1024] 1024
 10609:    vi-style line editing commands (FEATURE_EDITING_VI) [Y/n/?] y
 10610:    History size (FEATURE_EDITING_HISTORY) [999] 999
 10611:    History saving (FEATURE_EDITING_SAVEHISTORY) [Y/n/?] y
 10612:      Save history on shell exit, not after every command (FEATURE_EDITING_SAVE_ON_EXIT) [N/y/?] n
 10613:    Reverse history search (FEATURE_REVERSE_SEARCH) [Y/n/?] y
 10614:    Tab completion (FEATURE_TAB_COMPLETION) [Y/n] y
 10615:      Username completion (FEATURE_USERNAME_COMPLETION) [N/y] n
 10616:    Fancy shell prompts (FEATURE_EDITING_FANCY_PROMPT) [Y/n/?] y
 10617:    Enable automatic tracking of window size changes (FEATURE_EDITING_WINCH) [Y/n] y
 10618:    Query cursor position from terminal (FEATURE_EDITING_ASK_TERMINAL) [N/y/?] n
 10619:  Enable locale support (system needs locale for this to work) (LOCALE_SUPPORT) [N/y/?] n
 10620:  Support Unicode (UNICODE_SUPPORT) [N/y/?] n
 10621:  Non-POSIX, but safer, copying to special nodes (FEATURE_NON_POSIX_CP) [Y/n/?] y
 10622:  Give more precise messages when copy fails (cp, mv etc) (FEATURE_VERBOSE_CP_MESSAGE) [N/y/?] n
 10623:  Use sendfile system call (FEATURE_USE_SENDFILE) [Y/n/?] y
 10624:  Copy buffer size, in kilobytes (FEATURE_COPYBUF_KB) [4] 4
 10625:  Skip rootfs in mount table (FEATURE_SKIP_ROOTFS) [Y/n/?] y
 10626:  Use clock_gettime(CLOCK_MONOTONIC) syscall (MONOTONIC_SYSCALL) [Y/n/?] y
 10627:  Use ioctl names rather than hex values in error messages (IOCTL_HEX2STR_ERROR) [Y/n/?] y
 10628:  Support infiniband HW (FEATURE_HWIB) [Y/n/?] y
 10629:  *
 10630:  * Applets
 10631:  *
 10632:  *
 10633:  * Archival Utilities
 10634:  *
 10635:  Make tar, rpm, modprobe etc understand .xz data (FEATURE_SEAMLESS_XZ) [N/y] n
 10636:  Make tar, rpm, modprobe etc understand .lzma data (FEATURE_SEAMLESS_LZMA) [N/y] n
 10637:  Make tar, rpm, modprobe etc understand .bz2 data (FEATURE_SEAMLESS_BZ2) [N/y] n
 10638:  Make tar, rpm, modprobe etc understand .gz data (FEATURE_SEAMLESS_GZ) [N/y] n
 10639:  Make tar, rpm, modprobe etc understand .Z data (FEATURE_SEAMLESS_Z) [N/y] n
 10640:  ar (9.5 kb) (AR) [Y/n/?] y
 10641:    Support long filenames (not needed for debs) (FEATURE_AR_LONG_FILENAMES) [N/y/?] n
 10642:    Support archive creation (FEATURE_AR_CREATE) [Y/n/?] y
 10643:  uncompress (7.1 kb) (UNCOMPRESS) [N/y/?] n
 10644:  gunzip (11 kb) (GUNZIP) [Y/n/?] y
 10645:  zcat (24 kb) (ZCAT) [Y/n/?] y
 10646:    Enable long options (FEATURE_GUNZIP_LONG_OPTIONS) [Y/n] y
 10647:  bunzip2 (8.7 kb) (BUNZIP2) [Y/n/?] y
 10648:  bzcat (8.7 kb) (BZCAT) [Y/n/?] y
 10649:  unlzma (7.5 kb) (UNLZMA) [Y/n/?] y
 10650:  lzcat (7.5 kb) (LZCAT) [Y/n/?] y
 10651:  lzma -d (LZMA) [Y/n/?] y
 10652:  unxz (13 kb) (UNXZ) [Y/n/?] y
 10653:  xzcat (13 kb) (XZCAT) [Y/n/?] y
 10654:  xz -d (XZ) [Y/n/?] y
 10655:  bzip2 (16 kb) (BZIP2) [N/y/?] n
 10656:    Enable decompression (FEATURE_BZIP2_DECOMPRESS) [Y/?] y
 10657:  cpio (15 kb) (CPIO) [Y/n/?] y
 10658:    Support archive creation (FEATURE_CPIO_O) [N/y/?] n
 10659:  dpkg (43 kb) (DPKG) [N/y/?] n
 10660:  dpkg-deb (30 kb) (DPKG_DEB) [N/y/?] n
 10661:  gzip (17 kb) (GZIP) [Y/n/?] y
 10662:    Enable long options (FEATURE_GZIP_LONG_OPTIONS) [N/y] n
 10663:    Trade memory for speed (0:small,slow - 2:fast,big) (GZIP_FAST) [0] 0
 10664:    Enable compression levels (FEATURE_GZIP_LEVELS) [N/y/?] n
 10665:    Enable decompression (FEATURE_GZIP_DECOMPRESS) [Y/?] y
 10666:  lzop (12 kb) (LZOP) [N/y/?] n
 10667:  unlzop (13 kb) (UNLZOP) [Y/n/?] y
 10668:  lzopcat (13 kb) (LZOPCAT) [Y/n/?] y
 10669:    lzop compression levels 7,8,9 (not very useful) (LZOP_COMPR_HIGH) [N/y/?] n
 10670:  rpm (32 kb) (RPM) [N/y/?] n
 10671:  rpm2cpio (21 kb) (RPM2CPIO) [N/y/?] n
 10672:  tar (39 kb) (TAR) [Y/n/?] y
 10673:    Enable long options (FEATURE_TAR_LONG_OPTIONS) [Y/n] y
 10674:    Enable -c (archive creation) (FEATURE_TAR_CREATE) [Y/n] y
 10675:    Enable -X (exclude from) and -T (include from) options (FEATURE_TAR_FROM) [Y/n/?] y
 10676:    Support old tar header format (FEATURE_TAR_OLDGNU_COMPATIBILITY) [N/y/?] n
 10677:    Enable untarring of tarballs with checksums produced by buggy Sun tar (FEATURE_TAR_OLDSUN_COMPATIBILITY) [N/y/?] n
 10678:    Support GNU tar extensions (long filenames) (FEATURE_TAR_GNU_EXTENSIONS) [Y/n] y
 10679:    Support writing to an external program (--to-command) (FEATURE_TAR_TO_COMMAND) [Y/n/?] y
 10680:    Enable use of user and group names (FEATURE_TAR_UNAME_GNAME) [N/y/?] n
 10681:    Enable -m (do not preserve time) GNU option (FEATURE_TAR_NOPRESERVE_TIME) [N/y] n
 10682:  unzip (26 kb) (UNZIP) [Y/n/?] y
 10683:    Read and use Central Directory data (FEATURE_UNZIP_CDF) [Y/n/?] y
 10684:      Support compression method 12 (bzip2) (FEATURE_UNZIP_BZIP2) [Y/n] y
 10685:      Support compression method 14 (lzma) (FEATURE_UNZIP_LZMA) [Y/n] y
 10686:      Support compression method 95 (xz) (FEATURE_UNZIP_XZ) [Y/n] y
 10687:  Optimize lzma for speed (FEATURE_LZMA_FAST) [N/y/?] n
 10688:  *
 10689:  * Coreutils
 10690:  *
 10691:  basename (438 bytes) (BASENAME) [Y/n/?] y
 10692:  cat (5.6 kb) (CAT) [Y/n/?] y
 10693:    Enable -n and -b options (FEATURE_CATN) [Y/n/?] y
 10694:    cat -v[etA] (FEATURE_CATV) [Y/n/?] y
 10695:  chgrp (7.6 kb) (CHGRP) [Y/n/?] y
 10696:  chmod (5.5 kb) (CHMOD) [Y/n/?] y
 10697:  chown (7.6 kb) (CHOWN) [Y/n/?] y
 10698:    Enable long options (FEATURE_CHOWN_LONG_OPTIONS) [N/y] n
 10699:  chroot (3.7 kb) (CHROOT) [Y/n/?] y
 10700:  cksum (4.1 kb) (CKSUM) [Y/n] y
 10701:  crc32 (4.1 kb) (CRC32) [Y/n] y
 10702:  comm (4.2 kb) (COMM) [N/y/?] n
 10703:  cp (10 kb) (CP) [Y/n/?] y
 10704:    Enable long options (FEATURE_CP_LONG_OPTIONS) [N/y/?] n
 10705:  cut (5.8 kb) (CUT) [Y/n/?] y
 10706:    cut -F (FEATURE_CUT_REGEX) [Y/n/?] y
 10707:  date (7 kb) (DATE) [Y/n/?] y
 10708:    Enable ISO date format output (-I) (FEATURE_DATE_ISOFMT) [Y/n/?] y
 10709:    Support %[num]N nanosecond format specifier (FEATURE_DATE_NANO) [N/y/?] n
 10710:    Support weird 'date MMDDhhmm[[YY]YY][.ss]' format (FEATURE_DATE_COMPAT) [Y/n/?] y
 10711:  dd (7.5 kb) (DD) [Y/n/?] y
 10712:    Enable signal handling for status reporting (FEATURE_DD_SIGNAL_HANDLING) [Y/n/?] y
 10713:      Enable the third status line upon signal (FEATURE_DD_THIRD_STATUS_LINE) [N/y/?] n
 10714:    Enable ibs, obs, iflag, oflag and conv options (FEATURE_DD_IBS_OBS) [Y/n/?] y
 10715:    Enable status display options (FEATURE_DD_STATUS) [Y/n/?] y
 10716:  df (6.8 kb) (DF) [Y/n/?] y
 10717:    Enable -a, -i, -B (FEATURE_DF_FANCY) [N/y/?] n
 10718:  dirname (329 bytes) (DIRNAME) [Y/n/?] y
 10719:  dos2unix (5.2 kb) (DOS2UNIX) [Y/n/?] y
 10720:  unix2dos (5.2 kb) (UNIX2DOS) [Y/n/?] y
 10721:  du (6.3 kb) (DU) [Y/n/?] y
 10722:    Use default blocksize of 1024 bytes (else it's 512 bytes) (FEATURE_DU_DEFAULT_BLOCKSIZE_1K) [Y/n] y
 10723:  echo (1.8 kb) (ECHO) [Y/n/?] y
 10724:    Enable -n and -e options (FEATURE_FANCY_ECHO) [Y/n] y
 10725:  env (4 kb) (ENV) [Y/n/?] y
 10726:  expand (5.1 kb) (EXPAND) [N/y/?] n
 10727:  unexpand (5.3 kb) (UNEXPAND) [N/y/?] n
 10728:  expr (6.6 kb) (EXPR) [Y/n/?] y
 10729:    Extend Posix numbers support to 64 bit (EXPR_MATH_SUPPORT_64) [Y/n/?] y
 10730:  factor (2.7 kb) (FACTOR) [Y/n/?] y
 10731:  false (tiny) (FALSE) [Y/n/?] y
 10732:  fold (4.6 kb) (FOLD) [Y/n/?] y
 10733:  head (3.8 kb) (HEAD) [Y/n/?] y
 10734:    Enable -c, -q, and -v (FEATURE_FANCY_HEAD) [Y/n] y
 10735:  hostid (286 bytes) (HOSTID) [Y/n/?] y
 10736:  id (7 kb) (ID) [Y/n/?] y
 10737:  groups (6.7 kb) (GROUPS) [N/y/?] n
 10738:  install (12 kb) (INSTALL) [Y/n/?] y
 10739:    Enable long options (FEATURE_INSTALL_LONG_OPTIONS) [Y/n] y
 10740:  link (3.2 kb) (LINK) [Y/n/?] y
 10741:  ln (4.9 kb) (LN) [Y/n/?] y
 10742:  logname (1.1 kb) (LOGNAME) [Y/n/?] y
 10743:  ls (14 kb) (LS) [Y/n/?] y
 10744:    Enable filetyping options (-p and -F) (FEATURE_LS_FILETYPES) [Y/n] y
 10745:    Enable symlinks dereferencing (-L) (FEATURE_LS_FOLLOWLINKS) [Y/n] y
 10746:    Enable recursion (-R) (FEATURE_LS_RECURSIVE) [Y/n] y
 10747:    Enable -w WIDTH and window size autodetection (FEATURE_LS_WIDTH) [Y/n] y
 10748:    Sort the file names (FEATURE_LS_SORTFILES) [Y/n/?] y
 10749:    Show file timestamps (FEATURE_LS_TIMESTAMPS) [Y/n/?] y
 10750:    Show username/groupnames (FEATURE_LS_USERNAME) [Y/n/?] y
 10751:    Allow use of color to identify file types (FEATURE_LS_COLOR) [Y/n/?] y
 10752:      Produce colored ls output by default (FEATURE_LS_COLOR_IS_DEFAULT) [Y/n/?] y
 10753:  md5sum (6.5 kb) (MD5SUM) [Y/n/?] y
 10754:  sha1sum (5.9 kb) (SHA1SUM) [Y/n/?] y
 10755:  sha256sum (7 kb) (SHA256SUM) [Y/n/?] y
 10756:  sha512sum (7.4 kb) (SHA512SUM) [Y/n/?] y
 10757:  sha3sum (6.1 kb) (SHA3SUM) [Y/n/?] y
 10758:    *
 10759:    * Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum
 10760:    *
 10761:    Enable -c, -s and -w options (FEATURE_MD5_SHA1_SUM_CHECK) [Y/n/?] y
 10762:  mkdir (4.5 kb) (MKDIR) [Y/n/?] y
 10763:  mkfifo (3.8 kb) (MKFIFO) [Y/n/?] y
 10764:  mknod (4.5 kb) (MKNOD) [Y/n/?] y
 10765:  mktemp (4.2 kb) (MKTEMP) [Y/n/?] y
 10766:  mv (10 kb) (MV) [Y/n/?] y
 10767:  nice (2.1 kb) (NICE) [Y/n/?] y
 10768:  nl (4.6 kb) (NL) [Y/n/?] y
 10769:  nohup (2 kb) (NOHUP) [Y/n/?] y
 10770:  nproc (3.7 kb) (NPROC) [Y/n/?] y
 10771:  od (11 kb) (OD) [Y/n/?] y
 10772:  paste (4.9 kb) (PASTE) [Y/n/?] y
 10773:  printenv (1.3 kb) (PRINTENV) [Y/n/?] y
 10774:  printf (3.8 kb) (PRINTF) [Y/n/?] y
 10775:  pwd (3.7 kb) (PWD) [Y/n/?] y
 10776:  readlink (4 kb) (READLINK) [Y/n/?] y
 10777:    Enable canonicalization by following all symlinks (-f) (FEATURE_READLINK_FOLLOW) [Y/n/?] y
 10778:  realpath (1.6 kb) (REALPATH) [Y/n/?] y
 10779:  rm (5.4 kb) (RM) [Y/n/?] y
 10780:  rmdir (3.5 kb) (RMDIR) [Y/n/?] y
 10781:  seq (3.8 kb) (SEQ) [Y/n/?] y
 10782:  shred (4.9 kb) (SHRED) [Y/n/?] y
 10783:  shuf (5.4 kb) (SHUF) [N/y/?] n
 10784:  sleep (2 kb) (SLEEP) [Y/n/?] y
 10785:    Enable multiple arguments and s/m/h/d suffixes (FEATURE_FANCY_SLEEP) [Y/n/?] y
 10786:  sort (7.7 kb) (SORT) [Y/n/?] y
 10787:    Full SuSv3 compliant sort (support -ktcbdfiogM) (FEATURE_SORT_BIG) [Y/n/?] y
 10788:    Use less memory (but might be slower) (FEATURE_SORT_OPTIMIZE_MEMORY) [N/y/?] n
 10789:  split (5 kb) (SPLIT) [N/y/?] n
 10790:  stat (11 kb) (STAT) [N/y/?] n
 10791:  stty (8.9 kb) (STTY) [Y/n/?] y
 10792:  sum (4 kb) (SUM) [N/y/?] n
 10793:  sync (3.8 kb) (SYNC) [Y/n/?] y
 10794:    Enable -d and -f flags (requires syncfs(2) in libc) (FEATURE_SYNC_FANCY) [N/y/?] n
 10795:  fsync (3.6 kb) (FSYNC) [N/y/?] n
 10796:  tac (3.9 kb) (TAC) [N/y/?] n
 10797:  tail (6.8 kb) (TAIL) [Y/n/?] y
 10798:    Enable -q, -s, -v, and -F options (FEATURE_FANCY_TAIL) [Y/n/?] y
 10799:  tee (4.2 kb) (TEE) [Y/n/?] y
 10800:    Enable block I/O (larger/faster) instead of byte I/O (FEATURE_TEE_USE_BLOCK_IO) [Y/n/?] y
 10801:  test (4.1 kb) (TEST) [Y/n/?] y
 10802:  test as [ (TEST1) [Y/n/?] y
 10803:  test as [[ (TEST2) [Y/n/?] y
 10804:    Extend test to 64 bit (FEATURE_TEST_64) [Y/n/?] y
 10805:  timeout (6 kb) (TIMEOUT) [N/y/?] n
 10806:  touch (5.9 kb) (TOUCH) [Y/n/?] y
 10807:    Add support for SUSV3 features (-a -d -m -t -r) (FEATURE_TOUCH_SUSV3) [Y/n/?] y
 10808:  tr (5.1 kb) (TR) [Y/n/?] y
 10809:    Enable character classes (such as [:upper:]) (FEATURE_TR_CLASSES) [Y/n/?] y
 10810:    Enable equivalence classes (FEATURE_TR_EQUIV) [Y/n/?] y
 10811:  true (tiny) (TRUE) [Y/n/?] y
 10812:  truncate (4.2 kb) (TRUNCATE) [Y/n/?] y
 10813:  tty (3.6 kb) (TTY) [Y/n/?] y
 10814:  uname (3.9 kb) (UNAME) [Y/n/?] y
 10815:    Operating system name (UNAME_OSNAME) [GNU/Linux] GNU/Linux
 10816:  arch (1.1 kb) (BB_ARCH) [Y/n/?] y
 10817:  uniq (4.9 kb) (UNIQ) [Y/n/?] y
 10818:  unlink (3.2 kb) (UNLINK) [Y/n/?] y
 10819:  usleep (1.3 kb) (USLEEP) [Y/n/?] y
 10820:  uudecode (5.8 kb) (UUDECODE) [Y/n/?] y
 10821:  base32 (4.9 kb) (BASE32) [Y/n/?] y
 10822:  base64 (4.9 kb) (BASE64) [Y/n/?] y
 10823:  uuencode (4.4 kb) (UUENCODE) [Y/n/?] y
 10824:  wc (4.5 kb) (WC) [Y/n/?] y
 10825:    Support very large counts (FEATURE_WC_LARGE) [N/y/?] n
 10826:  who (3.9 kb) (WHO) [Y/n/?] y
 10827:  w (3.8 kb) (W) [Y/n/?] y
 10828:  users (3.4 kb) (USERS) [N/y/?] n
 10829:  whoami (3.2 kb) (WHOAMI) [Y/n/?] y
 10830:  yes (1.2 kb) (YES) [Y/n/?] y
 10831:  *
 10832:  * Common options
 10833:  *
 10834:  Support verbose options (usually -v) for various applets (FEATURE_VERBOSE) [Y/n/?] y
 10835:  *
 10836:  * Common options for cp and mv
 10837:  *
 10838:  Preserve hard links (FEATURE_PRESERVE_HARDLINKS) [Y/n/?] y
 10839:  *
 10840:  * Common options for df, du, ls
 10841:  *
 10842:  Support human readable output (example 13k, 23M, 235G) (FEATURE_HUMAN_READABLE) [Y/n/?] y
 10843:  *
 10844:  * Console Utilities
 10845:  *
 10846:  chvt (2 kb) (CHVT) [Y/n/?] y
 10847:  clear (tiny) (CLEAR) [Y/n/?] y
 10848:  deallocvt (1.9 kb) (DEALLOCVT) [Y/n/?] y
 10849:  dumpkmap (1.6 kb) (DUMPKMAP) [Y/n/?] y
 10850:  fgconsole (1.5 kb) (FGCONSOLE) [N/y/?] n
 10851:  kbd_mode (4.1 kb) (KBD_MODE) [N/y/?] n
 10852:  loadfont (5.2 kb) (LOADFONT) [Y/n/?] y
 10853:  setfont (24 kb) (SETFONT) [N/y/?] n
 10854:    *
 10855:    * Common options for loadfont and setfont
 10856:    *
 10857:    Support PSF2 console fonts (FEATURE_LOADFONT_PSF2) [Y/n] y
 10858:    Support old (raw) console fonts (FEATURE_LOADFONT_RAW) [Y/n] y
 10859:  loadkmap (1.8 kb) (LOADKMAP) [Y/n/?] y
 10860:  openvt (7.2 kb) (OPENVT) [Y/n/?] y
 10861:  reset (345 bytes) (RESET) [Y/n/?] y
 10862:  resize (903 bytes) (RESIZE) [Y/n/?] y
 10863:    Print environment variables (FEATURE_RESIZE_PRINT) [Y/n/?] y
 10864:  setconsole (3.6 kb) (SETCONSOLE) [Y/n/?] y
 10865:    Enable long options (FEATURE_SETCONSOLE_LONG_OPTIONS) [N/y] n
 10866:  setkeycodes (2.1 kb) (SETKEYCODES) [Y/n/?] y
 10867:  setlogcons (1.8 kb) (SETLOGCONS) [Y/n/?] y
 10868:  showkey (4.7 kb) (SHOWKEY) [N/y/?] n
 10869:  *
 10870:  * Debian Utilities
 10871:  *
 10872:  pipe_progress (275 bytes) (PIPE_PROGRESS) [Y/n/?] y
 10873:  run-parts (6.1 kb) (RUN_PARTS) [Y/n/?] y
 10874:    Enable long options (FEATURE_RUN_PARTS_LONG_OPTIONS) [Y/n] y
 10875:    Support additional arguments (FEATURE_RUN_PARTS_FANCY) [N/y/?] n
 10876:  start-stop-daemon (12 kb) (START_STOP_DAEMON) [Y/n/?] y
 10877:    Enable long options (FEATURE_START_STOP_DAEMON_LONG_OPTIONS) [Y/n] y
 10878:    Support additional arguments (FEATURE_START_STOP_DAEMON_FANCY) [Y/n/?] y
 10879:  which (3.8 kb) (WHICH) [Y/n/?] y
 10880:  *
 10881:  * klibc-utils
 10882:  *
 10883:  minips (11 kb) (MINIPS) [N/y/?] n
 10884:  nuke (2.9 kb) (NUKE) [Y/n/?] y
 10885:  resume (3.2 kb) (RESUME) [Y/n/?] y
 10886:  run-init (7.7 kb) (RUN_INIT) [Y/n/?] y
 10887:  *
 10888:  * Editors
 10889:  *
 10890:  awk (23 kb) (AWK) [Y/n/?] y
 10891:    Enable math functions (requires libm) (FEATURE_AWK_LIBM) [N/y/?] n
 10892:    Enable a few GNU extensions (FEATURE_AWK_GNU_EXTENSIONS) [Y/n/?] y
 10893:  cmp (4.9 kb) (CMP) [Y/n/?] y
 10894:  diff (13 kb) (DIFF) [Y/n/?] y
 10895:    Enable long options (FEATURE_DIFF_LONG_OPTIONS) [N/y] n
 10896:    Enable directory support (FEATURE_DIFF_DIR) [Y/n/?] y
 10897:  ed (21 kb) (ED) [N/y/?] n
 10898:  patch (9.4 kb) (PATCH) [Y/n/?] y
 10899:  sed (12 kb) (SED) [Y/n/?] y
 10900:  vi (23 kb) (VI) [Y/n/?] y
 10901:    Maximum screen width (FEATURE_VI_MAX_LEN) [4096] 4096
 10902:    Allow to display 8-bit chars (otherwise shows dots) (FEATURE_VI_8BIT) [Y/n/?] y
 10903:    Enable ":" colon commands (no "ex" mode) (FEATURE_VI_COLON) [Y/n/?] y
 10904:      Expand "%" and "#" in colon commands (FEATURE_VI_COLON_EXPAND) [Y/n/?] y
 10905:    Enable yank/put commands and mark cmds (FEATURE_VI_YANKMARK) [Y/n/?] y
 10906:    Enable search and replace cmds (FEATURE_VI_SEARCH) [Y/n/?] y
 10907:      Enable regex in search and replace (FEATURE_VI_REGEX_SEARCH) [N/y/?] n
 10908:    Catch signals (FEATURE_VI_USE_SIGNALS) [Y/n/?] y
 10909:    Remember previous cmd and "." cmd (FEATURE_VI_DOT_CMD) [Y/n/?] y
 10910:    Enable -R option and "view" mode (FEATURE_VI_READONLY) [Y/n/?] y
 10911:    Enable settable options, ai ic showmatch (FEATURE_VI_SETOPTS) [Y/n/?] y
 10912:    Support :set (FEATURE_VI_SET) [Y/n] y
 10913:    Handle window resize (FEATURE_VI_WIN_RESIZE) [Y/n/?] y
 10914:    Use 'tell me cursor position' ESC sequence to measure window (FEATURE_VI_ASK_TERMINAL) [Y/n/?] y
 10915:    Support undo command "u" (FEATURE_VI_UNDO) [Y/n/?] y
 10916:      Enable undo operation queuing (FEATURE_VI_UNDO_QUEUE) [Y/n/?] y
 10917:        Maximum undo character queue size (FEATURE_VI_UNDO_QUEUE_MAX) [256] 256
 10918:    Enable verbose status reporting (FEATURE_VI_VERBOSE_STATUS) [Y/n/?] y
 10919:    Allow vi and awk to execute shell commands (FEATURE_ALLOW_EXEC) [Y/n/?] y
 10920:  *
 10921:  * Finding Utilities
 10922:  *
 10923:  find (14 kb) (FIND) [Y/n/?] y
 10924:    Enable -print0: NUL-terminated output (FEATURE_FIND_PRINT0) [Y/n/?] y
 10925:    Enable -mtime: modified time matching (FEATURE_FIND_MTIME) [Y/n/?] y
 10926:    Enable -mmin: modified time matching by minutes (FEATURE_FIND_MMIN) [Y/n/?] y
 10927:    Enable -perm: permissions matching (FEATURE_FIND_PERM) [Y/n] y
 10928:    Enable -type: file type matching (file/dir/link/...) (FEATURE_FIND_TYPE) [Y/n/?] y
 10929:    Enable -executable: file is executable (FEATURE_FIND_EXECUTABLE) [Y/n] y
 10930:    Enable -xdev: 'stay in filesystem' (FEATURE_FIND_XDEV) [Y/n] y
 10931:    Enable -mindepth N and -maxdepth N (FEATURE_FIND_MAXDEPTH) [Y/n] y
 10932:    Enable -newer: compare file modification times (FEATURE_FIND_NEWER) [Y/n/?] y
 10933:    Enable -inum: inode number matching (FEATURE_FIND_INUM) [N/y] n
 10934:    Enable -exec: execute commands (FEATURE_FIND_EXEC) [Y/n/?] y
 10935:      Enable -exec ... {} + (FEATURE_FIND_EXEC_PLUS) [Y/n/?] y
 10936:    Enable -user: username/uid matching (FEATURE_FIND_USER) [Y/n] y
 10937:    Enable -group: group/gid matching (FEATURE_FIND_GROUP) [Y/n] y
 10938:    Enable the 'not' (!) operator (FEATURE_FIND_NOT) [Y/n/?] y
 10939:    Enable -depth (FEATURE_FIND_DEPTH) [Y/n/?] y
 10940:    Enable parens in options (FEATURE_FIND_PAREN) [Y/n/?] y
 10941:    Enable -size: file size matching (FEATURE_FIND_SIZE) [Y/n] y
 10942:    Enable -prune: exclude subdirectories (FEATURE_FIND_PRUNE) [Y/n/?] y
 10943:    Enable -quit: exit (FEATURE_FIND_QUIT) [Y/n/?] y
 10944:    Enable -delete: delete files/dirs (FEATURE_FIND_DELETE) [N/y/?] n
 10945:    Enable -empty: match empty files or directories (FEATURE_FIND_EMPTY) [Y/n/?] y
 10946:    Enable -path: match pathname with shell pattern (FEATURE_FIND_PATH) [Y/n/?] y
 10947:    Enable -regex: match pathname with regex (FEATURE_FIND_REGEX) [Y/n/?] y
 10948:    Enable -links: link count matching (FEATURE_FIND_LINKS) [N/y/?] n
 10949:  grep (8.6 kb) (GREP) [Y/n/?] y
 10950:  egrep (7.8 kb) (EGREP) [Y/n/?] y
 10951:  fgrep (7.8 kb) (FGREP) [Y/n/?] y
 10952:    Enable before and after context flags (-A, -B and -C) (FEATURE_GREP_CONTEXT) [Y/n/?] y
 10953:  xargs (7.2 kb) (XARGS) [Y/n/?] y
 10954:    Enable -p: prompt and confirmation (FEATURE_XARGS_SUPPORT_CONFIRMATION) [N/y/?] n
 10955:    Enable single and double quotes and backslash (FEATURE_XARGS_SUPPORT_QUOTES) [Y/n/?] y
 10956:    Enable -x: exit if -s or -n is exceeded (FEATURE_XARGS_SUPPORT_TERMOPT) [Y/n/?] y
 10957:    Enable -0: NUL-terminated input (FEATURE_XARGS_SUPPORT_ZERO_TERM) [Y/n/?] y
 10958:    Enable -I STR: string to replace (FEATURE_XARGS_SUPPORT_REPL_STR) [Y/n/?] y
 10959:    Enable -P N: processes to run in parallel (FEATURE_XARGS_SUPPORT_PARALLEL) [Y/n] y
 10960:    Enable -a FILE: use FILE instead of stdin (FEATURE_XARGS_SUPPORT_ARGS_FILE) [Y/n] y
 10961:  *
 10962:  * Init Utilities
 10963:  *
 10964:  bootchartd (10 kb) (BOOTCHARTD) [N/y/?] n
 10965:  halt (4 kb) (HALT) [Y/n/?] y
 10966:  poweroff (4 kb) (POWEROFF) [Y/n/?] y
 10967:  reboot (4 kb) (REBOOT) [Y/n/?] y
 10968:    Before signaling init, make sure it is ready for it (FEATURE_WAIT_FOR_INIT) [Y/n/?] y
 10969:  init (10 kb) (INIT) [Y/n/?] y
 10970:  linuxrc: support running init from initrd (not initramfs) (LINUXRC) [Y/n/?] y
 10971:    Support reading an inittab file (FEATURE_USE_INITTAB) [Y/n/?] y
 10972:      Support killing processes that have been removed from inittab (FEATURE_KILL_REMOVED) [Y/n/?] y
 10973:        How long to wait between TERM and KILL (0 - send TERM only) (FEATURE_KILL_DELAY) [0] 0
 10974:    Run commands with leading dash with controlling tty (FEATURE_INIT_SCTTY) [Y/n/?] y
 10975:    Enable init to write to syslog (FEATURE_INIT_SYSLOG) [Y/n/?] y
 10976:    Be quiet on boot (no 'init started:' message) (FEATURE_INIT_QUIET) [Y/n] y
 10977:    Support dumping core for child processes (debugging only) (FEATURE_INIT_COREDUMPS) [N/y/?] n
 10978:    Initial terminal type (INIT_TERMINAL_TYPE) [linux] linux
 10979:    Clear init's command line (FEATURE_INIT_MODIFY_CMDLINE) [Y/n/?] y
 10980:  *
 10981:  * Login/Password Management Utilities
 10982:  *
 10983:  Support shadow passwords (FEATURE_SHADOWPASSWDS) [Y/n/?] y
 10984:  Use internal password and group functions rather than system functions (USE_BB_PWD_GRP) [N/y/?] n
 10985:  Use internal crypt functions (USE_BB_CRYPT) [Y/n/?] y
 10986:    Enable SHA256/512 crypt functions (USE_BB_CRYPT_SHA) [Y/n/?] y
 10987:  add-shell (3.1 kb) (ADD_SHELL) [N/y/?] n
 10988:  remove-shell (3 kb) (REMOVE_SHELL) [N/y/?] n
 10989:  addgroup (8.6 kb) (ADDGROUP) [Y/n/?] y
 10990:    Support adding users to groups (FEATURE_ADDUSER_TO_GROUP) [N/y/?] n
 10991:  adduser (15 kb) (ADDUSER) [Y/n/?] y
 10992:    Enable sanity check on user/group names in adduser and addgroup (FEATURE_CHECK_NAMES) [N/y/?] n
 10993:    Last valid uid or gid for adduser and addgroup (LAST_ID) [60000] 60000
 10994:    First valid system uid or gid for adduser and addgroup (FIRST_SYSTEM_ID) [100] 100
 10995:    Last valid system uid or gid for adduser and addgroup (LAST_SYSTEM_ID) [999] 999
 10996:  chpasswd (18 kb) (CHPASSWD) [N/y/?] n
 10997:    Default encryption method (passwd -a, cryptpw -m, chpasswd -c ALG) (FEATURE_DEFAULT_PASSWD_ALGO) [md5] md5
 10998:  cryptpw (14 kb) (CRYPTPW) [N/y/?] n
 10999:  mkpasswd (15 kb) (MKPASSWD) [Y/n/?] y
 11000:  deluser (9.1 kb) (DELUSER) [Y/n/?] y
 11001:  delgroup (6.4 kb) (DELGROUP) [Y/n/?] y
 11002:    Support removing users from groups (FEATURE_DEL_USER_FROM_GROUP) [N/y/?] n
 11003:  getty (10 kb) (GETTY) [Y/n/?] y
 11004:  login (24 kb) (LOGIN) [Y/n/?] y
 11005:    Run logged in session in a child process (LOGIN_SESSION_AS_CHILD) [N/y/?] n
 11006:    Support login scripts (LOGIN_SCRIPTS) [N/y/?] n
 11007:    Support /etc/nologin (FEATURE_NOLOGIN) [Y/n/?] y
 11008:    Support /etc/securetty (FEATURE_SECURETTY) [Y/n/?] y
 11009:  passwd (21 kb) (PASSWD) [Y/n/?] y
 11010:    Check new passwords for weakness (FEATURE_PASSWD_WEAK_CHECK) [Y/n/?] y
 11011:  su (19 kb) (SU) [Y/n/?] y
 11012:    Log to syslog all attempts to use su (FEATURE_SU_SYSLOG) [Y/n] y
 11013:    If user's shell is not in /etc/shells, disallow -s PROG (FEATURE_SU_CHECKS_SHELLS) [Y/n] y
 11014:    Allow blank passwords only on TTYs in /etc/securetty (FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY) [N/y] n
 11015:  sulogin (17 kb) (SULOGIN) [Y/n/?] y
 11016:  vlock (17 kb) (VLOCK) [Y/n/?] y
 11017:  *
 11018:  * Linux Ext2 FS Progs
 11019:  *
 11020:  chattr (3.8 kb) (CHATTR) [Y/n/?] y
 11021:  fsck (7.4 kb) (FSCK) [Y/n/?] y
 11022:  lsattr (5.5 kb) (LSATTR) [Y/n/?] y
 11023:  tune2fs (4.4 kb) (TUNE2FS) [N/y/?] n
 11024:  *
 11025:  * Linux Module Utilities
 11026:  *
 11027:  Simplified modutils (MODPROBE_SMALL) [N/y/?] n
 11028:  depmod (27 kb) (DEPMOD) [N/y/?] n
 11029:  insmod (22 kb) (INSMOD) [Y/n/?] y
 11030:  lsmod (1.9 kb) (LSMOD) [Y/n/?] y
 11031:    Pretty output (FEATURE_LSMOD_PRETTY_2_6_OUTPUT) [Y/n/?] y
 11032:  modinfo (24 kb) (MODINFO) [N/y/?] n
 11033:  modprobe (28 kb) (MODPROBE) [Y/n/?] y
 11034:    Blacklist support (FEATURE_MODPROBE_BLACKLIST) [N/y/?] n
 11035:  rmmod (3.3 kb) (RMMOD) [Y/n/?] y
 11036:  *
 11037:  * Options common to multiple modutils
 11038:  *
 11039:  Accept module options on modprobe command line (FEATURE_CMDLINE_MODULE_OPTIONS) [Y/n/?] y
 11040:  Support version 2.2/2.4 Linux kernels (FEATURE_2_4_MODULES) [N/y/?] n
 11041:  Support tainted module checking with new kernels (FEATURE_CHECK_TAINTED_MODULE) [Y/n/?] y
 11042:  Try to load module from a mmap'ed area (FEATURE_INSMOD_TRY_MMAP) [N/y/?] n
 11043:  Support module.aliases file (FEATURE_MODUTILS_ALIAS) [Y/n/?] y
 11044:  Support module.symbols file (FEATURE_MODUTILS_SYMBOLS) [Y/n/?] y
 11045:  Default directory containing modules (DEFAULT_MODULES_DIR) [/lib/modules] /lib/modules
 11046:  Default name of modules.dep (DEFAULT_DEPMOD_FILE) [modules.dep] modules.dep
 11047:  *
 11048:  * Linux System Utilities
 11049:  *
 11050:  acpid (9 kb) (ACPID) [N/y/?] n
 11051:  blkdiscard (4.3 kb) (BLKDISCARD) [N/y/?] n
 11052:  blkid (12 kb) (BLKID) [Y/n/?] y
 11053:    Print filesystem type (FEATURE_BLKID_TYPE) [N/y/?] n
 11054:  blockdev (2.3 kb) (BLOCKDEV) [N/y/?] n
 11055:  cal (5.8 kb) (CAL) [N/y/?] n
 11056:  chrt (4.7 kb) (CHRT) [Y/n/?] y
 11057:  dmesg (3.7 kb) (DMESG) [Y/n/?] y
 11058:    Pretty output (FEATURE_DMESG_PRETTY) [Y/n/?] y
 11059:  eject (4 kb) (EJECT) [Y/n/?] y
 11060:    SCSI support (FEATURE_EJECT_SCSI) [N/y/?] n
 11061:  fallocate (4.1 kb) (FALLOCATE) [Y/n/?] y
 11062:  fatattr (1.9 kb) (FATATTR) [N/y/?] n
 11063:  fbset (5.9 kb) (FBSET) [Y/n/?] y
 11064:    Enable extra options (FEATURE_FBSET_FANCY) [Y/n/?] y
 11065:    Enable readmode support (FEATURE_FBSET_READMODE) [Y/n/?] y
 11066:  fdformat (4.4 kb) (FDFORMAT) [Y/n/?] y
 11067:  fdisk (37 kb) (FDISK) [Y/n/?] y
 11068:    Write support (FEATURE_FDISK_WRITABLE) [Y/n/?] y
 11069:      Support AIX disklabels (FEATURE_AIX_LABEL) [N/y/?] n
 11070:      Support SGI disklabels (FEATURE_SGI_LABEL) [N/y/?] n
 11071:      Support SUN disklabels (FEATURE_SUN_LABEL) [N/y/?] n
 11072:      Support BSD disklabels (FEATURE_OSF_LABEL) [N/y/?] n
 11073:      Support GPT disklabels (FEATURE_GPT_LABEL) [Y/n/?] y
 11074:      Support expert mode (FEATURE_FDISK_ADVANCED) [Y/n/?] y
 11075:  findfs (12 kb) (FINDFS) [N/y/?] n
 11076:  flock (6.3 kb) (FLOCK) [Y/n/?] y
 11077:  fdflush (1.3 kb) (FDFLUSH) [Y/n/?] y
 11078:  freeramdisk (1.3 kb) (FREERAMDISK) [Y/n/?] y
 11079:  fsck.minix (13 kb) (FSCK_MINIX) [N/y/?] n
 11080:  fsfreeze (3.5 kb) (FSFREEZE) [Y/n/?] y
 11081:  fstrim (4.4 kb) (FSTRIM) [Y/n/?] y
 11082:  getopt (5.8 kb) (GETOPT) [Y/n/?] y
 11083:    Support -l LONGOPTs (FEATURE_GETOPT_LONG) [Y/n/?] y
 11084:  hexdump (8.6 kb) (HEXDUMP) [Y/n/?] y
 11085:  hd (7.8 kb) (HD) [N/y/?] n
 11086:  xxd (8.9 kb) (XXD) [Y/n/?] y
 11087:  hwclock (5.8 kb) (HWCLOCK) [Y/n/?] y
 11088:    Use FHS /var/lib/hwclock/adjtime (FEATURE_HWCLOCK_ADJTIME_FHS) [Y/n/?] y
 11089:  ionice (3.8 kb) (IONICE) [N/y/?] n
 11090:  ipcrm (3.2 kb) (IPCRM) [Y/n/?] y
 11091:  ipcs (11 kb) (IPCS) [Y/n/?] y
 11092:  last (6.1 kb) (LAST) [Y/n/?] y
 11093:    Output extra information (FEATURE_LAST_FANCY) [N/y/?] n
 11094:  losetup (5.5 kb) (LOSETUP) [Y/n/?] y
 11095:  lspci (6.3 kb) (LSPCI) [Y/n/?] y
 11096:  lsusb (4.2 kb) (LSUSB) [Y/n/?] y
 11097:  mdev (17 kb) (MDEV) [Y/n/?] y
 11098:    Support /etc/mdev.conf (FEATURE_MDEV_CONF) [Y/n/?] y
 11099:      Support subdirs/symlinks (FEATURE_MDEV_RENAME) [Y/n/?] y
 11100:        Support regular expressions substitutions when renaming device (FEATURE_MDEV_RENAME_REGEXP) [N/y/?] n
 11101:      Support command execution at device addition/removal (FEATURE_MDEV_EXEC) [Y/n/?] y
 11102:    Support loading of firmware (FEATURE_MDEV_LOAD_FIRMWARE) [N/y/?] n
 11103:    Support daemon mode (FEATURE_MDEV_DAEMON) [Y/n/?] y
 11104:  mesg (1.4 kb) (MESG) [Y/n/?] y
 11105:    Enable writing to tty only by group, not by everybody (FEATURE_MESG_ENABLE_ONLY_GROUP) [Y/n/?] y
 11106:  mke2fs (10 kb) (MKE2FS) [Y/n/?] y
 11107:  mkfs.ext2 (10 kb) (MKFS_EXT2) [N/y/?] n
 11108:  mkfs.minix (10 kb) (MKFS_MINIX) [N/y/?] n
 11109:  mkfs_reiser (MKFS_REISER) [N/y/?] n
 11110:  mkdosfs (7.2 kb) (MKDOSFS) [Y/n/?] y
 11111:  mkfs.vfat (7.2 kb) (MKFS_VFAT) [N/y/?] n
 11112:  mkswap (6.3 kb) (MKSWAP) [Y/n/?] y
 11113:    UUID support (FEATURE_MKSWAP_UUID) [N/y/?] n
 11114:  more (7 kb) (MORE) [Y/n/?] y
 11115:  mount (23 kb) (MOUNT) [Y/n/?] y
 11116:    Support -f (fake mount) (FEATURE_MOUNT_FAKE) [N/y/?] n
 11117:    Support -v (verbose) (FEATURE_MOUNT_VERBOSE) [N/y/?] n
 11118:    Support mount helpers (FEATURE_MOUNT_HELPERS) [N/y/?] n
 11119:    Support specifying devices by label or UUID (FEATURE_MOUNT_LABEL) [N/y/?] n
 11120:    Support mounting NFS file systems on Linux < 2.6.23 (FEATURE_MOUNT_NFS) [N/y/?] n
 11121:    Support mounting CIFS/SMB file systems (FEATURE_MOUNT_CIFS) [Y/n/?] y
 11122:    Support lots of -o flags (FEATURE_MOUNT_FLAGS) [Y/n/?] y
 11123:    Support /etc/fstab and -a (mount all) (FEATURE_MOUNT_FSTAB) [Y/n/?] y
 11124:      Support -T <alt_fstab> (FEATURE_MOUNT_OTHERTAB) [Y/n/?] y
 11125:  mountpoint (4.9 kb) (MOUNTPOINT) [Y/n/?] y
 11126:  nologin (NOLOGIN) [Y/n/?] y
 11127:    Enable dependencies for nologin (NOLOGIN_DEPENDENCIES) [N/y/?] n
 11128:  nsenter (6.5 kb) (NSENTER) [N/y/?] n
 11129:  pivot_root (1.1 kb) (PIVOT_ROOT) [Y/n/?] y
 11130:  rdate (5.6 kb) (RDATE) [Y/n/?] y
 11131:  rdev (1.8 kb) (RDEV) [N/y/?] n
 11132:  readprofile (7.1 kb) (READPROFILE) [Y/n/?] y
 11133:  renice (4.2 kb) (RENICE) [Y/n/?] y
 11134:  rev (4.4 kb) (REV) [N/y/?] n
 11135:  rtcwake (6.8 kb) (RTCWAKE) [N/y/?] n
 11136:  script (8.6 kb) (SCRIPT) [N/y/?] n
 11137:  scriptreplay (2.4 kb) (SCRIPTREPLAY) [N/y/?] n
 11138:  setarch (3.6 kb) (SETARCH) [Y/n/?] y
 11139:  linux32 (3.3 kb) (LINUX32) [Y/n/?] y
 11140:  linux64 (3.3 kb) (LINUX64) [Y/n/?] y
 11141:  setpriv (6.6 kb) (SETPRIV) [Y/n/?] y
 11142:    Support dumping current privilege state (FEATURE_SETPRIV_DUMP) [Y/n/?] y
 11143:    Support capabilities (FEATURE_SETPRIV_CAPABILITIES) [Y/n/?] y
 11144:      Support capability names (FEATURE_SETPRIV_CAPABILITY_NAMES) [Y/n/?] y
 11145:  setsid (3.6 kb) (SETSID) [Y/n/?] y
 11146:  swapon (15 kb) (SWAPON) [Y/n/?] y
 11147:    Support discard option -d (FEATURE_SWAPON_DISCARD) [N/y/?] n
 11148:    Support priority option -p (FEATURE_SWAPON_PRI) [N/y/?] n
 11149:  swapoff (14 kb) (SWAPOFF) [Y/n] y
 11150:    Support specifying devices by label or UUID (FEATURE_SWAPONOFF_LABEL) [Y/n/?] y
 11151:  switch_root (5.5 kb) (SWITCH_ROOT) [Y/n/?] y
 11152:  taskset (4.2 kb) (TASKSET) [N/y/?] n
 11153:  uevent (3.1 kb) (UEVENT) [Y/n/?] y
 11154:  umount (5.1 kb) (UMOUNT) [Y/n/?] y
 11155:    Support -a (unmount all) (FEATURE_UMOUNT_ALL) [Y/n/?] y
 11156:  unshare (7.2 kb) (UNSHARE) [N/y/?] n
 11157:  wall (2.6 kb) (WALL) [N/y/?] n
 11158:  *
 11159:  * Common options for mount/umount
 11160:  *
 11161:  Support loopback mounts (FEATURE_MOUNT_LOOP) [Y/n/?] y
 11162:    Create new loopback devices if needed (FEATURE_MOUNT_LOOP_CREATE) [Y/n/?] y
 11163:  Support old /etc/mtab file (FEATURE_MTAB_SUPPORT) [N/y/?] n
 11164:  *
 11165:  * Filesystem/Volume identification
 11166:  *
 11167:  bcache filesystem (FEATURE_VOLUMEID_BCACHE) [N/y] n
 11168:  btrfs filesystem (FEATURE_VOLUMEID_BTRFS) [N/y] n
 11169:  cramfs filesystem (FEATURE_VOLUMEID_CRAMFS) [N/y] n
 11170:  erofs filesystem (FEATURE_VOLUMEID_EROFS) [Y/n/?] y
 11171:  exFAT filesystem (FEATURE_VOLUMEID_EXFAT) [Y/n/?] y
 11172:  Ext filesystem (FEATURE_VOLUMEID_EXT) [Y/n] y
 11173:  f2fs filesystem (FEATURE_VOLUMEID_F2FS) [Y/n/?] y
 11174:  fat filesystem (FEATURE_VOLUMEID_FAT) [Y/n] y
 11175:  hfs filesystem (FEATURE_VOLUMEID_HFS) [N/y] n
 11176:  iso9660 filesystem (FEATURE_VOLUMEID_ISO9660) [N/y] n
 11177:  jfs filesystem (FEATURE_VOLUMEID_JFS) [N/y] n
 11178:  linuxraid (FEATURE_VOLUMEID_LINUXRAID) [N/y] n
 11179:  linux swap filesystem (FEATURE_VOLUMEID_LINUXSWAP) [N/y] n
 11180:  luks filesystem (FEATURE_VOLUMEID_LUKS) [N/y] n
 11181:  minix filesystem (FEATURE_VOLUMEID_MINIX) [Y/n] y
 11182:  nilfs filesystem (FEATURE_VOLUMEID_NILFS) [N/y/?] n
 11183:  ntfs filesystem (FEATURE_VOLUMEID_NTFS) [N/y] n
 11184:  ocfs2 filesystem (FEATURE_VOLUMEID_OCFS2) [N/y] n
 11185:  Reiser filesystem (FEATURE_VOLUMEID_REISERFS) [N/y] n
 11186:  romfs filesystem (FEATURE_VOLUMEID_ROMFS) [N/y] n
 11187:  sysv filesystem (FEATURE_VOLUMEID_SYSV) [N/y] n
 11188:  UBIFS filesystem (FEATURE_VOLUMEID_UBIFS) [Y/n/?] y
 11189:  udf filesystem (FEATURE_VOLUMEID_UDF) [N/y] n
 11190:  xfs filesystem (FEATURE_VOLUMEID_XFS) [N/y] n
 11191:  *
 11192:  * Miscellaneous Utilities
 11193:  *
 11194:  adjtimex (4.7 kb) (ADJTIMEX) [N/y/?] n
 11195:  ascii (ASCII) [Y/n/?] y
 11196:  bbconfig (9.7 kb) (BBCONFIG) [N/y/?] n
 11197:  bc (45 kb) (BC) [Y/n/?] y
 11198:  dc (36 kb) (DC) [Y/n/?] y
 11199:    Use bc code base for dc (larger, more features) (FEATURE_DC_BIG) [Y] y
 11200:      Interactive mode (+4kb) (FEATURE_BC_INTERACTIVE) [Y/n/?] y
 11201:      Enable bc/dc long options (FEATURE_BC_LONG_OPTIONS) [Y/n] y
 11202:  beep (2.4 kb) (BEEP) [N/y/?] n
 11203:  chat (6.3 kb) (CHAT) [N/y/?] n
 11204:  conspy (10 kb) (CONSPY) [N/y/?] n
 11205:  crond (14 kb) (CROND) [Y/n/?] y
 11206:    Support -d (redirect output to stderr) (FEATURE_CROND_D) [N/y/?] n
 11207:    Report command output via email (using sendmail) (FEATURE_CROND_CALL_SENDMAIL) [N/y/?] n
 11208:    Support special times (@reboot, @daily, etc) in crontabs (FEATURE_CROND_SPECIAL_TIMES) [Y/n/?] y
 11209:    crond spool directory (FEATURE_CROND_DIR) [/var/spool/cron] /var/spool/cron
 11210:  crontab (10 kb) (CRONTAB) [Y/n/?] y
 11211:  devfsd (obsolete) (DEVFSD) [N/y/?] n
 11212:  Use devfs names for all devices (obsolete) (FEATURE_DEVFS) [N/y/?] n
 11213:  devmem (2.5 kb) (DEVMEM) [Y/n/?] y
 11214:  fbsplash (26 kb) (FBSPLASH) [N/y/?] n
 11215:  flash_eraseall (5.9 kb) (FLASH_ERASEALL) [N/y/?] n
 11216:  flash_lock (2.1 kb) (FLASH_LOCK) [N/y/?] n
 11217:  flash_unlock (1.3 kb) (FLASH_UNLOCK) [N/y/?] n
 11218:  flashcp (5.3 kb) (FLASHCP) [N/y/?] n
 11219:  hdparm (25 kb) (HDPARM) [Y/n/?] y
 11220:    Support obtaining detailed information directly from drives (FEATURE_HDPARM_GET_IDENTITY) [Y/n/?] y
 11221:    Register an IDE interface (DANGEROUS) (FEATURE_HDPARM_HDIO_SCAN_HWIF) [N/y/?] n
 11222:    Un-register an IDE interface (DANGEROUS) (FEATURE_HDPARM_HDIO_UNREGISTER_HWIF) [N/y/?] n
 11223:    Perform device reset (DANGEROUS) (FEATURE_HDPARM_HDIO_DRIVE_RESET) [N/y/?] n
 11224:    Tristate device for hotswap (DANGEROUS) (FEATURE_HDPARM_HDIO_TRISTATE_HWIF) [N/y/?] n
 11225:    Get/set using_dma flag (FEATURE_HDPARM_HDIO_GETSET_DMA) [N/y/?] n
 11226:  hexedit (21 kb) (HEXEDIT) [Y/n/?] y
 11227:  i2cget (5.5 kb) (I2CGET) [Y/n/?] y
 11228:  i2cset (6.7 kb) (I2CSET) [Y/n/?] y
 11229:  i2cdump (7.1 kb) (I2CDUMP) [Y/n/?] y
 11230:  i2cdetect (7.1 kb) (I2CDETECT) [Y/n/?] y
 11231:  i2ctransfer (4.0 kb) (I2CTRANSFER) [Y/n/?] y
 11232:  inotifyd (3.6 kb) (INOTIFYD) [N/y/?] n
 11233:  less (16 kb) (LESS) [Y/n/?] y
 11234:    Max number of input lines less will try to eat (FEATURE_LESS_MAXLINES) [9999999] 9999999
 11235:    Enable bracket searching (FEATURE_LESS_BRACKETS) [Y/n/?] y
 11236:    Enable -m/-M (FEATURE_LESS_FLAGS) [Y/n/?] y
 11237:    Enable -S (FEATURE_LESS_TRUNCATE) [Y/n/?] y
 11238:    Enable marks (FEATURE_LESS_MARKS) [N/y/?] n
 11239:    Enable regular expressions (FEATURE_LESS_REGEXP) [Y/n/?] y
 11240:    Enable automatic resizing on window size changes (FEATURE_LESS_WINCH) [N/y/?] n
 11241:    Enable flag changes ('-' command) (FEATURE_LESS_DASHCMD) [N/y/?] n
 11242:  lsscsi (2.5 kb) (LSSCSI) [Y/n/?] y
 11243:  makedevs (9.2 kb) (MAKEDEVS) [Y/n/?] y
 11244:    Choose makedevs behaviour
 11245:      1. leaf (FEATURE_MAKEDEVS_LEAF)
 11246:    > 2. table (FEATURE_MAKEDEVS_TABLE)
 11247:    choice[1-2]: 2
 11248:  man (26 kb) (MAN) [N/y/?] n
 11249:  microcom (5.7 kb) (MICROCOM) [Y/n/?] y
 11250:  mim (0.5 kb) (MIM) [Y/n/?] y
 11251:  mt (2.5 kb) (MT) [Y/n/?] y
 11252:  nandwrite (4.8 kb) (NANDWRITE) [N/y/?] n
 11253:  nanddump (5.2 kb) (NANDDUMP) [N/y/?] n
 11254:  partprobe (3.5 kb) (PARTPROBE) [Y/n/?] y
 11255:  raidautorun (1.3 kb) (RAIDAUTORUN) [N/y/?] n
 11256:  readahead (1.5 kb) (READAHEAD) [N/y/?] n
 11257:  rfkill (4.4 kb) (RFKILL) [N/y/?] n
 11258:  runlevel (559 bytes) (RUNLEVEL) [Y/n/?] y
 11259:  rx (2.9 kb) (RX) [N/y/?] n
 11260:  setfattr (3.7 kb) (SETFATTR) [Y/n/?] y
 11261:  setserial (6.9 kb) (SETSERIAL) [Y/n/?] y
 11262:  strings (4.6 kb) (STRINGS) [Y/n/?] y
 11263:  time (6.8 kb) (TIME) [Y/n/?] y
 11264:  ts (450 bytes) (TS) [Y/n] y
 11265:  ttysize (432 bytes) (TTYSIZE) [N/y/?] n
 11266:  ubiattach (4.2 kb) (UBIATTACH) [N/y/?] n
 11267:  ubidetach (4.1 kb) (UBIDETACH) [N/y/?] n
 11268:  ubimkvol (5.3 kb) (UBIMKVOL) [N/y/?] n
 11269:  ubirmvol (4.9 kb) (UBIRMVOL) [N/y/?] n
 11270:  ubirsvol (4.2 kb) (UBIRSVOL) [N/y/?] n
 11271:  ubiupdatevol (5.2 kb) (UBIUPDATEVOL) [N/y/?] n
 11272:  ubirename (2.4 kb) (UBIRENAME) [Y/n/?] y
 11273:  volname (1.6 kb) (VOLNAME) [N/y/?] n
 11274:  watchdog (5.3 kb) (WATCHDOG) [Y/n/?] y
 11275:    Open watchdog device twice, closing it gracefully in between (FEATURE_WATCHDOG_OPEN_TWICE) [N/y/?] n
 11276:  *
 11277:  * Networking Utilities
 11278:  *
 11279:  Enable IPv6 support (FEATURE_IPV6) [Y/n/?] y
 11280:  Enable Unix domain socket support (usually not needed) (FEATURE_UNIX_LOCAL) [N/y/?] n
 11281:  Prefer IPv4 addresses from DNS queries (FEATURE_PREFER_IPV4_ADDRESS) [Y/n/?] y
 11282:  Verbose resolution errors (VERBOSE_RESOLUTION_ERRORS) [N/y/?] n
 11283:  arp (10 kb) (ARP) [Y/n/?] y
 11284:  arping (9 kb) (ARPING) [Y/n/?] y
 11285:  brctl (4.7 kb) (BRCTL) [N/y/?] n
 11286:  dnsd (9.8 kb) (DNSD) [Y/n/?] y
 11287:  ether-wake (4.9 kb) (ETHER_WAKE) [Y/n/?] y
 11288:  ftpd (30 kb) (FTPD) [N/y/?] n
 11289:  ftpget (7.8 kb) (FTPGET) [N/y/?] n
 11290:  ftpput (7.5 kb) (FTPPUT) [N/y/?] n
 11291:  hostname (5.5 kb) (HOSTNAME) [Y/n/?] y
 11292:  dnsdomainname (3.6 kb) (DNSDOMAINNAME) [Y/n/?] y
 11293:  httpd (32 kb) (HTTPD) [N/y/?] n
 11294:  ifconfig (12 kb) (IFCONFIG) [Y/n/?] y
 11295:    Enable status reporting output (+7k) (FEATURE_IFCONFIG_STATUS) [Y/n/?] y
 11296:    Enable slip-specific options "keepalive" and "outfill" (FEATURE_IFCONFIG_SLIP) [Y/n/?] y
 11297:    Enable options "mem_start", "io_addr", and "irq" (FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ) [Y/n/?] y
 11298:    Enable option "hw" (ether only) (FEATURE_IFCONFIG_HW) [Y/n/?] y
 11299:    Set the broadcast automatically (FEATURE_IFCONFIG_BROADCAST_PLUS) [N/y/?] n
 11300:  ifenslave (13 kb) (IFENSLAVE) [N/y/?] n
 11301:  ifplugd (10 kb) (IFPLUGD) [N/y/?] n
 11302:  ifup (14 kb) (IFUP) [Y/n/?] y
 11303:  ifdown (13 kb) (IFDOWN) [Y/n/?] y
 11304:    Absolute path to ifstate file (IFUPDOWN_IFSTATE_PATH) [/var/run/ifstate] /var/run/ifstate
 11305:    Use ip tool (else ifconfig/route is used) (FEATURE_IFUPDOWN_IP) [Y/n/?] y
 11306:    Support IPv4 (FEATURE_IFUPDOWN_IPV4) [Y/n/?] y
 11307:    Support IPv6 (FEATURE_IFUPDOWN_IPV6) [Y/n/?] y
 11308:    Enable mapping support (FEATURE_IFUPDOWN_MAPPING) [Y/n/?] y
 11309:    Support external DHCP clients (FEATURE_IFUPDOWN_EXTERNAL_DHCP) [N/y/?] n
 11310:  inetd (18 kb) (INETD) [Y/n/?] y
 11311:    Support echo service on port 7 (FEATURE_INETD_SUPPORT_BUILTIN_ECHO) [Y/n/?] y
 11312:    Support discard service on port 8 (FEATURE_INETD_SUPPORT_BUILTIN_DISCARD) [Y/n/?] y
 11313:    Support time service on port 37 (FEATURE_INETD_SUPPORT_BUILTIN_TIME) [Y/n/?] y
 11314:    Support daytime service on port 13 (FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME) [Y/n/?] y
 11315:    Support chargen service on port 19 (FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN) [Y/n/?] y
 11316:    Support RPC services (FEATURE_INETD_RPC) [N/y/?] n
 11317:  ip (35 kb) (IP) [Y/n/?] y
 11318:  ipaddr (14 kb) (IPADDR) [Y/n/?] y
 11319:  iplink (17 kb) (IPLINK) [Y/n/?] y
 11320:  iproute (15 kb) (IPROUTE) [Y/n/?] y
 11321:  iptunnel (9.6 kb) (IPTUNNEL) [Y/n/?] y
 11322:  iprule (10 kb) (IPRULE) [Y/n/?] y
 11323:  ipneigh (8.3 kb) (IPNEIGH) [Y/n/?] y
 11324:  ip address (FEATURE_IP_ADDRESS) [Y/?] y
 11325:  ip link (FEATURE_IP_LINK) [Y/?] y
 11326:  ip route (FEATURE_IP_ROUTE) [Y/?] y
 11327:    ip route configuration directory (FEATURE_IP_ROUTE_DIR) [/etc/iproute2] /etc/iproute2
 11328:  ip tunnel (FEATURE_IP_TUNNEL) [Y/?] y
 11329:  ip rule (FEATURE_IP_RULE) [Y/?] y
 11330:  ip neighbor (FEATURE_IP_NEIGH) [Y/?] y
 11331:  Support displaying rarely used link types (FEATURE_IP_RARE_PROTOCOLS) [N/y/?] n
 11332:  ipcalc (4.4 kb) (IPCALC) [N/y/?] n
 11333:  fakeidentd (8.7 kb) (FAKEIDENTD) [N/y/?] n
 11334:  nameif (6.6 kb) (NAMEIF) [Y/n/?] y
 11335:    Extended nameif (FEATURE_NAMEIF_EXTENDED) [N/y/?] n
 11336:  nbd-client (6 kb) (NBDCLIENT) [N/y/?] n
 11337:  nc (11 kb) (NC) [N/y/?] n
 11338:  netcat (11 kb) (NETCAT) [N/y/?] n
 11339:  netstat (10 kb) (NETSTAT) [Y/n/?] y
 11340:    Enable wide output (FEATURE_NETSTAT_WIDE) [N/y/?] n
 11341:    Enable PID/Program name output (FEATURE_NETSTAT_PRG) [N/y/?] n
 11342:  nslookup (9.7 kb) (NSLOOKUP) [Y/n/?] y
 11343:    Use internal resolver code instead of libc (FEATURE_NSLOOKUP_BIG) [Y/n] y
 11344:      Enable long options (FEATURE_NSLOOKUP_LONG_OPTIONS) [Y/n] y
 11345:  ntpd (22 kb) (NTPD) [N/y/?] n
 11346:  ping (10 kb) (PING) [Y/n/?] y
 11347:  ping6 (11 kb) (PING6) [N/y/?] n
 11348:  Enable fancy ping output (FEATURE_FANCY_PING) [Y/n/?] y
 11349:  pscan (6 kb) (PSCAN) [N/y/?] n
 11350:  route (8.7 kb) (ROUTE) [Y/n/?] y
 11351:  slattach (6.2 kb) (SLATTACH) [N/y/?] n
 11352:  ssl_client (25 kb) (SSL_CLIENT) [N/y/?] n
 11353:  tc (8.3 kb) (TC) [Y/n/?] y
 11354:    Enable ingress (FEATURE_TC_INGRESS) [Y/n] y
 11355:  tcpsvd (14 kb) (TCPSVD) [N/y/?] n
 11356:  udpsvd (13 kb) (UDPSVD) [N/y/?] n
 11357:  telnet (8.8 kb) (TELNET) [Y/n/?] y
 11358:    Pass TERM type to remote host (FEATURE_TELNET_TTYPE) [Y/n/?] y
 11359:    Pass USER type to remote host (FEATURE_TELNET_AUTOLOGIN) [Y/n/?] y
 11360:    Enable window size autodetection (FEATURE_TELNET_WIDTH) [Y/n] y
 11361:  telnetd (12 kb) (TELNETD) [N/y/?] n
 11362:  tftp (11 kb) (TFTP) [Y/n/?] y
 11363:    Enable progress bar (FEATURE_TFTP_PROGRESS_BAR) [N/y] n
 11364:    tftp-hpa compat (support -c get/put FILE) (FEATURE_TFTP_HPA_COMPAT) [Y/n] y
 11365:  tftpd (10 kb) (TFTPD) [N/y/?] n
 11366:    Enable 'tftp get' and/or tftpd upload code (FEATURE_TFTP_GET) [Y/n/?] y
 11367:    Enable 'tftp put' and/or tftpd download code (FEATURE_TFTP_PUT) [Y/n/?] y
 11368:    Enable 'blksize' and 'tsize' protocol options (FEATURE_TFTP_BLOCKSIZE) [Y/n/?] y
 11369:    Enable debug (TFTP_DEBUG) [N/y/?] n
 11370:  traceroute (11 kb) (TRACEROUTE) [Y/n/?] y
 11371:  traceroute6 (13 kb) (TRACEROUTE6) [N/y/?] n
 11372:  Enable verbose output (FEATURE_TRACEROUTE_VERBOSE) [N/y/?] n
 11373:  Enable -I option (use ICMP instead of UDP) (FEATURE_TRACEROUTE_USE_ICMP) [N/y] n
 11374:  tunctl (6.2 kb) (TUNCTL) [N/y/?] n
 11375:  vconfig (2.3 kb) (VCONFIG) [Y/n/?] y
 11376:  wget (38 kb) (WGET) [Y/n/?] y
 11377:    Enable long options (FEATURE_WGET_LONG_OPTIONS) [Y/n] y
 11378:    Enable progress bar (+2k) (FEATURE_WGET_STATUSBAR) [Y/n] y
 11379:    Enable FTP protocol (+1k) (FEATURE_WGET_FTP) [Y/n/?] y
 11380:    Enable HTTP authentication (FEATURE_WGET_AUTHENTICATION) [Y/n/?] y
 11381:    Enable timeout option -T SEC (FEATURE_WGET_TIMEOUT) [Y/n/?] y
 11382:    Support HTTPS using internal TLS code (FEATURE_WGET_HTTPS) [N/y/?] n
 11383:    Try to connect to HTTPS using openssl (FEATURE_WGET_OPENSSL) [N/y/?] n
 11384:  whois (6.3 kb) (WHOIS) [N/y/?] n
 11385:  zcip (8.4 kb) (ZCIP) [N/y/?] n
 11386:  udhcpd (21 kb) (UDHCPD) [N/y/?] n
 11387:  dumpleases (5.1 kb) (DUMPLEASES) [N/y/?] n
 11388:  dhcprelay (5.2 kb) (DHCPRELAY) [N/y/?] n
 11389:  udhcpc (24 kb) (UDHCPC) [Y/n/?] y
 11390:    Verify that the offered address is free, using ARP ping (FEATURE_UDHCPC_ARPING) [Y/n/?] y
 11391:    Do not pass malformed host and domain names (FEATURE_UDHCPC_SANITIZEOPT) [Y/n/?] y
 11392:    Absolute path to config script (UDHCPC_DEFAULT_SCRIPT) [/usr/share/udhcpc/default.script] /usr/share/udhcpc/default.script
 11393:  udhcpc6 (21 kb) (UDHCPC6) [N/y/?] n
 11394:  *
 11395:  * Common options for DHCP applets
 11396:  *
 11397:  Default interface name (UDHCPC_DEFAULT_INTERFACE) [eth0] eth0
 11398:  Enable '-P port' option for udhcpd and udhcpc (FEATURE_UDHCP_PORT) [N/y/?] n
 11399:  Maximum verbosity level (0..9) (UDHCP_DEBUG) [0] 0
 11400:  DHCP options slack buffer size (UDHCPC_SLACK_FOR_BUGGY_SERVERS) [80] 80
 11401:  Support RFC 3397 domain search options (FEATURE_UDHCP_RFC3397) [Y/n/?] y
 11402:  Support 802.1Q VLAN parameters options (FEATURE_UDHCP_8021Q) [Y/n/?] y
 11403:  ifup udhcpc command line options (IFUPDOWN_UDHCPC_CMD_OPTIONS) [-R -n -O search] -R -n -O search
 11404:  *
 11405:  * Print Utilities
 11406:  *
 11407:  lpd (5.5 kb) (LPD) [N/y/?] n
 11408:  lpr (9.9 kb) (LPR) [N/y/?] n
 11409:  lpq (9.9 kb) (LPQ) [N/y/?] n
 11410:  *
 11411:  * Mail Utilities
 11412:  *
 11413:  makemime (5.4 kb) (MAKEMIME) [N/y/?] n
 11414:  popmaildir (10 kb) (POPMAILDIR) [N/y/?] n
 11415:  reformime (7.5 kb) (REFORMIME) [N/y/?] n
 11416:  sendmail (14 kb) (SENDMAIL) [N/y/?] n
 11417:  *
 11418:  * Process Utilities
 11419:  *
 11420:  free (3.1 kb) (FREE) [Y/n/?] y
 11421:  fuser (7 kb) (FUSER) [Y/n/?] y
 11422:  iostat (7.6 kb) (IOSTAT) [N/y/?] n
 11423:  kill (3.1 kb) (KILL) [Y/n/?] y
 11424:  killall (5.6 kb) (KILLALL) [Y/n/?] y
 11425:  killall5 (5.3 kb) (KILLALL5) [Y/n/?] y
 11426:  lsof (3.4 kb) (LSOF) [Y/n/?] y
 11427:  mpstat (9.8 kb) (MPSTAT) [N/y/?] n
 11428:  nmeter (11 kb) (NMETER) [N/y/?] n
 11429:  pgrep (6.5 kb) (PGREP) [N/y/?] n
 11430:  pkill (7.5 kb) (PKILL) [N/y/?] n
 11431:  pidof (6.3 kb) (PIDOF) [Y/n/?] y
 11432:    Enable single shot (-s) (FEATURE_PIDOF_SINGLE) [Y/n/?] y
 11433:    Enable omitting pids (-o PID) (FEATURE_PIDOF_OMIT) [Y/n/?] y
 11434:  pmap (6 kb) (PMAP) [N/y/?] n
 11435:  powertop (9.6 kb) (POWERTOP) [N/y/?] n
 11436:  ps (11 kb) (PS) [Y/n/?] y
 11437:    Enable -o time and -o etime specifiers (FEATURE_PS_TIME) [N/y] n
 11438:    Enable -o rgroup, -o ruser, -o nice specifiers (FEATURE_PS_ADDITIONAL_COLUMNS) [N/y] n
 11439:  pstree (9.3 kb) (PSTREE) [N/y/?] n
 11440:  pwdx (3.7 kb) (PWDX) [N/y/?] n
 11441:  smemcap (2.5 kb) (SMEMCAP) [N/y/?] n
 11442:  sysctl (7.4 kb) (BB_SYSCTL) [Y/n/?] y
 11443:  top (18 kb) (TOP) [Y/n/?] y
 11444:    Accept keyboard commands (FEATURE_TOP_INTERACTIVE) [Y/n/?] y
 11445:    Show CPU per-process usage percentage (FEATURE_TOP_CPU_USAGE_PERCENTAGE) [Y/n/?] y
 11446:      Show CPU global usage percentage (FEATURE_TOP_CPU_GLOBAL_PERCENTS) [Y/n/?] y
 11447:        SMP CPU usage display ('c' key) (FEATURE_TOP_SMP_CPU) [N/y/?] n
 11448:      Show 1/10th of a percent in CPU/mem statistics (FEATURE_TOP_DECIMALS) [N/y/?] n
 11449:    Show CPU process runs on ('j' field) (FEATURE_TOP_SMP_PROCESS) [N/y/?] n
 11450:    Topmem command ('s' key) (FEATURE_TOPMEM) [N/y/?] n
 11451:  uptime (3.7 kb) (UPTIME) [Y/n/?] y
 11452:    Show the number of users (FEATURE_UPTIME_UTMP_SUPPORT) [N/y/?] n
 11453:  watch (4.4 kb) (WATCH) [Y/n/?] y
 11454:  Support thread display in ps/pstree/top (FEATURE_SHOW_THREADS) [N/y/?] n
 11455:  *
 11456:  * Runit Utilities
 11457:  *
 11458:  chpst (9 kb) (CHPST) [N/y/?] n
 11459:  setuidgid (4 kb) (SETUIDGID) [N/y/?] n
 11460:  envuidgid (3.9 kb) (ENVUIDGID) [N/y/?] n
 11461:  envdir (2.5 kb) (ENVDIR) [N/y/?] n
 11462:  softlimit (4.5 kb) (SOFTLIMIT) [N/y/?] n
 11463:  runsv (7.8 kb) (RUNSV) [N/y/?] n
 11464:  runsvdir (6.3 kb) (RUNSVDIR) [N/y/?] n
 11465:  sv (8.5 kb) (SV) [N/y/?] n
 11466:    Default directory for services (SV_DEFAULT_SERVICE_DIR) [] 
 11467:  svc (8.4 kb) (SVC) [Y/n/?] y
 11468:  svok (1.5 kb) (SVOK) [Y/n/?] y
 11469:  svlogd (16 kb) (SVLOGD) [N/y/?] n
 11470:  *
 11471:  * Shells
 11472:  *
 11473:  Choose which shell is aliased to 'sh' name
 11474:  > 1. ash (SH_IS_ASH)
 11475:    2. hush (SH_IS_HUSH)
 11476:    3. none (SH_IS_NONE)
 11477:  choice[1-3?]: 1
 11478:  Choose which shell is aliased to 'bash' name
 11479:    1. ash (BASH_IS_ASH)
 11480:    2. hush (BASH_IS_HUSH)
 11481:  > 3. none (BASH_IS_NONE)
 11482:  choice[1-3?]: 3
 11483:  ash (78 kb) (ASH) [Y/n/?] y
 11484:    Optimize for size instead of speed (ASH_OPTIMIZE_FOR_SIZE) [Y/n] y
 11485:    Use internal glob() implementation (ASH_INTERNAL_GLOB) [Y/n/?] y
 11486:    bash-compatible extensions (ASH_BASH_COMPAT) [Y/n] y
 11487:      'source' and '.' builtins search current directory after $PATH (ASH_BASH_SOURCE_CURDIR) [N/y/?] n
 11488:      command_not_found_handle hook support (ASH_BASH_NOT_FOUND_HOOK) [Y/n/?] y
 11489:    Job control (ASH_JOB_CONTROL) [Y/n] y
 11490:    Alias support (ASH_ALIAS) [Y/n] y
 11491:    Pseudorandom generator and $RANDOM variable (ASH_RANDOM_SUPPORT) [Y/n/?] y
 11492:    Expand prompt string (ASH_EXPAND_PRMT) [Y/n/?] y
 11493:    Idle timeout variable $TMOUT (ASH_IDLE_TIMEOUT) [Y/n/?] y
 11494:    Check for new mail in interactive shell (ASH_MAIL) [N/y/?] n
 11495:    echo builtin (ASH_ECHO) [Y/n] y
 11496:    printf builtin (ASH_PRINTF) [Y/n] y
 11497:    test builtin (ASH_TEST) [Y/n] y
 11498:    help builtin (ASH_HELP) [Y/n] y
 11499:    getopts builtin (ASH_GETOPTS) [Y/n] y
 11500:    command builtin (ASH_CMDCMD) [Y/n/?] y
 11501:  cttyhack (2.4 kb) (CTTYHACK) [N/y/?] n
 11502:  hush (68 kb) (HUSH) [N/y/?] n
 11503:  Internal shell for embedded script support (SHELL_HUSH) [N/y] n
 11504:  *
 11505:  * Options common to all shells
 11506:  *
 11507:  POSIX math support (FEATURE_SH_MATH) [Y/n/?] y
 11508:    Extend POSIX math support to 64 bit (FEATURE_SH_MATH_64) [Y/n/?] y
 11509:    Support BASE#nnnn literals (FEATURE_SH_MATH_BASE) [Y/n] y
 11510:  Hide message on interactive shell startup (FEATURE_SH_EXTRA_QUIET) [Y/n/?] y
 11511:  Standalone shell (FEATURE_SH_STANDALONE) [N/y/?] n
 11512:  Run 'nofork' applets directly (FEATURE_SH_NOFORK) [N/y/?] n
 11513:  read -t N.NNN support (+110 bytes) (FEATURE_SH_READ_FRAC) [Y/n/?] y
 11514:  Use $HISTFILESIZE (FEATURE_SH_HISTFILESIZE) [N/y/?] n
 11515:  Embed scripts in the binary (FEATURE_SH_EMBEDDED_SCRIPTS) [Y/n/?] y
 11516:  *
 11517:  * System Logging Utilities
 11518:  *
 11519:  klogd (5.7 kb) (KLOGD) [Y/n/?] y
 11520:    Use the klogctl() interface (FEATURE_KLOGD_KLOGCTL) [Y/n/?] y
 11521:  logger (6.3 kb) (LOGGER) [Y/n/?] y
 11522:  logread (4.8 kb) (LOGREAD) [N/y/?] n
 11523:  syslogd (13 kb) (SYSLOGD) [Y/n/?] y
 11524:    Rotate message files (FEATURE_ROTATE_LOGFILE) [Y/n/?] y
 11525:    Remote Log support (FEATURE_REMOTE_LOG) [Y/n/?] y
 11526:    Support -D (drop dups) option (FEATURE_SYSLOGD_DUP) [N/y/?] n
 11527:    Support syslog.conf (FEATURE_SYSLOGD_CFG) [N/y/?] n
 11528:    Include milliseconds in timestamps (FEATURE_SYSLOGD_PRECISE_TIMESTAMPS) [N/y/?] n
 11529:    Read buffer size in bytes (FEATURE_SYSLOGD_READ_BUFFER_SIZE) [256] 256
 11530:    Circular Buffer support (FEATURE_IPC_SYSLOG) [N/y/?] n
 11531:    Linux kernel printk buffer support (FEATURE_KMSG_SYSLOG) [N/y/?] n
 11532:  yes: standard output: Broken pipe
 11533:  >>> busybox 1.34.1 Configuring
 11534:  >>> busybox 1.34.1 Building
 11535:  PATH="/dev/shm/qemu/out-br/host/bin:/dev/shm/qemu/out-br/host/sbin:/usr/bin/:/home/optee/devel/ibart/ibartenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/optee/bin" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os -g0 -D_FORTIFY_SOURCE=1" CFLAGS_busybox="" /usr/bin//make  CC="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-gcc" ARCH=arm PREFIX="/dev/shm/qemu/out-br/target" EXTRA_LDFLAGS="" CROSS_COMPILE="/dev/shm/qemu/out-br/host/bin/arm-linux-gnueabihf-" CONFIG_PREFIX="/dev/shm/qemu/out-br/target" SKIP_STRIP=y -C /dev/shm/qemu/out-br/build/busybox-1.34.1
 11536:    HOSTCC  scripts/basic/fixdep
 11537:  Cloning into '/dev/shm/qemu/qemu/slirp'...
 11538:    HOSTCC  scripts/basic/split-include
 11539:    HOSTCC  scripts/basic/docproc
 11540:    SPLIT   include/autoconf.h -> include/config/*
 11541:    GEN     include/bbconfigopts.h
 11542:    GEN     include/common_bufsiz.h
 11543:    GEN     include/embedded_scripts.h
 11544:    HOSTCC  applets/usage
 11545:  applets/usage.c: In function ‘main’:
 11546:  applets/usage.c:52:17: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 11547:     52 |                 write(STDOUT_FILENO, usage_array[i].usage, strlen(usage_array[i].usage) + 1);
 11548:        |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11549:    GEN     include/usage_compressed.h
 11550:    HOSTCC  applets/applet_tables
 11551:    GEN     include/applet_tables.h include/NUM_APPLETS.h
 11552:    GEN     include/applet_tables.h include/NUM_APPLETS.h
 11553:    CC      applets/applets.o
 11554:    LD      applets/built-in.o
 11555:    HOSTCC  applets/usage_pod
 11556:    LD      archival/built-in.o
 11557:    CC      archival/ar.o
 11558:    CC      archival/bbunzip.o
 11559:    CC      archival/cpio.o
 11560:    CC      archival/gzip.o
 11561:    CC      archival/lzop.o
 11562:    CC      archival/tar.o
 11563:    CC      archival/unzip.o
 11564:    AR      archival/lib.a
 11565:    LD      archival/libarchive/built-in.o
 11566:    CC      archival/libarchive/common.o
 11567:    CC      archival/libarchive/data_align.o
 11568:    CC      archival/libarchive/data_extract_all.o
 11569:  archival/libarchive/data_extract_all.c: In function ‘data_extract_all’:
 11570:  archival/libarchive/data_extract_all.c:235:4: warning: ignoring return value of ‘chown’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 11571:    235 |    chown(dst_name, uid, gid);
 11572:        |    ^~~~~~~~~~~~~~~~~~~~~~~~~
 11573:    CC      archival/libarchive/data_extract_to_command.o
 11574:    CC      archival/libarchive/data_extract_to_stdout.o
 11575:    CC      archival/libarchive/data_skip.o
 11576:    CC      archival/libarchive/decompress_bunzip2.o
 11577:    CC      archival/libarchive/decompress_gunzip.o
 11578:    CC      archival/libarchive/decompress_unlzma.o
 11579:    CC      archival/libarchive/decompress_unxz.o
 11580:    CC      archival/libarchive/filter_accept_all.o
 11581:    CC      archival/libarchive/filter_accept_list.o
 11582:    CC      archival/libarchive/filter_accept_reject_list.o
 11583:    CC      archival/libarchive/find_list_entry.o
 11584:    CC      archival/libarchive/get_header_ar.o
 11585:    CC      archival/libarchive/get_header_cpio.o
 11586:    CC      archival/libarchive/get_header_tar.o
 11587:    CC      archival/libarchive/header_list.o
 11588:    CC      archival/libarchive/header_skip.o
 11589:    CC      archival/libarchive/header_verbose_list.o
 11590:  Cloning into '/dev/shm/qemu/qemu/tests/fp/berkeley-softfloat-3'...
 11591:    CC      archival/libarchive/init_handle.o
 11592:    CC      archival/libarchive/lzo1x_1.o
 11593:    CC      archival/libarchive/lzo1x_1o.o
 11594:    CC      archival/libarchive/lzo1x_d.o
 11595:    CC      archival/libarchive/open_transformer.o
 11596:    CC      archival/libarchive/seek_by_jump.o
 11597:    CC      archival/libarchive/seek_by_read.o
 11598:    CC      archival/libarchive/unpack_ar_archive.o
 11599:    CC      archival/libarchive/unsafe_prefix.o
 11600:    CC      archival/libarchive/unsafe_symlink_target.o
 11601:    AR      archival/libarchive/lib.a
 11602:    LD      console-tools/built-in.o
 11603:    CC      console-tools/chvt.o
 11604:    CC      console-tools/clear.o
 11605:    CC      console-tools/deallocvt.o
 11606:    CC      console-tools/dumpkmap.o
 11607:  console-tools/dumpkmap.c: In function ‘dumpkmap_main’:
 11608:  console-tools/dumpkmap.c:67:2: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 11609:     67 |  write(STDOUT_FILENO, flags, 7 + MAX_NR_KEYMAPS);
 11610:        |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11611:  console-tools/dumpkmap.c:79:6: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 11612:     79 |      write(STDOUT_FILENO, &ke.kb_value, 2);
 11613:        |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11614:    CC      console-tools/loadfont.o
 11615:    CC      console-tools/loadkmap.o
 11616:    CC      console-tools/openvt.o
 11617:    CC      console-tools/reset.o
 11618:    CC      console-tools/resize.o
 11619:  console-tools/resize.c: In function ‘resize_main’:
 11620:  console-tools/resize.c:88:2: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 11621:     88 |  scanf(ESC"[%hu;%huR", &w.ws_row, &w.ws_col);
 11622:        |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11623:    CC      console-tools/setconsole.o
 11624:    CC      console-tools/setkeycodes.o
 11625:    CC      console-tools/setlogcons.o
 11626:    AR      console-tools/lib.a
 11627:    LD      coreutils/built-in.o
 11628:    CC      coreutils/basename.o
 11629:    CC      coreutils/cat.o
 11630:    CC      coreutils/chgrp.o
 11631:    CC      coreutils/chmod.o
 11632:    CC      coreutils/chown.o
 11633:    CC      coreutils/chroot.o
 11634:    CC      coreutils/cksum.o
 11635:    CC      coreutils/cp.o
 11636:    CC      coreutils/cut.o
 11637:    CC      coreutils/date.o
 11638:    CC      coreutils/dd.o
 11639:    CC      coreutils/df.o
 11640:    CC      coreutils/dirname.o
 11641:    CC      coreutils/dos2unix.o
 11642:  coreutils/dos2unix.c: In function ‘convert’:
 11643:  coreutils/dos2unix.c:83:3: warning: ignoring return value of ‘fchown’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 11644:     83 |   fchown(fd, st.st_uid, st.st_gid);
 11645:        |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11646:    CC      coreutils/du.o
 11647:    CC      coreutils/echo.o
 11648:    CC      coreutils/env.o
 11649:    CC      coreutils/expr.o
 11650:    CC      coreutils/factor.o
 11651:    CC      coreutils/false.o
 11652:  Cloning into '/dev/shm/qemu/qemu/tests/fp/berkeley-testfloat-3'...
 11653:    CC      coreutils/fold.o
 11654:    CC      coreutils/head.o
 11655:    CC      coreutils/hostid.o
 11656:    CC      coreutils/id.o
 11657:    CC      coreutils/install.o
 11658:    CC      coreutils/link.o
 11659:    CC      coreutils/ln.o
 11660:    CC      coreutils/logname.o
 11661:    CC      coreutils/ls.o
 11662:    CC      coreutils/md5_sha1_sum.o
 11663:    CC      coreutils/mkdir.o
 11664:    CC      coreutils/mkfifo.o
 11665:    CC      coreutils/mknod.o
 11666:    CC      coreutils/mktemp.o
 11667:    CC      coreutils/mv.o
 11668:    CC      coreutils/nice.o
 11669:    CC      coreutils/nl.o
 11670:    CC      coreutils/nohup.o
 11671:    CC      coreutils/nproc.o
 11672:    CC      coreutils/od.o
 11673:    CC      coreutils/paste.o
 11674:    CC      coreutils/printenv.o
 11675:    CC      coreutils/printf.o
 11676:    CC      coreutils/pwd.o
 11677:    CC      coreutils/readlink.o
 11678:    CC      coreutils/realpath.o
 11679:    CC      coreutils/rm.o
 11680:    CC      coreutils/rmdir.o
 11681:    CC      coreutils/seq.o
 11682:    CC      coreutils/shred.o
 11683:  coreutils/shred.c: In function ‘shred_main’:
 11684:  coreutils/shred.c:104:4: warning: ignoring return value of ‘ftruncate’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 11685:    104 |    ftruncate(fd, 0);
 11686:        |    ^~~~~~~~~~~~~~~~
 11687:    CC      coreutils/sleep.o
 11688:    CC      coreutils/sort.o
 11689:    CC      coreutils/stty.o
 11690:    CC      coreutils/sync.o
 11691:    CC      coreutils/tail.o
 11692:    CC      coreutils/tee.o
 11693:  Cloning into '/dev/shm/qemu/qemu/ui/keycodemapdb'...
 11694:    CC      coreutils/test.o
 11695:    CC      coreutils/test_ptr_hack.o
 11696:    CC      coreutils/touch.o
 11697:    CC      coreutils/tr.o
 11698:    CC      coreutils/true.o
 11699:    CC      coreutils/truncate.o
 11700:    CC      coreutils/tty.o
 11701:    CC      coreutils/uname.o
 11702:    CC      coreutils/uniq.o
 11703:    CC      coreutils/unlink.o
 11704:    CC      coreutils/usleep.o
 11705:    CC      coreutils/uudecode.o
 11706:    CC      coreutils/uuencode.o
 11707:    CC      coreutils/wc.o
 11708:    CC      coreutils/who.o
 11709:    CC      coreutils/whoami.o
 11710:    CC      coreutils/yes.o
 11711:    AR      coreutils/lib.a
 11712:    LD      coreutils/libcoreutils/built-in.o
 11713:    CC      coreutils/libcoreutils/cp_mv_stat.o
 11714:    CC      coreutils/libcoreutils/getopt_mk_fifo_nod.o
 11715:    AR      coreutils/libcoreutils/lib.a
 11716:    LD      debianutils/built-in.o
 11717:    CC      debianutils/pipe_progress.o
 11718:    CC      debianutils/run_parts.o
 11719:    CC      debianutils/start_stop_daemon.o
 11720:    CC      debianutils/which.o
 11721:    AR      debianutils/lib.a
 11722:    LD      klibc-utils/built-in.o
 11723:    CC      klibc-utils/nuke.o
 11724:    CC      klibc-utils/resume.o
 11725:    AR      klibc-utils/lib.a
 11726:    LD      e2fsprogs/built-in.o
 11727:    CC      e2fsprogs/chattr.o
 11728:    CC      e2fsprogs/e2fs_lib.o
 11729:    CC      e2fsprogs/fsck.o
 11730:    CC      e2fsprogs/lsattr.o
 11731:    AR      e2fsprogs/lib.a
 11732:    LD      editors/built-in.o
 11733:    CC      editors/awk.o
 11734:    CC      editors/cmp.o
 11735:    CC      editors/diff.o
 11736:    CC      editors/patch.o
 11737:    CC      editors/sed.o
 11738:  editors/sed.c: In function ‘sed_main’:
 11739:  editors/sed.c:1607:4: warning: ignoring return value of ‘fchown’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 11740:   1607 |    fchown(nonstdoutfd, statbuf.st_uid, statbuf.st_gid);
 11741:        |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 11742:    CC      editors/vi.o
 11743:  editors/vi.c: In function ‘file_write’:
 11744:  editors/vi.c:2361:2: warning: ignoring return value of ‘ftruncate’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 11745:   2361 |  ftruncate(fd, charcnt);
 11746:        |  ^~~~~~~~~~~~~~~~~~~~~~
 11747:    AR      editors/lib.a
 11748:    LD      findutils/built-in.o
 11749:    CC      findutils/find.o
 11750:    CC      findutils/grep.o
 11751:    CC      findutils/xargs.o
 11752:    AR      findutils/lib.a
 11753:    LD      init/built-in.o
 11754:    CC      init/halt.o
 11755:    CC      init/init.o
 11756:    AR      init/lib.a
 11757:    LD      libbb/built-in.o
 11758:    CC      libbb/appletlib.o
 11759:  libbb/appletlib.c: In function ‘check_suid’:
 11760:  libbb/appletlib.c:639:3: warning: ignoring return value of ‘setgid’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 11761:    639 |   setgid(rgid);
 11762:        |   ^~~~~~~~~~~~
 11763:  libbb/appletlib.c:640:3: warning: ignoring return value of ‘setuid’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 11764:    640 |   setuid(ruid);
 11765:        |   ^~~~~~~~~~~~
 11766:    CC      libbb/ask_confirmation.o
 11767:    CC      libbb/auto_string.o
 11768:    CC      libbb/bb_askpass.o
 11769:    CC      libbb/bb_bswap_64.o
 11770:    CC      libbb/bb_cat.o
 11771:    CC      libbb/bb_do_delay.o
 11772:    CC      libbb/bb_getgroups.o
 11773:    CC      libbb/bb_getsockname.o
 11774:    CC      libbb/bb_pwd.o
 11775:  The Meson build system
 11776:  Version: 0.59.3
 11777:  Source dir: /dev/shm/qemu/qemu
 11778:  Build dir: /dev/shm/qemu/qemu/build
 11779:  Build type: native build
 11780:    CC      libbb/bb_qsort.o
 11781:    CC      libbb/bb_strtonum.o
 11782:    CC      libbb/capability.o
 11783:    CC      libbb/change_identity.o
 11784:  Project name: qemu
 11785:  Project version: 7.0.0
 11786:    CC      libbb/chomp.o
 11787:  C compiler for the host machine: /usr/bin//ccache gcc -m64 -mcx16 (gcc 11.3.0 "gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0")
 11788:  C linker for the host machine: /usr/bin//ccache gcc -m64 -mcx16 ld.bfd 2.38
 11789:    CC      libbb/common_bufsiz.o
 11790:  Host machine cpu family: x86_64
 11791:  Host machine cpu: x86_64
 11792:  Program sh found: YES (/usr/bin/sh)
 11793:  Program python3 found: YES (/usr/bin//python3)
 11794:    CC      libbb/compare_string_array.o
 11795:  WARNING: Broken python installation detected. Python files installed by Meson might not be found by python interpreter.
 11796:  Program bzip2 found: YES (/usr/bin/bzip2)
 11797:    CC      libbb/concat_path_file.o
 11798:  C++ compiler for the host machine: c++ -m64 -mcx16 (gcc 11.3.0 "c++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0")
 11799:  C++ linker for the host machine: c++ -m64 -mcx16 ld.bfd 2.38
 11800:  Program cgcc found: NO
 11801:  Library m found: YES
 11802:  Run-time dependency threads found: YES
 11803:    CC      libbb/concat_subpath_file.o
 11804:  Library util found: YES
 11805:  Run-time dependency appleframeworks found: NO (tried framework)
 11806:  Found pkg-config: /usr/bin/pkg-config (0.29.2)
 11807:    CC      libbb/copy_file.o
 11808:  Run-time dependency pixman-1 found: YES 0.40.0
 11809:  Run-time dependency zlib found: YES 1.2.11
 11810:  Has header "libaio.h" : NO 
 11811:  Run-time dependency liburing found: NO (tried pkgconfig)
 11812:  Run-time dependency libnfs found: NO (tried pkgconfig)
 11813:  Run-time dependency appleframeworks found: NO (tried framework)
 11814:  Run-time dependency libseccomp found: NO (tried pkgconfig)
 11815:  Has header "cap-ng.h" : NO 
 11816:  Run-time dependency xkbcommon found: NO (tried pkgconfig)
 11817:    CC      libbb/copyfd.o
 11818:  Has header "libvdeplug.h" : NO 
 11819:  Run-time dependency libpulse found: NO (tried pkgconfig)
 11820:  Run-time dependency alsa found: NO (tried pkgconfig)
 11821:  Run-time dependency jack found: NO (tried pkgconfig)
 11822:  Run-time dependency spice-protocol found: NO (tried pkgconfig)
 11823:  Run-time dependency spice-server found: NO (tried pkgconfig)
 11824:  Library rt found: YES
 11825:  Run-time dependency libiscsi found: NO (tried pkgconfig)
 11826:  Run-time dependency libzstd found: NO (tried pkgconfig)
 11827:  Run-time dependency virglrenderer found: NO (tried pkgconfig)
 11828:  Run-time dependency libcurl found: NO (tried pkgconfig)
 11829:  Run-time dependency libudev found: YES 249
 11830:    CC      libbb/correct_password.o
 11831:  Library mpathpersist found: NO
 11832:  Run-time dependency ncursesw found: YES 6.3.20211021
 11833:    CC      libbb/crc32.o
 11834:    CC      libbb/default_error_retval.o
 11835:  Has header "brlapi.h" : NO 
 11836:  sdl2-config found: NO
 11837:  Run-time dependency sdl2 found: NO (tried pkgconfig and config-tool)
 11838:  Library rados found: NO
 11839:  Has header "rbd/librbd.h" : NO 
 11840:  Run-time dependency glusterfs-api found: NO (tried pkgconfig)
 11841:    CC      libbb/device_open.o
 11842:  Run-time dependency libssh found: NO (tried pkgconfig)
 11843:  Has header "bzlib.h" : NO 
 11844:  Has header "lzfse.h" : NO 
 11845:  Has header "sys/soundcard.h" : YES 
 11846:  Run-time dependency gnutls found: NO (tried pkgconfig)
 11847:  Run-time dependency gnutls found: NO (tried pkgconfig)
 11848:  libgcrypt-config found: NO need ['>=1.8']
 11849:  Run-time dependency libgcrypt found: NO (tried config-tool)
 11850:  Run-time dependency nettle found: NO (tried pkgconfig)
 11851:  Run-time dependency gtk+-3.0 found: NO (tried pkgconfig)
 11852:  Run-time dependency libpng found: NO (tried pkgconfig)
 11853:  Run-time dependency libjpeg found: NO (tried pkgconfig)
 11854:  Has header "sasl/sasl.h" : NO 
 11855:  Has header "security/pam_appl.h" : NO 
 11856:  Has header "snappy-c.h" : NO 
 11857:  Has header "lzo/lzo1x.h" : NO 
 11858:  Has header "numa.h" : NO 
 11859:    CC      libbb/dump.o
 11860:  Run-time dependency libcacard found: NO (tried pkgconfig)
 11861:  Run-time dependency u2f-emu found: NO (tried pkgconfig)
 11862:  Run-time dependency libusbredirparser-0.5 found: NO (tried pkgconfig)
 11863:  Run-time dependency libusb-1.0 found: YES 1.0.25
 11864:  Run-time dependency libpmem found: NO (tried pkgconfig)
 11865:  Run-time dependency libdaxctl found: NO (tried pkgconfig)
 11866:  Run-time dependency libkeyutils found: NO (tried pkgconfig)
 11867:  Checking for function "gettid" : YES 
 11868:  Run-time dependency libselinux found: YES 3.3
 11869:    CC      libbb/duration.o
 11870:    CC      libbb/endofname.o
 11871:  Run-time dependency fuse3 found: NO (tried pkgconfig)
 11872:  Run-time dependency libbpf found: NO (tried pkgconfig)
 11873:  Has header "sys/epoll.h" : YES 
 11874:  Has header "linux/magic.h" : YES 
 11875:  Has header "valgrind/valgrind.h" : NO 
 11876:  Has header "linux/btrfs.h" : YES 
 11877:  Has header "libdrm/drm.h" : NO 
 11878:    CC      libbb/executable.o
 11879:  Has header "pty.h" : YES 
 11880:  Has header "sys/disk.h" : NO 
 11881:  Has header "sys/ioccom.h" : NO 
 11882:  Has header "sys/kcov.h" : NO 
 11883:  Checking for function "accept4" : YES 
 11884:    CC      libbb/fclose_nonstdin.o
 11885:  Checking for function "clock_adjtime" : YES 
 11886:  Checking for function "dup3" : YES 
 11887:    CC      libbb/fflush_stdout_and_exit.o
 11888:  Checking for function "fallocate" : YES 
 11889:  Checking for function "posix_fallocate" : YES 
 11890:    CC      libbb/fgets_str.o
 11891:  Checking for function "posix_memalign" : YES 
 11892:  Checking for function "_aligned_malloc" : NO 
 11893:    CC      libbb/find_mount_point.o
 11894:  Checking for function "valloc" : YES 
 11895:  Checking for function "memalign" : YES 
 11896:    CC      libbb/find_pid_by_name.o
 11897:  Checking for function "ppoll" : YES 
 11898:  Checking for function "preadv" : YES 
 11899:    CC      libbb/find_root_device.o
 11900:  Checking for function "pthread_fchdir_np" : NO 
 11901:  Checking for function "sem_timedwait" with dependency threads: YES 
 11902:    CC      libbb/full_write.o
 11903:  Checking for function "sendfile" : YES 
 11904:  Checking for function "setns" : YES 
 11905:    CC      libbb/get_console.o
 11906:  Checking for function "unshare" : YES 
 11907:  Checking for function "syncfs" : YES 
 11908:    CC      libbb/get_last_path_component.o
 11909:  Checking for function "sync_file_range" : YES 
 11910:  Checking for function "timerfd_create" : YES 
 11911:    CC      libbb/get_line_from_file.o
 11912:  Checking for function "copy_file_range" : YES 
 11913:  Checking for function "openpty" with dependency -lutil: YES 
 11914:  Checking for function "strchrnul" : YES 
 11915:    CC      libbb/get_shell_name.o
 11916:  Checking for function "system" : YES 
 11917:  Header <byteswap.h> has symbol "bswap_32" : YES 
 11918:  Header <sys/epoll.h> has symbol "epoll_create1" : YES 
 11919:    CC      libbb/get_volsize.o
 11920:  Header <unistd.h> has symbol "environ" : YES 
 11921:  Header <linux/falloc.h> has symbol "FALLOC_FL_PUNCH_HOLE" : YES 
 11922:  Header <linux/falloc.h> has symbol "FALLOC_FL_KEEP_SIZE" : YES 
 11923:  Header <linux/falloc.h> has symbol "FALLOC_FL_ZERO_RANGE" : YES 
 11924:  Has header "linux/fiemap.h" : YES 
 11925:    CC      libbb/getopt32.o
 11926:  Header <linux/fs.h> has symbol "FS_IOC_FIEMAP" : YES 
 11927:  Checking for function "getrandom" : YES 
 11928:  Header <sys/random.h> has symbol "GRND_NONBLOCK" : YES 
 11929:    CC      libbb/getopt_allopts.o
 11930:  Header <sys/inotify.h> has symbol "inotify_init" : YES 
 11931:  Header <sys/inotify.h> has symbol "inotify_init1" : YES 
 11932:  Header <machine/bswap.h> has symbol "bswap32" : NO 
 11933:  Header <sys/prctl.h> has symbol "PR_SET_TIMERSLACK" : YES 
 11934:  Header <linux/rtnetlink.h> has symbol "IFLA_PROTO_DOWN" : YES 
 11935:    CC      libbb/getpty.o
 11936:  Header <sys/sysmacros.h> has symbol "makedev" : YES 
 11937:  Header <getopt.h> has symbol "optreset" : NO 
 11938:  Header <netinet/in.h> has symbol "IPPROTO_MPTCP" : YES 
 11939:  Checking whether type "struct sigevent" has member "sigev_notify_thread_id" : NO 
 11940:  Checking whether type "struct stat" has member "st_atim" : YES 
 11941:    CC      libbb/hash_md5_sha.o
 11942:  Checking for type "struct iovec" : YES 
 11943:  Checking for type "struct utmpx" : YES 
 11944:    CC      libbb/herror_msg.o
 11945:    CC      libbb/human_readable.o
 11946:    CC      libbb/in_ether.o
 11947:    CC      libbb/inet_cksum.o
 11948:    CC      libbb/inet_common.o
 11949:    CC      libbb/inode_hash.o
 11950:  Checking for type "struct mmsghdr" : YES 
 11951:    CC      libbb/isdirectory.o
 11952:    CC      libbb/isqrt.o
 11953:    CC      libbb/iterate_on_dir.o
 11954:    CC      libbb/kernel_version.o
 11955:    CC      libbb/last_char_is.o
 11956:    CC      libbb/lineedit.o
 11957:    CC      libbb/lineedit_ptr_hack.o
 11958:    CC      libbb/llist.o
 11959:    CC      libbb/login.o
 11960:    CC      libbb/loop.o
 11961:    CC      libbb/make_directory.o
 11962:    CC      libbb/makedev.o
 11963:    CC      libbb/match_fstype.o
 11964:  Program scripts/minikconf.py found: YES (/usr/bin//python3 /dev/shm/qemu/qemu/scripts/minikconf.py)
 11965:  Configuring arm-softmmu-config-target.h using configuration
 11966:  Configuring arm-softmmu-config-devices.mak with command
 11967:    CC      libbb/messages.o
 11968:  Reading depfile: /dev/shm/qemu/qemu/build/meson-private/arm-softmmu-config-devices.mak.d
 11969:  Configuring arm-softmmu-config-devices.h using configuration
 11970:  Program scripts/make-config-poison.sh found: YES (/dev/shm/qemu/qemu/scripts/make-config-poison.sh)
 11971:  Run-time dependency capstone found: NO (tried pkgconfig)
 11972:  Configuring capstone-defs.h using configuration
 11973:  Run-time dependency slirp found: NO (tried pkgconfig)
 11974:  Configuring libslirp-version.h using configuration
 11975:  Library fdt found: YES
 11976:  Configuring config-host.h using configuration
 11977:  Program scripts/hxtool found: YES (/dev/shm/qemu/qemu/scripts/hxtool)
 11978:  Program scripts/shaderinclude.pl found: YES (/usr/bin/env perl /dev/shm/qemu/qemu/scripts/shaderinclude.pl)
 11979:  Program scripts/qapi-gen.py found: YES (/usr/bin//python3 /dev/shm/qemu/qemu/scripts/qapi-gen.py)
 11980:  Program scripts/qemu-version.sh found: YES (/dev/shm/qemu/qemu/scripts/qemu-version.sh)
 11981:  
 11982:  Executing subproject libvhost-user 
 11983:  
 11984:  libvhost-user| Project name: libvhost-user
 11985:  libvhost-user| Project version: undefined
 11986:  libvhost-user| C compiler for the host machine: /usr/bin//ccache gcc -m64 -mcx16 (gcc 11.3.0 "gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0")
 11987:  libvhost-user| C linker for the host machine: /usr/bin//ccache gcc -m64 -mcx16 ld.bfd 2.38
 11988:  libvhost-user| Dependency threads found: YES unknown (cached)
 11989:  libvhost-user| Dependency glib-2.0 found: YES 2.72.1 (overridden)
 11990:  libvhost-user| Build targets in project: 11
 11991:  libvhost-user| Subproject libvhost-user finished.
 11992:  
 11993:    CC      libbb/missing_syscalls.o
 11994:    CC      libbb/mode_string.o
 11995:    CC      libbb/nuke_str.o
 11996:    CC      libbb/obscure.o
 11997:  Program cat found: YES (/usr/bin/cat)
 11998:    CC      libbb/parse_config.o
 11999:  Program scripts/decodetree.py found: YES (/usr/bin//python3 /dev/shm/qemu/qemu/scripts/decodetree.py)
 12000:    CC      libbb/parse_mode.o
 12001:    CC      libbb/percent_decode.o
 12002:  Program ../scripts/modules/module_block.py found: YES (/usr/bin//python3 /dev/shm/qemu/qemu/block/../scripts/modules/module_block.py)
 12003:  Program ../scripts/block-coroutine-wrapper.py found: YES (/usr/bin//python3 /dev/shm/qemu/qemu/block/../scripts/block-coroutine-wrapper.py)
 12004:    CC      libbb/perror_msg.o
 12005:    CC      libbb/perror_nomsg.o
 12006:    CC      libbb/perror_nomsg_and_die.o
 12007:    CC      libbb/pidfile.o
 12008:    CC      libbb/platform.o
 12009:    CC      libbb/print_flags.o
 12010:  Program scripts/modinfo-collect.py found: YES (/dev/shm/qemu/qemu/scripts/modinfo-collect.py)
 12011:  Program scripts/modinfo-generate.py found: YES (/dev/shm/qemu/qemu/scripts/modinfo-generate.py)
 12012:  Program nm found: YES
 12013:  Program scripts/undefsym.py found: YES (/usr/bin//python3 /dev/shm/qemu/qemu/scripts/undefsym.py)
 12014:    CC      libbb/print_numbered_lines.o
 12015:  Program scripts/feature_to_c.sh found: YES (/bin/sh /dev/shm/qemu/qemu/scripts/feature_to_c.sh)
 12016:    CC      libbb/printable.o
 12017:  Configuring 50-edk2-i386-secure.json using configuration
 12018:  Configuring 50-edk2-x86_64-secure.json using configuration
 12019:  Configuring 60-edk2-aarch64.json using configuration
 12020:  Configuring 60-edk2-arm.json using configuration
 12021:  Configuring 60-edk2-i386.json using configuration
 12022:  Configuring 60-edk2-x86_64.json using configuration
 12023:  Program qemu-keymap found: NO
 12024:  Program cp found: YES (/usr/bin/cp)
 12025:  Program sphinx-build-3 sphinx-build skipped: feature docs disabled
 12026:  Program python3 found: YES (/usr/bin//python3)
 12027:    CC      libbb/printable_string.o
 12028:    CC      libbb/process_escape_sequence.o
 12029:    CC      libbb/procps.o
 12030:    CC      libbb/progress.o
 12031:    CC      libbb/ptr_to_globals.o
 12032:    CC      libbb/pw_encrypt.o
 12033:    CC      libbb/read.o
 12034:  Program diff found: YES (/usr/bin/diff)
 12035:    CC      libbb/read_key.o
 12036:  Program dbus-daemon found: YES (/usr/bin/dbus-daemon)
 12037:  Program /usr/bin/gdbus-codegen found: YES (/usr/bin/gdbus-codegen)
 12038:    CC      libbb/read_printf.o
 12039:  Program initrd-stress.sh found: YES (/dev/shm/qemu/qemu/tests/migration/initrd-stress.sh)
 12040:  Build targets in project: 512
 12041:  
 12042:  qemu 7.0.0
 12043:  
 12044:    Directories
 12045:      Install prefix               : /usr/local
 12046:      BIOS directory               : share/qemu
 12047:      firmware path                : /usr/local/share/qemu-firmware
 12048:      binary directory             : bin
 12049:      library directory            : lib
 12050:      module directory             : lib/qemu
 12051:      libexec directory            : libexec
 12052:      include directory            : include
 12053:      config directory             : /usr/local/etc
 12054:      local state directory        : /usr/local/var
 12055:      Manual directory             : share/man
 12056:      Doc directory                : /usr/local/share/doc
 12057:      Build directory              : /dev/shm/qemu/qemu/build
 12058:      Source path                  : /dev/shm/qemu/qemu
 12059:      GIT submodules               : ui/keycodemapdb meson tests/fp/berkeley-testfloat-3 tests/fp/berkeley-softfloat-3 dtc capstone slirp
 12060:  
 12061:    Host binaries
 12062:      git                          : git
 12063:      make                         : make
 12064:      python                       : /usr/bin//python3 (version: 3.10)
 12065:      sphinx-build                 : NO
 12066:      gdb                          : /usr/bin//gdb
 12067:      iasl                         : iasl
 12068:      genisoimage                  : /usr/bin//genisoimage
 12069:      smbd                         : /usr/sbin/smbd
 12070:  
 12071:    Configurable features
 12072:      Documentation                : NO
 12073:      system-mode emulation        : YES
 12074:      user-mode emulation          : NO
 12075:      block layer                  : YES
 12076:      Install blobs                : YES
 12077:      module support               : NO
 12078:      fuzzing support              : NO
 12079:      Audio drivers                : oss
 12080:      Trace backends               : log
 12081:      D-Bus display                : NO
 12082:      QOM debugging                : NO
 12083:      vhost-kernel support         : YES
 12084:      vhost-net support            : YES
 12085:      vhost-crypto support         : YES
 12086:      vhost-scsi support           : YES
 12087:      vhost-vsock support          : YES
 12088:      vhost-user support           : YES
 12089:      vhost-user-blk server support: YES
 12090:      vhost-user-fs support        : YES
 12091:      vhost-vdpa support           : YES
 12092:      build guest agent            : YES
 12093:  
 12094:    Compilation
 12095:      host CPU                     : x86_64
 12096:      host endianness              : little
 12097:      C compiler                   : /usr/bin//ccache gcc -m64 -mcx16
 12098:      Host C compiler              : /usr/bin//ccache gcc -m64 -mcx16
 12099:      C++ compiler                 : c++ -m64 -mcx16
 12100:      CFLAGS                       : -Wno-error -O2 -g
 12101:      CXXFLAGS                     : -Wno-error -O2 -g
 12102:      LDFLAGS                      : -Wno-error
 12103:      QEMU_CFLAGS                  : -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -Wold-style-declaration -Wold-style-definition -Wtype-limits -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wempty-body -Wnested-externs -Wendif-labels -Wexpansion-to-defined -Wimplicit-fallthrough=2 -Wno-missing-include-dirs -Wno-shift-negative-value -Wno-psabi -fstack-protector-strong
 12104:      QEMU_CXXFLAGS                : -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wundef -Wwrite-strings -fno-strict-aliasing -fno-common -fwrapv -Wtype-limits -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wempty-body -Wendif-labels -Wexpansion-to-defined -Wimplicit-fallthrough=2 -Wno-missing-include-dirs -Wno-shift-negative-value -Wno-psabi -fstack-protector-strong
 12105:      QEMU_OBJCFLAGS               : 
 12106:      QEMU_LDFLAGS                 : -Wl,--warn-common -Wl,-z,relro -Wl,-z,now  -fstack-protector-strong
 12107:      profiler                     : NO
 12108:      link-time optimization (LTO) : NO
 12109:      PIE                          : YES
 12110:      static build                 : NO
 12111:      malloc trim support          : YES
 12112:      membarrier                   : NO
 12113:      debug stack usage            : NO
 12114:      mutex debugging              : NO
 12115:      memory allocator             : system
 12116:      avx2 optimization            : YES
 12117:      avx512f optimization         : NO
 12118:      gprof enabled                : NO
 12119:      gcov                         : NO
 12120:      thread sanitizer             : NO
 12121:      CFI support                  : NO
 12122:      strip binaries               : NO
 12123:      sparse                       : NO
 12124:      mingw32 support              : NO
 12125:  
 12126:    Targets and accelerators
 12127:      KVM support                  : NO
 12128:      HAX support                  : NO
 12129:      HVF support                  : NO
 12130:      WHPX support                 : NO
 12131:      NVMM support                 : NO
 12132:      Xen support                  : NO
 12133:      TCG support                  : YES
 12134:      TCG backend                  : native (x86_64)
 12135:      TCG plugins                  : YES
 12136:      TCG debug enabled            : NO
 12137:      target list                  : arm-softmmu
 12138:      default devices              : YES
 12139:      out of process emulation     : YES
 12140:  
 12141:    Block layer support
 12142:      coroutine backend            : ucontext
 12143:      coroutine pool               : YES
 12144:      Block whitelist (rw)         : 
 12145:      Block whitelist (ro)         : 
 12146:      Use block whitelist in tools : NO
 12147:      VirtFS support               : NO
 12148:      build virtiofs daemon        : NO
 12149:      Live block migration         : YES
 12150:      replication support          : YES
 12151:      bochs support                : YES
 12152:      cloop support                : YES
 12153:      dmg support                  : YES
 12154:      qcow v1 support              : YES
 12155:      vdi support                  : YES
 12156:      vvfat support                : YES
 12157:      qed support                  : YES
 12158:      parallels support            : YES
 12159:      FUSE exports                 : NO
 12160:  
 12161:    Crypto
 12162:      TLS priority                 : "NORMAL"
 12163:      GNUTLS support               : NO
 12164:      libgcrypt                    : NO
 12165:      nettle                       : NO
 12166:      AF_ALG support               : NO
 12167:      rng-none                     : NO
 12168:      Linux keyring                : YES
 12169:  
 12170:    Dependencies
 12171:      SDL support                  : NO
 12172:      SDL image support            : NO
 12173:      GTK support                  : NO
 12174:      pixman                       : YES 0.40.0
 12175:      VTE support                  : NO
 12176:      slirp support                : internal
 12177:      libtasn1                     : NO
 12178:      PAM                          : NO
 12179:      iconv support                : YES
 12180:      curses support               : YES
 12181:      virgl support                : NO
 12182:      curl support                 : NO
 12183:      Multipath support            : NO
 12184:      VNC support                  : YES
 12185:      VNC SASL support             : NO
 12186:      VNC JPEG support             : NO
 12187:      VNC PNG support              : NO
 12188:      OSS support                  : YES
 12189:      ALSA support                 : NO
 12190:      PulseAudio support           : NO
 12191:      JACK support                 : NO
 12192:      brlapi support               : NO
 12193:      vde support                  : NO
 12194:      netmap support               : NO
 12195:      l2tpv3 support               : YES
 12196:      Linux AIO support            : NO
 12197:      Linux io_uring support       : NO
 12198:      ATTR/XATTR support           : YES
 12199:      RDMA support                 : NO
 12200:      PVRDMA support               : NO
 12201:      fdt support                  : system
 12202:      libcap-ng support            : NO
 12203:      bpf support                  : NO
 12204:      spice protocol support       : NO
 12205:      rbd support                  : NO
 12206:      smartcard support            : NO
 12207:      U2F support                  : NO
 12208:      libusb                       : YES 1.0.25
 12209:      usb net redir                : NO
 12210:      OpenGL support               : NO
 12211:      GBM                          : NO
 12212:      libiscsi support             : NO
 12213:      libnfs support               : NO
 12214:      seccomp support              : NO
 12215:      GlusterFS support            : NO
 12216:      TPM support                  : YES
 12217:      libssh support               : NO
 12218:      lzo support                  : NO
 12219:      snappy support               : NO
 12220:      bzip2 support                : NO
 12221:      lzfse support                : NO
 12222:      zstd support                 : NO
 12223:      NUMA host support            : NO
 12224:      capstone                     : internal
 12225:      libpmem support              : NO
 12226:      libdaxctl support            : NO
 12227:      libudev                      : YES 249
 12228:      FUSE lseek                   : NO
 12229:      selinux                      : YES 3.3
 12230:  
 12231:    Subprojects
 12232:      libvhost-user                : YES
 12233:  
 12234:  Found ninja-1.10.1 at /usr/bin//ninja
 12235:    CC      libbb/recursive_action.o
 12236:    CC      libbb/remove_file.o
 12237:    CC      libbb/replace.o
 12238:    CC      libbb/rtc.o
 12239:    CC      libbb/run_shell.o
 12240:    CC      libbb/safe_gethostname.o
 12241:    CC      libbb/safe_poll.o
 12242:    CC      libbb/safe_strncpy.o
 12243:    CC      libbb/safe_write.o
 12244:    CC      libbb/securetty.o
 12245:    CC      libbb/setup_environment.o
 12246:    CC      libbb/signals.o
 12247:    CC      libbb/simplify_path.o
 12248:    CC      libbb/single_argv.o
 12249:    CC      libbb/skip_whitespace.o
 12250:    CC      libbb/speed_table.o
 12251:    CC      libbb/str_tolower.o
 12252:    CC      libbb/strrstr.o
 12253:    CC      libbb/sysconf.o
 12254:    CC      libbb/time.o
 12255:    CC      libbb/trim.o
 12256:    CC      libbb/u_signal_names.o
 12257:    CC      libbb/ubi.o
 12258:    CC      libbb/udp_io.o
 12259:    CC      libbb/update_passwd.o
 12260:  libbb/update_passwd.c: In function ‘update_passwd’:
 12261:  libbb/update_passwd.c:153:3: warning: ignoring return value of ‘fchown’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 12262:    153 |   fchown(new_fd, sb.st_uid, sb.st_gid);
 12263:        |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12264:    CC      libbb/utmp.o
 12265:    CC      libbb/uuencode.o
 12266:    CC      libbb/verror_msg.o
 12267:    CC      libbb/vfork_daemon_rexec.o
 12268:    CC      libbb/warn_ignoring_args.o
 12269:    CC      libbb/wfopen.o
 12270:    CC      libbb/wfopen_input.o
 12271:    CC      libbb/write.o
 12272:    CC      libbb/xatonum.o
 12273:    CC      libbb/xconnect.o
 12274:    CC      libbb/xfunc_die.o
 12275:    CC      libbb/xfuncs.o
 12276:    CC      libbb/xfuncs_printf.o
 12277:    CC      libbb/xgetcwd.o
 12278:    CC      libbb/xgethostbyname.o
 12279:    CC      libbb/xreadlink.o
 12280:    CC      libbb/xrealloc_vector.o
 12281:    CC      libbb/xregcomp.o
 12282:    AR      libbb/lib.a
 12283:    LD      libpwdgrp/built-in.o
 12284:    CC      libpwdgrp/uidgid_get.o
 12285:    AR      libpwdgrp/lib.a
 12286:    LD      loginutils/built-in.o
 12287:    CC      loginutils/addgroup.o
 12288:    CC      loginutils/adduser.o
 12289:    CC      loginutils/cryptpw.o
 12290:    CC      loginutils/deluser.o
 12291:    CC      loginutils/getty.o
 12292:  loginutils/getty.c: In function ‘open_tty’:
 12293:  loginutils/getty.c:224:3: warning: ignoring return value of ‘fchown’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 12294:    224 |   fchown(0, 0, 0);        /* 0:0 */
 12295:        |   ^~~~~~~~~~~~~~~
 12296:    CC      loginutils/login.o
 12297:  loginutils/login.c: In function ‘login_main’:
 12298:  loginutils/login.c:558:2: warning: ignoring return value of ‘fchown’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 12299:    558 |  fchown(0, pw->pw_uid, pw->pw_gid);
 12300:        |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12301:    CC      loginutils/passwd.o
 12302:    CC      loginutils/su.o
 12303:    CC      loginutils/sulogin.o
 12304:  loginutils/sulogin.c: In function ‘sulogin_main’:
 12305:  loginutils/sulogin.c:52:3: warning: ignoring return value of ‘dup’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 12306:     52 |   dup(xopen(argv[0], O_RDWR));
 12307:        |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
 12308:  loginutils/sulogin.c:54:3: warning: ignoring return value of ‘dup’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 12309:     54 |   dup(0);
 12310:        |   ^~~~~~
 12311:    CC      loginutils/vlock.o
 12312:    AR      loginutils/lib.a
 12313:    LD      mailutils/built-in.o
 12314:    AR      mailutils/lib.a
 12315:    LD      miscutils/built-in.o
 12316:    CC      miscutils/ascii.o
 12317:    CC      miscutils/bc.o
 12318:    CC      miscutils/crond.o
 12319:    CC      miscutils/crontab.o
 12320:  miscutils/crontab.c: In function ‘crontab_main’:
 12321:  miscutils/crontab.c:161:3: warning: ignoring return value of ‘fchown’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 12322:    161 |   fchown(src_fd, pas->pw_uid, pas->pw_gid);
 12323:        |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12324:    CC      miscutils/devmem.o
 12325:  make -C /dev/shm/qemu/build/../qemu
 12326:  make[1]: Entering directory '/dev/shm/qemu/qemu'
 12327:  changing dir to build for make ""...
 12328:  make[2]: Entering directory '/dev/shm/qemu/qemu/build'
 12329:    CC      miscutils/hdparm.o
 12330:    GIT     ui/keycodemapdb meson tests/fp/berkeley-testfloat-3 tests/fp/berkeley-softfloat-3 dtc capstone slirp
 12331:  /usr/bin//ninja  build.ninja && touch build.ninja.stamp
 12332:    CC      miscutils/hexedit.o
 12333:    CC      miscutils/i2c_tools.o
 12334:  miscutils/i2c_tools.c: In function ‘list_i2c_busses_and_exit’:
 12335:  miscutils/i2c_tools.c:1150:32: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 236 [-Wformat-truncation=]
 12336:   1150 |   snprintf(path, NAME_MAX, "%s/%s/name",
 12337:        |                                ^~
 12338:  In file included from ../../host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/stdio.h:867,
 12339:                   from include/libbb.h:31,
 12340:                   from miscutils/i2c_tools.c:66:
 12341:  ../../host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/bits/stdio2.h:67:10: note: ‘__builtin_snprintf’ output between 25 and 280 bytes into a destination of size 255
 12342:     67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
 12343:        |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12344:     68 |        __bos (__s), __fmt, __va_arg_pack ());
 12345:        |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12346:  miscutils/i2c_tools.c:1155:10: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 236 [-Wformat-truncation=]
 12347:   1155 |      "%s/%s/device/name",
 12348:        |          ^~
 12349:  In file included from ../../host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/stdio.h:867,
 12350:                   from include/libbb.h:31,
 12351:                   from miscutils/i2c_tools.c:66:
 12352:  ../../host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/bits/stdio2.h:67:10: note: ‘__builtin_snprintf’ output between 32 and 287 bytes into a destination of size 255
 12353:     67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
 12354:        |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12355:     68 |        __bos (__s), __fmt, __va_arg_pack ());
 12356:        |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12357:  miscutils/i2c_tools.c:1163:10: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 236 [-Wformat-truncation=]
 12358:   1163 |      "%s/%s/device/name",
 12359:        |          ^~
 12360:  In file included from ../../host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/stdio.h:867,
 12361:                   from include/libbb.h:31,
 12362:                   from miscutils/i2c_tools.c:66:
 12363:  ../../host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/bits/stdio2.h:67:10: note: ‘__builtin_snprintf’ output between 32 and 287 bytes into a destination of size 255
 12364:     67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
 12365:        |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12366:     68 |        __bos (__s), __fmt, __va_arg_pack ());
 12367:        |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12368:  miscutils/i2c_tools.c:1175:12: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 236 [-Wformat-truncation=]
 12369:   1175 |        "%s/%s/device/%s/name",
 12370:        |            ^~
 12371:  In file included from ../../host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/stdio.h:867,
 12372:                   from include/libbb.h:31,
 12373:                   from miscutils/i2c_tools.c:66:
 12374:  ../../host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/bits/stdio2.h:67:10: note: ‘__builtin_snprintf’ output between 33 and 543 bytes into a destination of size 255
 12375:     67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
 12376:        |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12377:     68 |        __bos (__s), __fmt, __va_arg_pack ());
 12378:        |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 12379:    CC      miscutils/less.o
 12380:  ninja: no work to do.
 12381:  /usr/bin//python3 -B /dev/shm/qemu/qemu/meson/meson.py introspect --targets --tests --benchmarks | /usr/bin//python3 -B scripts/mtest2make.py > Makefile.mtest
 12382:    CC      miscutils/lsscsi.o
 12383:    CC      miscutils/makedevs.o
 12384:    CC      miscutils/microcom.o
 12385:  miscutils/microcom.c: In function ‘microcom_main’:
 12386:  miscutils/microcom.c:160:4: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 12387:    160 |    write(sfd, &c, 1);
 12388:        |    ^~~~~~~~~~~~~~~~~
 12389:    CC      miscutils/mt.o
 12390:    CC      miscutils/partprobe.o
 12391:    CC      miscutils/runlevel.o
 12392:    CC      miscutils/setfattr.o
 12393:    CC      miscutils/setserial.o
 12394:    CC      miscutils/strings.o
 12395:    CC      miscutils/time.o
 12396:    GIT     ui/keycodemapdb meson tests/fp/berkeley-testfloat-3 tests/fp/berkeley-softfloat-3 dtc capstone slirp
 12397:    CC      miscutils/ts.o
 12398:    CC      miscutils/ubirename.o
 12399:    CC      miscutils/watchdog.o
 12400:  miscutils/watchdog.c: In function ‘watchdog_main’:
 12401:  miscutils/watchdog.c:161:3: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 12402:    161 |   write(3, "", 1); /* write zero byte */
 12403:        |   ^~~~~~~~~~~~~~~
 12404:  miscutils/watchdog.c: In function ‘shutdown_watchdog’:
 12405:  miscutils/watchdog.c:71:2: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 12406:     71 |  write(3, &V, 1);  /* Magic, see watchdog-api.txt in kernel */
 12407:        |  ^~~~~~~~~~~~~~~
 12408:    AR      miscutils/lib.a
 12409:    LD      modutils/built-in.o
 12410:    CC      modutils/insmod.o
 12411:    CC      modutils/lsmod.o
 12412:    CC      modutils/modprobe.o
 12413:    CC      modutils/modutils.o
 12414:    AS      multiboot.o
 12415:    AS      multiboot_dma.o
 12416:    AS      linuxboot.o
 12417:  modutils/modutils.c: In function ‘filename2modname’:
 12418:  cc1: warning: function may return address of local variable [-Wreturn-local-addr]
 12419:  modutils/modutils.c:94:7: note: declared here
 12420:     94 |  char local_modname[MODULE_NAME_LEN];
 12421:        |       ^~~~~~~~~~~~~
 12422:    CC      modutils/rmmod.o
 12423:    CC      linuxboot_dma.o
 12424:    AS      kvmvapic.o
 12425:    AS      pvh.o
 12426:    AR      modutils/lib.a
 12427:    LD      networking/built-in.o
 12428:    CC      networking/arp.o
 12429:    CC      pvh_main.o
 12430:    BUILD   multiboot.img
 12431:    BUILD   multiboot_dma.img
 12432:    BUILD   linuxboot.img
 12433:    BUILD   linuxboot_dma.img
 12434:    BUILD   kvmvapic.img
 12435:    BUILD   pvh.img
 12436:  In file included from networking/arp.c:43:
 12437:  networking/arp.c: In function ‘arp_show’:
 12438:  include/libbb.h:236:28: warning: ignoring return value of ‘fgets_unlocked’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 12439:    236 | # define fgets(s,n,stream) fgets_unlocked(s,n,stream)
 12440:        |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~
 12441:  networking/arp.c:430:2: note: in expansion of macro ‘fgets’
 12442:    430 |  fgets(line, sizeof(line), fp);
 12443:        |  ^~~~~
 12444:    BUILD   multiboot.raw
 12445:    BUILD   multiboot_dma.raw
 12446:    BUILD   linuxboot.raw
 12447:    BUILD   linuxboot_dma.raw
 12448:    BUILD   kvmvapic.raw
 12449:    BUILD   pvh.raw
 12450:    SIGN    multiboot.bin
 12451:    SIGN    multiboot_dma.bin
 12452:    SIGN    linuxboot.bin
 12453:    SIGN    linuxboot_dma.bin
 12454:    SIGN    kvmvapic.bin
 12455:    SIGN    pvh.bin
 12456:    CC      networking/arping.o
 12457:  [1/2735] Compiling C object libcapstone.a.p/capstone_MCInstrDesc.c.o
 12458:  [2/2735] Compiling C object libcapstone.a.p/capstone_MCRegisterInfo.c.o
 12459:  [3/2735] Compiling C object libcapstone.a.p/capstone_SStream.c.o
 12460:  [4/2735] Compiling C object libcapstone.a.p/capstone_MCInst.c.o
 12461:  [5/2735] Compiling C object libcapstone.a.p/capstone_cs.c.o
 12462:  [6/2735] Compiling C object libcapstone.a.p/capstone_utils.c.o
 12463:  [7/2735] Compiling C object libcapstone.a.p/capstone_arch_ARM_ARMModule.c.o
 12464:  [8/2735] Compiling C object libcapstone.a.p/capstone_arch_AArch64_AArch64BaseInfo.c.o
 12465:  [9/2735] Compiling C object libcapstone.a.p/capstone_arch_ARM_ARMMapping.c.o
 12466:  [10/2735] Compiling C object libcapstone.a.p/capstone_arch_AArch64_AArch64Module.c.o
 12467:  [11/2735] Compiling C object libcapstone.a.p/capstone_arch_X86_X86Module.c.o
 12468:  [12/2735] Compiling C object libcapstone.a.p/capstone_arch_X86_X86InstPrinterCommon.c.o
 12469:  [13/2735] Compiling C object libcapstone.a.p/capstone_arch_ARM_ARMInstPrinter.c.o
 12470:  [14/2735] Compiling C object libcapstone.a.p/capstone_arch_AArch64_AArch64Mapping.c.o
 12471:  [15/2735] Compiling C object libcapstone.a.p/capstone_arch_X86_X86Disassembler.c.o
 12472:  [16/2735] Compiling C object libslirp.a.p/slirp_src_cksum.c.o
 12473:  [17/2735] Compiling C object libslirp.a.p/slirp_src_dhcpv6.c.o
 12474:  [18/2735] Compiling C object libslirp.a.p/slirp_src_if.c.o
 12475:  [19/2735] Compiling C object libslirp.a.p/slirp_src_arp_table.c.o
 12476:  [20/2735] Compiling C object libslirp.a.p/slirp_src_bootp.c.o
 12477:  [21/2735] Compiling C object libslirp.a.p/slirp_src_dnssearch.c.o
 12478:  [22/2735] Compiling C object libslirp.a.p/slirp_src_ip6_icmp.c.o
 12479:  [23/2735] Compiling C object libslirp.a.p/slirp_src_ip6_input.c.o
 12480:  [24/2735] Compiling C object libcapstone.a.p/capstone_arch_AArch64_AArch64InstPrinter.c.o
 12481:  [25/2735] Compiling C object libcapstone.a.p/capstone_arch_X86_X86IntelInstPrinter.c.o
 12482:  [26/2735] Compiling C object libslirp.a.p/slirp_src_ip6_output.c.o
 12483:  [27/2735] Compiling C object libslirp.a.p/slirp_src_ip_icmp.c.o
 12484:  [28/2735] Compiling C object libslirp.a.p/slirp_src_ip_input.c.o
 12485:  [29/2735] Compiling C object libslirp.a.p/slirp_src_ip_output.c.o
 12486:  [30/2735] Compiling C object libslirp.a.p/slirp_src_mbuf.c.o
 12487:  [31/2735] Compiling C object libcapstone.a.p/capstone_arch_ARM_ARMDisassembler.c.o
 12488:  [32/2735] Compiling C object libcapstone.a.p/capstone_arch_AArch64_AArch64Disassembler.c.o
 12489:  [33/2735] Compiling C object libcapstone.a.p/capstone_arch_X86_X86ATTInstPrinter.c.o
 12490:  [34/2735] Compiling C object libslirp.a.p/slirp_src_misc.c.o
 12491:  [35/2735] Compiling C object libslirp.a.p/slirp_src_ncsi.c.o
 12492:  [36/2735] Compiling C object libslirp.a.p/slirp_src_sbuf.c.o
 12493:  [37/2735] Compiling C object libslirp.a.p/slirp_src_ndp_table.c.o
 12494:  [38/2735] Compiling C object libslirp.a.p/slirp_src_slirp.c.o
 12495:  [39/2735] Compiling C object libslirp.a.p/slirp_src_socket.c.o
 12496:  [40/2735] Compiling C object libslirp.a.p/slirp_src_state.c.o
 12497:  [41/2735] Compiling C object libslirp.a.p/slirp_src_stream.c.o
 12498:  [42/2735] Compiling C object libcapstone.a.p/capstone_arch_X86_X86DisassemblerDecoder.c.o
 12499:  [43/2735] Compiling C object libslirp.a.p/slirp_src_tcp_input.c.o
 12500:  [44/2735] Compiling C object libslirp.a.p/slirp_src_tcp_output.c.o
 12501:  [45/2735] Compiling C object libslirp.a.p/slirp_src_tftp.c.o
 12502:  [46/2735] Compiling C object libslirp.a.p/slirp_src_util.c.o
 12503:  [47/2735] Compiling C object libslirp.a.p/slirp_src_version.c.o
 12504:  [48/2735] Compiling C object subprojects/libvhost-user/link-test.p/link-test.c.o
 12505:  [49/2735] Compiling C object libcapstone.a.p/capstone_arch_X86_X86Mapping.c.o
 12506:  [50/2735] Compiling C object libslirp.a.p/slirp_src_tcp_subr.c.o
 12507:  [51/2735] Compiling C object libslirp.a.p/slirp_src_tcp_timer.c.o
 12508:  [52/2735] Compiling C object libslirp.a.p/slirp_src_udp.c.o
 12509:  [53/2735] Compiling C object libslirp.a.p/slirp_src_udp6.c.o
 12510:  [54/2735] Compiling C object subprojects/libvhost-user/libvhost-user.a.p/libvhost-user.c.o
 12511:  [55/2735] Compiling C object libslirp.a.p/slirp_src_vmstate.c.o
 12512:  [56/2735] Compiling C object subprojects/libvhost-user/libvhost-user-glib.a.p/libvhost-user-glib.c.o
 12513:  [57/2735] Generating trace-backends.c with a custom command
 12514:  [58/2735] Generating trace-backends.h with a custom command
 12515:  [59/2735] Generating trace-hw_alpha.c with a custom command
 12516:  [60/2735] Linking static target subprojects/libvhost-user/libvhost-user.a
 12517:  [61/2735] Linking static target subprojects/libvhost-user/libvhost-user-glib.a
 12518:  [62/2735] Generating trace-audio.c with a custom command
 12519:  [63/2735] Generating trace-backends_tpm.c with a custom command
 12520:  [64/2735] Generating trace-chardev.h with a custom command
 12521:  [65/2735] Generating trace-chardev.c with a custom command
 12522:  [66/2735] Generating trace-monitor.c with a custom command
 12523:  [67/2735] Generating trace-authz.c with a custom command
 12524:  [68/2735] Generating trace-authz.h with a custom command
 12525:  [69/2735] Generating trace-qapi.h with a custom command
 12526:  [70/2735] Generating trace-crypto.c with a custom command
 12527:  [71/2735] Generating trace-backends_tpm.h with a custom command
 12528:  [72/2735] Generating trace-util.c with a custom command
 12529:  [73/2735] Linking static target libslirp.a
 12530:  [74/2735] Generating trace-util.h with a custom command
 12531:  [75/2735] Generating trace-io.h with a custom command
 12532:  [76/2735] Generating trace-block.c with a custom command
 12533:    CC      networking/dnsd.o
 12534:  [77/2735] Generating trace-scsi.c with a custom command
 12535:  [78/2735] Linking target subprojects/libvhost-user/link-test
 12536:  [79/2735] Generating trace-root.c with a custom command
 12537:  [80/2735] Generating trace-accel_kvm.h with a custom command
 12538:  [81/2735] Generating trace-crypto.h with a custom command
 12539:  [82/2735] Generating trace-io.c with a custom command
 12540:  [83/2735] Generating trace-scsi.h with a custom command
 12541:  [84/2735] Generating trace-block.h with a custom command
 12542:  [85/2735] Generating trace-nbd.c with a custom command
 12543:  [86/2735] Generating trace-accel_kvm.c with a custom command
 12544:  [87/2735] Generating trace-audio.h with a custom command
 12545:  [88/2735] Generating trace-qom.h with a custom command
 12546:  [89/2735] Generating trace-qapi.c with a custom command
 12547:  [90/2735] Generating trace-ebpf.h with a custom command
 12548:  [91/2735] Generating trace-qom.c with a custom command
 12549:  [92/2735] Generating trace-monitor.h with a custom command
 12550:  [93/2735] Generating trace-root.h with a custom command
 12551:  [94/2735] Generating trace-nbd.h with a custom command
 12552:  [95/2735] Generating trace-ebpf.c with a custom command
 12553:  [96/2735] Generating trace-hw_xen.h with a custom command
 12554:  [97/2735] Linking static target libcapstone.a
 12555:  [98/2735] Generating trace-hw_9pfs.c with a custom command
 12556:  [99/2735] Generating trace-hw_adc.h with a custom command
 12557:  [100/2735] Generating trace-hw_adc.c with a custom command
 12558:  [101/2735] Generating trace-hw_alpha.h with a custom command
 12559:  [102/2735] Generating trace-hw_acpi.c with a custom command
 12560:  [103/2735] Generating trace-hw_audio.c with a custom command
 12561:  [104/2735] Generating trace-hw_9pfs.h with a custom command
 12562:  [105/2735] Generating trace-hw_arm.c with a custom command
 12563:  [106/2735] Generating trace-hw_audio.h with a custom command
 12564:  [107/2735] Generating trace-hw_block_dataplane.h with a custom command
 12565:  [108/2735] Generating trace-hw_block_dataplane.c with a custom command
 12566:  [109/2735] Generating trace-hw_block.c with a custom command
 12567:  [110/2735] Generating trace-hw_acpi.h with a custom command
 12568:  [111/2735] Generating trace-hw_arm.h with a custom command
 12569:  [112/2735] Generating trace-hw_dma.h with a custom command
 12570:  [113/2735] Generating trace-hw_block.h with a custom command
 12571:  [114/2735] Generating trace-hw_char.c with a custom command
 12572:  [115/2735] Generating trace-hw_char.h with a custom command
 12573:  [116/2735] Generating trace-hw_dma.c with a custom command
 12574:  [117/2735] Generating trace-hw_display.c with a custom command
 12575:  [118/2735] Generating trace-hw_hppa.h with a custom command
 12576:  [119/2735] Generating trace-hw_i2c.c with a custom command
 12577:  [120/2735] Generating trace-hw_hppa.c with a custom command
 12578:  [121/2735] Generating trace-hw_hyperv.c with a custom command
 12579:  [122/2735] Generating trace-hw_hyperv.h with a custom command
 12580:  [123/2735] Generating trace-hw_i2c.h with a custom command
 12581:  [124/2735] Generating trace-hw_i386_xen.h with a custom command
 12582:  [125/2735] Generating trace-hw_display.h with a custom command
 12583:  [126/2735] Generating trace-hw_i386_xen.c with a custom command
 12584:  [127/2735] Generating trace-hw_watchdog.c with a custom command
 12585:  [128/2735] Generating trace-hw_i386.c with a custom command
 12586:  [129/2735] Generating trace-hw_ide.c with a custom command
 12587:  [130/2735] Generating trace-hw_input.h with a custom command
 12588:  [131/2735] Generating trace-hw_input.c with a custom command
 12589:  [132/2735] Generating trace-hw_isa.c with a custom command
 12590:  [133/2735] Generating trace-hw_mem.h with a custom command
 12591:  [134/2735] Generating trace-hw_isa.h with a custom command
 12592:    CC      networking/ether-wake.o
 12593:  [135/2735] Generating trace-hw_i386.h with a custom command
 12594:  [136/2735] Generating trace-hw_ide.h with a custom command
 12595:  [137/2735] Generating trace-hw_mips.h with a custom command
 12596:  [138/2735] Generating trace-hw_mem.c with a custom command
 12597:  [139/2735] Generating trace-hw_mips.c with a custom command
 12598:  [140/2735] Generating trace-hw_intc.c with a custom command
 12599:  [141/2735] Generating trace-hw_misc_macio.h with a custom command
 12600:  [142/2735] Generating trace-hw_misc_macio.c with a custom command
 12601:  [143/2735] Generating trace-hw_net_can.h with a custom command
 12602:  [144/2735] Generating trace-hw_net_can.c with a custom command
 12603:  [145/2735] Generating trace-hw_nubus.h with a custom command
 12604:  [146/2735] Generating trace-hw_misc.c with a custom command
 12605:  [147/2735] Generating trace-hw_nubus.c with a custom command
 12606:  [148/2735] Generating trace-hw_nvram.h with a custom command
 12607:  [149/2735] Generating trace-hw_nvme.c with a custom command
 12608:  [150/2735] Generating trace-hw_nvram.c with a custom command
 12609:  [151/2735] Generating trace-hw_pci.h with a custom command
 12610:  [152/2735] Generating trace-hw_pci.c with a custom command
 12611:  [153/2735] Generating trace-hw_intc.h with a custom command
 12612:  [154/2735] Generating trace-hw_misc.h with a custom command
 12613:  [155/2735] Generating trace-hw_net.c with a custom command
 12614:  [156/2735] Generating trace-hw_pci_host.c with a custom command
 12615:  [157/2735] Generating trace-hw_pci_host.h with a custom command
 12616:  [158/2735] Generating trace-hw_rdma.c with a custom command
 12617:  [159/2735] Generating trace-hw_ppc.c with a custom command
 12618:  [160/2735] Generating trace-hw_rdma.h with a custom command
 12619:  [161/2735] Generating trace-hw_rdma_vmw.c with a custom command
 12620:  [162/2735] Generating trace-hw_rtc.h with a custom command
 12621:  [163/2735] Generating trace-hw_rdma_vmw.h with a custom command
 12622:  [164/2735] Generating trace-hw_rtc.c with a custom command
 12623:  [165/2735] Generating trace-hw_s390x.h with a custom command
 12624:  [166/2735] Generating trace-hw_ppc.h with a custom command
 12625:  [167/2735] Generating trace-hw_nvme.h with a custom command
 12626:  [168/2735] Generating trace-hw_s390x.c with a custom command
 12627:  [169/2735] Generating trace-hw_sh4.h with a custom command
 12628:  [170/2735] Generating trace-hw_sh4.c with a custom command
 12629:  [171/2735] Generating trace-hw_sd.c with a custom command
 12630:  [172/2735] Generating trace-hw_sparc.h with a custom command
 12631:  [173/2735] Generating trace-hw_sparc.c with a custom command
 12632:  [174/2735] Generating trace-hw_net.h with a custom command
 12633:  [175/2735] Generating trace-hw_sparc64.h with a custom command
 12634:  [176/2735] Generating trace-hw_sparc64.c with a custom command
 12635:  [177/2735] Generating trace-hw_sd.h with a custom command
 12636:  [178/2735] Generating trace-hw_ssi.h with a custom command
 12637:  [179/2735] Generating trace-hw_ssi.c with a custom command
 12638:  [180/2735] Generating trace-hw_scsi.c with a custom command
 12639:  [181/2735] Generating trace-hw_timer.c with a custom command
 12640:  [182/2735] Generating trace-hw_tpm.c with a custom command
 12641:  [183/2735] Generating trace-hw_tpm.h with a custom command
 12642:  [184/2735] Generating trace-hw_timer.h with a custom command
 12643:    CC      networking/hostname.o
 12644:  [185/2735] Generating trace-hw_watchdog.h with a custom command
 12645:  [186/2735] Generating trace-hw_virtio.c with a custom command
 12646:  [187/2735] Generating trace-hw_scsi.h with a custom command
 12647:  [188/2735] Generating trace-hw_gpio.c with a custom command
 12648:  [189/2735] Generating trace-hw_vfio.c with a custom command
 12649:  [190/2735] Generating trace-hw_xen.c with a custom command
 12650:  [191/2735] Generating trace-hw_gpio.h with a custom command
 12651:  [192/2735] Generating trace-net.h with a custom command
 12652:  [193/2735] Generating trace-softmmu.h with a custom command
 12653:  [194/2735] Generating trace-hw_usb.c with a custom command
 12654:  [195/2735] Generating trace-hw_virtio.h with a custom command
 12655:  [196/2735] Generating trace-net.c with a custom command
 12656:  [197/2735] Generating trace-softmmu.c with a custom command
 12657:  [198/2735] Generating trace-hw_vfio.h with a custom command
 12658:  [199/2735] Generating trace-hw_remote.h with a custom command
 12659:  [200/2735] Generating trace-migration.c with a custom command
 12660:  [201/2735] Generating trace-hw_remote.c with a custom command
 12661:  [202/2735] Generating trace-accel_tcg.h with a custom command
 12662:  [203/2735] Generating trace-ui.c with a custom command
 12663:  [204/2735] Generating trace-hw_usb.h with a custom command
 12664:  [205/2735] Generating trace-accel_tcg.c with a custom command
 12665:  [206/2735] Generating trace-hw_core.c with a custom command
 12666:  [207/2735] Generating trace-target_arm.h with a custom command
 12667:  [208/2735] Generating trace-hw_core.h with a custom command
 12668:  [209/2735] Generating trace-target_arm.c with a custom command
 12669:  [210/2735] Generating trace-ui.h with a custom command
 12670:  [211/2735] Generating trace-target_arm_hvf.c with a custom command
 12671:  [212/2735] Generating trace-target_hppa.c with a custom command
 12672:  [213/2735] Generating trace-target_hppa.h with a custom command
 12673:  [214/2735] Generating trace-target_arm_hvf.h with a custom command
 12674:  [215/2735] Generating trace-target_i386.c with a custom command
 12675:  [216/2735] Generating trace-target_i386.h with a custom command
 12676:  [217/2735] Generating trace-migration.h with a custom command
 12677:  [218/2735] Generating trace-target_mips_tcg.c with a custom command
 12678:  [219/2735] Generating trace-target_mips_tcg.h with a custom command
 12679:  [220/2735] Generating trace-target_i386_kvm.h with a custom command
 12680:  [221/2735] Generating trace-target_i386_kvm.c with a custom command
 12681:  [222/2735] Generating trace-target_nios2.h with a custom command
 12682:  [223/2735] Generating trace-target_nios2.c with a custom command
 12683:  [224/2735] Generating trace-target_ppc.c with a custom command
 12684:  [225/2735] Generating trace-target_ppc.h with a custom command
 12685:  [226/2735] Generating trace-target_riscv.c with a custom command
 12686:  [227/2735] Generating trace-target_riscv.h with a custom command
 12687:  [228/2735] Generating trace-target_s390x.h with a custom command
 12688:  [229/2735] Generating trace-target_s390x.c with a custom command
 12689:  [230/2735] Generating trace-target_s390x_kvm.h with a custom command
 12690:  [231/2735] Generating trace-target_s390x_kvm.c with a custom command
 12691:  [232/2735] Generating trace-target_sparc.c with a custom command
 12692:    CC      networking/ifconfig.o
 12693:  [233/2735] Generating trace-target_sparc.h with a custom command
 12694:  [234/2735] Generating module_block.h with a custom command
 12695:  [235/2735] Generating block-gen.c with a custom command
 12696:  [236/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui64_z_f128.c.o
 12697:  [237/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i32_z_f16.c.o
 12698:  [238/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i32_z_f32.c.o
 12699:  [239/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i32_z_f64.c.o
 12700:  [240/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i32_z_extF80.c.o
 12701:  [241/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i32_z_f128.c.o
 12702:    CC      networking/ifupdown.o
 12703:    CC      networking/inetd.o
 12704:    CC      networking/interface.o
 12705:  In file included from networking/interface.c:33:
 12706:  networking/interface.c: In function ‘if_readlist_proc’:
 12707:  include/libbb.h:236:28: warning: ignoring return value of ‘fgets_unlocked’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 12708:    236 | # define fgets(s,n,stream) fgets_unlocked(s,n,stream)
 12709:        |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~
 12710:  networking/interface.c:554:2: note: in expansion of macro ‘fgets’
 12711:    554 |  fgets(buf, sizeof buf, fh); /* eat line */
 12712:        |  ^~~~~
 12713:  include/libbb.h:236:28: warning: ignoring return value of ‘fgets_unlocked’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 12714:    236 | # define fgets(s,n,stream) fgets_unlocked(s,n,stream)
 12715:        |                            ^~~~~~~~~~~~~~~~~~~~~~~~~~
 12716:  networking/interface.c:555:2: note: in expansion of macro ‘fgets’
 12717:    555 |  fgets(buf, sizeof buf, fh);
 12718:        |  ^~~~~
 12719:    CC      networking/ip.o
 12720:  [242/2735] Generating qemu-img-cmds.h with a custom command (wrapped by meson to capture output)
 12721:  [243/2735] Generating config-poison.h with a custom command (wrapped by meson to capture output)
 12722:  [244/2735] Generating texture-blit-flip-vert.h with a custom command (wrapped by meson to capture output)
 12723:  [245/2735] Generating texture-blit-frag.h with a custom command (wrapped by meson to capture output)
 12724:  [246/2735] Generating texture-blit-vert.h with a custom command (wrapped by meson to capture output)
 12725:  [247/2735] Generating input-keymap-qcode-to-atset1.c.inc with a custom command (wrapped by meson to capture output)
 12726:  [248/2735] Generating hmp-commands-info.h with a custom command (wrapped by meson to capture output)
 12727:  [249/2735] Generating input-keymap-osx-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 12728:  [250/2735] Generating input-keymap-xorgevdev-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 12729:  [251/2735] Generating 'libqemu-arm-softmmu.fa.p/decode-neon-shared.c.inc'.
 12730:  [252/2735] Generating hmp-commands.h with a custom command (wrapped by meson to capture output)
 12731:  [253/2735] Generating input-keymap-xorgxquartz-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 12732:  [254/2735] Generating input-keymap-xorgkbd-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 12733:  [255/2735] Generating 'libqemu-arm-softmmu.fa.p/decode-neon-ls.c.inc'.
 12734:  [256/2735] Generating input-keymap-qnum-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 12735:  [257/2735] Generating input-keymap-qcode-to-linux.c.inc with a custom command (wrapped by meson to capture output)
 12736:  [258/2735] Generating input-keymap-usb-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 12737:  [259/2735] Generating input-keymap-qcode-to-sun.c.inc with a custom command (wrapped by meson to capture output)
 12738:  [260/2735] Generating input-keymap-qcode-to-atset2.c.inc with a custom command (wrapped by meson to capture output)
 12739:  [261/2735] Generating input-keymap-win32-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 12740:  [262/2735] Generating 'libqemu-arm-softmmu.fa.p/decode-vfp-uncond.c.inc'.
 12741:    CC      networking/nameif.o
 12742:  [263/2735] Generating input-keymap-qcode-to-qnum.c.inc with a custom command (wrapped by meson to capture output)
 12743:  [264/2735] Generating input-keymap-qcode-to-atset3.c.inc with a custom command (wrapped by meson to capture output)
 12744:  [265/2735] Generating qemu-options.def with a custom command (wrapped by meson to capture output)
 12745:  [266/2735] Generating ar with a custom command
 12746:  [267/2735] Generating cz with a custom command
 12747:  [268/2735] Generating bepo with a custom command
 12748:  [269/2735] Generating da with a custom command
 12749:  [270/2735] Generating de with a custom command
 12750:  [271/2735] Generating de-ch with a custom command
 12751:  [272/2735] Generating en-gb with a custom command
 12752:  [273/2735] Generating en-us with a custom command
 12753:  [274/2735] Generating es with a custom command
 12754:  [275/2735] Generating et with a custom command
 12755:  [276/2735] Generating 'libqemu-arm-softmmu.fa.p/decode-vfp.c.inc'.
 12756:  [277/2735] Generating fi with a custom command
 12757:  [278/2735] Generating fr with a custom command
 12758:  [279/2735] Generating fo with a custom command
 12759:  [280/2735] Generating fr-be with a custom command
 12760:  [281/2735] Generating input-keymap-linux-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 12761:  [282/2735] Generating fr-ca with a custom command
 12762:  [283/2735] Generating fr-ch with a custom command
 12763:  [284/2735] Generating hr with a custom command
 12764:  [285/2735] Generating 'libqemu-arm-softmmu.fa.p/decode-m-nocp.c.inc'.
 12765:  [286/2735] Generating hu with a custom command
 12766:  [287/2735] Generating 'libqemu-arm-softmmu.fa.p/decode-sve.c.inc'.
 12767:  [288/2735] Generating is with a custom command
 12768:  [289/2735] Generating it with a custom command
 12769:  [290/2735] Generating ja with a custom command
 12770:  [291/2735] Generating lt with a custom command
 12771:  [292/2735] Generating lv with a custom command
 12772:  [293/2735] Generating no with a custom command
 12773:  [294/2735] Generating mk with a custom command
 12774:  [295/2735] Generating nl with a custom command
 12775:  [296/2735] Generating pl with a custom command
 12776:  [297/2735] Generating pt with a custom command
 12777:  [298/2735] Generating pt-br with a custom command
 12778:  [299/2735] Generating ru with a custom command
 12779:  [300/2735] Generating th with a custom command
 12780:  [301/2735] Generating tr with a custom command
 12781:  [302/2735] Generating input-keymap-xorgxwin-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 12782:  [303/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_uint128.c.o
 12783:  [304/2735] Generating 'libqemu-arm-softmmu.fa.p/decode-a32-uncond.c.inc'.
 12784:  [305/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_functions_common.c.o
 12785:  [306/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_fail.c.o
 12786:  [307/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_standardFunctionInfos.c.o
 12787:  [308/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_common.c.o
 12788:  [309/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_uint128_inline.c.o
 12789:  [310/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_functionInfos.c.o
 12790:  [311/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_random.c.o
 12791:  [312/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_i32.c.o
 12792:  [313/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_ui32.c.o
 12793:  [314/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_f16UIToCommonNaN.c.o
 12794:  [315/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_ui64.c.o
 12795:  [316/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_f16.c.o
 12796:  [317/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_f32.c.o
 12797:  [318/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_i64.c.o
 12798:  [319/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_f64.c.o
 12799:  [320/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_extF80.c.o
 12800:  [321/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_f128.c.o
 12801:  [322/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_verCases_inline.c.o
 12802:  [323/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_writeTestsTotal.c.o
 12803:  [324/2735] Generating 'libqemu-arm-softmmu.fa.p/decode-t16.c.inc'.
 12804:  [325/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_verCases_common.c.o
 12805:  [326/2735] Generating 'libqemu-arm-softmmu.fa.p/decode-neon-dp.c.inc'.
 12806:  [327/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_verCases_writeFunctionName.c.o
 12807:  [328/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_readHex.c.o
 12808:  [329/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeHex.c.o
 12809:  [330/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_ui32.c.o
 12810:  [331/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_ui64.c.o
 12811:  [332/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_ab_f16.c.o
 12812:  [333/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_f16.c.o
 12813:  [334/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_abc_f16.c.o
 12814:  [335/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_f32.c.o
 12815:  [336/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_ab_f32.c.o
 12816:  [337/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_abc_f32.c.o
 12817:  [338/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_f64.c.o
 12818:  [339/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_ab_f64.c.o
 12819:  [340/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_extF80M.c.o
 12820:  [341/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_abc_f64.c.o
 12821:  [342/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_f128M.c.o
 12822:  [343/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_ab_extF80M.c.o
 12823:  [344/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_ab_f128M.c.o
 12824:  [345/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_abc_f128M.c.o
 12825:  [346/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_bool.c.o
 12826:  [347/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_ui32.c.o
 12827:  [348/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_ui64.c.o
 12828:  [349/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_f16.c.o
 12829:  [350/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_f64.c.o
 12830:  [351/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_f32.c.o
 12831:  [352/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_extF80M.c.o
 12832:  [353/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_testLoops_common.c.o
 12833:  [354/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_f128M.c.o
 12834:  [355/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui32_z_f16.c.o
 12835:  [356/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui32_z_f64.c.o
 12836:  [357/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui32_z_f32.c.o
 12837:  [358/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui32_z_extF80.c.o
 12838:  [359/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui32_z_f128.c.o
 12839:  [360/2735] Generating arm-softmmu-gdbstub-xml.c with a custom command (wrapped by meson to capture output)
 12840:  [361/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui64_z_f16.c.o
 12841:  [362/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui64_z_f32.c.o
 12842:  [363/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui64_z_f64.c.o
 12843:  [364/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui64_z_extF80.c.o
 12844:  [365/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i64_z_f16.c.o
 12845:  [366/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i64_z_f32.c.o
 12846:  [367/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i64_z_f64.c.o
 12847:  [368/2735] Generating 'libqemu-arm-softmmu.fa.p/decode-a32.c.inc'.
 12848:  [369/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i64_z_extF80.c.o
 12849:  [370/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i64_z_f128.c.o
 12850:  [371/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_ui32_rx.c.o
 12851:  [372/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_ui64_rx.c.o
 12852:  [373/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_i32_rx.c.o
 12853:  [374/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_ui32_x.c.o
 12854:  [375/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_ui64_x.c.o
 12855:  [376/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_i64_rx.c.o
 12856:  [377/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_i32_x.c.o
 12857:  [378/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_i64_x.c.o
 12858:  [379/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_f32.c.o
 12859:  [380/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_extF80.c.o
 12860:  [381/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_f64.c.o
 12861:  [382/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_f128.c.o
 12862:  [383/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f16.c.o
 12863:  [384/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f16_rx.c.o
 12864:  [385/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abcz_f16.c.o
 12865:  [386/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_ab_f16_z_bool.c.o
 12866:  [387/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abz_f16.c.o
 12867:  [388/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_ui32_rx.c.o
 12868:  [389/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_ui64_rx.c.o
 12869:  [390/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_i32_rx.c.o
 12870:  [391/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_ui32_x.c.o
 12871:  [392/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_ui64_x.c.o
 12872:  [393/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_i64_rx.c.o
 12873:  [394/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_i32_x.c.o
 12874:  [395/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_i64_x.c.o
 12875:  [396/2735] Generating 'libqemu-arm-softmmu.fa.p/decode-t32.c.inc'.
 12876:  [397/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_f16.c.o
 12877:  [398/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_f64.c.o
 12878:  [399/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_extF80.c.o
 12879:  [400/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_f128.c.o
 12880:  [401/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f32.c.o
 12881:  [402/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f32_rx.c.o
 12882:  [403/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abz_f32.c.o
 12883:  [404/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abcz_f32.c.o
 12884:  [405/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_ab_f32_z_bool.c.o
 12885:  [406/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_ui32_rx.c.o
 12886:  [407/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_i32_rx.c.o
 12887:  [408/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_ui64_rx.c.o
 12888:  [409/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_ui64_x.c.o
 12889:  [410/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_i64_rx.c.o
 12890:  [411/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_ui32_x.c.o
 12891:  [412/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_i32_x.c.o
 12892:  [413/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_i64_x.c.o
 12893:  [414/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_f16.c.o
 12894:  [415/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_f32.c.o
 12895:  [416/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_extF80.c.o
 12896:  [417/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_f128.c.o
 12897:  [418/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f64.c.o
 12898:  [419/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f64_rx.c.o
 12899:  [420/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abz_f64.c.o
 12900:  [421/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abcz_f64.c.o
 12901:  [422/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_ui32_rx.c.o
 12902:  [423/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_ab_f64_z_bool.c.o
 12903:  [424/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_ui64_rx.c.o
 12904:  [425/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_i32_rx.c.o
 12905:  [426/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_i64_rx.c.o
 12906:  [427/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_ui32_x.c.o
 12907:  [428/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_ui64_x.c.o
 12908:  [429/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_i32_x.c.o
 12909:  [430/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_i64_x.c.o
 12910:  [431/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_f16.c.o
 12911:  [432/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_f32.c.o
 12912:  [433/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_f64.c.o
 12913:  [434/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_f128.c.o
 12914:  [435/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_extF80.c.o
 12915:  [436/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_extF80_rx.c.o
 12916:  [437/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abz_extF80.c.o
 12917:  [438/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_ab_extF80_z_bool.c.o
 12918:  [439/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_ui32_rx.c.o
 12919:  [440/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_ui64_rx.c.o
 12920:  [441/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_i64_rx.c.o
 12921:  [442/2735] Generating input-keymap-x11-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 12922:  [443/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_i32_rx.c.o
 12923:  [444/2735] Generating input-keymap-atset1-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
 12924:  [445/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_ui32_x.c.o
 12925:  [446/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_ui64_x.c.o
 12926:  [447/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_i32_x.c.o
 12927:  [448/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_i64_x.c.o
 12928:  [449/2735] Generating qemu-version.h with a custom command (wrapped by meson to capture output)
 12929:  [450/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_f16.c.o
 12930:  [451/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_f32.c.o
 12931:  [452/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_f64.c.o
 12932:  [453/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_extF80.c.o
 12933:  [454/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f128.c.o
 12934:  [455/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f128_rx.c.o
 12935:  [456/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abz_f128.c.o
 12936:  [457/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_eq128.c.o
 12937:  [458/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shortShiftRight128.c.o
 12938:  [459/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shortShiftRightJam64Extra.c.o
 12939:  [460/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abcz_f128.c.o
 12940:  [461/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shortShiftRightJam64.c.o
 12941:  [462/2735] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_ab_f128_z_bool.c.o
 12942:  [463/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shortShiftRightJam128.c.o
 12943:  [464/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shiftRightJam32.c.o
 12944:  [465/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shortShiftRightJam128Extra.c.o
 12945:  [466/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_lt128.c.o
 12946:  [467/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shiftRightJam64Extra.c.o
 12947:  [468/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shortShiftLeft128.c.o
 12948:  [469/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_le128.c.o
 12949:  [470/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shiftRightJam64.c.o
 12950:  [471/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shiftRightJam128.c.o
 12951:  [472/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shiftRightJam128Extra.c.o
 12952:    CC      networking/netstat.o
 12953:  [473/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shiftRightJam256M.c.o
 12954:  [474/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_countLeadingZeros8.c.o
 12955:  [475/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_countLeadingZeros16.c.o
 12956:  [476/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_add128.c.o
 12957:  [477/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_countLeadingZeros32.c.o
 12958:  [478/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_countLeadingZeros64.c.o
 12959:  [479/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_sub128.c.o
 12960:  [480/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_add256M.c.o
 12961:  [481/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_mul64ByShifted32To128.c.o
 12962:  [482/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_mul64To128.c.o
 12963:  [483/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_sub256M.c.o
 12964:  [484/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_mul128By32.c.o
 12965:  [485/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_mul128To256M.c.o
 12966:  [486/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_approxRecip_1Ks.c.o
 12967:  [487/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_approxRecip32_1.c.o
 12968:  [488/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_approxRecipSqrt_1Ks.c.o
 12969:  [489/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_approxRecipSqrt32_1.c.o
 12970:  [490/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_roundToI32.c.o
 12971:  [491/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_roundToUI32.c.o
 12972:  [492/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_roundToUI64.c.o
 12973:  [493/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normSubnormalF16Sig.c.o
 12974:  [494/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_roundToI64.c.o
 12975:  [495/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_roundPackToF16.c.o
 12976:  [496/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_addMagsF16.c.o
 12977:  [497/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normRoundPackToF16.c.o
 12978:  [498/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_subMagsF16.c.o
 12979:  [499/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_mulAddF16.c.o
 12980:  [500/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normSubnormalF32Sig.c.o
 12981:  [501/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normRoundPackToF32.c.o
 12982:  [502/2735] Generating 'libqemu-arm-softmmu.fa.p/decode-mve.c.inc'.
 12983:  [503/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_roundPackToF32.c.o
 12984:  [504/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_addMagsF32.c.o
 12985:  [505/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_subMagsF32.c.o
 12986:  [506/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_mulAddF32.c.o
 12987:  [507/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normSubnormalF64Sig.c.o
 12988:  [508/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_roundPackToF64.c.o
 12989:  [509/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normRoundPackToF64.c.o
 12990:  [510/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_addMagsF64.c.o
 12991:  [511/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_subMagsF64.c.o
 12992:  [512/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_mulAddF64.c.o
 12993:  [513/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normSubnormalExtF80Sig.c.o
 12994:  [514/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_roundPackToExtF80.c.o
 12995:  [515/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normRoundPackToExtF80.c.o
 12996:  [516/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_addMagsExtF80.c.o
 12997:  [517/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_subMagsExtF80.c.o
 12998:  [518/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normRoundPackToF128.c.o
 12999:  [519/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normSubnormalF128Sig.c.o
 13000:  [520/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_roundPackToF128.c.o
 13001:  [521/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_addMagsF128.c.o
 13002:  [522/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_subMagsF128.c.o
 13003:  [523/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_mulAddF128.c.o
 13004:  [524/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_softfloat_state.c.o
 13005:  [525/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui32_to_f16.c.o
 13006:  [526/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui32_to_f32.c.o
 13007:  [527/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui32_to_extF80.c.o
 13008:  [528/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui32_to_f64.c.o
 13009:  [529/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui32_to_extF80M.c.o
 13010:  [530/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui32_to_f128.c.o
 13011:  [531/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui32_to_f128M.c.o
 13012:  [532/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui64_to_f16.c.o
 13013:  [533/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui64_to_extF80M.c.o
 13014:  [534/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui64_to_extF80.c.o
 13015:  [535/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui64_to_f64.c.o
 13016:  [536/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui64_to_f128.c.o
 13017:  [537/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui64_to_f128M.c.o
 13018:  [538/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui64_to_f32.c.o
 13019:  [539/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i32_to_f16.c.o
 13020:  [540/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i32_to_f32.c.o
 13021:  [541/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i32_to_f64.c.o
 13022:  [542/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i32_to_extF80.c.o
 13023:  [543/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i32_to_extF80M.c.o
 13024:  [544/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i32_to_f128.c.o
 13025:  [545/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i64_to_f16.c.o
 13026:  [546/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i32_to_f128M.c.o
 13027:  [547/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i64_to_f64.c.o
 13028:  [548/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i64_to_f32.c.o
 13029:  [549/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i64_to_extF80.c.o
 13030:  [550/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i64_to_extF80M.c.o
 13031:  [551/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i64_to_f128.c.o
 13032:  [552/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i64_to_f128M.c.o
 13033:  [553/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_ui32.c.o
 13034:  [554/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_ui64.c.o
 13035:  [555/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_i32.c.o
 13036:  [556/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_i64.c.o
 13037:  [557/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_ui32_r_minMag.c.o
 13038:  [558/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_ui64_r_minMag.c.o
 13039:  [559/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_i32_r_minMag.c.o
 13040:  [560/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_i64_r_minMag.c.o
 13041:  [561/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_f32.c.o
 13042:  [562/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_f64.c.o
 13043:  [563/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_extF80.c.o
 13044:  [564/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_extF80M.c.o
 13045:  [565/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_f128.c.o
 13046:  [566/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_roundToInt.c.o
 13047:  [567/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_f128M.c.o
 13048:  [568/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_sub.c.o
 13049:  [569/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_add.c.o
 13050:  [570/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_mul.c.o
 13051:  [571/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_mulAdd.c.o
 13052:  [572/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_div.c.o
 13053:  [573/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_eq.c.o
 13054:  [574/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_rem.c.o
 13055:  [575/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_sqrt.c.o
 13056:  [576/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_le.c.o
 13057:  [577/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_eq_signaling.c.o
 13058:  [578/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_lt.c.o
 13059:  [579/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_le_quiet.c.o
 13060:  [580/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_lt_quiet.c.o
 13061:  [581/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_isSignalingNaN.c.o
 13062:  [582/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_ui64.c.o
 13063:  [583/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_i32.c.o
 13064:  [584/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_ui32.c.o
 13065:  [585/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_i64.c.o
 13066:  [586/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_ui64_r_minMag.c.o
 13067:  [587/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_ui32_r_minMag.c.o
 13068:  [588/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_i32_r_minMag.c.o
 13069:  [589/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_i64_r_minMag.c.o
 13070:  [590/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_f16.c.o
 13071:  [591/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_f64.c.o
 13072:  [592/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_f128.c.o
 13073:  [593/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_extF80.c.o
 13074:  [594/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_extF80M.c.o
 13075:  [595/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_f128M.c.o
 13076:  [596/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_roundToInt.c.o
 13077:  [597/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_add.c.o
 13078:  [598/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_mul.c.o
 13079:  [599/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_mulAdd.c.o
 13080:  [600/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_div.c.o
 13081:  [601/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_rem.c.o
 13082:  [602/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_sqrt.c.o
 13083:  [603/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_eq.c.o
 13084:  [604/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_le.c.o
 13085:  [605/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_eq_signaling.c.o
 13086:  [606/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_sub.c.o
 13087:  [607/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_lt.c.o
 13088:  [608/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_le_quiet.c.o
 13089:  [609/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_lt_quiet.c.o
 13090:  [610/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_isSignalingNaN.c.o
 13091:  [611/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_ui32.c.o
 13092:  [612/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_ui64.c.o
 13093:  [613/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_i64.c.o
 13094:  [614/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_i32.c.o
 13095:  [615/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_ui32_r_minMag.c.o
 13096:  [616/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_ui64_r_minMag.c.o
 13097:  [617/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_i32_r_minMag.c.o
 13098:  [618/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_i64_r_minMag.c.o
 13099:  [619/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_f16.c.o
 13100:  [620/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_f32.c.o
 13101:  [621/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_extF80.c.o
 13102:  [622/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_extF80M.c.o
 13103:  [623/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_f128.c.o
 13104:  [624/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_f128M.c.o
 13105:  [625/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_roundToInt.c.o
 13106:  [626/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_add.c.o
 13107:  [627/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_sub.c.o
 13108:  [628/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_mul.c.o
 13109:  [629/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_div.c.o
 13110:  [630/2735] Generating QGA QAPI files with a custom command
 13111:  [631/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_mulAdd.c.o
 13112:  [632/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_rem.c.o
 13113:  [633/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_sqrt.c.o
 13114:  [634/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_le.c.o
 13115:  [635/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_eq.c.o
 13116:  [636/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_lt.c.o
 13117:  [637/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_eq_signaling.c.o
 13118:  [638/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_le_quiet.c.o
 13119:  [639/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_lt_quiet.c.o
 13120:  [640/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_isSignalingNaN.c.o
 13121:  [641/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_ui32.c.o
 13122:  [642/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_ui64.c.o
 13123:  [643/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_i32.c.o
 13124:  [644/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_i64.c.o
 13125:  [645/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_ui64_r_minMag.c.o
 13126:  [646/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_i32_r_minMag.c.o
 13127:  [647/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_ui32_r_minMag.c.o
 13128:  [648/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_i64_r_minMag.c.o
 13129:  [649/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_f16.c.o
 13130:  [650/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_f32.c.o
 13131:  [651/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_f64.c.o
 13132:  [652/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_roundToInt.c.o
 13133:  [653/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_f128.c.o
 13134:  [654/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_add.c.o
 13135:  [655/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_sub.c.o
 13136:  [656/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_div.c.o
 13137:  [657/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_mul.c.o
 13138:  [658/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_rem.c.o
 13139:  [659/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_le.c.o
 13140:  [660/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_sqrt.c.o
 13141:  [661/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_lt.c.o
 13142:  [662/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_le_quiet.c.o
 13143:  [663/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_eq.c.o
 13144:  [664/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_eq_signaling.c.o
 13145:  [665/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_lt_quiet.c.o
 13146:  [666/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_isSignalingNaN.c.o
 13147:  [667/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_ui32.c.o
 13148:  [668/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_ui64.c.o
 13149:  [669/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_i32.c.o
 13150:  [670/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_ui32_r_minMag.c.o
 13151:  [671/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_i64.c.o
 13152:  [672/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_ui64_r_minMag.c.o
 13153:  [673/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_i32_r_minMag.c.o
 13154:  [674/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_i64_r_minMag.c.o
 13155:  [675/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_f16.c.o
 13156:  [676/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_f32.c.o
 13157:  [677/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_f64.c.o
 13158:  [678/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_roundToInt.c.o
 13159:  [679/2735] Generating Test QAPI files with a custom command
 13160:  [680/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_f128M.c.o
 13161:  [681/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_add.c.o
 13162:  [682/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_sub.c.o
 13163:  [683/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_mul.c.o
 13164:  [684/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_div.c.o
 13165:  [685/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_rem.c.o
 13166:  [686/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_sqrt.c.o
 13167:  [687/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_eq.c.o
 13168:  [688/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_le.c.o
 13169:  [689/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_lt_quiet.c.o
 13170:  [690/2735] Linking static target tests/fp/libtestfloat.a
 13171:  [691/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_lt.c.o
 13172:  [692/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_eq_signaling.c.o
 13173:  [693/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_le_quiet.c.o
 13174:  [694/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_ui32.c.o
 13175:  [695/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_ui64.c.o
 13176:  [696/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_i32.c.o
 13177:  [697/2735] Generating QAPI test (include) with a custom command
 13178:  [698/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_i64.c.o
 13179:  [699/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_ui32_r_minMag.c.o
 13180:  [700/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_ui64_r_minMag.c.o
 13181:  [701/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_i32_r_minMag.c.o
 13182:  [702/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_i64_r_minMag.c.o
 13183:  [703/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_f16.c.o
 13184:  [704/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_f32.c.o
 13185:  [705/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_extF80.c.o
 13186:  [706/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_f64.c.o
 13187:  [707/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_roundToInt.c.o
 13188:  [708/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_add.c.o
 13189:  [709/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_sub.c.o
 13190:  [710/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_mul.c.o
 13191:  [711/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_mulAdd.c.o
 13192:  [712/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_div.c.o
 13193:  [713/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_rem.c.o
 13194:  [714/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_sqrt.c.o
 13195:  [715/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_eq.c.o
 13196:  [716/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_le.c.o
 13197:  [717/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_eq_signaling.c.o
 13198:  [718/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_lt_quiet.c.o
 13199:  [719/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_isSignalingNaN.c.o
 13200:  [720/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_lt.c.o
 13201:  [721/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_le_quiet.c.o
 13202:  [722/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_ui32.c.o
 13203:  [723/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_ui64.c.o
 13204:  [724/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_i32.c.o
 13205:  [725/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_i64.c.o
 13206:  [726/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_ui32_r_minMag.c.o
 13207:  [727/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_ui64_r_minMag.c.o
 13208:  [728/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_i32_r_minMag.c.o
 13209:  [729/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_i64_r_minMag.c.o
 13210:  [730/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_f16.c.o
 13211:  [731/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_extF80M.c.o
 13212:  [732/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_f64.c.o
 13213:  [733/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_f32.c.o
 13214:  [734/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_roundToInt.c.o
 13215:  [735/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_add.c.o
 13216:  [736/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_sub.c.o
 13217:  [737/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_mulAdd.c.o
 13218:  [738/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_mul.c.o
 13219:  [739/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_div.c.o
 13220:  [740/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_rem.c.o
 13221:  [741/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_sqrt.c.o
 13222:  [742/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_eq.c.o
 13223:  [743/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_le.c.o
 13224:  [744/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_lt.c.o
 13225:  [745/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_eq_signaling.c.o
 13226:  [746/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_lt_quiet.c.o
 13227:  [747/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_softfloat_raiseFlags.c.o
 13228:  [748/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_extF80M_isSignalingNaN.c.o
 13229:  [749/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_commonNaNToF16UI.c.o
 13230:  [750/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_le_quiet.c.o
 13231:  [751/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_propagateNaNF16UI.c.o
 13232:  [752/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_f32UIToCommonNaN.c.o
 13233:  [753/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_commonNaNToF32UI.c.o
 13234:  [754/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_propagateNaNF32UI.c.o
 13235:  [755/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_f64UIToCommonNaN.c.o
 13236:  [756/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_propagateNaNF64UI.c.o
 13237:  [757/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_commonNaNToF64UI.c.o
 13238:  [758/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_extF80UIToCommonNaN.c.o
 13239:  [759/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_propagateNaNExtF80UI.c.o
 13240:  [760/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_f128M_isSignalingNaN.c.o
 13241:  [761/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_commonNaNToExtF80UI.c.o
 13242:  [762/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_f128UIToCommonNaN.c.o
 13243:  [763/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_propagateNaNF128UI.c.o
 13244:  [764/2735] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_commonNaNToF128UI.c.o
 13245:  [765/2735] Compiling C object tests/plugin/libempty.so.p/empty.c.o
 13246:  [766/2735] Compiling C object tests/plugin/libmem.so.p/mem.c.o
 13247:  [767/2735] Compiling C object tests/plugin/libinsn.so.p/insn.c.o
 13248:  [768/2735] Compiling C object tests/plugin/libsyscall.so.p/syscall.c.o
 13249:  [769/2735] Compiling C object tests/plugin/libbb.so.p/bb.c.o
 13250:    CC      networking/nslookup.o
 13251:  [770/2735] Linking target tests/plugin/libempty.so
 13252:  [771/2735] Linking target tests/plugin/libinsn.so
 13253:  [772/2735] Linking target tests/plugin/libmem.so
 13254:  [773/2735] Linking target tests/plugin/libbb.so
 13255:  [774/2735] Linking target tests/plugin/libsyscall.so
 13256:  networking/nslookup.c: In function ‘send_queries’:
 13257:  networking/nslookup.c:622:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 13258:    622 |     write(pfd.fd, G.query[qn].query, G.query[qn].qlen);
 13259:        |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 13260:    CC      networking/parse_pasv_epsv.o
 13261:  [775/2735] Linking static target tests/fp/libsoftfloat.a
 13262:  [776/2735] Generating edk2-i386-vars.fd with a custom command (wrapped by meson to capture output)
 13263:    CC      networking/ping.o
 13264:  [777/2735] Generating edk2-x86_64-secure-code.fd with a custom command (wrapped by meson to capture output)
 13265:  [778/2735] Generating edk2-i386-secure-code.fd with a custom command (wrapped by meson to capture output)
 13266:  [779/2735] Generating edk2-x86_64-code.fd with a custom command (wrapped by meson to capture output)
 13267:    CC      networking/route.o
 13268:  [780/2735] Generating edk2-i386-code.fd with a custom command (wrapped by meson to capture output)
 13269:    CC      networking/tc.o
 13270:    CC      networking/telnet.o
 13271:  [781/2735] Generating QAPI files for qemu-storage-daemon with a custom command
 13272:    CC      networking/tftp.o
 13273:  [782/2735] Generating edk2-arm-vars.fd with a custom command (wrapped by meson to capture output)
 13274:  [783/2735] Generating shared QAPI source files with a custom command
 13275:    CC      networking/traceroute.o
 13276:  [784/2735] Generating edk2-aarch64-code.fd with a custom command (wrapped by meson to capture output)
 13277:  [785/2735] Generating edk2-arm-code.fd with a custom command (wrapped by meson to capture output)
 13278:    CC      networking/vconfig.o
 13279:  [786/2735] Generating trace-qapi_commands_authz_trace_events.h with a custom command
 13280:  [787/2735] Generating trace-qapi_commands_compat_trace_events.c with a custom command
 13281:  [788/2735] Generating trace-qapi_commands_authz_trace_events.c with a custom command
 13282:  [789/2735] Generating trace-qapi_commands_crypto_trace_events.h with a custom command
 13283:  [790/2735] Generating trace-qapi_commands_block_trace_events.c with a custom command
 13284:  [791/2735] Generating trace-qapi_commands_block_export_trace_events.c with a custom command
 13285:  [792/2735] Generating trace-qapi_commands_common_trace_events.h with a custom command
 13286:  [793/2735] Generating trace-qapi_commands_common_trace_events.c with a custom command
 13287:  [794/2735] Generating trace-qapi_commands_compat_trace_events.h with a custom command
 13288:  [795/2735] Generating trace-qapi_commands_control_trace_events.c with a custom command
 13289:  [796/2735] Generating trace-qapi_commands_crypto_trace_events.c with a custom command
 13290:  [797/2735] Generating trace-qapi_commands_error_trace_events.h with a custom command
 13291:  [798/2735] Generating trace-qapi_commands_block_trace_events.h with a custom command
 13292:  [799/2735] Generating trace-qapi_commands_block_core_trace_events.c with a custom command
 13293:  [800/2735] Generating trace-qapi_commands_block_export_trace_events.h with a custom command
 13294:  [801/2735] Generating trace-qapi_commands_char_trace_events.h with a custom command
 13295:  [802/2735] Generating trace-qapi_commands_char_trace_events.c with a custom command
 13296:  [803/2735] Generating trace-qapi_commands_control_trace_events.h with a custom command
 13297:  [804/2735] Generating trace-qapi_commands_dump_trace_events.h with a custom command
 13298:  [805/2735] Generating trace-qapi_commands_dump_trace_events.c with a custom command
 13299:  [806/2735] Generating trace-qapi_commands_error_trace_events.c with a custom command
 13300:  [807/2735] Generating trace-qapi_commands_introspect_trace_events.h with a custom command
 13301:  [808/2735] Generating trace-qapi_commands_introspect_trace_events.c with a custom command
 13302:  [809/2735] Generating trace-qapi_commands_job_trace_events.h with a custom command
 13303:  [810/2735] Generating trace-qapi_commands_job_trace_events.c with a custom command
 13304:  [811/2735] Generating trace-qapi_commands_machine_trace_events.h with a custom command
 13305:  [812/2735] Generating trace-qapi_commands_machine_trace_events.c with a custom command
 13306:  [813/2735] Generating trace-qapi_commands_block_core_trace_events.h with a custom command
 13307:  [814/2735] Generating trace-qapi_commands_migration_trace_events.h with a custom command
 13308:  [815/2735] Generating trace-qapi_commands_net_trace_events.c with a custom command
 13309:  [816/2735] Generating trace-qapi_commands_migration_trace_events.c with a custom command
 13310:  [817/2735] Generating trace-qapi_commands_pragma_trace_events.c with a custom command
 13311:  [818/2735] Generating trace-qapi_commands_net_trace_events.h with a custom command
 13312:  [819/2735] Generating trace-qapi_commands_misc_trace_events.h with a custom command
 13313:  [820/2735] Generating trace-qapi_commands_pragma_trace_events.h with a custom command
 13314:  [821/2735] Generating trace-qapi_commands_misc_trace_events.c with a custom command
 13315:  [822/2735] Generating trace-qapi_commands_qom_trace_events.h with a custom command
 13316:  [823/2735] Generating trace-qapi_commands_qom_trace_events.c with a custom command
 13317:  [824/2735] Generating trace-qapi_commands_replay_trace_events.h with a custom command
 13318:  [825/2735] Generating trace-qapi_commands_replay_trace_events.c with a custom command
 13319:  [826/2735] Generating trace-qapi_commands_run_state_trace_events.h with a custom command
 13320:  [827/2735] Generating trace-qapi_commands_run_state_trace_events.c with a custom command
 13321:  [828/2735] Generating trace-qapi_commands_sockets_trace_events.h with a custom command
 13322:  [829/2735] Generating trace-qapi_commands_sockets_trace_events.c with a custom command
 13323:  [830/2735] Generating trace-qapi_commands_trace_trace_events.h with a custom command
 13324:  [831/2735] Generating trace-qapi_commands_transaction_trace_events.c with a custom command
 13325:  [832/2735] Generating trace-qapi_commands_yank_trace_events.c with a custom command
 13326:  [833/2735] Generating trace-qapi_commands_trace_trace_events.c with a custom command
 13327:  [834/2735] Generating trace-qapi_commands_transaction_trace_events.h with a custom command
 13328:  [835/2735] Generating trace-qapi_commands_yank_trace_events.h with a custom command
 13329:  [836/2735] Generating trace-qapi_commands_acpi_trace_events.h with a custom command
 13330:  [837/2735] Generating trace-qapi_commands_acpi_trace_events.c with a custom command
 13331:  [838/2735] Generating trace-qapi_commands_audio_trace_events.h with a custom command
 13332:  [839/2735] Generating trace-qapi_commands_audio_trace_events.c with a custom command
 13333:  [840/2735] Generating trace-qapi_commands_qdev_trace_events.h with a custom command
 13334:  [841/2735] Generating trace-qapi_commands_qdev_trace_events.c with a custom command
 13335:  [842/2735] Generating trace-qapi_commands_pci_trace_events.h with a custom command
 13336:  [843/2735] Generating trace-qapi_commands_pci_trace_events.c with a custom command
 13337:  [844/2735] Generating trace-qapi_commands_rdma_trace_events.c with a custom command
 13338:  [845/2735] Generating trace-qapi_commands_rdma_trace_events.h with a custom command
 13339:  [846/2735] Generating trace-qapi_commands_rocker_trace_events.c with a custom command
 13340:  [847/2735] Generating trace-qapi_commands_rocker_trace_events.h with a custom command
 13341:  [848/2735] Generating trace-qapi_commands_tpm_trace_events.h with a custom command
 13342:    CC      networking/wget.o
 13343:  [849/2735] Generating trace-qapi_commands_ui_trace_events.c with a custom command
 13344:  [850/2735] Generating trace-qapi_commands_tpm_trace_events.c with a custom command
 13345:  [851/2735] Generating trace-qapi_commands_machine_target_trace_events.c with a custom command
 13346:  [852/2735] Generating trace-qapi_commands_machine_target_trace_events.h with a custom command
 13347:  [853/2735] Generating trace-qapi_commands_ui_trace_events.h with a custom command
 13348:  [854/2735] Generating trace-qapi_commands_misc_target_trace_events.c with a custom command
 13349:  [855/2735] Generating trace-qapi_commands_misc_target_trace_events.h with a custom command
 13350:  [856/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-block.c.o
 13351:  [857/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_authz_trace_events.c.o
 13352:  [858/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-introspect.c.o
 13353:  [859/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-block-core.c.o
 13354:  [860/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-char.c.o
 13355:  [861/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-authz.c.o
 13356:  [862/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-trace.c.o
 13357:  [863/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-introspect.c.o
 13358:  [864/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-crypto.c.o
 13359:  [865/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-rdma.c.o
 13360:  [866/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-authz.c.o
 13361:  [867/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-authz.c.o
 13362:  [868/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-block-core.c.o
 13363:  [869/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-builtin-visit.c.o
 13364:  [870/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-trace.c.o
 13365:  [871/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-char.c.o
 13366:  [872/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-block.c.o
 13367:  [873/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-builtin-types.c.o
 13368:  [874/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-error.c.o
 13369:  [875/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-authz.c.o
 13370:  [876/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-block-export.c.o
 13371:  [877/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-tpm.c.o
 13372:  [878/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-tpm.c.o
 13373:  [879/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_scsi.c.o
 13374:  [880/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-block-core.c.o
 13375:  [881/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-ui.c.o
 13376:  [882/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-misc.c.o
 13377:  [883/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-control.c.o
 13378:  [884/2735] Compiling C object libqemuutil.a.p/qapi_qapi-util.c.o
 13379:  [885/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-block.c.o
 13380:  [886/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-ui.c.o
 13381:  [887/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-misc.c.o
 13382:  [888/2735] Compiling C object libqemuutil.a.p/qobject_qbool.c.o
 13383:  [889/2735] Compiling C object libqemuutil.a.p/qobject_qnum.c.o
 13384:  [890/2735] Compiling C object libblock.fa.p/meson-generated_.._block_block-gen.c.o
 13385:  [891/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-block.c.o
 13386:  [892/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-util.c.o
 13387:  [893/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-transaction.c.o
 13388:  [894/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-block-core.c.o
 13389:  [895/2735] Compiling C object libcommon.fa.p/hw_net_ne2000-pci.c.o
 13390:  [896/2735] Compiling C object libcommon.fa.p/hw_net_ne2000.c.o
 13391:  [897/2735] Compiling C object libcommon.fa.p/hw_misc_msf2-sysreg.c.o
 13392:  [898/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-net.c.o
 13393:  [899/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-block-export.c.o
 13394:  [900/2735] Compiling C object libqemuutil.a.p/qapi_qmp-registry.c.o
 13395:  [901/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-block-export.c.o
 13396:  [902/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-net.c.o
 13397:  [903/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-block-export.c.o
 13398:  [904/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-misc.c.o
 13399:  [905/2735] Compiling C object libblock.fa.p/qemu-io-cmds.c.o
 13400:  [906/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-control.c.o
 13401:  [907/2735] Compiling C object libcommon.fa.p/hw_net_eepro100.c.o
 13402:  [908/2735] Compiling C object libmigration.fa.p/migration_qemu-file.c.o
 13403:  [909/2735] Compiling C object libqemuutil.a.p/qapi_qapi-forward-visitor.c.o
 13404:  [910/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-char.c.o
 13405:  [911/2735] Compiling C object libqemuutil.a.p/qobject_qdict.c.o
 13406:  [912/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-common.c.o
 13407:  [913/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-net.c.o
 13408:  [914/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-char.c.o
 13409:  [915/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-common.c.o
 13410:  [916/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-common.c.o
 13411:  [917/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-compat.c.o
 13412:  [918/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-common.c.o
 13413:  [919/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-job.c.o
 13414:  [920/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-compat.c.o
 13415:  [921/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-compat.c.o
 13416:  [922/2735] Compiling C object libqemuutil.a.p/qapi_qapi-type-helpers.c.o
 13417:  [923/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-control.c.o
 13418:  [924/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-monitor.c.o
 13419:  [925/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-compat.c.o
 13420:  [926/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-control.c.o
 13421:  [927/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-ui.c.o
 13422:  [928/2735] Compiling C object libqemuutil.a.p/qobject_qstring.c.o
 13423:  [929/2735] Compiling C object libqemuutil.a.p/qapi_qapi-visit-core.c.o
 13424:  [930/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qom.c.o
 13425:  [931/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-crypto.c.o
 13426:  [932/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi.c.o
 13427:  [933/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-crypto.c.o
 13428:  [934/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-misc.c.o
 13429:  [935/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-rocker.c.o
 13430:  [936/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-introspect.c.o
 13431:  [937/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-error.c.o
 13432:  [938/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-transaction.c.o
 13433:  [939/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-dump.c.o
 13434:  [940/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-crypto.c.o
 13435:  [941/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-dump.c.o
 13436:  [942/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-error.c.o
 13437:  [943/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-error.c.o
 13438:  [944/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-dump.c.o
 13439:  [945/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-dump.c.o
 13440:  [946/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-run-state.c.o
 13441:  [947/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-job.c.o
 13442:  [948/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-job.c.o
 13443:  [949/2735] Compiling C object libqemuutil.a.p/qapi_string-output-visitor.c.o
 13444:  [950/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-machine.c.o
 13445:  [951/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-introspect.c.o
 13446:  [952/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-job.c.o
 13447:  [953/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-machine.c.o
 13448:  [954/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-machine.c.o
 13449:  [955/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-migration.c.o
 13450:  [956/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-migration.c.o
 13451:  [957/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-machine.c.o
 13452:  [958/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-migration.c.o
 13453:  [959/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-authz.c.o
 13454:  [960/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-migration.c.o
 13455:  [961/2735] Compiling C object libqemuutil.a.p/qapi_qapi-dealloc-visitor.c.o
 13456:  [962/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-net.c.o
 13457:  [963/2735] Compiling C object libblock.fa.p/blockjob.c.o
 13458:  [964/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-tpm.c.o
 13459:  [965/2735] Compiling C object libqemuutil.a.p/qapi_string-input-visitor.c.o
 13460:  [966/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-root.c.o
 13461:  [967/2735] Compiling C object libqemuutil.a.p/qapi_qmp-event.c.o
 13462:  [968/2735] Compiling C object libqemuutil.a.p/qobject_qnull.c.o
 13463:  [969/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-pragma.c.o
 13464:  [970/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-pragma.c.o
 13465:  [971/2735] Compiling C object libqemuutil.a.p/qapi_qmp-dispatch.c.o
 13466:  [972/2735] Compiling C object libqemuutil.a.p/qapi_qapi-clone-visitor.c.o
 13467:  [973/2735] Compiling C object libqemuutil.a.p/qapi_qobject-output-visitor.c.o
 13468:  [974/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_rtc.c.o
 13469:  [975/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_9pfs.c.o
 13470:  [976/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-sockets.c.o
 13471:  [977/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-sockets.c.o
 13472:  [978/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-pragma.c.o
 13473:  [979/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-pragma.c.o
 13474:  [980/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-qom.c.o
 13475:  [981/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-qom.c.o
 13476:  [982/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-qom.c.o
 13477:  [983/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-qom.c.o
 13478:  [984/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-replay.c.o
 13479:  [985/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-replay.c.o
 13480:  [986/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_adc.c.o
 13481:  [987/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-replay.c.o
 13482:  [988/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-replay.c.o
 13483:  [989/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-yank.c.o
 13484:  [990/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-run-state.c.o
 13485:  [991/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-run-state.c.o
 13486:  [992/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-run-state.c.o
 13487:  [993/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-trace.c.o
 13488:  [994/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-transaction.c.o
 13489:  [995/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-sockets.c.o
 13490:  [996/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-sockets.c.o
 13491:  [997/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-tpm.c.o
 13492:  [998/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_hppa.c.o
 13493:  [999/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-transaction.c.o
 13494:  [1000/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-trace.c.o
 13495:  [1001/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-yank.c.o
 13496:  [1002/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-rdma.c.o
 13497:  [1003/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-yank.c.o
 13498:  [1004/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-acpi.c.o
 13499:  [1005/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-yank.c.o
 13500:  [1006/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-acpi.c.o
 13501:  [1007/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-acpi.c.o
 13502:  [1008/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-audio.c.o
 13503:  [1009/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-acpi.c.o
 13504:  [1010/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-audio.c.o
 13505:  [1011/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-audio.c.o
 13506:  [1012/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-qdev.c.o
 13507:  [1013/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-audio.c.o
 13508:  [1014/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-qdev.c.o
 13509:  [1015/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_block.c.o
 13510:  [1016/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-pci.c.o
 13511:  [1017/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-qdev.c.o
 13512:  [1018/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-ui.c.o
 13513:  [1019/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-qdev.c.o
 13514:  [1020/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-pci.c.o
 13515:  [1021/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-pci.c.o
 13516:  [1022/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-pci.c.o
 13517:  [1023/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-rocker.c.o
 13518:  [1024/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-rdma.c.o
 13519:  [1025/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-rocker.c.o
 13520:  networking/wget.c: In function ‘retrieve_file_data’:
 13521:  networking/wget.c:1073:5: warning: ignoring return value of ‘ftruncate’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 13522:   1073 |     ftruncate(G.output_fd, pos);
 13523:        |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
 13524:  [1026/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-rdma.c.o
 13525:  [1027/2735] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-rocker.c.o
 13526:  [1028/2735] Compiling C object libqemuutil.a.p/util_unicode.c.o
 13527:  [1029/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-crypto.c.o
 13528:  [1030/2735] Compiling C object libqemuutil.a.p/qapi_opts-visitor.c.o
 13529:  [1031/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_rdma_vmw.c.o
 13530:  [1032/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-chardev.c.o
 13531:  [1033/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-backends.c.o
 13532:  [1034/2735] Compiling C object libblock.fa.p/job.c.o
 13533:  [1035/2735] Compiling C object libqemuutil.a.p/qapi_qobject-input-visitor.c.o
 13534:  [1036/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-backends_tpm.c.o
 13535:  [1037/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_block_dataplane.c.o
 13536:  [1038/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-io.c.o
 13537:  [1039/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-block.c.o
 13538:  [1040/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-scsi.c.o
 13539:  [1041/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-nbd.c.o
 13540:  [1042/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-audio.c.o
 13541:  [1043/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-accel_kvm.c.o
 13542:  [1044/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_acpi.c.o
 13543:  [1045/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_audio.c.o
 13544:  [1046/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-ebpf.c.o
 13545:  [1047/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_char.c.o
 13546:  [1048/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_display.c.o
 13547:  [1049/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_arm.c.o
 13548:  [1050/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_alpha.c.o
 13549:  [1051/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_isa.c.o
 13550:  [1052/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_ide.c.o
 13551:  [1053/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_i2c.c.o
 13552:  [1054/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_dma.c.o
 13553:  [1055/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_i386.c.o
 13554:  [1056/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_hyperv.c.o
 13555:  [1057/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_input.c.o
 13556:  [1058/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_i386_xen.c.o
 13557:    AR      networking/lib.a
 13558:  [1059/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_mips.c.o
 13559:  [1060/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_intc.c.o
 13560:  [1061/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_mem.c.o
 13561:  [1062/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_misc_macio.c.o
 13562:  [1063/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_rdma.c.o
 13563:  [1064/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_net_can.c.o
 13564:  [1065/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_misc.c.o
 13565:  [1066/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_net.c.o
 13566:  [1067/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_pci.c.o
 13567:  [1068/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_pci_host.c.o
 13568:  [1069/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_nvme.c.o
 13569:  [1070/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_nvram.c.o
 13570:  [1071/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_nubus.c.o
 13571:  [1072/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_ppc.c.o
 13572:  [1073/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_s390x.c.o
 13573:    LD      networking/libiproute/built-in.o
 13574:  [1074/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_sd.c.o
 13575:  [1075/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_tpm.c.o
 13576:  [1076/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_block_core_trace_events.c.o
 13577:  [1077/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_block_export_trace_events.c.o
 13578:  [1078/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_block_trace_events.c.o
 13579:  [1079/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_s390x_kvm.c.o
 13580:  [1080/2735] Compiling C object libcommon.fa.p/ui_vnc-palette.c.o
 13581:    CC      networking/libiproute/ip_parse_common_args.o
 13582:  [1081/2735] Compiling C object libcommon.fa.p/ui_vnc-enc-zrle.c.o
 13583:  [1082/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_watchdog.c.o
 13584:  [1083/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_sparc.c.o
 13585:  [1084/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_sparc64.c.o
 13586:  [1085/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_sh4.c.o
 13587:  [1086/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_timer.c.o
 13588:  [1087/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_ssi.c.o
 13589:  [1088/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_hppa.c.o
 13590:  [1089/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_vfio.c.o
 13591:  [1090/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_usb.c.o
 13592:  [1091/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_virtio.c.o
 13593:  [1092/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_i386_kvm.c.o
 13594:  [1093/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_machine_trace_events.c.o
 13595:  [1094/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_mips_tcg.c.o
 13596:  [1095/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_gpio.c.o
 13597:  [1096/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-net.c.o
 13598:  [1097/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_xen.c.o
 13599:  [1098/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-migration.c.o
 13600:  [1099/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-ui.c.o
 13601:  [1100/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-softmmu.c.o
 13602:  [1101/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-accel_tcg.c.o
 13603:  [1102/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_core.c.o
 13604:  [1103/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_remote.c.o
 13605:  [1104/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_arm.c.o
 13606:  [1105/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_nios2.c.o
 13607:  [1106/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_i386.c.o
 13608:  [1107/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_arm_hvf.c.o
 13609:  [1108/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_riscv.c.o
 13610:  [1109/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_compat_trace_events.c.o
 13611:  [1110/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_sparc.c.o
 13612:  [1111/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_ppc.c.o
 13613:  [1112/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_common_trace_events.c.o
 13614:  [1113/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_s390x.c.o
 13615:  [1114/2735] Compiling C object libcommon.fa.p/hw_misc_aspeed_xdma.c.o
 13616:  [1115/2735] Compiling C object libcommon.fa.p/hw_misc_aspeed_sdmc.c.o
 13617:  [1116/2735] Compiling C object libcommon.fa.p/hw_char_omap_uart.c.o
 13618:  [1117/2735] Compiling C object libcommon.fa.p/hw_char_bcm2835_aux.c.o
 13619:  [1118/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_char_trace_events.c.o
 13620:  [1119/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_rdma_trace_events.c.o
 13621:  [1120/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_pci_trace_events.c.o
 13622:  [1121/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_crypto_trace_events.c.o
 13623:  [1122/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_error_trace_events.c.o
 13624:  [1123/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_control_trace_events.c.o
 13625:  [1124/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_dump_trace_events.c.o
 13626:  [1125/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_introspect_trace_events.c.o
 13627:  [1126/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_job_trace_events.c.o
 13628:  [1127/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_migration_trace_events.c.o
 13629:  [1128/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_misc_trace_events.c.o
 13630:  [1129/2735] Compiling C object libqemuutil.a.p/util_qemu-timer-common.c.o
 13631:  [1130/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_replay_trace_events.c.o
 13632:  [1131/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_pragma_trace_events.c.o
 13633:  [1132/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_net_trace_events.c.o
 13634:  [1133/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_qom_trace_events.c.o
 13635:  [1134/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_run_state_trace_events.c.o
 13636:  [1135/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_sockets_trace_events.c.o
 13637:  [1136/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_transaction_trace_events.c.o
 13638:  [1137/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_trace_trace_events.c.o
 13639:  [1138/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_audio_trace_events.c.o
 13640:  [1139/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_yank_trace_events.c.o
 13641:  [1140/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_acpi_trace_events.c.o
 13642:  [1141/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_qdev_trace_events.c.o
 13643:  [1142/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_tpm_trace_events.c.o
 13644:  [1143/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_rocker_trace_events.c.o
 13645:  [1144/2735] Compiling C object libqemuutil.a.p/qobject_qlist.c.o
 13646:  [1145/2735] Compiling C object libqemuutil.a.p/util_range.c.o
 13647:  [1146/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_misc_target_trace_events.c.o
 13648:  [1147/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_ui_trace_events.c.o
 13649:  [1148/2735] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_machine_target_trace_events.c.o
 13650:  [1149/2735] Compiling C object libqemuutil.a.p/util_qsp.c.o
 13651:  [1150/2735] Compiling C object libblock.fa.p/replication.c.o
 13652:  [1151/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/pci.c.o
 13653:  [1152/2735] Compiling C object libcommon.fa.p/hw_misc_aspeed_scu.c.o
 13654:  [1153/2735] Compiling C object libblock.fa.p/nbd_client-connection.c.o
 13655:  [1154/2735] Compiling C object libqemuutil.a.p/qobject_qlit.c.o
 13656:  [1155/2735] Compiling C object libblock.fa.p/nbd_client.c.o
 13657:  [1156/2735] Compiling C object libqemuutil.a.p/qobject_qjson.c.o
 13658:  [1157/2735] Compiling C object libblock.fa.p/block.c.o
 13659:  [1158/2735] Compiling C object libqemuutil.a.p/qobject_json-writer.c.o
 13660:  [1159/2735] Compiling C object libqemuutil.a.p/qobject_json-streamer.c.o
 13661:  [1160/2735] Compiling C object libblock.fa.p/nbd_common.c.o
 13662:  [1161/2735] Compiling C object libqemuutil.a.p/qobject_qobject.c.o
 13663:  [1162/2735] Compiling C object libqemuutil.a.p/qobject_json-lexer.c.o
 13664:  [1163/2735] Compiling C object libqemuutil.a.p/qobject_block-qdict.c.o
 13665:  [1164/2735] Compiling C object libqemuutil.a.p/qobject_json-parser.c.o
 13666:  [1165/2735] Compiling C object libqemuutil.a.p/util_cutils.c.o
 13667:  [1166/2735] Compiling C object libqemuutil.a.p/util_osdep.c.o
 13668:  [1167/2735] Compiling C object libqemuutil.a.p/util_aio-posix.c.o
 13669:  [1168/2735] Compiling C object libqemuutil.a.p/util_fdmon-epoll.c.o
 13670:  [1169/2735] Compiling C object libqemuutil.a.p/util_fdmon-poll.c.o
 13671:  [1170/2735] Compiling C object libqemuutil.a.p/util_event_notifier-posix.c.o
 13672:  [1171/2735] Compiling C object libqemuutil.a.p/util_compatfd.c.o
 13673:  [1172/2735] Compiling C object libqemuutil.a.p/util_oslib-posix.c.o
 13674:  [1173/2735] Compiling C object libqemuutil.a.p/util_mmap-alloc.c.o
 13675:  [1174/2735] Compiling C object libqemuutil.a.p/util_qemu-openpty.c.o
 13676:  [1175/2735] Compiling C object libqemuutil.a.p/util_qemu-thread-posix.c.o
 13677:  [1176/2735] Compiling C object libqemuutil.a.p/util_envlist.c.o
 13678:  [1177/2735] Compiling C object libqemuutil.a.p/util_memfd.c.o
 13679:  [1178/2735] Compiling C object libqemuutil.a.p/util_module.c.o
 13680:  [1179/2735] Compiling C object libqemuutil.a.p/util_path.c.o
 13681:  [1180/2735] Compiling C object libqemuutil.a.p/util_bitmap.c.o
 13682:  [1181/2735] Compiling C object libqemuutil.a.p/util_cacheflush.c.o
 13683:  [1182/2735] Compiling C object libqemuutil.a.p/util_host-utils.c.o
 13684:  [1183/2735] Compiling C object libqemuutil.a.p/util_fifo8.c.o
 13685:  [1184/2735] Compiling C object libqemuutil.a.p/util_bitops.c.o
 13686:  [1185/2735] Compiling C object libqemuutil.a.p/util_cacheinfo.c.o
 13687:  [1186/2735] Compiling C object libqemuutil.a.p/util_qemu-error.c.o
 13688:  [1187/2735] Compiling C object libqemuutil.a.p/util_error.c.o
 13689:  [1188/2735] Compiling C object libqemuutil.a.p/util_id.c.o
 13690:  [1189/2735] Compiling C object libqemuutil.a.p/util_qemu-print.c.o
 13691:  [1190/2735] Compiling C object libqemuutil.a.p/util_notify.c.o
 13692:  [1191/2735] Compiling C object libqemuutil.a.p/util_qemu-config.c.o
 13693:  [1192/2735] Compiling C object libqemuutil.a.p/util_qemu-progress.c.o
 13694:  [1193/2735] Compiling C object libqemuutil.a.p/util_qemu-option.c.o
 13695:  [1194/2735] Compiling C object libqemuutil.a.p/util_crc32c.c.o
 13696:  [1195/2735] Compiling C object libqemuutil.a.p/util_keyval.c.o
 13697:  [1196/2735] Compiling C object libqemuutil.a.p/util_getauxval.c.o
 13698:  [1197/2735] Compiling C object libqemuutil.a.p/util_uuid.c.o
 13699:  [1198/2735] Compiling C object libqemuutil.a.p/util_log.c.o
 13700:  [1199/2735] Compiling C object libqemuutil.a.p/util_rcu.c.o
 13701:  [1200/2735] Compiling C object libqemuutil.a.p/util_pagesize.c.o
 13702:  [1201/2735] Compiling C object libqemuutil.a.p/util_drm.c.o
 13703:  [1202/2735] Compiling C object libqemuutil.a.p/util_qdist.c.o
 13704:  [1203/2735] Compiling C object libqemuutil.a.p/util_qht.c.o
 13705:  [1204/2735] Compiling C object libqemuutil.a.p/util_transactions.c.o
 13706:  [1205/2735] Compiling C object libqemuutil.a.p/util_stats64.c.o
 13707:  [1206/2735] Compiling C object libqemuutil.a.p/util_systemd.c.o
 13708:  [1207/2735] Compiling C object libqemuutil.a.p/util_dbus.c.o
 13709:  [1208/2735] Compiling C object libqemuutil.a.p/util_int128.c.o
 13710:  [1209/2735] Compiling C object libqemuutil.a.p/util_guest-random.c.o
 13711:  [1210/2735] Compiling C object libqemuutil.a.p/util_memalign.c.o
 13712:  [1211/2735] Compiling C object libqemuutil.a.p/util_crc-ccitt.c.o
 13713:  [1212/2735] Compiling C object libqemuutil.a.p/util_yank.c.o
 13714:  [1213/2735] Compiling C object libqemuutil.a.p/util_qemu-sockets.c.o
 13715:  [1214/2735] Compiling C object libqemuutil.a.p/util_iov.c.o
 13716:  [1215/2735] Compiling C object libqemuutil.a.p/util_aiocb.c.o
 13717:  [1216/2735] Compiling C object libqemuutil.a.p/util_userfaultfd.c.o
 13718:  [1217/2735] Compiling C object libqemuutil.a.p/util_aio-wait.c.o
 13719:  [1218/2735] Compiling C object libqemuutil.a.p/util_base64.c.o
 13720:  [1219/2735] Compiling C object libqemuutil.a.p/util_async.c.o
 13721:  [1220/2735] Compiling C object libqemuutil.a.p/util_buffer.c.o
 13722:  [1221/2735] Compiling C object libqemuutil.a.p/util_bufferiszero.c.o
 13723:  [1222/2735] Compiling C object libqemuutil.a.p/util_coroutine-ucontext.c.o
 13724:  [1223/2735] Compiling C object libqemuutil.a.p/util_hbitmap.c.o
 13725:  [1224/2735] Compiling C object libqemuutil.a.p/util_hexdump.c.o
 13726:  [1225/2735] Compiling C object libqemuutil.a.p/util_iova-tree.c.o
 13727:  [1226/2735] Compiling C object libqemuutil.a.p/util_vhost-user-server.c.o
 13728:  [1227/2735] Compiling C object libqemuutil.a.p/util_uri.c.o
 13729:  [1228/2735] Compiling C object libqemuutil.a.p/util_qemu-coroutine-io.c.o
 13730:  [1229/2735] Compiling C object libqemuutil.a.p/util_lockcnt.c.o
 13731:  [1230/2735] Compiling C object libqemuutil.a.p/util_nvdimm-utils.c.o
 13732:  [1231/2735] Compiling C object libqemuutil.a.p/util_main-loop.c.o
 13733:  [1232/2735] Compiling C object libqemuutil.a.p/util_qemu-coroutine-lock.c.o
 13734:  [1233/2735] Compiling C object libqemuutil.a.p/util_qemu-coroutine.c.o
 13735:  [1234/2735] Compiling C object libqemuutil.a.p/crypto_init.c.o
 13736:  [1235/2735] Compiling C object libqemuutil.a.p/util_qemu-co-shared-resource.c.o
 13737:  [1236/2735] Compiling C object libqemuutil.a.p/crypto_random-platform.c.o
 13738:  [1237/2735] Compiling C object libqemuutil.a.p/crypto_aes.c.o
 13739:  [1238/2735] Compiling C object libqemuutil.a.p/util_block-helpers.c.o
 13740:  [1239/2735] Compiling C object libqemuutil.a.p/util_qemu-coroutine-sleep.c.o
 13741:  [1240/2735] Compiling C object libqemuutil.a.p/util_readline.c.o
 13742:  [1241/2735] Compiling C object libqemuutil.a.p/util_throttle.c.o
 13743:  [1242/2735] Compiling C object libqemuutil.a.p/util_filemonitor-inotify.c.o
 13744:  [1243/2735] Compiling C object libqemuutil.a.p/util_qemu-timer.c.o
 13745:  [1244/2735] Compiling C object libqemuutil.a.p/util_thread-pool.c.o
 13746:  [1245/2735] Compiling C object libqemuutil.a.p/util_timed-average.c.o
 13747:  [1246/2735] Compiling C object libqemuutil.a.p/util_vfio-helpers.c.o
 13748:  [1247/2735] Compiling C object libqemuutil.a.p/stubs_blk-exp-close-all.c.o
 13749:  [1248/2735] Compiling C object libqemuutil.a.p/stubs_blk-commit-all.c.o
 13750:  [1249/2735] Compiling C object libqemuutil.a.p/stubs_fdset.c.o
 13751:  [1250/2735] Compiling C object libqemuutil.a.p/trace_qmp.c.o
 13752:  [1251/2735] Compiling C object libqemuutil.a.p/trace_control.c.o
 13753:  [1252/2735] Compiling C object libqemuutil.a.p/stubs_bdrv-next-monitor-owned.c.o
 13754:  [1253/2735] Compiling C object libqemuutil.a.p/stubs_error-printf.c.o
 13755:  [1254/2735] Compiling C object libqemuutil.a.p/stubs_change-state-handler.c.o
 13756:  [1255/2735] Compiling C object libqemuutil.a.p/stubs_blockdev-close-all-bdrv-states.c.o
 13757:  [1256/2735] Compiling C object libqemuutil.a.p/stubs_cpu-get-clock.c.o
 13758:  [1257/2735] Compiling C object libqemuutil.a.p/stubs_cmos.c.o
 13759:  [1258/2735] Compiling C object libqemuutil.a.p/stubs_qemu-timer-notify-cb.c.o
 13760:  [1259/2735] Compiling C object libqemuutil.a.p/stubs_dump.c.o
 13761:  [1260/2735] Compiling C object libqemuutil.a.p/stubs_icount.c.o
 13762:  [1261/2735] Compiling C object libqemuutil.a.p/stubs_iothread-lock.c.o
 13763:  [1262/2735] Compiling C object libqemuutil.a.p/stubs_iothread-lock-block.c.o
 13764:  [1263/2735] Compiling C object libqemuutil.a.p/stubs_gdbstub.c.o
 13765:  [1264/2735] Compiling C object libqemuutil.a.p/stubs_cpus-get-virtual-clock.c.o
 13766:  [1265/2735] Compiling C object libqemuutil.a.p/stubs_get-vm-name.c.o
 13767:  [1266/2735] Compiling C object libqemuutil.a.p/stubs_is-daemonized.c.o
 13768:  [1267/2735] Compiling C object libqemuutil.a.p/stubs_isa-bus.c.o
 13769:  [1268/2735] Compiling C object libqemuutil.a.p/stubs_monitor-core.c.o
 13770:  [1269/2735] Compiling C object libqemuutil.a.p/stubs_monitor.c.o
 13771:  [1270/2735] Compiling C object libqemuutil.a.p/stubs_migr-blocker.c.o
 13772:  [1271/2735] Compiling C object libqemuutil.a.p/stubs_module-opts.c.o
 13773:  [1272/2735] Compiling C object libqemuutil.a.p/stubs_qmp-command-available.c.o
 13774:  [1273/2735] Compiling C object libqemuutil.a.p/stubs_qmp_memory_device.c.o
 13775:  [1274/2735] Compiling C object libqemuutil.a.p/stubs_qmp-quit.c.o
 13776:  [1275/2735] Compiling C object libqemuutil.a.p/stubs_qtest.c.o
 13777:  [1276/2735] Compiling C object libqemuutil.a.p/stubs_runstate-check.c.o
 13778:  [1277/2735] Compiling C object libqemuutil.a.p/stubs_ram-block.c.o
 13779:  [1278/2735] Compiling C object libqemuutil.a.p/stubs_replay.c.o
 13780:  [1279/2735] Compiling C object libqemuutil.a.p/stubs_ramfb.c.o
 13781:  [1280/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/malloc.c.o
 13782:  [1281/2735] Compiling C object libqemuutil.a.p/stubs_target-monitor-defs.c.o
 13783:  [1282/2735] Compiling C object libqemuutil.a.p/stubs_sysbus.c.o
 13784:  [1283/2735] Compiling C object libqemuutil.a.p/stubs_target-get-monitor-def.c.o
 13785:  [1284/2735] Compiling C object libqemuutil.a.p/stubs_trace-control.c.o
 13786:  [1285/2735] Compiling C object libqemuutil.a.p/stubs_uuid.c.o
 13787:  [1286/2735] Compiling C object libqemuutil.a.p/stubs_vmgenid.c.o
 13788:  [1287/2735] Compiling C object libqemuutil.a.p/stubs_vmstate.c.o
 13789:  [1288/2735] Compiling C object libqemuutil.a.p/stubs_vm-stop.c.o
 13790:  [1289/2735] Compiling C object libqemuutil.a.p/stubs_cpu-synchronize-state.c.o
 13791:  [1290/2735] Compiling C object libqemuutil.a.p/stubs_fw_cfg.c.o
 13792:  [1291/2735] Compiling C object libqemuutil.a.p/stubs_win32-kbd-hook.c.o
 13793:  [1292/2735] Compiling C object libqemuutil.a.p/stubs_replay-tools.c.o
 13794:  [1293/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/malloc-spapr.c.o
 13795:  [1294/2735] Compiling C object libqemuutil.a.p/stubs_semihost.c.o
 13796:    CC      networking/libiproute/ipaddress.o
 13797:  [1295/2735] Compiling C object libqemuutil.a.p/stubs_pci-bus.c.o
 13798:  [1296/2735] Compiling C object libqemuutil.a.p/stubs_xen-hw-stub.c.o
 13799:  [1297/2735] Compiling C object libqemuutil.a.p/stubs_usb-dev-stub.c.o
 13800:  [1298/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/qos_external.c.o
 13801:  [1299/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/tpci200.c.o
 13802:  [1300/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/fw_cfg.c.o
 13803:  [1301/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/qgraph.c.o
 13804:  [1302/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/.._libqtest.c.o
 13805:  [1303/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/libqos.c.o
 13806:  [1304/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/pci-spapr.c.o
 13807:  [1305/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/sdhci-cmd.c.o
 13808:  [1306/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/libqos-spapr.c.o
 13809:  [1307/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/rtas.c.o
 13810:  [1308/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/pci-pc.c.o
 13811:  [1309/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/ahci.c.o
 13812:  [1310/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/malloc-pc.c.o
 13813:  [1311/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/libqos-pc.c.o
 13814:  [1312/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/i2c.c.o
 13815:  [1313/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/usb.c.o
 13816:  [1314/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/e1000e.c.o
 13817:  [1315/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/i2c-imx.c.o
 13818:  [1316/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio.c.o
 13819:  [1317/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/i2c-omap.c.o
 13820:  [1318/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/sdhci.c.o
 13821:  [1319/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-9p.c.o
 13822:  [1320/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-scsi.c.o
 13823:  [1321/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-balloon.c.o
 13824:  [1322/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-blk.c.o
 13825:  [1323/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/vhost-user-blk.c.o
 13826:  [1324/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-mmio.c.o
 13827:  [1325/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-net.c.o
 13828:  [1326/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-pci.c.o
 13829:  [1327/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-rng.c.o
 13830:  [1328/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-iommu.c.o
 13831:  [1329/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-sabrelite-machine.c.o
 13832:  [1330/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-imx25-pdk-machine.c.o
 13833:  [1331/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-pci-modern.c.o
 13834:  [1332/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-serial.c.o
 13835:  [1333/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/aarch64-xlnx-zcu102-machine.c.o
 13836:  [1334/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-n800-machine.c.o
 13837:  [1335/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-raspi2-machine.c.o
 13838:  [1336/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-smdkc210-machine.c.o
 13839:  [1337/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/ppc64_pseries-machine.c.o
 13840:  [1338/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-virt-machine.c.o
 13841:  [1339/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-xilinx-zynq-a9-machine.c.o
 13842:  [1340/2735] Compiling C object tests/qtest/libqos/libqos.fa.p/x86_64_pc-machine.c.o
 13843:  [1341/2735] Compiling C object libqom.fa.p/qom_container.c.o
 13844:  [1342/2735] Compiling C object libqom.fa.p/qom_object.c.o
 13845:  [1343/2735] Compiling C object libqom.fa.p/qom_object_interfaces.c.o
 13846:  [1344/2735] Compiling C object libqom.fa.p/qom_qom-qobject.c.o
 13847:  [1345/2735] Compiling C object libqom.fa.p/hw_nvram_fw_cfg-interface.c.o
 13848:  [1346/2735] Compiling C object libcrypto.fa.p/crypto_afsplit.c.o
 13849:  [1347/2735] Compiling C object libauthz.fa.p/authz_base.c.o
 13850:  [1348/2735] Compiling C object libauthz.fa.p/authz_list.c.o
 13851:  [1349/2735] Compiling C object libauthz.fa.p/authz_listfile.c.o
 13852:  [1350/2735] Compiling C object libauthz.fa.p/authz_simple.c.o
 13853:  [1351/2735] Compiling C object libcrypto.fa.p/crypto_block-luks.c.o
 13854:  [1352/2735] Compiling C object libcrypto.fa.p/crypto_cipher.c.o
 13855:  [1353/2735] Compiling C object libcrypto.fa.p/crypto_block.c.o
 13856:  [1354/2735] Compiling C object libcrypto.fa.p/crypto_block-qcow.c.o
 13857:  [1355/2735] Compiling C object libcrypto.fa.p/crypto_hash.c.o
 13858:  [1356/2735] Compiling C object libcrypto.fa.p/crypto_hmac.c.o
 13859:  [1357/2735] Compiling C object libcrypto.fa.p/crypto_ivgen-plain.c.o
 13860:  [1358/2735] Compiling C object libcrypto.fa.p/crypto_ivgen-essiv.c.o
 13861:  [1359/2735] Compiling C object libcrypto.fa.p/crypto_ivgen.c.o
 13862:  [1360/2735] Compiling C object libcrypto.fa.p/crypto_ivgen-plain64.c.o
 13863:  [1361/2735] Compiling C object libcrypto.fa.p/crypto_secret_common.c.o
 13864:  [1362/2735] Compiling C object libblock.fa.p/scsi_utils.c.o
 13865:  [1363/2735] Compiling C object libcrypto.fa.p/crypto_pbkdf.c.o
 13866:  [1364/2735] Compiling C object libcrypto.fa.p/crypto_secret.c.o
 13867:  [1365/2735] Compiling C object libcrypto.fa.p/crypto_tlscreds.c.o
 13868:  [1366/2735] Compiling C object libcrypto.fa.p/crypto_tlscredsanon.c.o
 13869:  [1367/2735] Compiling C object libcrypto.fa.p/crypto_tlscredspsk.c.o
 13870:  [1368/2735] Compiling C object libcrypto.fa.p/crypto_tlscredsx509.c.o
 13871:  [1369/2735] Compiling C object libcrypto.fa.p/crypto_tlssession.c.o
 13872:  [1370/2735] Compiling C object libcrypto.fa.p/crypto_hash-glib.c.o
 13873:  [1371/2735] Compiling C object libcrypto.fa.p/crypto_hmac-glib.c.o
 13874:  [1372/2735] Compiling C object libcrypto.fa.p/crypto_pbkdf-stub.c.o
 13875:  [1373/2735] Compiling C object libio.fa.p/io_channel-file.c.o
 13876:  [1374/2735] Compiling C object libcrypto.fa.p/crypto_secret_keyring.c.o
 13877:  [1375/2735] Compiling C object libio.fa.p/io_channel-buffer.c.o
 13878:  [1376/2735] Compiling C object libio.fa.p/io_channel-command.c.o
 13879:  [1377/2735] Compiling C object libio.fa.p/io_channel-socket.c.o
 13880:  [1378/2735] Compiling C object libio.fa.p/io_channel-tls.c.o
 13881:  [1379/2735] Compiling C object libio.fa.p/io_channel-watch.c.o
 13882:  [1380/2735] Compiling C object libio.fa.p/io_channel-util.c.o
 13883:  [1381/2735] Compiling C object libio.fa.p/io_dns-resolver.c.o
 13884:  [1382/2735] Compiling C object libio.fa.p/io_channel-websock.c.o
 13885:  [1383/2735] Compiling C object libio.fa.p/io_channel.c.o
 13886:  [1384/2735] Compiling C object libio.fa.p/io_net-listener.c.o
 13887:  [1385/2735] Compiling C object libio.fa.p/io_task.c.o
 13888:  [1386/2735] Compiling C object libmigration.fa.p/migration_page_cache.c.o
 13889:  [1387/2735] Compiling C object libmigration.fa.p/migration_yank_functions.c.o
 13890:  [1388/2735] Compiling C object libmigration.fa.p/migration_xbzrle.c.o
 13891:  [1389/2735] Compiling C object libmigration.fa.p/migration_vmstate-types.c.o
 13892:  [1390/2735] Compiling C object libmigration.fa.p/migration_qemu-file-channel.c.o
 13893:  [1391/2735] Compiling C object libblock.fa.p/scsi_pr-manager.c.o
 13894:  [1392/2735] Compiling C object libblock.fa.p/block_amend.c.o
 13895:  [1393/2735] Compiling C object libmigration.fa.p/migration_vmstate.c.o
 13896:  [1394/2735] Compiling C object libblock.fa.p/block_qcow2-bitmap.c.o
 13897:  [1395/2735] Compiling C object libblock.fa.p/block_qcow2-cache.c.o
 13898:  [1396/2735] Compiling C object libcommon.fa.p/hw_misc_nrf51_rng.c.o
 13899:  [1397/2735] Compiling C object libblock.fa.p/scsi_pr-manager-helper.c.o
 13900:  [1398/2735] Compiling C object libblock.fa.p/block_aio_task.c.o
 13901:  [1399/2735] Compiling C object libcommon.fa.p/hw_net_pcnet.c.o
 13902:  [1400/2735] Compiling C object libblock.fa.p/block_accounting.c.o
 13903:  [1401/2735] Compiling C object libcommon.fa.p/hw_net_pcnet-pci.c.o
 13904:  [1402/2735] Compiling C object libblock.fa.p/block_blkdebug.c.o
 13905:  [1403/2735] Compiling C object libblock.fa.p/block_copy-before-write.c.o
 13906:  [1404/2735] Compiling C object libblock.fa.p/block_blklogwrites.c.o
 13907:  [1405/2735] Compiling C object libblock.fa.p/block_backup.c.o
 13908:  [1406/2735] Compiling C object libblock.fa.p/block_blkverify.c.o
 13909:  [1407/2735] Compiling C object libblock.fa.p/block_copy-on-read.c.o
 13910:  [1408/2735] Compiling C object libblock.fa.p/block_progress_meter.c.o
 13911:  [1409/2735] Compiling C object libblock.fa.p/block_block-copy.c.o
 13912:  [1410/2735] Compiling C object libblock.fa.p/block_commit.c.o
 13913:  [1411/2735] Compiling C object libblock.fa.p/block_preallocate.c.o
 13914:  [1412/2735] Compiling C object libblock.fa.p/block_crypto.c.o
 13915:  [1413/2735] Linking static target libqom.fa
 13916:  [1414/2735] Linking static target libauthz.fa
 13917:  [1415/2735] Compiling C object libblock.fa.p/block_block-backend.c.o
 13918:  [1416/2735] Compiling C object libblock.fa.p/block_create.c.o
 13919:  [1417/2735] Compiling C object libblock.fa.p/block_dirty-bitmap.c.o
 13920:  [1418/2735] Compiling C object libblock.fa.p/block_filter-compress.c.o
 13921:  [1419/2735] Compiling C object libblock.fa.p/block_io.c.o
 13922:  [1420/2735] Compiling C object libblock.fa.p/block_mirror.c.o
 13923:  [1421/2735] Compiling C object libblock.fa.p/block_qapi.c.o
 13924:  [1422/2735] Compiling C object libblock.fa.p/block_null.c.o
 13925:  [1423/2735] Compiling C object libblock.fa.p/block_nbd.c.o
 13926:  [1424/2735] Compiling C object libblock.fa.p/block_qcow2-cluster.c.o
 13927:  [1425/2735] Compiling C object libblock.fa.p/block_reqlist.c.o
 13928:  [1426/2735] Compiling C object libblock.fa.p/block_qcow2-threads.c.o
 13929:  [1427/2735] Compiling C object libblock.fa.p/block_raw-format.c.o
 13930:  [1428/2735] Compiling C object libblock.fa.p/block_qcow2-refcount.c.o
 13931:  [1429/2735] Compiling C object libblock.fa.p/block_qcow2-snapshot.c.o
 13932:  [1430/2735] Compiling C object libblock.fa.p/block_quorum.c.o
 13933:  [1431/2735] Compiling C object libblock.fa.p/block_snapshot.c.o
 13934:  [1432/2735] Compiling C object libblock.fa.p/block_qcow2.c.o
 13935:  [1433/2735] Compiling C object libblock.fa.p/block_snapshot-access.c.o
 13936:  [1434/2735] Compiling C object libblock.fa.p/block_vhdx-endian.c.o
 13937:  [1435/2735] Compiling C object libblock.fa.p/block_throttle-groups.c.o
 13938:  [1436/2735] Compiling C object libblock.fa.p/block_throttle.c.o
 13939:  [1437/2735] Compiling C object libblock.fa.p/block_vhdx-log.c.o
 13940:  [1438/2735] Compiling C object libblock.fa.p/block_vpc.c.o
 13941:  [1439/2735] Compiling C object libblock.fa.p/block_vhdx.c.o
 13942:  [1440/2735] Compiling C object libblock.fa.p/block_vmdk.c.o
 13943:  [1441/2735] Compiling C object libblock.fa.p/block_write-threshold.c.o
 13944:  [1442/2735] Compiling C object libblock.fa.p/block_qcow.c.o
 13945:  [1443/2735] Compiling C object libblock.fa.p/block_cloop.c.o
 13946:  [1444/2735] Compiling C object libblock.fa.p/block_bochs.c.o
 13947:  [1445/2735] Compiling C object libblock.fa.p/block_vdi.c.o
 13948:  [1446/2735] Linking static target tests/qtest/libqos/libqos.fa
 13949:  [1447/2735] Compiling C object libblock.fa.p/block_qed-cluster.c.o
 13950:  [1448/2735] Compiling C object libblock.fa.p/block_vvfat.c.o
 13951:  [1449/2735] Compiling C object libblock.fa.p/block_dmg.c.o
 13952:  [1450/2735] Compiling C object libblock.fa.p/block_qed-check.c.o
 13953:  [1451/2735] Compiling C object libblock.fa.p/block_qed-table.c.o
 13954:  [1452/2735] Compiling C object libblock.fa.p/block_qed-l2-cache.c.o
 13955:  [1453/2735] Compiling C object libblock.fa.p/block_parallels.c.o
 13956:  [1454/2735] Compiling C object libblock.fa.p/block_qed.c.o
 13957:  [1455/2735] Compiling C object libblock.fa.p/block_parallels-ext.c.o
 13958:  [1456/2735] Compiling C object libblock.fa.p/block_nvme.c.o
 13959:  [1457/2735] Compiling C object libblock.fa.p/block_replication.c.o
 13960:  [1458/2735] Compiling C object libblock.fa.p/block_stream.c.o
 13961:  [1459/2735] Compiling C object libblock.fa.p/block_monitor_bitmap-qmp-cmds.c.o
 13962:  [1460/2735] Linking static target libcrypto.fa
 13963:  [1461/2735] Linking static target libmigration.fa
 13964:  [1462/2735] Compiling C object libblock.fa.p/block_file-posix.c.o
 13965:  [1463/2735] Compiling C object libblockdev.fa.p/block_export_export.c.o
 13966:  [1464/2735] Compiling C object libblockdev.fa.p/nbd_server.c.o
 13967:  [1465/2735] Compiling C object libblockdev.fa.p/block_export_vhost-user-blk-server.c.o
 13968:  [1466/2735] Compiling C object libblockdev.fa.p/blockdev-nbd.c.o
 13969:  [1467/2735] Compiling C object libblockdev.fa.p/iothread.c.o
 13970:  [1468/2735] Compiling C object libblockdev.fa.p/job-qmp.c.o
 13971:  [1469/2735] Compiling C object libblockdev.fa.p/os-posix.c.o
 13972:  [1470/2735] Compiling C object libqmp.fa.p/qom_qom-qmp-cmds.c.o
 13973:  [1471/2735] Compiling C object libqmp.fa.p/monitor_qmp.c.o
 13974:  [1472/2735] Linking static target libio.fa
 13975:  [1473/2735] Compiling C object libblockdev.fa.p/blockdev.c.o
 13976:  [1474/2735] Compiling C object libqmp.fa.p/monitor_monitor.c.o
 13977:  [1475/2735] Compiling C object libqmp.fa.p/monitor_qmp-cmds-control.c.o
 13978:  [1476/2735] Compiling C object libchardev.fa.p/chardev_char-fe.c.o
 13979:  [1477/2735] Compiling C object libchardev.fa.p/chardev_char-file.c.o
 13980:  [1478/2735] Compiling C object libchardev.fa.p/chardev_char-io.c.o
 13981:  [1479/2735] Compiling C object libchardev.fa.p/chardev_char-mux.c.o
 13982:  [1480/2735] Compiling C object libchardev.fa.p/chardev_char-null.c.o
 13983:  [1481/2735] Compiling C object libchardev.fa.p/chardev_char-pipe.c.o
 13984:  [1482/2735] Compiling C object libchardev.fa.p/chardev_char-ringbuf.c.o
 13985:  [1483/2735] Compiling C object libchardev.fa.p/chardev_char-serial.c.o
 13986:  [1484/2735] Compiling C object libchardev.fa.p/chardev_char-socket.c.o
 13987:  [1485/2735] Compiling C object libchardev.fa.p/chardev_char-stdio.c.o
 13988:  [1486/2735] Compiling C object libchardev.fa.p/chardev_char-udp.c.o
 13989:  [1487/2735] Compiling C object libchardev.fa.p/chardev_char.c.o
 13990:  [1488/2735] Compiling C object libchardev.fa.p/chardev_char-fd.c.o
 13991:  [1489/2735] Compiling C object libchardev.fa.p/chardev_char-parallel.c.o
 13992:  [1490/2735] Compiling C object libchardev.fa.p/chardev_char-pty.c.o
 13993:  [1491/2735] Compiling C object libhwcore.fa.p/hw_core_bus.c.o
 13994:  [1492/2735] Compiling C object libhwcore.fa.p/hw_core_qdev-properties.c.o
 13995:  [1493/2735] Compiling C object libhwcore.fa.p/hw_core_qdev.c.o
 13996:  [1494/2735] Compiling C object libhwcore.fa.p/hw_core_reset.c.o
 13997:  [1495/2735] Compiling C object libhwcore.fa.p/hw_core_resettable.c.o
 13998:  [1496/2735] Compiling C object libhwcore.fa.p/hw_core_vmstate-if.c.o
 13999:  [1497/2735] Compiling C object libhwcore.fa.p/hw_core_irq.c.o
 14000:  [1498/2735] Compiling C object libhwcore.fa.p/hw_core_clock.c.o
 14001:  [1499/2735] Compiling C object libhwcore.fa.p/hw_core_qdev-clock.c.o
 14002:  [1500/2735] Compiling C object libhwcore.fa.p/hw_core_hotplug.c.o
 14003:  [1501/2735] Compiling C object libcommon.fa.p/cpus-common.c.o
 14004:  [1502/2735] Compiling C object libcommon.fa.p/page-vary-common.c.o
 14005:  [1503/2735] Compiling C object libhwcore.fa.p/hw_core_qdev-hotplug.c.o
 14006:  [1504/2735] Compiling C object libcommon.fa.p/disas_arm.c.o
 14007:  [1505/2735] Compiling C object libcommon.fa.p/disas_i386.c.o
 14008:  [1506/2735] Compiling C object libcommon.fa.p/disas_capstone.c.o
 14009:  [1507/2735] Compiling C object libcommon.fa.p/hw_core_cpu-common.c.o
 14010:  [1508/2735] Compiling C object libcommon.fa.p/ui_clipboard.c.o
 14011:  [1509/2735] Compiling C object libcommon.fa.p/ui_input-keymap.c.o
 14012:  [1510/2735] Compiling C object libcommon.fa.p/qom_qom-hmp-cmds.c.o
 14013:  [1511/2735] Compiling C object libcommon.fa.p/ui_cursor.c.o
 14014:  [1512/2735] Compiling C object libcommon.fa.p/ui_input-legacy.c.o
 14015:  [1513/2735] Compiling C object libcommon.fa.p/hw_core_machine-smp.c.o
 14016:  [1514/2735] Compiling C object libcommon.fa.p/ui_console.c.o
 14017:  [1515/2735] Compiling C object libcommon.fa.p/ui_input-barrier.c.o
 14018:  [1516/2735] Compiling C object libcommon.fa.p/ui_kbd-state.c.o
 14019:  [1517/2735] Compiling C object libcommon.fa.p/ui_input.c.o
 14020:  [1518/2735] Compiling C object libcommon.fa.p/ui_keymaps.c.o
 14021:  [1519/2735] Compiling C object libcommon.fa.p/ui_qemu-pixman.c.o
 14022:  [1520/2735] Compiling C object libcommon.fa.p/ui_util.c.o
 14023:  [1521/2735] Compiling C object libcommon.fa.p/ui_spice-module.c.o
 14024:  [1522/2735] Compiling C object libcommon.fa.p/ui_udmabuf.c.o
 14025:  [1523/2735] Compiling C object libcommon.fa.p/ui_vnc-enc-zlib.c.o
 14026:    CC      networking/libiproute/iplink.o
 14027:  [1524/2735] Compiling C object libcommon.fa.p/ui_input-linux.c.o
 14028:  [1525/2735] Compiling C object libcommon.fa.p/ui_vnc.c.o
 14029:  [1526/2735] Compiling C object libcommon.fa.p/ui_vnc-enc-hextile.c.o
 14030:  [1527/2735] Compiling C object libcommon.fa.p/ui_vnc-enc-tight.c.o
 14031:  [1528/2735] Compiling C object libcommon.fa.p/ui_vnc-auth-vencrypt.c.o
 14032:  [1529/2735] Compiling C object libcommon.fa.p/ui_vnc-ws.c.o
 14033:  [1530/2735] Compiling C object libcommon.fa.p/ui_vnc-clipboard.c.o
 14034:  [1531/2735] Linking static target libqmp.fa
 14035:  [1532/2735] Compiling C object libcommon.fa.p/hw_core_generic-loader.c.o
 14036:  [1533/2735] Compiling C object libcommon.fa.p/ui_vnc-jobs.c.o
 14037:  [1534/2735] Linking static target libblockdev.fa
 14038:  [1535/2735] Compiling C object libcommon.fa.p/audio_wavcapture.c.o
 14039:  [1536/2735] Compiling C object libcommon.fa.p/audio_noaudio.c.o
 14040:  [1537/2735] Compiling C object libcommon.fa.p/chardev_msmouse.c.o
 14041:  [1538/2735] Compiling C object libcommon.fa.p/audio_audio.c.o
 14042:  [1539/2735] Compiling C object libcommon.fa.p/audio_audio_legacy.c.o
 14043:  [1540/2735] Compiling C object libcommon.fa.p/audio_mixeng.c.o
 14044:  [1541/2735] Compiling C object libcommon.fa.p/audio_wavaudio.c.o
 14045:  [1542/2735] Compiling C object libcommon.fa.p/chardev_wctablet.c.o
 14046:  [1543/2735] Compiling C object libcommon.fa.p/fsdev_qemu-fsdev-opts.c.o
 14047:  [1544/2735] Compiling C object libcommon.fa.p/chardev_testdev.c.o
 14048:  [1545/2735] Compiling C object libcommon.fa.p/fsdev_qemu-fsdev-dummy.c.o
 14049:  [1546/2735] Linking static target libchardev.fa
 14050:  [1547/2735] Compiling C object libcommon.fa.p/fsdev_qemu-fsdev-throttle.c.o
 14051:  [1548/2735] Compiling C object libcommon.fa.p/dump_dump-hmp-cmds.c.o
 14052:  [1549/2735] Compiling C object libcommon.fa.p/block_qapi-sysemu.c.o
 14053:  [1550/2735] Compiling C object libcommon.fa.p/softmmu_balloon.c.o
 14054:  [1551/2735] Compiling C object libcommon.fa.p/block_monitor_block-hmp-cmds.c.o
 14055:  [1552/2735] Compiling C object libcommon.fa.p/softmmu_bootdevice.c.o
 14056:  [1553/2735] Compiling C object libcommon.fa.p/softmmu_cpu-throttle.c.o
 14057:  [1554/2735] Compiling C object libcommon.fa.p/softmmu_cpus.c.o
 14058:  [1555/2735] Compiling C object libcommon.fa.p/softmmu_cpu-timers.c.o
 14059:  [1556/2735] Compiling C object libcommon.fa.p/block_blkreplay.c.o
 14060:  [1557/2735] Compiling C object libcommon.fa.p/softmmu_datadir.c.o
 14061:  [1558/2735] Compiling C object libcommon.fa.p/softmmu_dma-helpers.c.o
 14062:  [1559/2735] Compiling C object libcommon.fa.p/softmmu_globals.c.o
 14063:  [1560/2735] Compiling C object libcommon.fa.p/softmmu_runstate-action.c.o
 14064:  [1561/2735] Linking static target libhwcore.fa
 14065:  [1562/2735] Compiling C object libcommon.fa.p/softmmu_memory_mapping.c.o
 14066:  [1563/2735] Compiling C object libcommon.fa.p/softmmu_rtc.c.o
 14067:  [1564/2735] Compiling C object libcommon.fa.p/softmmu_tpm.c.o
 14068:  [1565/2735] Compiling C object libcommon.fa.p/softmmu_qdev-monitor.c.o
 14069:  [1566/2735] Compiling C object libcommon.fa.p/backends_cryptodev-builtin.c.o
 14070:  [1567/2735] Compiling C object libcommon.fa.p/backends_hostmem-ram.c.o
 14071:  [1568/2735] Compiling C object libcommon.fa.p/softmmu_device_tree.c.o
 14072:  [1569/2735] Compiling C object libcommon.fa.p/backends_cryptodev.c.o
 14073:  [1570/2735] Compiling C object libcommon.fa.p/backends_rng-egd.c.o
 14074:  [1571/2735] Compiling C object libcommon.fa.p/softmmu_runstate.c.o
 14075:  [1572/2735] Compiling C object libcommon.fa.p/softmmu_vl.c.o
 14076:  [1573/2735] Compiling C object libcommon.fa.p/backends_hostmem.c.o
 14077:  [1574/2735] Compiling C object libcommon.fa.p/backends_rng.c.o
 14078:  [1575/2735] Compiling C object libcommon.fa.p/backends_confidential-guest-support.c.o
 14079:  [1576/2735] Compiling C object libcommon.fa.p/backends_rng-random.c.o
 14080:  [1577/2735] Compiling C object libcommon.fa.p/backends_hostmem-file.c.o
 14081:  [1578/2735] Compiling C object libcommon.fa.p/backends_rng-builtin.c.o
 14082:  [1579/2735] Compiling C object libcommon.fa.p/backends_hostmem-memfd.c.o
 14083:  [1580/2735] Compiling C object libcommon.fa.p/backends_vhost-user.c.o
 14084:  [1581/2735] Compiling C object libcommon.fa.p/backends_cryptodev-vhost-user.c.o
 14085:  [1582/2735] Compiling C object libcommon.fa.p/backends_tpm_tpm_backend.c.o
 14086:  [1583/2735] Compiling C object libcommon.fa.p/backends_cryptodev-vhost.c.o
 14087:  [1584/2735] Compiling C object libcommon.fa.p/backends_dbus-vmstate.c.o
 14088:  [1585/2735] Compiling C object libcommon.fa.p/backends_tpm_tpm_util.c.o
 14089:  [1586/2735] Compiling C object libcommon.fa.p/backends_tpm_tpm_passthrough.c.o
 14090:  [1587/2735] Compiling C object libcommon.fa.p/backends_tpm_tpm_emulator.c.o
 14091:  [1588/2735] Compiling C object libcommon.fa.p/migration_xbzrle.c.o
 14092:  [1589/2735] Compiling C object libcommon.fa.p/migration_page_cache.c.o
 14093:  [1590/2735] Compiling C object libcommon.fa.p/migration_vmstate-types.c.o
 14094:  [1591/2735] Compiling C object libcommon.fa.p/migration_vmstate.c.o
 14095:  [1592/2735] Compiling C object libcommon.fa.p/migration_qemu-file-channel.c.o
 14096:  [1593/2735] Compiling C object libcommon.fa.p/migration_qemu-file.c.o
 14097:  [1594/2735] Compiling C object libcommon.fa.p/migration_yank_functions.c.o
 14098:  [1595/2735] Compiling C object libcommon.fa.p/migration_channel.c.o
 14099:  [1596/2735] Compiling C object libcommon.fa.p/migration_block-dirty-bitmap.c.o
 14100:  [1597/2735] Compiling C object libcommon.fa.p/migration_colo-failover.c.o
 14101:  [1598/2735] Compiling C object libcommon.fa.p/migration_colo.c.o
 14102:  [1599/2735] Compiling C object libcommon.fa.p/migration_exec.c.o
 14103:  [1600/2735] Compiling C object libcommon.fa.p/migration_fd.c.o
 14104:  [1601/2735] Compiling C object libcommon.fa.p/migration_global_state.c.o
 14105:  [1602/2735] Compiling C object libcommon.fa.p/migration_multifd-zlib.c.o
 14106:  [1603/2735] Compiling C object libcommon.fa.p/migration_migration.c.o
 14107:  [1604/2735] Compiling C object libcommon.fa.p/migration_multifd.c.o
 14108:  [1605/2735] Compiling C object libcommon.fa.p/migration_postcopy-ram.c.o
 14109:  [1606/2735] Compiling C object libcommon.fa.p/migration_socket.c.o
 14110:  [1607/2735] Compiling C object libcommon.fa.p/migration_savevm.c.o
 14111:  [1608/2735] Compiling C object libcommon.fa.p/migration_tls.c.o
 14112:  [1609/2735] Compiling C object libcommon.fa.p/migration_block.c.o
 14113:  [1610/2735] Compiling C object libcommon.fa.p/monitor_hmp-cmds.c.o
 14114:  [1611/2735] Compiling C object libcommon.fa.p/monitor_hmp.c.o
 14115:  [1612/2735] Compiling C object libcommon.fa.p/net_announce.c.o
 14116:  [1613/2735] Compiling C object libcommon.fa.p/net_checksum.c.o
 14117:  [1614/2735] Compiling C object libcommon.fa.p/monitor_qmp-cmds.c.o
 14118:  [1615/2735] Compiling C object libcommon.fa.p/net_colo-compare.c.o
 14119:  [1616/2735] Compiling C object libcommon.fa.p/net_dump.c.o
 14120:  [1617/2735] Compiling C object libcommon.fa.p/net_colo.c.o
 14121:  [1618/2735] Compiling C object libcommon.fa.p/net_eth.c.o
 14122:  [1619/2735] Compiling C object libcommon.fa.p/net_filter-buffer.c.o
 14123:  [1620/2735] Compiling C object libcommon.fa.p/net_filter-mirror.c.o
 14124:  [1621/2735] Compiling C object libcommon.fa.p/net_filter.c.o
 14125:  [1622/2735] Compiling C object libcommon.fa.p/net_filter-rewriter.c.o
 14126:  [1623/2735] Compiling C object libcommon.fa.p/net_hub.c.o
 14127:  [1624/2735] Compiling C object libcommon.fa.p/net_net.c.o
 14128:  [1625/2735] Compiling C object libcommon.fa.p/net_queue.c.o
 14129:  [1626/2735] Compiling C object libcommon.fa.p/net_socket.c.o
 14130:  [1627/2735] Compiling C object libcommon.fa.p/net_filter-replay.c.o
 14131:  [1628/2735] Generating trace-events-all with a custom command (wrapped by meson to capture output)
 14132:  [1629/2735] Compiling C object libcommon.fa.p/net_util.c.o
 14133:  [1630/2735] Compiling C object libcommon.fa.p/net_tap-linux.c.o
 14134:  [1631/2735] Compiling C object libcommon.fa.p/net_l2tpv3.c.o
 14135:  [1632/2735] Compiling C object libcommon.fa.p/net_vhost-user.c.o
 14136:  [1633/2735] Compiling C object libcommon.fa.p/net_slirp.c.o
 14137:  [1634/2735] Compiling C object libcommon.fa.p/net_can_can_core.c.o
 14138:  [1635/2735] Compiling C object libcommon.fa.p/net_can_can_host.c.o
 14139:  [1636/2735] Compiling C object libcommon.fa.p/net_tap.c.o
 14140:  [1637/2735] Compiling C object libcommon.fa.p/net_vhost-vdpa.c.o
 14141:  [1638/2735] Compiling C object libcommon.fa.p/net_can_can_socketcan.c.o
 14142:  [1639/2735] Compiling C object libcommon.fa.p/replay_replay.c.o
 14143:  [1640/2735] Compiling C object libcommon.fa.p/replay_replay-internal.c.o
 14144:  [1641/2735] Compiling C object libcommon.fa.p/replay_replay-events.c.o
 14145:  [1642/2735] Compiling C object libcommon.fa.p/replay_replay-time.c.o
 14146:  [1643/2735] Compiling C object libcommon.fa.p/replay_replay-input.c.o
 14147:  [1644/2735] Compiling C object libcommon.fa.p/replay_replay-char.c.o
 14148:  [1645/2735] Compiling C object libcommon.fa.p/replay_replay-snapshot.c.o
 14149:  [1646/2735] Compiling C object libcommon.fa.p/replay_replay-net.c.o
 14150:  [1647/2735] Compiling C object libcommon.fa.p/replay_replay-audio.c.o
 14151:  [1648/2735] Compiling C object libcommon.fa.p/replay_replay-random.c.o
 14152:  [1649/2735] Compiling C object libcommon.fa.p/replay_replay-debugging.c.o
 14153:  [1650/2735] Compiling C object libcommon.fa.p/hw_acpi_acpi_interface.c.o
 14154:  [1651/2735] Compiling C object libcommon.fa.p/hw_acpi_aml-build.c.o
 14155:  [1652/2735] Compiling C object libcommon.fa.p/hw_acpi_bios-linker-loader.c.o
 14156:  [1653/2735] Compiling C object libcommon.fa.p/hw_acpi_core.c.o
 14157:  [1654/2735] Compiling C object libcommon.fa.p/hw_acpi_utils.c.o
 14158:  [1655/2735] Compiling C object libcommon.fa.p/hw_acpi_acpi-cpu-hotplug-stub.c.o
 14159:  [1656/2735] Compiling C object libcommon.fa.p/hw_acpi_pci.c.o
 14160:  [1657/2735] Compiling C object libcommon.fa.p/hw_acpi_memory_hotplug.c.o
 14161:  [1658/2735] Compiling C object libcommon.fa.p/hw_acpi_nvdimm.c.o
 14162:  [1659/2735] Compiling C object libcommon.fa.p/hw_acpi_ghes.c.o
 14163:  [1660/2735] Compiling C object libcommon.fa.p/hw_acpi_generic_event_device.c.o
 14164:  [1661/2735] Compiling C object libcommon.fa.p/hw_acpi_acpi-pci-hotplug-stub.c.o
 14165:  [1662/2735] Compiling C object libcommon.fa.p/hw_acpi_ipmi-stub.c.o
 14166:  [1663/2735] Compiling C object libcommon.fa.p/hw_acpi_viot.c.o
 14167:  [1664/2735] Compiling C object libcommon.fa.p/hw_acpi_erst.c.o
 14168:  [1665/2735] Compiling C object libcommon.fa.p/hw_acpi_acpi-x86-stub.c.o
 14169:  [1666/2735] Compiling C object libcommon.fa.p/hw_acpi_tpm.c.o
 14170:  [1667/2735] Compiling C object libcommon.fa.p/hw_adc_stm32f2xx_adc.c.o
 14171:  [1668/2735] Compiling C object libcommon.fa.p/hw_adc_aspeed_adc.c.o
 14172:  [1669/2735] Compiling C object libcommon.fa.p/hw_adc_npcm7xx_adc.c.o
 14173:  [1670/2735] Compiling C object libcommon.fa.p/hw_adc_zynq-xadc.c.o
 14174:  [1671/2735] Compiling C object libcommon.fa.p/hw_adc_max111x.c.o
 14175:  [1672/2735] Compiling C object libcommon.fa.p/hw_audio_soundhw.c.o
 14176:  [1673/2735] Compiling C object libcommon.fa.p/hw_audio_ac97.c.o
 14177:  [1674/2735] Compiling C object libcommon.fa.p/hw_audio_es1370.c.o
 14178:  [1675/2735] Compiling C object libcommon.fa.p/hw_audio_marvell_88w8618.c.o
 14179:  [1676/2735] Compiling C object libcommon.fa.p/hw_audio_intel-hda.c.o
 14180:  [1677/2735] Compiling C object libcommon.fa.p/hw_audio_hda-codec.c.o
 14181:  [1678/2735] Compiling C object libcommon.fa.p/hw_audio_pl041.c.o
 14182:  [1679/2735] Compiling C object libcommon.fa.p/hw_audio_lm4549.c.o
 14183:  [1680/2735] Compiling C object libcommon.fa.p/hw_audio_wm8750.c.o
 14184:  [1681/2735] Compiling C object libcommon.fa.p/hw_block_cdrom.c.o
 14185:  [1682/2735] Compiling C object libcommon.fa.p/hw_block_block.c.o
 14186:  [1683/2735] Compiling C object libcommon.fa.p/hw_block_hd-geometry.c.o
 14187:  [1684/2735] Compiling C object libcommon.fa.p/hw_block_ecc.c.o
 14188:  [1685/2735] Compiling C object libcommon.fa.p/hw_block_nand.c.o
 14189:  [1686/2735] Linking static target libqemuutil.a
 14190:  [1687/2735] Compiling C object libcommon.fa.p/hw_block_onenand.c.o
 14191:  [1688/2735] Compiling C object libcommon.fa.p/hw_block_pflash_cfi02.c.o
 14192:  [1689/2735] Compiling C object libcommon.fa.p/hw_char_imx_serial.c.o
 14193:  [1690/2735] Compiling C object libcommon.fa.p/hw_char_cmsdk-apb-uart.c.o
 14194:  [1691/2735] Compiling C object libcommon.fa.p/hw_char_ipoctal232.c.o
 14195:  [1692/2735] Compiling C object libcommon.fa.p/hw_block_pflash_cfi01.c.o
 14196:  [1693/2735] Compiling C object libcommon.fa.p/hw_char_cadence_uart.c.o
 14197:  [1694/2735] Compiling C object libcommon.fa.p/hw_char_pl011.c.o
 14198:  [1695/2735] Compiling C object libcommon.fa.p/hw_char_serial.c.o
 14199:  [1696/2735] Compiling C object libcommon.fa.p/hw_char_serial-pci.c.o
 14200:  [1697/2735] Compiling C object libcommon.fa.p/hw_char_nrf51_uart.c.o
 14201:  [1698/2735] Compiling C object libcommon.fa.p/hw_char_serial-pci-multi.c.o
 14202:  [1699/2735] Compiling C object libcommon.fa.p/hw_char_virtio-console.c.o
 14203:  [1700/2735] Compiling C object libcommon.fa.p/hw_char_xilinx_uartlite.c.o
 14204:  [1701/2735] Compiling C object libcommon.fa.p/hw_char_exynos4210_uart.c.o
 14205:  [1702/2735] Compiling C object libcommon.fa.p/hw_core_or-irq.c.o
 14206:  [1703/2735] Compiling C object libcommon.fa.p/hw_core_platform-bus.c.o
 14207:  [1704/2735] Compiling C object libcommon.fa.p/hw_char_digic-uart.c.o
 14208:  [1705/2735] Compiling C object libcommon.fa.p/hw_core_guest-loader.c.o
 14209:  [1706/2735] Compiling C object libcommon.fa.p/hw_char_stm32f2xx_usart.c.o
 14210:  [1707/2735] Compiling C object tests/unit/test-mul64.p/test-mul64.c.o
 14211:  [1708/2735] Compiling C object tests/unit/test-opts-visitor.p/test-opts-visitor.c.o
 14212:  [1709/2735] Compiling C++ object libcommon.fa.p/disas_libvixl_vixl_compiler-intrinsics.cc.o
 14213:  [1710/2735] Compiling C object tests/unit/test-qdev-global-props.p/test-qdev-global-props.c.o
 14214:  [1711/2735] Compiling C object tests/unit/test-qobject-input-visitor.p/test-qobject-input-visitor.c.o
 14215:  [1712/2735] Compiling C object tests/unit/test-qmp-event.p/test-qmp-event.c.o
 14216:  [1713/2735] Compiling C object tests/unit/test-qapi-util.p/test-qapi-util.c.o
 14217:  [1714/2735] Compiling C object libcommon.fa.p/hw_block_m25p80.c.o
 14218:  [1715/2735] Compiling C object tests/unit/test-qdist.p/test-qdist.c.o
 14219:  [1716/2735] Compiling C object libcommon.fa.p/hw_core_ptimer.c.o
 14220:  [1717/2735] Compiling C object libcommon.fa.p/hw_core_register.c.o
 14221:    CC      networking/libiproute/ipneigh.o
 14222:  [1718/2735] Compiling C object libcommon.fa.p/hw_core_split-irq.c.o
 14223:  [1719/2735] Compiling C object libcommon.fa.p/hw_core_stream.c.o
 14224:  [1720/2735] Compiling C object libcommon.fa.p/hw_core_fw-path-provider.c.o
 14225:  [1721/2735] Compiling C object libcommon.fa.p/hw_core_gpio.c.o
 14226:  [1722/2735] Compiling C object libcommon.fa.p/hw_core_cpu-sysemu.c.o
 14227:  [1723/2735] Compiling C object libcommon.fa.p/hw_core_machine-hmp-cmds.c.o
 14228:  [1724/2735] Compiling C object libcommon.fa.p/hw_core_nmi.c.o
 14229:  [1725/2735] Compiling C object libcommon.fa.p/hw_core_loader.c.o
 14230:  [1726/2735] Compiling C object libcommon.fa.p/hw_core_null-machine.c.o
 14231:  [1727/2735] Compiling C object libcommon.fa.p/hw_core_qdev-fw.c.o
 14232:  [1728/2735] Compiling C object libcommon.fa.p/hw_core_machine.c.o
 14233:  [1729/2735] Compiling C object libcommon.fa.p/hw_core_vm-change-state-handler.c.o
 14234:  [1730/2735] Compiling C object libcommon.fa.p/hw_core_qdev-properties-system.c.o
 14235:  [1731/2735] Compiling C object libcommon.fa.p/hw_core_sysbus.c.o
 14236:  [1732/2735] Compiling C object libcommon.fa.p/hw_core_clock-vmstate.c.o
 14237:  [1733/2735] Compiling C object libcommon.fa.p/hw_cpu_core.c.o
 14238:  [1734/2735] Compiling C object libcommon.fa.p/hw_cpu_cluster.c.o
 14239:  [1735/2735] Compiling C object libcommon.fa.p/hw_display_edid-generate.c.o
 14240:  [1736/2735] Compiling C object libcommon.fa.p/hw_display_i2c-ddc.c.o
 14241:  [1737/2735] Compiling C object libcommon.fa.p/hw_display_edid-region.c.o
 14242:  [1738/2735] Compiling C object libcommon.fa.p/hw_display_ramfb-standalone.c.o
 14243:  [1739/2735] Compiling C object libcommon.fa.p/hw_display_ramfb.c.o
 14244:  [1740/2735] Compiling C object libcommon.fa.p/hw_display_pl110.c.o
 14245:  [1741/2735] Compiling C object libcommon.fa.p/hw_display_sii9022.c.o
 14246:  [1742/2735] Compiling C object libcommon.fa.p/hw_display_ssd0303.c.o
 14247:  [1743/2735] Compiling C object libcommon.fa.p/hw_display_ssd0323.c.o
 14248:  [1744/2735] Compiling C object libcommon.fa.p/hw_display_vga-pci.c.o
 14249:  [1745/2735] Compiling C object libcommon.fa.p/hw_display_blizzard.c.o
 14250:  [1746/2735] Compiling C object libcommon.fa.p/hw_display_cirrus_vga.c.o
 14251:  [1747/2735] Compiling C object libcommon.fa.p/hw_display_framebuffer.c.o
 14252:  [1748/2735] Compiling C object libcommon.fa.p/hw_display_bochs-display.c.o
 14253:  [1749/2735] Compiling C object libcommon.fa.p/hw_display_exynos4210_fimd.c.o
 14254:  [1750/2735] Compiling C object libcommon.fa.p/hw_display_vmware_vga.c.o
 14255:  [1751/2735] Compiling C object libcommon.fa.p/hw_display_tc6393xb.c.o
 14256:  [1752/2735] Compiling C object libcommon.fa.p/hw_display_omap_dss.c.o
 14257:  [1753/2735] Compiling C object libcommon.fa.p/hw_display_pxa2xx_lcd.c.o
 14258:  [1754/2735] Compiling C object libcommon.fa.p/hw_display_bcm2835_fb.c.o
 14259:  [1755/2735] Compiling C object libcommon.fa.p/hw_display_ati_dbg.c.o
 14260:  [1756/2735] Compiling C object libcommon.fa.p/hw_dma_pl080.c.o
 14261:  [1757/2735] Compiling C object libcommon.fa.p/hw_display_ati.c.o
 14262:  [1758/2735] Compiling C object libcommon.fa.p/hw_dma_pl330.c.o
 14263:  [1759/2735] Compiling C object libcommon.fa.p/hw_dma_xilinx_axidma.c.o
 14264:  [1760/2735] Compiling C object libcommon.fa.p/hw_dma_xlnx-zynq-devcfg.c.o
 14265:  [1761/2735] Compiling C object libcommon.fa.p/hw_display_ati_2d.c.o
 14266:  [1762/2735] Compiling C object libcommon.fa.p/hw_dma_omap_dma.c.o
 14267:  [1763/2735] Compiling C object libcommon.fa.p/hw_dma_soc_dma.c.o
 14268:  [1764/2735] Compiling C object libcommon.fa.p/hw_dma_bcm2835_dma.c.o
 14269:  [1765/2735] Compiling C object libcommon.fa.p/hw_dma_pxa2xx_dma.c.o
 14270:  [1766/2735] Compiling C object libcommon.fa.p/hw_gpio_max7310.c.o
 14271:  [1767/2735] Compiling C object libcommon.fa.p/hw_gpio_gpio_key.c.o
 14272:  [1768/2735] Compiling C object libcommon.fa.p/hw_gpio_gpio_pwr.c.o
 14273:  [1769/2735] Compiling C object libcommon.fa.p/hw_gpio_zaurus.c.o
 14274:  [1770/2735] Compiling C object libcommon.fa.p/hw_gpio_pl061.c.o
 14275:  [1771/2735] Compiling C object libcommon.fa.p/hw_gpio_imx_gpio.c.o
 14276:  [1772/2735] Compiling C object libcommon.fa.p/hw_gpio_npcm7xx_gpio.c.o
 14277:  [1773/2735] Compiling C object libcommon.fa.p/hw_gpio_nrf51_gpio.c.o
 14278:  [1774/2735] Compiling C object libcommon.fa.p/hw_gpio_omap_gpio.c.o
 14279:  [1775/2735] Compiling C object libcommon.fa.p/hw_gpio_bcm2835_gpio.c.o
 14280:  [1776/2735] Compiling C object libcommon.fa.p/hw_gpio_aspeed_gpio.c.o
 14281:  [1777/2735] Compiling C object libcommon.fa.p/hw_i2c_core.c.o
 14282:  [1778/2735] Compiling C object libcommon.fa.p/hw_i2c_smbus_slave.c.o
 14283:  [1779/2735] Compiling C object libcommon.fa.p/hw_i2c_smbus_master.c.o
 14284:  [1780/2735] Compiling C object libcommon.fa.p/hw_i2c_aspeed_i2c.c.o
 14285:  [1781/2735] Compiling C object libcommon.fa.p/hw_i2c_bitbang_i2c.c.o
 14286:  [1782/2735] Compiling C object libcommon.fa.p/hw_i2c_exynos4210_i2c.c.o
 14287:  [1783/2735] Compiling C object libcommon.fa.p/hw_i2c_imx_i2c.c.o
 14288:  [1784/2735] Compiling C object libcommon.fa.p/hw_i2c_microbit_i2c.c.o
 14289:  [1785/2735] Compiling C object libcommon.fa.p/hw_i2c_smbus_eeprom.c.o
 14290:  [1786/2735] Compiling C object libcommon.fa.p/hw_i2c_npcm7xx_smbus.c.o
 14291:  [1787/2735] Compiling C object libcommon.fa.p/hw_i2c_versatile_i2c.c.o
 14292:  [1788/2735] Compiling C object libcommon.fa.p/hw_i2c_omap_i2c.c.o
 14293:  [1789/2735] Compiling C object libcommon.fa.p/hw_i2c_i2c_mux_pca954x.c.o
 14294:  [1790/2735] Compiling C object libcommon.fa.p/hw_i2c_pmbus_device.c.o
 14295:  [1791/2735] Compiling C object libcommon.fa.p/hw_ide_ahci.c.o
 14296:  [1792/2735] Compiling C object libcommon.fa.p/hw_ide_ahci-allwinner.c.o
 14297:  [1793/2735] Compiling C object libcommon.fa.p/hw_ide_ich.c.o
 14298:  [1794/2735] Compiling C object libcommon.fa.p/hw_ide_atapi.c.o
 14299:  [1795/2735] Compiling C object libcommon.fa.p/hw_ide_microdrive.c.o
 14300:  [1796/2735] Compiling C object libcommon.fa.p/hw_input_hid.c.o
 14301:  [1797/2735] Compiling C object libcommon.fa.p/hw_input_ads7846.c.o
 14302:  [1798/2735] Compiling C object libcommon.fa.p/hw_ide_core.c.o
 14303:  [1799/2735] Compiling C object libcommon.fa.p/hw_ide_qdev.c.o
 14304:  [1800/2735] Compiling C object libcommon.fa.p/hw_input_lm832x.c.o
 14305:  [1801/2735] Compiling C object libcommon.fa.p/hw_input_pl050.c.o
 14306:  [1802/2735] Compiling C object libcommon.fa.p/hw_input_ps2.c.o
 14307:  [1803/2735] Compiling C object libcommon.fa.p/hw_input_stellaris_input.c.o
 14308:  [1804/2735] Compiling C object libcommon.fa.p/hw_input_tsc2005.c.o
 14309:  [1805/2735] Compiling C object libcommon.fa.p/hw_input_virtio-input-hid.c.o
 14310:  [1806/2735] Linking target tests/unit/test-mul64
 14311:  [1807/2735] Compiling C object libcommon.fa.p/hw_input_virtio-input.c.o
 14312:  [1808/2735] Compiling C object libcommon.fa.p/hw_input_vhost-user-input.c.o
 14313:  [1809/2735] Compiling C object libcommon.fa.p/hw_input_tsc210x.c.o
 14314:  [1810/2735] Linking target tests/unit/test-qdist
 14315:  [1811/2735] Compiling C object libcommon.fa.p/hw_input_virtio-input-host.c.o
 14316:  [1812/2735] Compiling C object libcommon.fa.p/hw_intc_intc.c.o
 14317:  [1813/2735] Compiling C object libcommon.fa.p/hw_input_pxa2xx_keypad.c.o
 14318:  [1814/2735] Compiling C object libcommon.fa.p/hw_intc_arm_gic.c.o
 14319:  [1815/2735] Compiling C object libcommon.fa.p/hw_intc_arm_gic_common.c.o
 14320:  [1816/2735] Compiling C object libcommon.fa.p/hw_intc_arm_gicv2m.c.o
 14321:  [1817/2735] Compiling C object libcommon.fa.p/hw_intc_arm_gicv3_common.c.o
 14322:  [1818/2735] Compiling C object libcommon.fa.p/hw_intc_arm_gicv3_its_common.c.o
 14323:  [1819/2735] Compiling C object libcommon.fa.p/hw_intc_arm_gicv3.c.o
 14324:  [1820/2735] Compiling C object libcommon.fa.p/hw_intc_arm_gicv3_dist.c.o
 14325:  [1821/2735] Compiling C object libcommon.fa.p/hw_intc_arm_gicv3_its.c.o
 14326:  [1822/2735] Compiling C object libcommon.fa.p/hw_intc_imx_avic.c.o
 14327:  [1823/2735] Compiling C object libcommon.fa.p/hw_intc_arm_gicv3_redist.c.o
 14328:  [1824/2735] Compiling C object libcommon.fa.p/hw_intc_imx_gpcv2.c.o
 14329:  [1825/2735] Compiling C object libcommon.fa.p/hw_intc_pl190.c.o
 14330:  [1826/2735] Compiling C object libcommon.fa.p/hw_intc_realview_gic.c.o
 14331:  [1827/2735] Compiling C object libcommon.fa.p/hw_intc_xilinx_intc.c.o
 14332:  [1828/2735] Compiling C++ object libcommon.fa.p/disas_libvixl_vixl_utils.cc.o
 14333:  [1829/2735] Compiling C object libcommon.fa.p/hw_ipack_ipack.c.o
 14334:  [1830/2735] Compiling C object libcommon.fa.p/hw_ipack_tpci200.c.o
 14335:  [1831/2735] Compiling C object libcommon.fa.p/hw_mem_pc-dimm.c.o
 14336:  [1832/2735] Compiling C object libcommon.fa.p/hw_mem_nvdimm.c.o
 14337:  [1833/2735] Compiling C object libcommon.fa.p/hw_mem_memory-device.c.o
 14338:  [1834/2735] Compiling C object libcommon.fa.p/hw_mem_npcm7xx_mc.c.o
 14339:  [1835/2735] Compiling C object libcommon.fa.p/hw_misc_edu.c.o
 14340:  [1836/2735] Compiling C object libcommon.fa.p/hw_misc_vmcoreinfo.c.o
 14341:  [1837/2735] Compiling C object libcommon.fa.p/hw_misc_pca9552.c.o
 14342:  [1838/2735] Compiling C object libcommon.fa.p/hw_misc_led.c.o
 14343:  [1839/2735] Compiling C object libcommon.fa.p/hw_misc_arm_integrator_debug.c.o
 14344:  [1840/2735] Compiling C object libcommon.fa.p/hw_misc_pci-testdev.c.o
 14345:  [1841/2735] Compiling C object libcommon.fa.p/hw_misc_unimp.c.o
 14346:  [1842/2735] Compiling C object libcommon.fa.p/hw_misc_pvpanic.c.o
 14347:  [1843/2735] Compiling C object libcommon.fa.p/hw_misc_arm_l2x0.c.o
 14348:  [1844/2735] Compiling C object libcommon.fa.p/hw_misc_a9scu.c.o
 14349:  [1845/2735] Compiling C object libcommon.fa.p/hw_misc_arm11scu.c.o
 14350:  [1846/2735] Compiling C object libcommon.fa.p/hw_misc_armv7m_ras.c.o
 14351:  [1847/2735] Compiling C object libcommon.fa.p/hw_misc_allwinner-h3-ccu.c.o
 14352:  [1848/2735] Compiling C object libcommon.fa.p/hw_misc_allwinner-h3-sysctrl.c.o
 14353:  [1849/2735] Compiling C object libcommon.fa.p/hw_misc_cbus.c.o
 14354:  [1850/2735] Compiling C object libcommon.fa.p/hw_misc_allwinner-h3-dramc.c.o
 14355:  [1851/2735] Compiling C object libcommon.fa.p/hw_misc_allwinner-sid.c.o
 14356:  [1852/2735] Compiling C object libcommon.fa.p/hw_misc_arm_sysctl.c.o
 14357:  [1853/2735] Compiling C object libcommon.fa.p/hw_misc_exynos4210_pmu.c.o
 14358:  [1854/2735] Compiling C object libcommon.fa.p/hw_misc_exynos4210_clk.c.o
 14359:  [1855/2735] Compiling C object libcommon.fa.p/hw_misc_ivshmem.c.o
 14360:  [1856/2735] Compiling C object libcommon.fa.p/hw_misc_exynos4210_rng.c.o
 14361:  [1857/2735] Compiling C object libcommon.fa.p/hw_misc_imx25_ccm.c.o
 14362:  [1858/2735] Compiling C object libcommon.fa.p/hw_misc_imx31_ccm.c.o
 14363:  [1859/2735] Compiling C object libcommon.fa.p/hw_misc_imx6_ccm.c.o
 14364:  [1860/2735] Compiling C object libcommon.fa.p/hw_misc_imx6ul_ccm.c.o
 14365:  [1861/2735] Compiling C object libcommon.fa.p/hw_misc_imx7_ccm.c.o
 14366:  [1862/2735] Compiling C object libcommon.fa.p/hw_misc_imx7_gpr.c.o
 14367:  [1863/2735] Compiling C object libcommon.fa.p/hw_misc_imx7_snvs.c.o
 14368:  [1864/2735] Compiling C object libcommon.fa.p/hw_misc_imx_ccm.c.o
 14369:  [1865/2735] Compiling C object libcommon.fa.p/hw_misc_imx_rngc.c.o
 14370:  [1866/2735] Compiling C object libcommon.fa.p/hw_misc_mst_fpga.c.o
 14371:  [1867/2735] Compiling C object libcommon.fa.p/hw_misc_npcm7xx_clk.c.o
 14372:  [1868/2735] Compiling C object libcommon.fa.p/hw_misc_npcm7xx_gcr.c.o
 14373:  [1869/2735] Compiling C object libcommon.fa.p/hw_misc_npcm7xx_pwm.c.o
 14374:  [1870/2735] Compiling C object libcommon.fa.p/hw_misc_npcm7xx_mft.c.o
 14375:  [1871/2735] Compiling C object libcommon.fa.p/hw_misc_npcm7xx_rng.c.o
 14376:  [1872/2735] Compiling C object libcommon.fa.p/hw_misc_omap_clk.c.o
 14377:  [1873/2735] Compiling C object libcommon.fa.p/hw_misc_omap_gpmc.c.o
 14378:  [1874/2735] Compiling C object libcommon.fa.p/hw_misc_omap_l4.c.o
 14379:  [1875/2735] Compiling C object libcommon.fa.p/hw_misc_omap_sdrc.c.o
 14380:  [1876/2735] Compiling C object libcommon.fa.p/hw_misc_bcm2835_mbox.c.o
 14381:  [1877/2735] Compiling C object libcommon.fa.p/hw_misc_omap_tap.c.o
 14382:  [1878/2735] Compiling C object libcommon.fa.p/hw_misc_bcm2835_property.c.o
 14383:  [1879/2735] Compiling C object libcommon.fa.p/hw_misc_bcm2835_mphi.c.o
 14384:  [1880/2735] Compiling C object libcommon.fa.p/hw_misc_bcm2835_thermal.c.o
 14385:  [1881/2735] Compiling C object libcommon.fa.p/hw_misc_stm32f2xx_syscfg.c.o
 14386:  [1882/2735] Compiling C object libcommon.fa.p/hw_misc_bcm2835_rng.c.o
 14387:  [1883/2735] Compiling C object libcommon.fa.p/hw_misc_bcm2835_cprman.c.o
 14388:  [1884/2735] Compiling C object libcommon.fa.p/hw_misc_bcm2835_powermgt.c.o
 14389:  [1885/2735] Compiling C object libcommon.fa.p/hw_misc_zynq_slcr.c.o
 14390:  [1886/2735] Compiling C object libcommon.fa.p/hw_misc_stm32f4xx_syscfg.c.o
 14391:  [1887/2735] Compiling C object libcommon.fa.p/hw_misc_stm32f4xx_exti.c.o
 14392:  [1888/2735] Compiling C object libcommon.fa.p/hw_misc_mps2-fpgaio.c.o
 14393:  [1889/2735] Compiling C object libcommon.fa.p/hw_misc_mps2-scc.c.o
 14394:  [1890/2735] Compiling C object libcommon.fa.p/hw_misc_iotkit-secctl.c.o
 14395:  [1891/2735] Compiling C object libcommon.fa.p/hw_misc_tz-msc.c.o
 14396:  [1892/2735] Compiling C object libcommon.fa.p/hw_misc_tz-ppc.c.o
 14397:  [1893/2735] Compiling C object libcommon.fa.p/hw_misc_armsse-cpu-pwrctrl.c.o
 14398:  [1894/2735] Compiling C object libcommon.fa.p/hw_misc_iotkit-sysinfo.c.o
 14399:  [1895/2735] Compiling C object libcommon.fa.p/hw_misc_tz-mpc.c.o
 14400:  [1896/2735] Compiling C object libcommon.fa.p/hw_misc_armsse-cpuid.c.o
 14401:  [1897/2735] Compiling C object libcommon.fa.p/hw_misc_armsse-mhu.c.o
 14402:  [1898/2735] Compiling C object libcommon.fa.p/hw_misc_pvpanic-pci.c.o
 14403:  [1899/2735] Compiling C object libcommon.fa.p/hw_misc_aspeed_hace.c.o
 14404:  [1900/2735] Compiling C object libcommon.fa.p/hw_misc_aspeed_i3c.c.o
 14405:  [1901/2735] Compiling C object libcommon.fa.p/hw_misc_aspeed_lpc.c.o
 14406:  [1902/2735] Compiling C object libcommon.fa.p/hw_misc_aspeed_sbc.c.o
 14407:  [1903/2735] Compiling C object libcommon.fa.p/hw_net_e1000x_common.c.o
 14408:  [1904/2735] Compiling C object libcommon.fa.p/hw_net_net_rx_pkt.c.o
 14409:  [1905/2735] Compiling C object libcommon.fa.p/hw_net_net_tx_pkt.c.o
 14410:  [1906/2735] Compiling C object libcommon.fa.p/hw_net_e1000.c.o
 14411:  [1907/2735] Compiling C object libcommon.fa.p/hw_net_e1000e.c.o
 14412:  [1908/2735] Compiling C object libcommon.fa.p/hw_net_smc91c111.c.o
 14413:  [1909/2735] Compiling C object libcommon.fa.p/hw_net_xgmac.c.o
 14414:  [1910/2735] Compiling C object libcommon.fa.p/hw_net_rtl8139.c.o
 14415:  [1911/2735] Compiling C object libcommon.fa.p/hw_net_vmxnet3.c.o
 14416:  [1912/2735] Compiling C object libcommon.fa.p/hw_net_tulip.c.o
 14417:  [1913/2735] Compiling C object libcommon.fa.p/hw_net_lan9118.c.o
 14418:  [1914/2735] Compiling C object libcommon.fa.p/hw_net_xilinx_axienet.c.o
 14419:  [1915/2735] Compiling C object libcommon.fa.p/hw_net_allwinner_emac.c.o
 14420:  [1916/2735] Compiling C object libcommon.fa.p/hw_net_e1000e_core.c.o
 14421:  [1917/2735] Compiling C object libcommon.fa.p/hw_net_msf2-emac.c.o
 14422:  [1918/2735] Compiling C object libcommon.fa.p/hw_net_allwinner-sun8i-emac.c.o
 14423:  [1919/2735] Compiling C object libcommon.fa.p/hw_net_mv88w8618_eth.c.o
 14424:  [1920/2735] Compiling C object libcommon.fa.p/hw_net_stellaris_enet.c.o
 14425:  [1921/2735] Compiling C object libcommon.fa.p/hw_net_imx_fec.c.o
 14426:  [1922/2735] Compiling C object libcommon.fa.p/hw_net_cadence_gem.c.o
 14427:  [1923/2735] Compiling C object libcommon.fa.p/hw_net_ftgmac100.c.o
 14428:  [1924/2735] Compiling C object libcommon.fa.p/hw_net_npcm7xx_emc.c.o
 14429:  [1925/2735] Compiling C object libcommon.fa.p/hw_net_rocker_rocker_desc.c.o
 14430:  [1926/2735] Compiling C object libcommon.fa.p/hw_net_rocker_rocker_world.c.o
 14431:  [1927/2735] Compiling C object libcommon.fa.p/hw_net_vhost_net.c.o
 14432:  [1928/2735] Compiling C object libcommon.fa.p/hw_net_rocker_rocker_of_dpa.c.o
 14433:  [1929/2735] Compiling C object libcommon.fa.p/hw_net_rocker_rocker.c.o
 14434:  [1930/2735] Compiling C object libcommon.fa.p/hw_net_rocker_rocker_fp.c.o
 14435:  [1931/2735] Compiling C object libcommon.fa.p/hw_net_can_can_sja1000.c.o
 14436:  [1932/2735] Compiling C object libcommon.fa.p/hw_net_can_can_kvaser_pci.c.o
 14437:  [1933/2735] Compiling C object libcommon.fa.p/hw_net_can_can_pcm3680_pci.c.o
 14438:  [1934/2735] Compiling C object libcommon.fa.p/hw_net_can_can_mioe3680_pci.c.o
 14439:  [1935/2735] Compiling C object libcommon.fa.p/hw_net_can_ctucan_core.c.o
 14440:  [1936/2735] Compiling C object libcommon.fa.p/hw_net_can_ctucan_pci.c.o
 14441:  [1937/2735] Compiling C object libcommon.fa.p/hw_nvme_subsys.c.o
 14442:  [1938/2735] Compiling C object libcommon.fa.p/hw_nvram_eeprom93xx.c.o
 14443:  [1939/2735] Compiling C object libcommon.fa.p/hw_nvme_dif.c.o
 14444:  [1940/2735] Compiling C object libcommon.fa.p/hw_nvme_ns.c.o
 14445:  [1941/2735] Compiling C object libcommon.fa.p/hw_nvram_eeprom_at24c.c.o
 14446:  [1942/2735] Compiling C object libcommon.fa.p/hw_nvram_npcm7xx_otp.c.o
 14447:  [1943/2735] Compiling C object libcommon.fa.p/hw_nvram_nrf51_nvm.c.o
 14448:  [1944/2735] Compiling C object libcommon.fa.p/hw_nvme_ctrl.c.o
 14449:  [1945/2735] Compiling C object libcommon.fa.p/hw_nvram_fw_cfg.c.o
 14450:  [1946/2735] Compiling C object libcommon.fa.p/hw_pci_pcie_port.c.o
 14451:  [1947/2735] Compiling C object libcommon.fa.p/hw_pci_pcie_host.c.o
 14452:  [1948/2735] Compiling C object libcommon.fa.p/hw_pci_msi.c.o
 14453:  [1949/2735] Compiling C object libcommon.fa.p/hw_pci_msix.c.o
 14454:    CC      networking/libiproute/iproute.o
 14455:  [1950/2735] Compiling C object libcommon.fa.p/hw_pci_pci.c.o
 14456:  [1951/2735] Compiling C object libcommon.fa.p/hw_pci_pci_host.c.o
 14457:  [1952/2735] Compiling C object libcommon.fa.p/hw_pci_pci_bridge.c.o
 14458:  [1953/2735] Compiling C object libcommon.fa.p/hw_pci_pcie_sriov.c.o
 14459:  [1954/2735] Compiling C object libcommon.fa.p/hw_pci_shpc.c.o
 14460:  [1955/2735] Compiling C object libcommon.fa.p/hw_pci_slotid_cap.c.o
 14461:  [1956/2735] Compiling C object libcommon.fa.p/hw_pci_pcie_aer.c.o
 14462:  [1957/2735] Compiling C object libcommon.fa.p/hw_pci-bridge_pci_bridge_dev.c.o
 14463:  [1958/2735] Compiling C object libcommon.fa.p/hw_pci-bridge_i82801b11.c.o
 14464:  [1959/2735] Compiling C object libcommon.fa.p/hw_pci-bridge_ioh3420.c.o
 14465:  [1960/2735] Compiling C object libcommon.fa.p/hw_pci_pcie.c.o
 14466:  [1961/2735] Compiling C object libcommon.fa.p/hw_pci-bridge_pcie_root_port.c.o
 14467:  [1962/2735] Compiling C object libcommon.fa.p/hw_pci-bridge_gen_pcie_root_port.c.o
 14468:  [1963/2735] Compiling C object libcommon.fa.p/hw_pci-bridge_pcie_pci_bridge.c.o
 14469:  [1964/2735] Compiling C object libcommon.fa.p/hw_pci-bridge_pci_expander_bridge.c.o
 14470:  [1965/2735] Compiling C object libcommon.fa.p/hw_pci-bridge_xio3130_upstream.c.o
 14471:  [1966/2735] Compiling C object libcommon.fa.p/hw_pci-bridge_xio3130_downstream.c.o
 14472:  [1967/2735] Compiling C object libcommon.fa.p/hw_pci-host_designware.c.o
 14473:  [1968/2735] Compiling C object libcommon.fa.p/hw_pci-host_gpex.c.o
 14474:  [1969/2735] Compiling C object libcommon.fa.p/hw_pci-host_versatile.c.o
 14475:  [1970/2735] Compiling C object libcommon.fa.p/hw_pcmcia_pcmcia.c.o
 14476:  [1971/2735] Compiling C object libcommon.fa.p/hw_pcmcia_pxa2xx.c.o
 14477:  [1972/2735] Compiling C object libcommon.fa.p/hw_rtc_ds1338.c.o
 14478:  [1973/2735] Compiling C object libcommon.fa.p/hw_pci-host_gpex-acpi.c.o
 14479:  [1974/2735] Compiling C object libcommon.fa.p/hw_rtc_m41t80.c.o
 14480:  [1975/2735] Compiling C object libcommon.fa.p/hw_rtc_pl031.c.o
 14481:  [1976/2735] Compiling C object libcommon.fa.p/hw_rtc_aspeed_rtc.c.o
 14482:  [1977/2735] Compiling C object libcommon.fa.p/hw_rtc_twl92230.c.o
 14483:  [1978/2735] Compiling C object libcommon.fa.p/hw_rtc_exynos4210_rtc.c.o
 14484:  [1979/2735] Compiling C object libcommon.fa.p/hw_rtc_allwinner-rtc.c.o
 14485:  [1980/2735] Compiling C object libcommon.fa.p/hw_scsi_emulation.c.o
 14486:  [1981/2735] Compiling C object libcommon.fa.p/hw_scsi_esp.c.o
 14487:  [1982/2735] Compiling C object libcommon.fa.p/hw_scsi_scsi-bus.c.o
 14488:  [1983/2735] Compiling C object libcommon.fa.p/hw_scsi_scsi-generic.c.o
 14489:  [1984/2735] Compiling C object libcommon.fa.p/hw_scsi_esp-pci.c.o
 14490:  [1985/2735] Compiling C object libcommon.fa.p/hw_scsi_scsi-disk.c.o
 14491:  [1986/2735] Compiling C object libcommon.fa.p/hw_scsi_lsi53c895a.c.o
 14492:  [1987/2735] Compiling C object libcommon.fa.p/hw_sd_pl181.c.o
 14493:  [1988/2735] Compiling C object libcommon.fa.p/hw_scsi_mptconfig.c.o
 14494:  [1989/2735] Compiling C object libcommon.fa.p/hw_sd_sdmmc-internal.c.o
 14495:  [1990/2735] Compiling C object libcommon.fa.p/hw_scsi_mptendian.c.o
 14496:  [1991/2735] Compiling C object libcommon.fa.p/hw_sd_sd.c.o
 14497:  [1992/2735] Compiling C object libcommon.fa.p/hw_sd_core.c.o
 14498:  [1993/2735] Compiling C object libcommon.fa.p/hw_scsi_megasas.c.o
 14499:  [1994/2735] Compiling C object libcommon.fa.p/hw_scsi_mptsas.c.o
 14500:  [1995/2735] Compiling C object libcommon.fa.p/hw_scsi_vmw_pvscsi.c.o
 14501:  [1996/2735] Compiling C object libcommon.fa.p/hw_sd_ssi-sd.c.o
 14502:  [1997/2735] Compiling C object libcommon.fa.p/hw_sd_sdhci.c.o
 14503:  [1998/2735] Compiling C object libcommon.fa.p/hw_sd_sdhci-pci.c.o
 14504:  [1999/2735] Compiling C object libcommon.fa.p/hw_sd_omap_mmc.c.o
 14505:  [2000/2735] Compiling C object libcommon.fa.p/hw_sd_pxa2xx_mmci.c.o
 14506:  [2001/2735] Compiling C object libcommon.fa.p/hw_sd_bcm2835_sdhost.c.o
 14507:  [2002/2735] Compiling C object libcommon.fa.p/hw_sd_allwinner-sdhost.c.o
 14508:  [2003/2735] Compiling C object libcommon.fa.p/hw_sd_npcm7xx_sdhci.c.o
 14509:  [2004/2735] Compiling C object libcommon.fa.p/hw_sd_aspeed_sdhci.c.o
 14510:  [2005/2735] Compiling C object libcommon.fa.p/hw_sensor_tmp421.c.o
 14511:  [2006/2735] Compiling C object libcommon.fa.p/hw_sensor_dps310.c.o
 14512:  [2007/2735] Compiling C object libcommon.fa.p/hw_sensor_adm1272.c.o
 14513:  [2008/2735] Compiling C object libcommon.fa.p/hw_sensor_tmp105.c.o
 14514:  [2009/2735] Compiling C object libcommon.fa.p/hw_sensor_emc141x.c.o
 14515:  [2010/2735] Compiling C object libcommon.fa.p/hw_sensor_lsm303dlhc_mag.c.o
 14516:  [2011/2735] Compiling C object libcommon.fa.p/hw_sensor_max34451.c.o
 14517:  [2012/2735] Compiling C object libcommon.fa.p/hw_sensor_isl_pmbus_vr.c.o
 14518:  [2013/2735] Compiling C object libcommon.fa.p/hw_smbios_smbios_type_38-stub.c.o
 14519:  [2014/2735] Compiling C object libcommon.fa.p/hw_smbios_smbios.c.o
 14520:  [2015/2735] Compiling C object libcommon.fa.p/hw_ssi_aspeed_smc.c.o
 14521:  [2016/2735] Compiling C object libcommon.fa.p/hw_ssi_mss-spi.c.o
 14522:  [2017/2735] Compiling C object libcommon.fa.p/hw_ssi_ssi.c.o
 14523:  [2018/2735] Compiling C object libcommon.fa.p/hw_ssi_npcm7xx_fiu.c.o
 14524:  [2019/2735] Compiling C object libcommon.fa.p/hw_ssi_pl022.c.o
 14525:  [2020/2735] Compiling C object libcommon.fa.p/hw_ssi_xilinx_spi.c.o
 14526:  [2021/2735] Compiling C object libcommon.fa.p/hw_ssi_stm32f2xx_spi.c.o
 14527:  [2022/2735] Compiling C object libcommon.fa.p/hw_ssi_omap_spi.c.o
 14528:  [2023/2735] Compiling C object libcommon.fa.p/hw_ssi_imx_spi.c.o
 14529:  [2024/2735] Compiling C object libcommon.fa.p/hw_ssi_xilinx_spips.c.o
 14530:  [2025/2735] Compiling C object libcommon.fa.p/hw_timer_a9gtimer.c.o
 14531:  [2026/2735] Compiling C object libcommon.fa.p/hw_timer_allwinner-a10-pit.c.o
 14532:  [2027/2735] Compiling C object libcommon.fa.p/hw_timer_arm_mptimer.c.o
 14533:  [2028/2735] Compiling C object libcommon.fa.p/hw_timer_arm_timer.c.o
 14534:  [2029/2735] Compiling C object libcommon.fa.p/hw_timer_armv7m_systick.c.o
 14535:  [2030/2735] Compiling C object libcommon.fa.p/hw_timer_aspeed_timer.c.o
 14536:  [2031/2735] Compiling C object libcommon.fa.p/hw_timer_cadence_ttc.c.o
 14537:  [2032/2735] Compiling C object libcommon.fa.p/hw_timer_digic-timer.c.o
 14538:  [2033/2735] Compiling C object libcommon.fa.p/hw_timer_cmsdk-apb-dualtimer.c.o
 14539:  [2034/2735] Compiling C object libcommon.fa.p/hw_timer_cmsdk-apb-timer.c.o
 14540:  [2035/2735] Compiling C object libcommon.fa.p/hw_timer_exynos4210_mct.c.o
 14541:  [2036/2735] Compiling C object libcommon.fa.p/hw_timer_exynos4210_pwm.c.o
 14542:  [2037/2735] Compiling C object libcommon.fa.p/hw_timer_imx_epit.c.o
 14543:  [2038/2735] Compiling C object libcommon.fa.p/hw_timer_imx_gpt.c.o
 14544:  [2039/2735] Compiling C object libcommon.fa.p/hw_timer_mss-timer.c.o
 14545:  [2040/2735] Compiling C object libcommon.fa.p/hw_timer_npcm7xx_timer.c.o
 14546:  [2041/2735] Compiling C object libcommon.fa.p/hw_timer_omap_gptimer.c.o
 14547:  [2042/2735] Compiling C object libcommon.fa.p/hw_timer_omap_synctimer.c.o
 14548:  [2043/2735] Compiling C object libcommon.fa.p/hw_timer_pxa2xx_timer.c.o
 14549:  [2044/2735] Compiling C object libcommon.fa.p/hw_timer_nrf51_timer.c.o
 14550:  [2045/2735] Compiling C object libcommon.fa.p/hw_timer_bcm2835_systmr.c.o
 14551:  [2046/2735] Compiling C object libcommon.fa.p/hw_timer_sse-counter.c.o
 14552:  [2047/2735] Compiling C object libcommon.fa.p/hw_timer_sse-timer.c.o
 14553:  [2048/2735] Compiling C object libcommon.fa.p/hw_timer_stellaris-gptm.c.o
 14554:  [2049/2735] Compiling C object libcommon.fa.p/hw_timer_stm32f2xx_timer.c.o
 14555:  [2050/2735] Compiling C object libcommon.fa.p/hw_timer_xilinx_timer.c.o
 14556:  [2051/2735] Compiling C object libcommon.fa.p/hw_tpm_tpm_tis_common.c.o
 14557:  [2052/2735] Compiling C object libcommon.fa.p/hw_tpm_tpm_tis_sysbus.c.o
 14558:  [2053/2735] Compiling C object libcommon.fa.p/hw_usb_combined-packet.c.o
 14559:  [2054/2735] Compiling C object libcommon.fa.p/hw_usb_core.c.o
 14560:  [2055/2735] Compiling C object libcommon.fa.p/hw_usb_bus.c.o
 14561:  [2056/2735] Compiling C object libcommon.fa.p/hw_usb_desc.c.o
 14562:  [2057/2735] Compiling C object libcommon.fa.p/hw_usb_desc-msos.c.o
 14563:  [2058/2735] Compiling C object libcommon.fa.p/hw_usb_libhw.c.o
 14564:  [2059/2735] Compiling C object libcommon.fa.p/hw_usb_pcap.c.o
 14565:  [2060/2735] Compiling C object libcommon.fa.p/hw_usb_hcd-ohci.c.o
 14566:  [2061/2735] Compiling C object libcommon.fa.p/hw_usb_hcd-xhci-pci.c.o
 14567:  [2062/2735] Compiling C object libcommon.fa.p/hw_usb_hcd-uhci.c.o
 14568:  [2063/2735] Compiling C object libcommon.fa.p/hw_usb_hcd-ohci-pci.c.o
 14569:  [2064/2735] Compiling C object libcommon.fa.p/hw_usb_hcd-ehci-pci.c.o
 14570:  [2065/2735] Compiling C object libcommon.fa.p/hw_usb_hcd-ehci-sysbus.c.o
 14571:  [2066/2735] Compiling C object libcommon.fa.p/hw_usb_hcd-musb.c.o
 14572:  [2067/2735] Compiling C object libcommon.fa.p/hw_usb_hcd-ehci.c.o
 14573:  [2068/2735] Compiling C object libcommon.fa.p/hw_usb_hcd-xhci-nec.c.o
 14574:  [2069/2735] Compiling C object libcommon.fa.p/hw_usb_tusb6010.c.o
 14575:  [2070/2735] Compiling C object libcommon.fa.p/hw_usb_hcd-xhci.c.o
 14576:  [2071/2735] Compiling C object libcommon.fa.p/hw_usb_chipidea.c.o
 14577:  [2072/2735] Compiling C object libcommon.fa.p/hw_usb_imx-usb-phy.c.o
 14578:  [2073/2735] Compiling C object libcommon.fa.p/hw_usb_hcd-dwc2.c.o
 14579:  [2074/2735] Compiling C object libcommon.fa.p/hw_usb_dev-hub.c.o
 14580:  [2075/2735] Compiling C object libcommon.fa.p/hw_usb_dev-wacom.c.o
 14581:  [2076/2735] Compiling C object libcommon.fa.p/hw_usb_dev-storage.c.o
 14582:  [2077/2735] Compiling C object libcommon.fa.p/hw_usb_dev-hid.c.o
 14583:  [2078/2735] Compiling C object libcommon.fa.p/hw_usb_dev-storage-bot.c.o
 14584:  [2079/2735] Compiling C object libcommon.fa.p/hw_usb_dev-uas.c.o
 14585:  [2080/2735] Compiling C object libcommon.fa.p/hw_usb_dev-audio.c.o
 14586:  [2081/2735] Compiling C object libcommon.fa.p/hw_usb_dev-storage-classic.c.o
 14587:  [2082/2735] Compiling C object libcommon.fa.p/hw_usb_dev-serial.c.o
 14588:  [2083/2735] Compiling C object libcommon.fa.p/hw_usb_dev-network.c.o
 14589:  [2084/2735] Compiling C object libcommon.fa.p/hw_usb_dev-smartcard-reader.c.o
 14590:  [2085/2735] Compiling C object libcommon.fa.p/hw_usb_u2f.c.o
 14591:  [2086/2735] Compiling C object libcommon.fa.p/hw_usb_dev-mtp.c.o
 14592:  [2087/2735] Compiling C object libcommon.fa.p/hw_usb_u2f-passthru.c.o
 14593:  [2088/2735] Compiling C object libcommon.fa.p/hw_virtio_virtio-bus.c.o
 14594:  [2089/2735] Compiling C object libcommon.fa.p/hw_watchdog_watchdog.c.o
 14595:  [2090/2735] Compiling C object libcommon.fa.p/hw_watchdog_cmsdk-apb-watchdog.c.o
 14596:  [2091/2735] Compiling C object libcommon.fa.p/hw_watchdog_wdt_i6300esb.c.o
 14597:  [2092/2735] Compiling C object libcommon.fa.p/hw_virtio_virtio-pci.c.o
 14598:  [2093/2735] Compiling C object libcommon.fa.p/hw_virtio_virtio-mmio.c.o
 14599:  [2094/2735] Compiling C object libcommon.fa.p/hw_watchdog_wdt_aspeed.c.o
 14600:  [2095/2735] Compiling C object libcommon.fa.p/hw_watchdog_wdt_imx2.c.o
 14601:  [2096/2735] Compiling C object libcommon.fa.p/ebpf_ebpf_rss-stub.c.o
 14602:  [2097/2735] Compiling C object libcommon.fa.p/accel_accel-softmmu.c.o
 14603:  [2098/2735] Compiling C object libcommon.fa.p/audio_ossaudio.c.o
 14604:  [2099/2735] Compiling C object libcommon.fa.p/hw_display_virtio-gpu-base.c.o
 14605:  [2100/2735] Compiling C object libcommon.fa.p/hw_display_virtio-gpu-udmabuf.c.o
 14606:  [2101/2735] Compiling C object libcommon.fa.p/hw_display_virtio-gpu.c.o
 14607:  [2102/2735] Compiling C object libcommon.fa.p/hw_display_vhost-user-gpu.c.o
 14608:  [2103/2735] Compiling C object libcommon.fa.p/hw_display_virtio-gpu-pci.c.o
 14609:  [2104/2735] Compiling C object libcommon.fa.p/hw_display_vhost-user-gpu-pci.c.o
 14610:  [2105/2735] Compiling C object libcommon.fa.p/hw_usb_host-libusb.c.o
 14611:  [2106/2735] Compiling C object libcommon.fa.p/ui_curses.c.o
 14612:  [2107/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_psci.c.o
 14613:  [2108/2735] Compiling C object libqemu-arm-softmmu.fa.p/meson-generated_.._qapi_qapi-emit-events.c.o
 14614:  [2109/2735] Compiling C object libqemu-arm-softmmu.fa.p/meson-generated_.._qapi_qapi-commands.c.o
 14615:  [2110/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_boot.c.o
 14616:  [2111/2735] Compiling C object libqemu-arm-softmmu.fa.p/meson-generated_.._qapi_qapi-init-commands.c.o
 14617:  [2112/2735] Compiling C object libqemu-arm-softmmu.fa.p/meson-generated_.._qapi_qapi-types-machine-target.c.o
 14618:  [2113/2735] Compiling C object libqemu-arm-softmmu.fa.p/meson-generated_.._qapi_qapi-visit.c.o
 14619:  [2114/2735] Compiling C object libqemu-arm-softmmu.fa.p/meson-generated_.._qapi_qapi-visit-misc-target.c.o
 14620:  [2115/2735] Compiling C object libqemu-arm-softmmu.fa.p/meson-generated_.._qapi_qapi-types-misc-target.c.o
 14621:  [2116/2735] Compiling C object libqemu-arm-softmmu.fa.p/meson-generated_.._qapi_qapi-events-machine-target.c.o
 14622:  [2117/2735] Compiling C object qga/qemu-ga.p/meson-generated_.._qga-qapi-visit.c.o
 14623:  [2118/2735] Compiling C object qga/qemu-ga.p/meson-generated_.._qga-qapi-events.c.o
 14624:  [2119/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_arch_dump.c.o
 14625:  [2120/2735] Compiling C object libqemu-arm-softmmu.fa.p/meson-generated_.._qapi_qapi-visit-machine-target.c.o
 14626:  [2121/2735] Compiling C object libqemu-arm-softmmu.fa.p/meson-generated_.._qapi_qapi-commands-machine-target.c.o
 14627:  [2122/2735] Compiling C object libqemu-arm-softmmu.fa.p/meson-generated_.._qapi_qapi-introspect.c.o
 14628:  [2123/2735] Compiling C object libqemu-arm-softmmu.fa.p/meson-generated_.._qapi_qapi-commands-misc-target.c.o
 14629:  [2124/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_arm-powerctl.c.o
 14630:  [2125/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_bcm2836.c.o
 14631:  [2126/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_netduino2.c.o
 14632:  [2127/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_machine.c.o
 14633:  [2128/2735] Compiling C object libqemu-arm-softmmu.fa.p/meson-generated_.._qapi_qapi-events.c.o
 14634:  [2129/2735] Compiling C object libqemu-arm-softmmu.fa.p/meson-generated_.._qapi_qapi-events-misc-target.c.o
 14635:  [2130/2735] Compiling C object libqemu-arm-softmmu.fa.p/meson-generated_.._arm-softmmu-gdbstub-xml.c.o
 14636:  [2131/2735] Compiling C object libqemu-arm-softmmu.fa.p/meson-generated_.._qapi_qapi-types.c.o
 14637:  [2132/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_sysbus-fdt.c.o
 14638:  [2133/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_digic_boards.c.o
 14639:  [2134/2735] Compiling C object qga/qemu-ga.p/meson-generated_.._qga-qapi-introspect.c.o
 14640:  [2135/2735] Compiling C object qga/qemu-ga.p/commands.c.o
 14641:  [2136/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_virt.c.o
 14642:  [2137/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_virt-acpi-build.c.o
 14643:  [2138/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_bcm2835_peripherals.c.o
 14644:  [2139/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_exynos4_boards.c.o
 14645:  [2140/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_monitor.c.o
 14646:  [2141/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_msf2-som.c.o
 14647:  [2142/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_highbank.c.o
 14648:  [2143/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_integratorcp.c.o
 14649:  [2144/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_mainstone.c.o
 14650:  [2145/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_microbit.c.o
 14651:  [2146/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_musicpal.c.o
 14652:  [2147/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_raspi.c.o
 14653:  [2148/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_netduinoplus2.c.o
 14654:  [2149/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_npcm7xx.c.o
 14655:  [2150/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_nseries.c.o
 14656:  [2151/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_omap_sx1.c.o
 14657:  [2152/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_palm.c.o
 14658:  [2153/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_gumstix.c.o
 14659:  [2154/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_npcm7xx_boards.c.o
 14660:  [2155/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_spitz.c.o
 14661:  [2156/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_tosa.c.o
 14662:  [2157/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_z2.c.o
 14663:  [2158/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_stellaris.c.o
 14664:  [2159/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_realview.c.o
 14665:  [2160/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_stm32vldiscovery.c.o
 14666:  [2161/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_versatilepb.c.o
 14667:  [2162/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_collie.c.o
 14668:  [2163/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_vexpress.c.o
 14669:  [2164/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_armv7m.c.o
 14670:  [2165/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_xilinx_zynq.c.o
 14671:  [2166/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_sabrelite.c.o
 14672:  [2167/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_exynos4210.c.o
 14673:  [2168/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_pxa2xx_pic.c.o
 14674:  [2169/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_pxa2xx.c.o
 14675:  [2170/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_pxa2xx_gpio.c.o
 14676:  [2171/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_digic.c.o
 14677:    CC      networking/libiproute/iprule.o
 14678:  [2172/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_strongarm.c.o
 14679:  [2173/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_omap2.c.o
 14680:  [2174/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_cubieboard.c.o
 14681:  [2175/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_omap1.c.o
 14682:  [2176/2735] Compiling C object libqemu-arm-softmmu.fa.p/semihosting_config.c.o
 14683:  [2177/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_allwinner-a10.c.o
 14684:  [2178/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_orangepi.c.o
 14685:  [2179/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_virtio-input-host-pci.c.o
 14686:  [2180/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_allwinner-h3.c.o
 14687:  [2181/2735] Compiling C object libqemu-arm-softmmu.fa.p/monitor_misc.c.o
 14688:  [2182/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-scsi-pci.c.o
 14689:  [2183/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_stm32f205_soc.c.o
 14690:  [2184/2735] Compiling C object libqemu-arm-softmmu.fa.p/semihosting_arm-compat-semi.c.o
 14691:  [2185/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_stm32f100_soc.c.o
 14692:  [2186/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_stm32f405_soc.c.o
 14693:  [2187/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_fsl-imx25.c.o
 14694:  [2188/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_imx25_pdk.c.o
 14695:  [2189/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_fsl-imx31.c.o
 14696:  [2190/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_kzm.c.o
 14697:  [2191/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_fsl-imx6.c.o
 14698:  [2192/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_aspeed_soc.c.o
 14699:  [2193/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_msf2-soc.c.o
 14700:  [2194/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_aspeed.c.o
 14701:  [2195/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_aspeed_ast2600.c.o
 14702:  [2196/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_mps2.c.o
 14703:  [2197/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_mps2-tz.c.o
 14704:  [2198/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_musca.c.o
 14705:  [2199/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_armsse.c.o
 14706:  [2200/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_smmu-common.c.o
 14707:  [2201/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_fsl-imx6ul.c.o
 14708:  [2202/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_fsl-imx7.c.o
 14709:  [2203/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_mcimx7d-sabre.c.o
 14710:  [2204/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_nrf51_soc.c.o
 14711:  [2205/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_smmuv3.c.o
 14712:  [2206/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_arm_mcimx6ul-evk.c.o
 14713:  [2207/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_crypto_helper.c.o
 14714:  [2208/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_cpu.c.o
 14715:  [2209/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_debug_helper.c.o
 14716:  [2210/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_gdbstub.c.o
 14717:  [2211/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_helper.c.o
 14718:  [2212/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_iwmmxt_helper.c.o
 14719:  [2213/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_m_helper.c.o
 14720:  [2214/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_neon_helper.c.o
 14721:  [2215/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_op_helper.c.o
 14722:  [2216/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_mve_helper.c.o
 14723:  [2217/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_tlb_helper.c.o
 14724:  [2218/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_translate-m-nocp.c.o
 14725:  [2219/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_translate-neon.c.o
 14726:  [2220/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_vfp_helper.c.o
 14727:  [2221/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_cpu_tcg.c.o
 14728:  [2222/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_kvm-stub.c.o
 14729:  [2223/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_translate-mve.c.o
 14730:  [2224/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_vec_helper.c.o
 14731:  [2225/2735] Compiling C object libqemu-arm-softmmu.fa.p/trace_control-target.c.o
 14732:  [2226/2735] Compiling C object libqemu-arm-softmmu.fa.p/softmmu_ioport.c.o
 14733:  [2227/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_translate.c.o
 14734:  [2228/2735] Compiling C object libqemu-arm-softmmu.fa.p/target_arm_translate-vfp.c.o
 14735:  [2229/2735] Compiling C object libqemu-arm-softmmu.fa.p/softmmu_arch_init.c.o
 14736:  [2230/2735] Compiling C object libqemu-arm-softmmu.fa.p/dump_dump.c.o
 14737:  [2231/2735] Compiling C object libqemu-arm-softmmu.fa.p/softmmu_memory.c.o
 14738:  [2232/2735] Compiling C object libqemu-arm-softmmu.fa.p/softmmu_icount.c.o
 14739:  [2233/2735] Compiling C object libqemu-arm-softmmu.fa.p/softmmu_qtest.c.o
 14740:  [2234/2735] Compiling C object libqemu-arm-softmmu.fa.p/cpu.c.o
 14741:  [2235/2735] Compiling C object libqemu-arm-softmmu.fa.p/page-vary.c.o
 14742:  [2236/2735] Compiling C object libqemu-arm-softmmu.fa.p/disas.c.o
 14743:  [2237/2735] Compiling C object libqemu-arm-softmmu.fa.p/migration_target.c.o
 14744:  [2238/2735] Compiling C object libqemu-arm-softmmu.fa.p/semihosting_console.c.o
 14745:  [2239/2735] Compiling C object libqemu-arm-softmmu.fa.p/softmmu_physmem.c.o
 14746:  [2240/2735] Compiling C object libqemu-arm-softmmu.fa.p/gdbstub.c.o
 14747:  [2241/2735] Compiling C object libqemu-arm-softmmu.fa.p/migration_dirtyrate.c.o
 14748:  [2242/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_block_vhost-user-blk.c.o
 14749:  [2243/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_block_dataplane_virtio-blk.c.o
 14750:  [2244/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_cpu_arm11mpcore.c.o
 14751:  [2245/2735] Compiling C object libqemu-arm-softmmu.fa.p/migration_ram.c.o
 14752:  [2246/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_block_virtio-blk.c.o
 14753:  [2247/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_char_virtio-serial-bus.c.o
 14754:  [2248/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_core_machine-qmp-cmds.c.o
 14755:  [2249/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_core_numa.c.o
 14756:  [2250/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_cpu_realview_mpcore.c.o
 14757:  [2251/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_cpu_a15mpcore.c.o
 14758:  [2252/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_cpu_a9mpcore.c.o
 14759:  [2253/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_display_vga.c.o
 14760:  [2254/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_display_omap_lcdc.c.o
 14761:  [2255/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_intc_allwinner-a10-pic.c.o
 14762:  [2256/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_intc_arm_gicv3_cpuif_common.c.o
 14763:  [2257/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_intc_arm_gicv3_cpuif.c.o
 14764:  [2258/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_intc_aspeed_vic.c.o
 14765:  [2259/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_intc_exynos4210_gic.c.o
 14766:  [2260/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_intc_exynos4210_combiner.c.o
 14767:  [2261/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_intc_armv7m_nvic.c.o
 14768:  [2262/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_intc_omap_intc.c.o
 14769:  [2263/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_intc_bcm2835_ic.c.o
 14770:  [2264/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_intc_bcm2836_control.c.o
 14771:  [2265/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_misc_imx6_src.c.o
 14772:  [2266/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_misc_iotkit-sysctl.c.o
 14773:  [2267/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_misc_allwinner-cpucfg.c.o
 14774:  [2268/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_scsi_virtio-scsi-dataplane.c.o
 14775:  [2269/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_scsi_vhost-scsi-common.c.o
 14776:  [2270/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_scsi_vhost-user-scsi.c.o
 14777:  [2271/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_scsi_virtio-scsi.c.o
 14778:  [2272/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_scsi_vhost-scsi.c.o
 14779:  [2273/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_tpm_tpm_ppi.c.o
 14780:  [2274/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_net_virtio-net.c.o
 14781:  [2275/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_vfio_common.c.o
 14782:  [2276/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_vfio_migration.c.o
 14783:  [2277/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_vfio_spapr.c.o
 14784:  [2278/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_vfio_display.c.o
 14785:  [2279/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_vfio_pci-quirks.c.o
 14786:  [2280/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_vfio_platform.c.o
 14787:  [2281/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_vfio_calxeda-xgmac.c.o
 14788:  [2282/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_vfio_amd-xgbe.c.o
 14789:  [2283/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_vfio_pci.c.o
 14790:  [2284/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost.c.o
 14791:  [2285/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-backend.c.o
 14792:  [2286/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-iova-tree.c.o
 14793:  [2287/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-shadow-virtqueue.c.o
 14794:  [2288/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_virtio.c.o
 14795:  [2289/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-user.c.o
 14796:  [2290/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_virtio-crypto.c.o
 14797:  [2291/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-vdpa.c.o
 14798:  [2292/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-user-fs-pci.c.o
 14799:  [2293/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_virtio-balloon.c.o
 14800:  [2294/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_virtio-crypto-pci.c.o
 14801:  [2295/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-user-fs.c.o
 14802:  [2296/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-vsock.c.o
 14803:  [2297/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-vsock-common.c.o
 14804:  [2298/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_virtio-rng.c.o
 14805:  [2299/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-user-vsock.c.o
 14806:  [2300/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-user-i2c.c.o
 14807:  [2301/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-user-rng.c.o
 14808:  [2302/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_virtio-mem.c.o
 14809:  [2303/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-user-i2c-pci.c.o
 14810:  [2304/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_virtio-iommu.c.o
 14811:  [2305/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-user-rng-pci.c.o
 14812:  [2306/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-vsock-pci.c.o
 14813:  [2307/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-user-vsock-pci.c.o
 14814:  [2308/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-user-blk-pci.c.o
 14815:  [2309/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-user-scsi-pci.c.o
 14816:  [2310/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_vhost-user-input-pci.c.o
 14817:  [2311/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_virtio-input-pci.c.o
 14818:  [2312/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_virtio-rng-pci.c.o
 14819:  [2313/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_virtio-balloon-pci.c.o
 14820:  [2314/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_virtio-scsi-pci.c.o
 14821:  [2315/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_virtio-serial-pci.c.o
 14822:  [2316/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_virtio-blk-pci.c.o
 14823:  [2317/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_virtio-net-pci.c.o
 14824:  [2318/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_virtio-iommu-pci.c.o
 14825:  [2319/2735] Compiling C object libqemu-arm-softmmu.fa.p/hw_virtio_virtio-mem-pci.c.o
 14826:  [2320/2735] Compiling C object libqemu-arm-softmmu.fa.p/tcg_optimize.c.o
 14827:  [2321/2735] Compiling C object libqemu-arm-softmmu.fa.p/tcg_region.c.o
 14828:  [2322/2735] Compiling C object libqemu-arm-softmmu.fa.p/tcg_tcg-common.c.o
 14829:  [2323/2735] Compiling C object libqemu-arm-softmmu.fa.p/accel_accel-common.c.o
 14830:  [2324/2735] Compiling C object libqemu-arm-softmmu.fa.p/tcg_tcg-op-vec.c.o
 14831:  [2325/2735] Compiling C object libqemu-arm-softmmu.fa.p/accel_tcg_cpu-exec-common.c.o
 14832:  [2326/2735] Compiling C object libqemu-arm-softmmu.fa.p/accel_tcg_tcg-all.c.o
 14833:  [2327/2735] Compiling C object libqemu-arm-softmmu.fa.p/tcg_tcg-op.c.o
 14834:  [2328/2735] Compiling C object libqemu-arm-softmmu.fa.p/accel_tcg_cpu-exec.c.o
 14835:  [2329/2735] Compiling C object libqemu-arm-sof