Artifact xmobar_0.48.1-1_arm64-2024-11-18T21:13:26Z

Metadata
bd_uninstallable: null
filename: xmobar_0.48.1-1_arm64-2024-11-18T21:13:26Z.build
source: xmobar
version: 0.48.1-1

File

xmobar_0.48.1-1_arm64-2024-11-18T21:13:26Z.build
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
sbuild (Debian sbuild) 0.86.3~bpo12+1 (03 November 2024) on debusine-worker-arm64-demeter-10.freexian.com

+==============================================================================+
| xmobar 0.48.1-1 (arm64)                      Mon, 18 Nov 2024 21:13:26 +0000 |
+==============================================================================+

Package: xmobar
Version: 0.48.1-1
Source Version: 0.48.1-1
Distribution: sid
Machine Architecture: arm64
Host Architecture: arm64
Build Architecture: arm64
Build Type: binary

I: No tarballs found in /var/lib/debusine/worker/.cache/sbuild
Unpacking /var/lib/debusine/worker/system-images/957781/system.tar.xz to /tmp/tmp.sbuild.ZADTKAZbrJ...
I: NOTICE: Log filtering will replace 'sbuild-unshare-dummy-location' with '<<CHROOT>>'

+------------------------------------------------------------------------------+
| Chroot Setup Commands                                                        |
+------------------------------------------------------------------------------+


rm -f /etc/resolv.conf
----------------------


I: Finished running 'rm -f /etc/resolv.conf'.

Finished processing commands.
--------------------------------------------------------------------------------
Copying /tmp/debusine-fetch-exec-upload-bfmmz8o3/dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-bfmmz8o3/dpkg_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-bfmmz8o3/dselect-dbgsym_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-bfmmz8o3/dselect_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-bfmmz8o3/libdpkg-dev_1.22.12~1.gbp82cafd_arm64.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-bfmmz8o3/dpkg-dev_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
Copying /tmp/debusine-fetch-exec-upload-bfmmz8o3/libdpkg-perl_1.22.12~1.gbp82cafd_all.deb to /<<CHROOT>>...
I: NOTICE: Log filtering will replace 'build/xmobar-Jk4RIa/resolver-cfDWZW' with '<<RESOLVERDIR>>'

+------------------------------------------------------------------------------+
| Update chroot                                                                |
+------------------------------------------------------------------------------+

Get:1 file:/build/xmobar-Jk4RIa/resolver-J3Wu3m/apt_archive ./ InRelease
Ign:1 file:/build/xmobar-Jk4RIa/resolver-J3Wu3m/apt_archive ./ InRelease
Get:2 file:/build/xmobar-Jk4RIa/resolver-J3Wu3m/apt_archive ./ Release [606 B]
Get:3 http://deb.debian.org/debian sid InRelease [202 kB]
Get:2 file:/build/xmobar-Jk4RIa/resolver-J3Wu3m/apt_archive ./ Release [606 B]
Get:4 file:/build/xmobar-Jk4RIa/resolver-J3Wu3m/apt_archive ./ Release.gpg
Ign:4 file:/build/xmobar-Jk4RIa/resolver-J3Wu3m/apt_archive ./ Release.gpg
Get:5 file:/build/xmobar-Jk4RIa/resolver-J3Wu3m/apt_archive ./ Packages [9246 B]
Get:6 http://deb.debian.org/debian sid/main arm64 Packages [9957 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 Components [4907 kB]
Fetched 15.1 MB in 2s (6388 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  apt bsdextrautils bsdutils debianutils diffstat dpkg dpkg-dev
  libapt-pkg6.0t64 libaudit-common libaudit1 libblkid1 libbrotli1 libcap-ng0
  libdpkg-perl libglib2.0-0t64 libmarkdown2 libmount1 libpcre2-8-0 libseccomp2
  libselinux1 libsemanage2 libsmartcols1 libsystemd0 libudev1 libuuid1 libxml2
  login login.defs mount passwd util-linux
31 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 9310 kB/12.8 MB of archives.
After this operation, 471 kB disk space will be freed.
Get:1 http://deb.debian.org/debian sid/main arm64 bsdutils arm64 1:2.40.2-11 [104 kB]
Get:2 file:/build/xmobar-Jk4RIa/resolver-J3Wu3m/apt_archive ./ dpkg 1.22.12~1.gbp82cafd [1513 kB]
Get:3 file:/build/xmobar-Jk4RIa/resolver-J3Wu3m/apt_archive ./ dpkg-dev 1.22.12~1.gbp82cafd [1337 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 debianutils arm64 5.21 [92.1 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 libsystemd0 arm64 257~rc2-3 [416 kB]
Get:6 file:/build/xmobar-Jk4RIa/resolver-J3Wu3m/apt_archive ./ libdpkg-perl 1.22.12~1.gbp82cafd [647 kB]
Get:7 http://deb.debian.org/debian sid/main arm64 libudev1 arm64 257~rc2-3 [139 kB]
Get:8 http://deb.debian.org/debian sid/main arm64 libapt-pkg6.0t64 arm64 2.9.12 [922 kB]
Get:9 http://deb.debian.org/debian sid/main arm64 bsdextrautils arm64 2.40.2-11 [91.2 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 libblkid1 arm64 2.40.2-11 [162 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 libmount1 arm64 2.40.2-11 [190 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 libsmartcols1 arm64 2.40.2-11 [135 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 mount arm64 2.40.2-11 [153 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libuuid1 arm64 2.40.2-11 [35.7 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 util-linux arm64 2.40.2-11 [1170 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 libpcre2-8-0 arm64 10.44-4 [243 kB]
Get:17 http://deb.debian.org/debian sid/main arm64 libselinux1 arm64 3.7-3+b1 [72.1 kB]
Get:18 http://deb.debian.org/debian sid/main arm64 libseccomp2 arm64 2.5.5-1+b3 [46.8 kB]
Get:19 http://deb.debian.org/debian sid/main arm64 apt arm64 2.9.12 [1289 kB]
Get:20 http://deb.debian.org/debian sid/main arm64 libaudit-common all 1:4.0.2-2 [12.7 kB]
Get:21 http://deb.debian.org/debian sid/main arm64 libcap-ng0 arm64 0.8.5-3+b1 [17.0 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 libaudit1 arm64 1:4.0.2-2 [54.2 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 login arm64 1:4.16.0-2+really2.40.2-11 [80.0 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 login.defs all 1:4.16.0-5 [185 kB]
Get:25 http://deb.debian.org/debian sid/main arm64 libsemanage2 arm64 3.7-2+b1 [84.5 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 passwd arm64 1:4.16.0-5 [1210 kB]
Get:27 http://deb.debian.org/debian sid/main arm64 diffstat arm64 1.67-1 [32.6 kB]
Get:28 http://deb.debian.org/debian sid/main arm64 libbrotli1 arm64 1.1.0-2+b6 [297 kB]
Get:29 http://deb.debian.org/debian sid/main arm64 libglib2.0-0t64 arm64 2.82.2-3 [1411 kB]
Get:30 http://deb.debian.org/debian sid/main arm64 libmarkdown2 arm64 2.2.7-2.1 [33.1 kB]
Get:31 http://deb.debian.org/debian sid/main arm64 libxml2 arm64 2.12.7+dfsg+really2.9.14-0.2+b1 [630 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 9310 kB in 0s (52.3 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17129 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.40.2-11_arm64.deb ...
Unpacking bsdutils (1:2.40.2-11) over (1:2.40.2-10) ...
Setting up bsdutils (1:2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17129 files and directories currently installed.)
Preparing to unpack .../debianutils_5.21_arm64.deb ...
Unpacking debianutils (5.21) over (5.20+b1) ...
Setting up debianutils (5.21) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../libsystemd0_257~rc2-3_arm64.deb ...
Unpacking libsystemd0:arm64 (257~rc2-3) over (257~rc1-4) ...
Setting up libsystemd0:arm64 (257~rc2-3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../libudev1_257~rc2-3_arm64.deb ...
Unpacking libudev1:arm64 (257~rc2-3) over (257~rc1-4) ...
Setting up libudev1:arm64 (257~rc2-3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../libapt-pkg6.0t64_2.9.12_arm64.deb ...
Unpacking libapt-pkg6.0t64:arm64 (2.9.12) over (2.9.10) ...
Setting up libapt-pkg6.0t64:arm64 (2.9.12) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17128 files and directories currently installed.)
Preparing to unpack .../dpkg_1.22.12~1.gbp82cafd_arm64.deb ...
Unpacking dpkg (1.22.12~1.gbp82cafd) over (1.22.11) ...
Setting up dpkg (1.22.12~1.gbp82cafd) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17127 files and directories currently installed.)
Preparing to unpack .../bsdextrautils_2.40.2-11_arm64.deb ...
Unpacking bsdextrautils (2.40.2-11) over (2.40.2-10) ...
Preparing to unpack .../libblkid1_2.40.2-11_arm64.deb ...
Unpacking libblkid1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libblkid1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../libmount1_2.40.2-11_arm64.deb ...
Unpacking libmount1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libmount1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../libsmartcols1_2.40.2-11_arm64.deb ...
Unpacking libsmartcols1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libsmartcols1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../mount_2.40.2-11_arm64.deb ...
Unpacking mount (2.40.2-11) over (2.40.2-10) ...
Preparing to unpack .../libuuid1_2.40.2-11_arm64.deb ...
Unpacking libuuid1:arm64 (2.40.2-11) over (2.40.2-10) ...
Setting up libuuid1:arm64 (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17123 files and directories currently installed.)
Preparing to unpack .../util-linux_2.40.2-11_arm64.deb ...
Unpacking util-linux (2.40.2-11) over (2.40.2-10) ...
Setting up util-linux (2.40.2-11) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17120 files and directories currently installed.)
Preparing to unpack .../libpcre2-8-0_10.44-4_arm64.deb ...
Unpacking libpcre2-8-0:arm64 (10.44-4) over (10.42-4+b2) ...
Setting up libpcre2-8-0:arm64 (10.44-4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17119 files and directories currently installed.)
Preparing to unpack .../libselinux1_3.7-3+b1_arm64.deb ...
Unpacking libselinux1:arm64 (3.7-3+b1) over (3.7-3) ...
Setting up libselinux1:arm64 (3.7-3+b1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17120 files and directories currently installed.)
Preparing to unpack .../libseccomp2_2.5.5-1+b3_arm64.deb ...
Unpacking libseccomp2:arm64 (2.5.5-1+b3) over (2.5.5-1+b2) ...
Setting up libseccomp2:arm64 (2.5.5-1+b3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17120 files and directories currently installed.)
Preparing to unpack .../archives/apt_2.9.12_arm64.deb ...
Unpacking apt (2.9.12) over (2.9.10) ...
Setting up apt (2.9.12) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17117 files and directories currently installed.)
Preparing to unpack .../libaudit-common_1%3a4.0.2-2_all.deb ...
Unpacking libaudit-common (1:4.0.2-2) over (1:4.0.1-3) ...
Setting up libaudit-common (1:4.0.2-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17117 files and directories currently installed.)
Preparing to unpack .../libcap-ng0_0.8.5-3+b1_arm64.deb ...
Unpacking libcap-ng0:arm64 (0.8.5-3+b1) over (0.8.5-3) ...
Setting up libcap-ng0:arm64 (0.8.5-3+b1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17118 files and directories currently installed.)
Preparing to unpack .../libaudit1_1%3a4.0.2-2_arm64.deb ...
Unpacking libaudit1:arm64 (1:4.0.2-2) over (1:4.0.1-3) ...
Setting up libaudit1:arm64 (1:4.0.2-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17118 files and directories currently installed.)
Preparing to unpack .../00-login_1%3a4.16.0-2+really2.40.2-11_arm64.deb ...
Unpacking login (1:4.16.0-2+really2.40.2-11) over (1:4.16.0-2+really2.40.2-10) ...
Preparing to unpack .../01-login.defs_1%3a4.16.0-5_all.deb ...
Unpacking login.defs (1:4.16.0-5) over (1:4.16.0-4) ...
Preparing to unpack .../02-libsemanage2_3.7-2+b1_arm64.deb ...
Unpacking libsemanage2:arm64 (3.7-2+b1) over (3.7-2) ...
Preparing to unpack .../03-passwd_1%3a4.16.0-5_arm64.deb ...
Unpacking passwd (1:4.16.0-5) over (1:4.16.0-4) ...
Preparing to unpack .../04-diffstat_1.67-1_arm64.deb ...
Unpacking diffstat (1.67-1) over (1.66-1+b1) ...
Preparing to unpack .../05-dpkg-dev_1.22.12~1.gbp82cafd_all.deb ...
Unpacking dpkg-dev (1.22.12~1.gbp82cafd) over (1.22.11) ...
Preparing to unpack .../06-libdpkg-perl_1.22.12~1.gbp82cafd_all.deb ...
Unpacking libdpkg-perl (1.22.12~1.gbp82cafd) over (1.22.11) ...
Preparing to unpack .../07-libbrotli1_1.1.0-2+b6_arm64.deb ...
Unpacking libbrotli1:arm64 (1.1.0-2+b6) over (1.1.0-2+b5) ...
Preparing to unpack .../08-libglib2.0-0t64_2.82.2-3_arm64.deb ...
Unpacking libglib2.0-0t64:arm64 (2.82.2-3) over (2.82.2-2) ...
Preparing to unpack .../09-libmarkdown2_2.2.7-2.1_arm64.deb ...
Unpacking libmarkdown2:arm64 (2.2.7-2.1) over (2.2.7-2+b1) ...
Preparing to unpack .../10-libxml2_2.12.7+dfsg+really2.9.14-0.2+b1_arm64.deb ...
Unpacking libxml2:arm64 (2.12.7+dfsg+really2.9.14-0.2+b1) over (2.12.7+dfsg+really2.9.14-0.1) ...
Setting up bsdextrautils (2.40.2-11) ...
Setting up login.defs (1:4.16.0-5) ...
Installing new version of config file /etc/login.defs ...
Setting up libbrotli1:arm64 (1.1.0-2+b6) ...
Setting up libglib2.0-0t64:arm64 (2.82.2-3) ...
No schema files found: doing nothing.
Setting up diffstat (1.67-1) ...
Setting up libdpkg-perl (1.22.12~1.gbp82cafd) ...
Setting up mount (2.40.2-11) ...
Setting up libsemanage2:arm64 (3.7-2+b1) ...
Setting up libxml2:arm64 (2.12.7+dfsg+really2.9.14-0.2+b1) ...
Setting up libmarkdown2:arm64 (2.2.7-2.1) ...
Setting up login (1:4.16.0-2+really2.40.2-11) ...
Setting up dpkg-dev (1.22.12~1.gbp82cafd) ...
Setting up passwd (1:4.16.0-5) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libc-bin (2.40-3) ...

+------------------------------------------------------------------------------+
| Fetch source files                                                           |
+------------------------------------------------------------------------------+


Local sources
-------------

/tmp/debusine-fetch-exec-upload-bfmmz8o3/xmobar_0.48.1-1.dsc exists in /tmp/debusine-fetch-exec-upload-bfmmz8o3; copying to chroot
I: NOTICE: Log filtering will replace 'build/xmobar-Jk4RIa/xmobar-0.48.1' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/xmobar-Jk4RIa' with '<<BUILDDIR>>'

+------------------------------------------------------------------------------+
| Install package build dependencies                                           |
+------------------------------------------------------------------------------+


Setup apt archive
-----------------

Merged Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | haskell-devscripts (>= 0.13), cdbs, ghc, libghc-x11-dev (>= 1.6.1), libghc-aeson-dev (>= 1.4.7.1), libghc-async-dev, libghc-cairo-dev, libghc-pango-dev, libghc-extensible-exceptions-dev (>= 0.1), libghc-extensible-exceptions-dev (<< 0.2), libghc-extra-dev, libghc-http-client-tls-dev, libghc-http-conduit-dev, libghc-http-types-dev, libghc-old-locale-dev, libghc-parsec-numbers-dev (>= 0.1.0), libghc-regex-compat-dev, libghc-utf8-string-dev (>= 0.3), libghc-utf8-string-dev (<< 1.1), libxrandr-dev, libxrender-dev, libghc-hspec-dev (>= 2), libghc-hspec-dev (<< 3), libghc-temporary-dev, libghc-alsa-core-dev (>= 0.5), libghc-alsa-mixer-dev (>= 0.3), libghc-x11-xft-dev (>= 0.2), libghc-dbus-dev, libghc-hinotify-dev, libxpm-dev, build-essential, fakeroot
Filtered Build-Depends: debhelper (>= 10), haskell-devscripts-minimal, cdbs, ghc, libghc-x11-dev (>= 1.6.1), libghc-aeson-dev (>= 1.4.7.1), libghc-async-dev, libghc-cairo-dev, libghc-pango-dev, libghc-extensible-exceptions-dev (>= 0.1), libghc-extensible-exceptions-dev (<< 0.2), libghc-extra-dev, libghc-http-client-tls-dev, libghc-http-conduit-dev, libghc-http-types-dev, libghc-old-locale-dev, libghc-parsec-numbers-dev (>= 0.1.0), libghc-regex-compat-dev, libghc-utf8-string-dev (>= 0.3), libghc-utf8-string-dev (<< 1.1), libxrandr-dev, libxrender-dev, libghc-hspec-dev (>= 2), libghc-hspec-dev (<< 3), libghc-temporary-dev, libghc-alsa-core-dev (>= 0.5), libghc-alsa-mixer-dev (>= 0.3), libghc-x11-xft-dev (>= 0.2), libghc-dbus-dev, libghc-hinotify-dev, libxpm-dev, build-essential, fakeroot
dpkg-deb: warning: root directory has unusual owner or group 998:999.
Hint: either pass --root-owner-group, see dpkg-build-api(7) or add an explicit 'Rules-Requires-Root: no' in debian/control.
dpkg-deb: warning: ignoring 1 warning about the control file(s)
dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [615 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [1397 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [1372 B]
Fetched 3384 B in 0s (317 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-J3Wu3m/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-J3Wu3m/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-J3Wu3m/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-J3Wu3m/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-J3Wu3m/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-J3Wu3m/apt_archive ./ Release.gpg
Reading package lists...
Reading package lists...

Install main build dependencies (apt-based resolver)
----------------------------------------------------

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  autoconf automake autopoint autotools-dev build-essential cdbs cpp cpp-14
  cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu dctrl-tools debhelper
  dh-autoreconf dh-buildinfo dh-strip-nondeterminism dwz fakeroot fontconfig
  fontconfig-config fonts-dejavu-core fonts-dejavu-mono g++ g++-14
  g++-14-aarch64-linux-gnu g++-aarch64-linux-gnu gcc gcc-14
  gcc-14-aarch64-linux-gnu gcc-aarch64-linux-gnu ghc gir1.2-freedesktop
  gir1.2-freedesktop-dev gir1.2-glib-2.0 gir1.2-glib-2.0-dev
  gir1.2-harfbuzz-0.0 gir1.2-pango-1.0 girepository-tools
  haskell-devscripts-minimal hspec-discover html-xml-utils icu-devtools
  libasan8 libasound2-data libasound2-dev libasound2t64 libblkid-dev
  libbrotli-dev libbsd-dev libbz2-dev libc-dev-bin libc6-dev libcairo-gobject2
  libcairo-script-interpreter2 libcairo2 libcairo2-dev libcc1-0 libcrypt-dev
  libdatrie-dev libdatrie1 libdebhelper-perl libdevel-confess-perl libelf1t64
  libexpat1 libexpat1-dev libfakeroot libffi-dev
  libfile-stripnondeterminism-perl libfontconfig-dev libfontconfig1
  libfreetype-dev libfreetype6 libfribidi-dev libfribidi0 libgcc-14-dev
  libghc-adjunctions-dev libghc-aeson-dev libghc-alsa-core-dev
  libghc-alsa-mixer-dev libghc-ansi-terminal-dev
  libghc-ansi-terminal-types-dev libghc-appar-dev libghc-asn1-encoding-dev
  libghc-asn1-parse-dev libghc-asn1-types-dev libghc-assoc-dev
  libghc-async-dev libghc-attoparsec-aeson-dev libghc-attoparsec-dev
  libghc-base-compat-batteries-dev libghc-base-compat-dev
  libghc-base-orphans-dev libghc-base64-bytestring-dev libghc-basement-dev
  libghc-bifunctors-dev libghc-bitvec-dev libghc-blaze-builder-dev
  libghc-blaze-html-dev libghc-blaze-markup-dev libghc-byteorder-dev
  libghc-cairo-dev libghc-call-stack-dev libghc-case-insensitive-dev
  libghc-cereal-dev libghc-clock-dev libghc-colour-dev libghc-comonad-dev
  libghc-conduit-dev libghc-conduit-extra-dev libghc-contravariant-dev
  libghc-cookie-dev libghc-crypton-connection-dev libghc-crypton-dev
  libghc-crypton-x509-dev libghc-crypton-x509-store-dev
  libghc-crypton-x509-system-dev libghc-crypton-x509-validation-dev
  libghc-data-default-class-dev libghc-data-fix-dev libghc-dbus-dev
  libghc-distributive-dev libghc-dlist-dev libghc-extensible-exceptions-dev
  libghc-extra-dev libghc-free-dev libghc-glib-dev libghc-hashable-dev
  libghc-haskell-lexer-dev libghc-hinotify-dev libghc-hourglass-dev
  libghc-hspec-core-dev libghc-hspec-dev libghc-hspec-expectations-dev
  libghc-http-client-dev libghc-http-client-tls-dev libghc-http-conduit-dev
  libghc-http-types-dev libghc-hunit-dev libghc-indexed-traversable-dev
  libghc-indexed-traversable-instances-dev libghc-integer-logarithms-dev
  libghc-invariant-dev libghc-iproute-dev libghc-kan-extensions-dev
  libghc-lens-dev libghc-memory-dev libghc-mime-types-dev
  libghc-mono-traversable-dev libghc-network-dev libghc-network-uri-dev
  libghc-old-locale-dev libghc-old-time-dev libghc-onetuple-dev
  libghc-os-string-dev libghc-pango-dev libghc-parallel-dev
  libghc-parsec-numbers-dev libghc-pem-dev libghc-primitive-dev
  libghc-profunctors-dev libghc-quickcheck-io-dev libghc-quickcheck2-dev
  libghc-random-dev libghc-reflection-dev libghc-regex-base-dev
  libghc-regex-compat-dev libghc-regex-posix-dev libghc-resourcet-dev
  libghc-scientific-dev libghc-semialign-dev libghc-semigroupoids-dev
  libghc-semigroups-dev libghc-socks-dev libghc-split-dev libghc-splitmix-dev
  libghc-statevar-dev libghc-streaming-commons-dev libghc-strict-dev
  libghc-tagged-dev libghc-temporary-dev libghc-text-short-dev
  libghc-tf-random-dev libghc-th-abstraction-dev libghc-th-compat-dev
  libghc-th-lift-dev libghc-these-dev libghc-time-compat-dev libghc-tls-dev
  libghc-transformers-base-dev libghc-transformers-compat-dev
  libghc-typed-process-dev libghc-unix-time-dev libghc-unliftio-core-dev
  libghc-unordered-containers-dev libghc-utf8-string-dev libghc-uuid-types-dev
  libghc-vector-algorithms-dev libghc-vector-dev libghc-vector-stream-dev
  libghc-void-dev libghc-witherable-dev libghc-x11-dev libghc-x11-xft-dev
  libghc-xml-conduit-dev libghc-xml-types-dev libghc-zlib-dev libgio-2.0-dev
  libgio-2.0-dev-bin libgirepository-2.0-0 libglib2.0-bin libglib2.0-data
  libglib2.0-dev libglib2.0-dev-bin libgmp-dev libgmpxx4ldbl libgraphite2-3
  libgraphite2-dev libharfbuzz-cairo0 libharfbuzz-dev libharfbuzz-gobject0
  libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0b libhwasan0 libice-dev
  libice6 libicu-dev libisl23 libitm1 liblsan0 libmd-dev libmount-dev libmpc3
  libmpfr6 libncurses-dev libncurses6 libncursesw6 libnsl2 libnuma-dev
  libnuma1 libpango-1.0-0 libpango1.0-dev libpangocairo-1.0-0
  libpangoft2-1.0-0 libpangoxft-1.0-0 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
  libpcre2-posix3 libpixman-1-0 libpixman-1-dev libpkgconf3 libpng-dev
  libpng16-16t64 libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib
  libselinux1-dev libsepol-dev libsm-dev libsm6 libstdc++-14-dev
  libsysprof-capture-4-dev libthai-data libthai-dev libthai0 libtirpc-common
  libtirpc3t64 libtool libtsan2 libubsan1 libx11-6 libx11-data libx11-dev
  libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0
  libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev
  libxext6 libxft-dev libxft2 libxinerama-dev libxinerama1 libxpm-dev libxpm4
  libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxss-dev libxss1
  libxt-dev libxt6t64 linux-libc-dev m4 media-types native-architecture
  pango1.0-tools pkgconf pkgconf-bin po-debconf python3 python3-minimal
  python3-packaging python3-scour python3.12 python3.12-minimal rpcsvc-proto
  scour uuid-dev x11-common x11proto-dev xorg-sgml-doctools xtrans-dev
  zlib1g-dev
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc devscripts cpp-doc
  gcc-14-locales cpp-14-doc debtags dh-make gcc-14-doc gcc-multilib
  manpages-dev flex bison gdb gcc-doc gdb-aarch64-linux-gnu ghc-prof ghc-doc
  llvm-18 haskell-devscripts alsa-utils libasound2-doc libasound2-plugins
  libc-devtools glibc-doc libcairo2-doc libdatrie-doc freetype2-doc
  libglib2.0-doc libgdk-pixbuf2.0-bin libxml2-utils gmp-doc libgmp10-doc
  libmpfr-dev libgraphite2-utils libice-doc icu-doc ncurses-doc
  libpango1.0-doc libsm-doc libstdc++-14-doc libthai-doc libtool-doc gfortran
  | fortran95-compiler gcj-jdk libx11-doc libxcb-doc libxext-doc libxt-doc
  m4-doc graphicsmagick libmail-box-perl python3-doc python3-tk python3-venv
  python3.12-venv python3.12-doc binfmt-support gir1.2-rsvg-2.0
  python3-gi-cairo
Recommended packages:
  alsa-ucm-conf alsa-topology-conf bzip2-doc manpages manpages-dev
  libarchive-cpio-perl libgpm2 libpng-tools libltdl-dev libmail-sendmail-perl
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev build-essential cdbs cpp cpp-14
  cpp-14-aarch64-linux-gnu cpp-aarch64-linux-gnu dctrl-tools debhelper
  dh-autoreconf dh-buildinfo dh-strip-nondeterminism dwz fakeroot fontconfig
  fontconfig-config fonts-dejavu-core fonts-dejavu-mono g++ g++-14
  g++-14-aarch64-linux-gnu g++-aarch64-linux-gnu gcc gcc-14
  gcc-14-aarch64-linux-gnu gcc-aarch64-linux-gnu ghc gir1.2-freedesktop
  gir1.2-freedesktop-dev gir1.2-glib-2.0 gir1.2-glib-2.0-dev
  gir1.2-harfbuzz-0.0 gir1.2-pango-1.0 girepository-tools
  haskell-devscripts-minimal hspec-discover html-xml-utils icu-devtools
  libasan8 libasound2-data libasound2-dev libasound2t64 libblkid-dev
  libbrotli-dev libbsd-dev libbz2-dev libc-dev-bin libc6-dev libcairo-gobject2
  libcairo-script-interpreter2 libcairo2 libcairo2-dev libcc1-0 libcrypt-dev
  libdatrie-dev libdatrie1 libdebhelper-perl libdevel-confess-perl libelf1t64
  libexpat1 libexpat1-dev libfakeroot libffi-dev
  libfile-stripnondeterminism-perl libfontconfig-dev libfontconfig1
  libfreetype-dev libfreetype6 libfribidi-dev libfribidi0 libgcc-14-dev
  libghc-adjunctions-dev libghc-aeson-dev libghc-alsa-core-dev
  libghc-alsa-mixer-dev libghc-ansi-terminal-dev
  libghc-ansi-terminal-types-dev libghc-appar-dev libghc-asn1-encoding-dev
  libghc-asn1-parse-dev libghc-asn1-types-dev libghc-assoc-dev
  libghc-async-dev libghc-attoparsec-aeson-dev libghc-attoparsec-dev
  libghc-base-compat-batteries-dev libghc-base-compat-dev
  libghc-base-orphans-dev libghc-base64-bytestring-dev libghc-basement-dev
  libghc-bifunctors-dev libghc-bitvec-dev libghc-blaze-builder-dev
  libghc-blaze-html-dev libghc-blaze-markup-dev libghc-byteorder-dev
  libghc-cairo-dev libghc-call-stack-dev libghc-case-insensitive-dev
  libghc-cereal-dev libghc-clock-dev libghc-colour-dev libghc-comonad-dev
  libghc-conduit-dev libghc-conduit-extra-dev libghc-contravariant-dev
  libghc-cookie-dev libghc-crypton-connection-dev libghc-crypton-dev
  libghc-crypton-x509-dev libghc-crypton-x509-store-dev
  libghc-crypton-x509-system-dev libghc-crypton-x509-validation-dev
  libghc-data-default-class-dev libghc-data-fix-dev libghc-dbus-dev
  libghc-distributive-dev libghc-dlist-dev libghc-extensible-exceptions-dev
  libghc-extra-dev libghc-free-dev libghc-glib-dev libghc-hashable-dev
  libghc-haskell-lexer-dev libghc-hinotify-dev libghc-hourglass-dev
  libghc-hspec-core-dev libghc-hspec-dev libghc-hspec-expectations-dev
  libghc-http-client-dev libghc-http-client-tls-dev libghc-http-conduit-dev
  libghc-http-types-dev libghc-hunit-dev libghc-indexed-traversable-dev
  libghc-indexed-traversable-instances-dev libghc-integer-logarithms-dev
  libghc-invariant-dev libghc-iproute-dev libghc-kan-extensions-dev
  libghc-lens-dev libghc-memory-dev libghc-mime-types-dev
  libghc-mono-traversable-dev libghc-network-dev libghc-network-uri-dev
  libghc-old-locale-dev libghc-old-time-dev libghc-onetuple-dev
  libghc-os-string-dev libghc-pango-dev libghc-parallel-dev
  libghc-parsec-numbers-dev libghc-pem-dev libghc-primitive-dev
  libghc-profunctors-dev libghc-quickcheck-io-dev libghc-quickcheck2-dev
  libghc-random-dev libghc-reflection-dev libghc-regex-base-dev
  libghc-regex-compat-dev libghc-regex-posix-dev libghc-resourcet-dev
  libghc-scientific-dev libghc-semialign-dev libghc-semigroupoids-dev
  libghc-semigroups-dev libghc-socks-dev libghc-split-dev libghc-splitmix-dev
  libghc-statevar-dev libghc-streaming-commons-dev libghc-strict-dev
  libghc-tagged-dev libghc-temporary-dev libghc-text-short-dev
  libghc-tf-random-dev libghc-th-abstraction-dev libghc-th-compat-dev
  libghc-th-lift-dev libghc-these-dev libghc-time-compat-dev libghc-tls-dev
  libghc-transformers-base-dev libghc-transformers-compat-dev
  libghc-typed-process-dev libghc-unix-time-dev libghc-unliftio-core-dev
  libghc-unordered-containers-dev libghc-utf8-string-dev libghc-uuid-types-dev
  libghc-vector-algorithms-dev libghc-vector-dev libghc-vector-stream-dev
  libghc-void-dev libghc-witherable-dev libghc-x11-dev libghc-x11-xft-dev
  libghc-xml-conduit-dev libghc-xml-types-dev libghc-zlib-dev libgio-2.0-dev
  libgio-2.0-dev-bin libgirepository-2.0-0 libglib2.0-bin libglib2.0-data
  libglib2.0-dev libglib2.0-dev-bin libgmp-dev libgmpxx4ldbl libgraphite2-3
  libgraphite2-dev libharfbuzz-cairo0 libharfbuzz-dev libharfbuzz-gobject0
  libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0b libhwasan0 libice-dev
  libice6 libicu-dev libisl23 libitm1 liblsan0 libmd-dev libmount-dev libmpc3
  libmpfr6 libncurses-dev libncurses6 libncursesw6 libnsl2 libnuma-dev
  libnuma1 libpango-1.0-0 libpango1.0-dev libpangocairo-1.0-0
  libpangoft2-1.0-0 libpangoxft-1.0-0 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
  libpcre2-posix3 libpixman-1-0 libpixman-1-dev libpkgconf3 libpng-dev
  libpng16-16t64 libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib
  libselinux1-dev libsepol-dev libsm-dev libsm6 libstdc++-14-dev
  libsysprof-capture-4-dev libthai-data libthai-dev libthai0 libtirpc-common
  libtirpc3t64 libtool libtsan2 libubsan1 libx11-6 libx11-data libx11-dev
  libxau-dev libxau6 libxcb-render0 libxcb-render0-dev libxcb-shm0
  libxcb-shm0-dev libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev
  libxext6 libxft-dev libxft2 libxinerama-dev libxinerama1 libxpm-dev libxpm4
  libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxss-dev libxss1
  libxt-dev libxt6t64 linux-libc-dev m4 media-types native-architecture
  pango1.0-tools pkgconf pkgconf-bin po-debconf python3 python3-minimal
  python3-packaging python3-scour python3.12 python3.12-minimal rpcsvc-proto
  sbuild-build-depends-main-dummy scour uuid-dev x11-common x11proto-dev
  xorg-sgml-doctools xtrans-dev zlib1g-dev
0 upgraded, 322 newly installed, 0 to remove and 0 not upgraded.
Need to get 216 MB of archives.
After this operation, 1677 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [1132 B]
Get:2 http://deb.debian.org/debian sid/main arm64 libisl23 arm64 0.27-1 [601 kB]
Get:3 http://deb.debian.org/debian sid/main arm64 libmpfr6 arm64 4.2.1-1+b2 [680 kB]
Get:4 http://deb.debian.org/debian sid/main arm64 libmpc3 arm64 1.3.1-1+b3 [50.5 kB]
Get:5 http://deb.debian.org/debian sid/main arm64 cpp-14-aarch64-linux-gnu arm64 14.2.0-8 [9166 kB]
Get:6 http://deb.debian.org/debian sid/main arm64 cpp-14 arm64 14.2.0-8 [1284 B]
Get:7 http://deb.debian.org/debian sid/main arm64 cpp-aarch64-linux-gnu arm64 4:14.2.0-1 [4832 B]
Get:8 http://deb.debian.org/debian sid/main arm64 cpp arm64 4:14.2.0-1 [1568 B]
Get:9 http://deb.debian.org/debian sid/main arm64 libcc1-0 arm64 14.2.0-8 [42.2 kB]
Get:10 http://deb.debian.org/debian sid/main arm64 libitm1 arm64 14.2.0-8 [24.2 kB]
Get:11 http://deb.debian.org/debian sid/main arm64 libasan8 arm64 14.2.0-8 [2579 kB]
Get:12 http://deb.debian.org/debian sid/main arm64 liblsan0 arm64 14.2.0-8 [1161 kB]
Get:13 http://deb.debian.org/debian sid/main arm64 libtsan2 arm64 14.2.0-8 [2386 kB]
Get:14 http://deb.debian.org/debian sid/main arm64 libubsan1 arm64 14.2.0-8 [1039 kB]
Get:15 http://deb.debian.org/debian sid/main arm64 libhwasan0 arm64 14.2.0-8 [1442 kB]
Get:16 http://deb.debian.org/debian sid/main arm64 libgcc-14-dev arm64 14.2.0-8 [2365 kB]
Get:17 http://deb.debian.org/debian sid/main arm64 gcc-14-aarch64-linux-gnu arm64 14.2.0-8 [17.7 MB]
Get:18 http://deb.debian.org/debian sid/main arm64 gcc-14 arm64 14.2.0-8 [519 kB]
Get:19 http://deb.debian.org/debian sid/main arm64 gcc-aarch64-linux-gnu arm64 4:14.2.0-1 [1440 B]
Get:20 http://deb.debian.org/debian sid/main arm64 gcc arm64 4:14.2.0-1 [5136 B]
Get:21 http://deb.debian.org/debian sid/main arm64 libgmpxx4ldbl arm64 2:6.3.0+dfsg-2+b2 [329 kB]
Get:22 http://deb.debian.org/debian sid/main arm64 libgmp-dev arm64 2:6.3.0+dfsg-2+b2 [621 kB]
Get:23 http://deb.debian.org/debian sid/main arm64 libffi-dev arm64 3.4.6-1 [57.0 kB]
Get:24 http://deb.debian.org/debian sid/main arm64 libmd-dev arm64 1.1.0-2+b1 [53.3 kB]
Get:25 http://deb.debian.org/debian sid/main arm64 libbsd-dev arm64 0.12.2-2 [257 kB]
Get:26 http://deb.debian.org/debian sid/main arm64 libc-dev-bin arm64 2.40-3 [50.9 kB]
Get:27 http://deb.debian.org/debian sid/main arm64 linux-libc-dev all 6.11.9-1 [2459 kB]
Get:28 http://deb.debian.org/debian sid/main arm64 libcrypt-dev arm64 1:4.4.36-5 [122 kB]
Get:29 http://deb.debian.org/debian sid/main arm64 rpcsvc-proto arm64 1.4.3-1+b1 [60.5 kB]
Get:30 http://deb.debian.org/debian sid/main arm64 libc6-dev arm64 2.40-3 [1591 kB]
Get:31 http://deb.debian.org/debian sid/main arm64 libncurses6 arm64 6.5-2+b1 [96.1 kB]
Get:32 http://deb.debian.org/debian sid/main arm64 libncursesw6 arm64 6.5-2+b1 [125 kB]
Get:33 http://deb.debian.org/debian sid/main arm64 libncurses-dev arm64 6.5-2+b1 [338 kB]
Get:34 http://deb.debian.org/debian sid/main arm64 libnuma1 arm64 2.0.18-1+b1 [21.8 kB]
Get:35 http://deb.debian.org/debian sid/main arm64 libnuma-dev arm64 2.0.18-1+b1 [37.8 kB]
Get:36 http://deb.debian.org/debian sid/main arm64 ghc arm64 9.6.6-3 [80.5 MB]
Get:37 http://deb.debian.org/debian sid/main arm64 libpython3.12-minimal arm64 3.12.7-3 [808 kB]
Get:38 http://deb.debian.org/debian sid/main arm64 libexpat1 arm64 2.6.4-1 [90.7 kB]
Get:39 http://deb.debian.org/debian sid/main arm64 python3.12-minimal arm64 3.12.7-3 [1940 kB]
Get:40 http://deb.debian.org/debian sid/main arm64 python3-minimal arm64 3.12.7-1 [26.8 kB]
Get:41 http://deb.debian.org/debian sid/main arm64 media-types all 10.1.0 [26.9 kB]
Get:42 http://deb.debian.org/debian sid/main arm64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]
Get:43 http://deb.debian.org/debian sid/main arm64 libtirpc3t64 arm64 1.3.4+ds-1.3+b1 [78.7 kB]
Get:44 http://deb.debian.org/debian sid/main arm64 libnsl2 arm64 1.3.0-3+b3 [37.9 kB]
Get:45 http://deb.debian.org/debian sid/main arm64 libpython3.12-stdlib arm64 3.12.7-3 [1902 kB]
Get:46 http://deb.debian.org/debian sid/main arm64 python3.12 arm64 3.12.7-3 [671 kB]
Get:47 http://deb.debian.org/debian sid/main arm64 libpython3-stdlib arm64 3.12.7-1 [9708 B]
Get:48 http://deb.debian.org/debian sid/main arm64 python3 arm64 3.12.7-1 [27.8 kB]
Get:49 http://deb.debian.org/debian sid/main arm64 m4 arm64 1.4.19-4 [277 kB]
Get:50 http://deb.debian.org/debian sid/main arm64 autoconf all 2.72-3 [493 kB]
Get:51 http://deb.debian.org/debian sid/main arm64 autotools-dev all 20220109.1 [51.6 kB]
Get:52 http://deb.debian.org/debian sid/main arm64 automake all 1:1.16.5-1.3 [823 kB]
Get:53 http://deb.debian.org/debian sid/main arm64 autopoint all 0.22.5-2 [723 kB]
Get:54 http://deb.debian.org/debian sid/main arm64 libstdc++-14-dev arm64 14.2.0-8 [2267 kB]
Get:55 http://deb.debian.org/debian sid/main arm64 g++-14-aarch64-linux-gnu arm64 14.2.0-8 [10.1 MB]
Get:56 http://deb.debian.org/debian sid/main arm64 g++-14 arm64 14.2.0-8 [20.2 kB]
Get:57 http://deb.debian.org/debian sid/main arm64 g++-aarch64-linux-gnu arm64 4:14.2.0-1 [1200 B]
Get:58 http://deb.debian.org/debian sid/main arm64 g++ arm64 4:14.2.0-1 [1332 B]
Get:59 http://deb.debian.org/debian sid/main arm64 build-essential arm64 12.12 [4624 B]
Get:60 http://deb.debian.org/debian sid/main arm64 python3-scour all 0.38.2-5 [55.7 kB]
Get:61 http://deb.debian.org/debian sid/main arm64 scour all 0.38.2-5 [16.3 kB]
Get:62 http://deb.debian.org/debian sid/main arm64 cdbs all 0.4.166 [47.3 kB]
Get:63 http://deb.debian.org/debian sid/main arm64 dctrl-tools arm64 2.24-3+b1 [125 kB]
Get:64 http://deb.debian.org/debian sid/main arm64 libdebhelper-perl all 13.20 [89.7 kB]
Get:65 http://deb.debian.org/debian sid/main arm64 libtool all 2.4.7-8 [517 kB]
Get:66 http://deb.debian.org/debian sid/main arm64 dh-autoreconf all 20 [17.1 kB]
Get:67 http://deb.debian.org/debian sid/main arm64 libfile-stripnondeterminism-perl all 1.14.0-1 [19.5 kB]
Get:68 http://deb.debian.org/debian sid/main arm64 dh-strip-nondeterminism all 1.14.0-1 [8448 B]
Get:69 http://deb.debian.org/debian sid/main arm64 libelf1t64 arm64 0.192-4 [189 kB]
Get:70 http://deb.debian.org/debian sid/main arm64 dwz arm64 0.15-1+b1 [102 kB]
Get:71 http://deb.debian.org/debian sid/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:72 http://deb.debian.org/debian sid/main arm64 debhelper all 13.20 [915 kB]
Get:73 http://deb.debian.org/debian sid/main arm64 dh-buildinfo all 0.11+nmu3 [17.1 kB]
Get:74 http://deb.debian.org/debian sid/main arm64 libfakeroot arm64 1.36-1 [29.1 kB]
Get:75 http://deb.debian.org/debian sid/main arm64 fakeroot arm64 1.36-1 [74.4 kB]
Get:76 http://deb.debian.org/debian sid/main arm64 libpng16-16t64 arm64 1.6.44-2 [273 kB]
Get:77 http://deb.debian.org/debian sid/main arm64 libfreetype6 arm64 2.13.3+dfsg-1 [422 kB]
Get:78 http://deb.debian.org/debian sid/main arm64 fonts-dejavu-mono all 2.37-8 [489 kB]
Get:79 http://deb.debian.org/debian sid/main arm64 fonts-dejavu-core all 2.37-8 [840 kB]
Get:80 http://deb.debian.org/debian sid/main arm64 fontconfig-config arm64 2.15.0-1.1+b1 [318 kB]
Get:81 http://deb.debian.org/debian sid/main arm64 libfontconfig1 arm64 2.15.0-1.1+b1 [387 kB]
Get:82 http://deb.debian.org/debian sid/main arm64 fontconfig arm64 2.15.0-1.1+b1 [463 kB]
Get:83 http://deb.debian.org/debian sid/main arm64 gir1.2-glib-2.0 arm64 2.82.2-3 [193 kB]
Get:84 http://deb.debian.org/debian sid/main arm64 libpixman-1-0 arm64 0.44.0-3 [168 kB]
Get:85 http://deb.debian.org/debian sid/main arm64 libxau6 arm64 1:1.0.11-1 [20.6 kB]
Get:86 http://deb.debian.org/debian sid/main arm64 libxdmcp6 arm64 1:1.1.2-3+b2 [24.4 kB]
Get:87 http://deb.debian.org/debian sid/main arm64 libxcb1 arm64 1.17.0-2+b1 [143 kB]
Get:88 http://deb.debian.org/debian sid/main arm64 libx11-data all 2:1.8.10-2 [337 kB]
Get:89 http://deb.debian.org/debian sid/main arm64 libx11-6 arm64 2:1.8.10-2 [789 kB]
Get:90 http://deb.debian.org/debian sid/main arm64 libxcb-render0 arm64 1.17.0-2+b1 [115 kB]
Get:91 http://deb.debian.org/debian sid/main arm64 libxcb-shm0 arm64 1.17.0-2+b1 [105 kB]
Get:92 http://deb.debian.org/debian sid/main arm64 libxext6 arm64 2:1.3.4-1+b2 [49.3 kB]
Get:93 http://deb.debian.org/debian sid/main arm64 libxrender1 arm64 1:0.9.10-1.1+b2 [27.2 kB]
Get:94 http://deb.debian.org/debian sid/main arm64 libcairo2 arm64 1.18.2-2 [483 kB]
Get:95 http://deb.debian.org/debian sid/main arm64 libcairo-gobject2 arm64 1.18.2-2 [130 kB]
Get:96 http://deb.debian.org/debian sid/main arm64 gir1.2-freedesktop arm64 1.82.0-2 [59.7 kB]
Get:97 http://deb.debian.org/debian sid/main arm64 gir1.2-glib-2.0-dev arm64 2.82.2-3 [903 kB]
Get:98 http://deb.debian.org/debian sid/main arm64 gir1.2-freedesktop-dev arm64 1.82.0-2 [50.8 kB]
Get:99 http://deb.debian.org/debian sid/main arm64 libgraphite2-3 arm64 1.3.14-2+b1 [70.4 kB]
Get:100 http://deb.debian.org/debian sid/main arm64 libharfbuzz0b arm64 10.0.1-1 [441 kB]
Get:101 http://deb.debian.org/debian sid/main arm64 libharfbuzz-gobject0 arm64 10.0.1-1 [32.0 kB]
Get:102 http://deb.debian.org/debian sid/main arm64 gir1.2-harfbuzz-0.0 arm64 10.0.1-1 [41.8 kB]
Get:103 http://deb.debian.org/debian sid/main arm64 libfribidi0 arm64 1.0.15-1 [71.8 kB]
Get:104 http://deb.debian.org/debian sid/main arm64 libthai-data all 0.1.29-2 [168 kB]
Get:105 http://deb.debian.org/debian sid/main arm64 libdatrie1 arm64 0.2.13-3+b1 [37.6 kB]
Get:106 http://deb.debian.org/debian sid/main arm64 libthai0 arm64 0.1.29-2+b1 [48.4 kB]
Get:107 http://deb.debian.org/debian sid/main arm64 libpango-1.0-0 arm64 1.54.0+ds-3 [210 kB]
Get:108 http://deb.debian.org/debian sid/main arm64 libpangoft2-1.0-0 arm64 1.54.0+ds-3 [51.8 kB]
Get:109 http://deb.debian.org/debian sid/main arm64 libpangocairo-1.0-0 arm64 1.54.0+ds-3 [33.5 kB]
Get:110 http://deb.debian.org/debian sid/main arm64 libxft2 arm64 2.3.6-1+b2 [51.6 kB]
Get:111 http://deb.debian.org/debian sid/main arm64 libpangoxft-1.0-0 arm64 1.54.0+ds-3 [26.8 kB]
Get:112 http://deb.debian.org/debian sid/main arm64 gir1.2-pango-1.0 arm64 1.54.0+ds-3 [38.6 kB]
Get:113 http://deb.debian.org/debian sid/main arm64 native-architecture all 0.2.3 [2108 B]
Get:114 http://deb.debian.org/debian sid/main arm64 libgirepository-2.0-0 arm64 2.82.2-3 [130 kB]
Get:115 http://deb.debian.org/debian sid/main arm64 girepository-tools arm64 2.82.2-3 [134 kB]
Get:116 http://deb.debian.org/debian sid/main arm64 html-xml-utils arm64 7.7-1.1+b2 [291 kB]
Get:117 http://deb.debian.org/debian sid/main arm64 libdevel-confess-perl all 0.009004-4 [19.3 kB]
Get:118 http://deb.debian.org/debian sid/main arm64 haskell-devscripts-minimal all 0.16.33 [53.0 kB]
Get:119 http://deb.debian.org/debian sid/main arm64 hspec-discover arm64 2.11.9-1 [1510 kB]
Get:120 http://deb.debian.org/debian sid/main arm64 icu-devtools arm64 72.1-5+b1 [195 kB]
Get:121 http://deb.debian.org/debian sid/main arm64 libasound2-data all 1.2.12-1 [21.0 kB]
Get:122 http://deb.debian.org/debian sid/main arm64 libasound2t64 arm64 1.2.12-1+b1 [336 kB]
Get:123 http://deb.debian.org/debian sid/main arm64 libasound2-dev arm64 1.2.12-1+b1 [116 kB]
Get:124 http://deb.debian.org/debian sid/main arm64 uuid-dev arm64 2.40.2-11 [47.8 kB]
Get:125 http://deb.debian.org/debian sid/main arm64 libblkid-dev arm64 2.40.2-11 [208 kB]
Get:126 http://deb.debian.org/debian sid/main arm64 libbrotli-dev arm64 1.1.0-2+b6 [308 kB]
Get:127 http://deb.debian.org/debian sid/main arm64 libbz2-dev arm64 1.0.8-6 [31.9 kB]
Get:128 http://deb.debian.org/debian sid/main arm64 libcairo-script-interpreter2 arm64 1.18.2-2 [57.4 kB]
Get:129 http://deb.debian.org/debian sid/main arm64 libexpat1-dev arm64 2.6.4-1 [143 kB]
Get:130 http://deb.debian.org/debian sid/main arm64 zlib1g-dev arm64 1:1.3.dfsg+really1.3.1-1+b1 [917 kB]
Get:131 http://deb.debian.org/debian sid/main arm64 libpng-dev arm64 1.6.44-2 [360 kB]
Get:132 http://deb.debian.org/debian sid/main arm64 libfreetype-dev arm64 2.13.3+dfsg-1 [600 kB]
Get:133 http://deb.debian.org/debian sid/main arm64 libpkgconf3 arm64 1.8.1-4 [35.3 kB]
Get:134 http://deb.debian.org/debian sid/main arm64 pkgconf-bin arm64 1.8.1-4 [29.6 kB]
Get:135 http://deb.debian.org/debian sid/main arm64 pkgconf arm64 1.8.1-4 [26.1 kB]
Get:136 http://deb.debian.org/debian sid/main arm64 libfontconfig-dev arm64 2.15.0-1.1+b1 [411 kB]
Get:137 http://deb.debian.org/debian sid/main arm64 libsepol-dev arm64 3.7-1 [354 kB]
Get:138 http://deb.debian.org/debian sid/main arm64 libpcre2-16-0 arm64 10.44-4 [230 kB]
Get:139 http://deb.debian.org/debian sid/main arm64 libpcre2-32-0 arm64 10.44-4 [220 kB]
Get:140 http://deb.debian.org/debian sid/main arm64 libpcre2-posix3 arm64 10.44-4 [60.4 kB]
Get:141 http://deb.debian.org/debian sid/main arm64 libpcre2-dev arm64 10.44-4 [704 kB]
Get:142 http://deb.debian.org/debian sid/main arm64 libselinux1-dev arm64 3.7-3+b1 [164 kB]
Get:143 http://deb.debian.org/debian sid/main arm64 libmount-dev arm64 2.40.2-11 [28.9 kB]
Get:144 http://deb.debian.org/debian sid/main arm64 libsysprof-capture-4-dev arm64 47.0-2 [48.9 kB]
Get:145 http://deb.debian.org/debian sid/main arm64 libgio-2.0-dev arm64 2.82.2-3 [1691 kB]
Get:146 http://deb.debian.org/debian sid/main arm64 libglib2.0-data all 2.82.2-3 [1275 kB]
Get:147 http://deb.debian.org/debian sid/main arm64 libglib2.0-bin arm64 2.82.2-3 [123 kB]
Get:148 http://deb.debian.org/debian sid/main arm64 python3-packaging all 24.2-1 [55.3 kB]
Get:149 http://deb.debian.org/debian sid/main arm64 libgio-2.0-dev-bin arm64 2.82.2-3 [162 kB]
Get:150 http://deb.debian.org/debian sid/main arm64 libglib2.0-dev-bin arm64 2.82.2-3 [51.5 kB]
Get:151 http://deb.debian.org/debian sid/main arm64 libglib2.0-dev arm64 2.82.2-3 [52.3 kB]
Get:152 http://deb.debian.org/debian sid/main arm64 libpixman-1-dev arm64 0.44.0-3 [11.4 kB]
Get:153 http://deb.debian.org/debian sid/main arm64 x11-common all 1:7.7+23.1 [216 kB]
Get:154 http://deb.debian.org/debian sid/main arm64 libice6 arm64 2:1.1.1-1 [62.1 kB]
Get:155 http://deb.debian.org/debian sid/main arm64 libsm6 arm64 2:1.2.4-1 [34.2 kB]
Get:156 http://deb.debian.org/debian sid/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [22.1 kB]
Get:157 http://deb.debian.org/debian sid/main arm64 x11proto-dev all 2024.1-1 [603 kB]
Get:158 http://deb.debian.org/debian sid/main arm64 libice-dev arm64 2:1.1.1-1 [73.0 kB]
Get:159 http://deb.debian.org/debian sid/main arm64 libsm-dev arm64 2:1.2.4-1 [38.0 kB]
Get:160 http://deb.debian.org/debian sid/main arm64 libxau-dev arm64 1:1.0.11-1 [23.9 kB]
Get:161 http://deb.debian.org/debian sid/main arm64 libxdmcp-dev arm64 1:1.1.2-3+b2 [40.6 kB]
Get:162 http://deb.debian.org/debian sid/main arm64 xtrans-dev all 1.4.0-1 [98.7 kB]
Get:163 http://deb.debian.org/debian sid/main arm64 libxcb1-dev arm64 1.17.0-2+b1 [182 kB]
Get:164 http://deb.debian.org/debian sid/main arm64 libx11-dev arm64 2:1.8.10-2 [877 kB]
Get:165 http://deb.debian.org/debian sid/main arm64 libxcb-render0-dev arm64 1.17.0-2+b1 [119 kB]
Get:166 http://deb.debian.org/debian sid/main arm64 libxcb-shm0-dev arm64 1.17.0-2+b1 [108 kB]
Get:167 http://deb.debian.org/debian sid/main arm64 libxext-dev arm64 2:1.3.4-1+b2 [105 kB]
Get:168 http://deb.debian.org/debian sid/main arm64 libxrender-dev arm64 1:0.9.10-1.1+b2 [35.7 kB]
Get:169 http://deb.debian.org/debian sid/main arm64 libcairo2-dev arm64 1.18.2-2 [43.0 kB]
Get:170 http://deb.debian.org/debian sid/main arm64 libdatrie-dev arm64 0.2.13-3+b1 [18.5 kB]
Get:171 http://deb.debian.org/debian sid/main arm64 libfribidi-dev arm64 1.0.15-1 [111 kB]
Get:172 http://deb.debian.org/debian sid/main arm64 libghc-base-orphans-dev arm64 0.9.2-1 [38.0 kB]
Get:173 http://deb.debian.org/debian sid/main arm64 libghc-tagged-dev arm64 0.8.8-1 [76.3 kB]
Get:174 http://deb.debian.org/debian sid/main arm64 libghc-distributive-dev arm64 0.6.2.1-3 [50.4 kB]
Get:175 http://deb.debian.org/debian sid/main arm64 libghc-indexed-traversable-dev arm64 0.1.4-1 [143 kB]
Get:176 http://deb.debian.org/debian sid/main arm64 libghc-transformers-compat-dev arm64 0.7.2-2 [127 kB]
Get:177 http://deb.debian.org/debian sid/main arm64 libghc-comonad-dev arm64 5.0.8-3 [125 kB]
Get:178 http://deb.debian.org/debian sid/main arm64 libghc-statevar-dev arm64 1.2.2-3 [26.4 kB]
Get:179 http://deb.debian.org/debian sid/main arm64 libghc-contravariant-dev arm64 1.5.5-3 [73.2 kB]
Get:180 http://deb.debian.org/debian sid/main arm64 libghc-assoc-dev arm64 1.1.1-1 [17.2 kB]
Get:181 http://deb.debian.org/debian sid/main arm64 libghc-th-abstraction-dev arm64 0.5.0.0-1 [211 kB]
Get:182 http://deb.debian.org/debian sid/main arm64 libghc-bifunctors-dev arm64 5.6.2-1 [527 kB]
Get:183 http://deb.debian.org/debian sid/main arm64 libghc-profunctors-dev arm64 5.6.2-3 [361 kB]
Get:184 http://deb.debian.org/debian sid/main arm64 libghc-os-string-dev arm64 2.0.6-2 [204 kB]
Get:185 http://deb.debian.org/debian sid/main arm64 libghc-hashable-dev arm64 1.4.4.0-1 [126 kB]
Get:186 http://deb.debian.org/debian sid/main arm64 libghc-unordered-containers-dev arm64 0.2.20-3 [314 kB]
Get:187 http://deb.debian.org/debian sid/main arm64 libghc-semigroupoids-dev arm64 6.0.1-1 [412 kB]
Get:188 http://deb.debian.org/debian sid/main arm64 libghc-transformers-base-dev arm64 0.4.6-3 [28.8 kB]
Get:189 http://deb.debian.org/debian sid/main arm64 libghc-free-dev arm64 5.2-1 [735 kB]
Get:190 http://deb.debian.org/debian sid/main arm64 libghc-semigroups-dev arm64 0.20-3 [20.6 kB]
Get:191 http://deb.debian.org/debian sid/main arm64 libghc-void-dev arm64 0.7.3-5 [10.6 kB]
Get:192 http://deb.debian.org/debian sid/main arm64 libghc-adjunctions-dev arm64 4.4.2-3 [207 kB]
Get:193 http://deb.debian.org/debian sid/main arm64 libghc-integer-logarithms-dev arm64 1.0.3.1-4 [49.5 kB]
Get:194 http://deb.debian.org/debian sid/main arm64 libghc-primitive-dev arm64 0.8.0.0-2 [315 kB]
Get:195 http://deb.debian.org/debian sid/main arm64 libghc-scientific-dev arm64 0.3.7.0-3 [154 kB]
Get:196 http://deb.debian.org/debian sid/main arm64 libghc-attoparsec-dev arm64 0.14.4-4 [608 kB]
Get:197 http://deb.debian.org/debian sid/main arm64 libghc-base-compat-dev arm64 0.13.1-1 [96.4 kB]
Get:198 http://deb.debian.org/debian sid/main arm64 libghc-base-compat-batteries-dev arm64 0.13.1-1 [91.8 kB]
Get:199 http://deb.debian.org/debian sid/main arm64 libghc-data-fix-dev arm64 0.3.4-1 [49.1 kB]
Get:200 http://deb.debian.org/debian sid/main arm64 libghc-dlist-dev arm64 1.0-4 [69.1 kB]
Get:201 http://deb.debian.org/debian sid/main arm64 libghc-onetuple-dev arm64 0.4.2-1 [13.5 kB]
Get:202 http://deb.debian.org/debian sid/main arm64 libghc-splitmix-dev arm64 0.1.0.5-2 [50.2 kB]
Get:203 http://deb.debian.org/debian sid/main arm64 libghc-random-dev arm64 1.2.1.2-1 [323 kB]
Get:204 http://deb.debian.org/debian sid/main arm64 libghc-quickcheck2-dev arm64 2.14.3-2 [696 kB]
Get:205 http://deb.debian.org/debian sid/main arm64 libghc-vector-stream-dev arm64 0.1.0.1-1 [108 kB]
Get:206 http://deb.debian.org/debian sid/main arm64 libghc-vector-dev arm64 0.13.1.0-2 [1752 kB]
Get:207 http://deb.debian.org/debian sid/main arm64 libghc-indexed-traversable-instances-dev arm64 0.1.2-1 [28.0 kB]
Get:208 http://deb.debian.org/debian sid/main arm64 libghc-these-dev arm64 1.2.1-1 [133 kB]
Get:209 http://deb.debian.org/debian sid/main arm64 libghc-semialign-dev arm64 1.3.1-1 [167 kB]
Get:210 http://deb.debian.org/debian sid/main arm64 libghc-strict-dev arm64 0.5-2 [216 kB]
Get:211 http://deb.debian.org/debian sid/main arm64 libghc-text-short-dev arm64 0.1.6-1 [90.4 kB]
Get:212 http://deb.debian.org/debian sid/main arm64 libghc-time-compat-dev arm64 1.9.6.1-3 [81.4 kB]
Get:213 http://deb.debian.org/debian sid/main arm64 libghc-uuid-types-dev arm64 1.0.5.1-2 [83.9 kB]
Get:214 http://deb.debian.org/debian sid/main arm64 libghc-witherable-dev arm64 0.4.2-4 [166 kB]
Get:215 http://deb.debian.org/debian sid/main arm64 libghc-aeson-dev arm64 2.1.2.1-6 [1793 kB]
Get:216 http://deb.debian.org/debian sid/main arm64 libghc-colour-dev arm64 2.3.6-3 [212 kB]
Get:217 http://deb.debian.org/debian sid/main arm64 libghc-ansi-terminal-types-dev arm64 0.11.5-3 [102 kB]
Get:218 http://deb.debian.org/debian sid/main arm64 libghc-ansi-terminal-dev arm64 1.0.2-1 [68.1 kB]
Get:219 http://deb.debian.org/debian sid/main arm64 libghc-appar-dev arm64 0.1.8-5 [36.2 kB]
Get:220 http://deb.debian.org/debian sid/main arm64 libghc-hourglass-dev arm64 0.2.12-7 [359 kB]
Get:221 http://deb.debian.org/debian sid/main arm64 libghc-basement-dev arm64 0.0.16-3 [1130 kB]
Get:222 http://deb.debian.org/debian sid/main arm64 libghc-memory-dev arm64 0.18.0-4 [260 kB]
Get:223 http://deb.debian.org/debian sid/main arm64 libghc-asn1-types-dev arm64 0.3.4-4 [118 kB]
Get:224 http://deb.debian.org/debian sid/main arm64 libghc-asn1-encoding-dev arm64 0.9.6-4 [134 kB]
Get:225 http://deb.debian.org/debian sid/main arm64 libghc-asn1-parse-dev arm64 0.9.5-5 [25.5 kB]
Get:226 http://deb.debian.org/debian sid/main arm64 libghc-async-dev arm64 2.2.5-1 [86.9 kB]
Get:227 http://deb.debian.org/debian sid/main arm64 libghc-attoparsec-aeson-dev arm64 2.1.0.0-3 [8092 B]
Get:228 http://deb.debian.org/debian sid/main arm64 libghc-base64-bytestring-dev arm64 1.2.1.0-3 [48.6 kB]
Get:229 http://deb.debian.org/debian sid/main arm64 libghc-bitvec-dev arm64 1.1.5.0-4 [336 kB]
Get:230 http://deb.debian.org/debian sid/main arm64 libghc-blaze-builder-dev arm64 0.4.2.3-2 [90.3 kB]
Get:231 http://deb.debian.org/debian sid/main arm64 libghc-blaze-markup-dev arm64 0.8.3.0-2 [129 kB]
Get:232 http://deb.debian.org/debian sid/main arm64 libghc-blaze-html-dev arm64 0.9.2.0-1 [375 kB]
Get:233 http://deb.debian.org/debian sid/main arm64 libghc-byteorder-dev arm64 1.0.4-13 [24.1 kB]
Get:234 http://deb.debian.org/debian sid/main arm64 libghc-utf8-string-dev arm64 1.0.2-3 [107 kB]
Get:235 http://deb.debian.org/debian sid/main arm64 libghc-cairo-dev arm64 0.13.11.0-1 [490 kB]
Get:236 http://deb.debian.org/debian sid/main arm64 libghc-call-stack-dev arm64 0.4.0-3 [21.9 kB]
Get:237 http://deb.debian.org/debian sid/main arm64 libghc-case-insensitive-dev arm64 1.2.1.0-5 [52.8 kB]
Get:238 http://deb.debian.org/debian sid/main arm64 libghc-cereal-dev arm64 0.5.8.3-3 [220 kB]
Get:239 http://deb.debian.org/debian sid/main arm64 libghc-clock-dev arm64 0.8.4-2 [92.6 kB]
Get:240 http://deb.debian.org/debian sid/main arm64 libghc-split-dev arm64 0.2.5-1 [50.1 kB]
Get:241 http://deb.debian.org/debian sid/main arm64 libghc-vector-algorithms-dev arm64 0.9.0.2-1 [535 kB]
Get:242 http://deb.debian.org/debian sid/main arm64 libghc-mono-traversable-dev arm64 1.0.20.0-1 [769 kB]
Get:243 http://deb.debian.org/debian sid/main arm64 libghc-unliftio-core-dev arm64 0.2.1.0-2 [26.1 kB]
Get:244 http://deb.debian.org/debian sid/main arm64 libghc-resourcet-dev arm64 1.3.0-1 [103 kB]
Get:245 http://deb.debian.org/debian sid/main arm64 libghc-conduit-dev arm64 1.3.6-1+b1 [433 kB]
Get:246 http://deb.debian.org/debian sid/main arm64 libghc-network-dev arm64 3.1.4.0-2 [376 kB]
Get:247 http://deb.debian.org/debian sid/main arm64 libghc-zlib-dev arm64 0.6.3.0-3 [175 kB]
Get:248 http://deb.debian.org/debian sid/main arm64 libghc-streaming-commons-dev arm64 0.2.2.6-2 [229 kB]
Get:249 http://deb.debian.org/debian sid/main arm64 libghc-typed-process-dev arm64 0.2.12.0-1 [97.5 kB]
Get:250 http://deb.debian.org/debian sid/main arm64 libghc-conduit-extra-dev arm64 1.3.6-3+b1 [212 kB]
Get:251 http://deb.debian.org/debian sid/main arm64 libghc-data-default-class-dev arm64 0.1.2.2-1 [21.7 kB]
Get:252 http://deb.debian.org/debian sid/main arm64 libghc-cookie-dev arm64 0.4.6-2+b1 [46.8 kB]
Get:253 http://deb.debian.org/debian sid/main arm64 libghc-crypton-dev arm64 0.34-1 [2332 kB]
Get:254 http://deb.debian.org/debian sid/main arm64 libghc-pem-dev arm64 0.2.4-6 [33.0 kB]
Get:255 http://deb.debian.org/debian sid/main arm64 libghc-crypton-x509-dev arm64 1.7.7-1 [382 kB]
Get:256 http://deb.debian.org/debian sid/main arm64 libghc-crypton-x509-store-dev arm64 1.6.9-3 [47.9 kB]
Get:257 http://deb.debian.org/debian sid/main arm64 libghc-crypton-x509-system-dev arm64 1.6.7-3 [23.7 kB]
Get:258 http://deb.debian.org/debian sid/main arm64 libghc-crypton-x509-validation-dev arm64 1.6.12-3+b1 [88.5 kB]
Get:259 http://deb.debian.org/debian sid/main arm64 libghc-socks-dev arm64 0.6.1-4 [196 kB]
Get:260 http://deb.debian.org/debian sid/main arm64 libghc-old-locale-dev arm64 1.0.0.7-12 [33.4 kB]
Get:261 http://deb.debian.org/debian sid/main arm64 libghc-old-time-dev arm64 1.1.0.4-1 [111 kB]
Get:262 http://deb.debian.org/debian sid/main arm64 libghc-unix-time-dev arm64 0.4.15-1 [55.1 kB]
Get:263 http://deb.debian.org/debian sid/main arm64 libghc-tls-dev arm64 1.8.0-1+b1 [1534 kB]
Get:264 http://deb.debian.org/debian sid/main arm64 libghc-crypton-connection-dev arm64 0.3.2-2+b1 [79.3 kB]
Get:265 http://deb.debian.org/debian sid/main arm64 libghc-invariant-dev arm64 0.6.3-1 [203 kB]
Get:266 http://deb.debian.org/debian sid/main arm64 libghc-kan-extensions-dev arm64 5.2.6-1 [246 kB]
Get:267 http://deb.debian.org/debian sid/main arm64 libghc-parallel-dev arm64 3.2.2.0-6 [54.7 kB]
Get:268 http://deb.debian.org/debian sid/main arm64 libghc-reflection-dev arm64 2.1.8-2 [240 kB]
Get:269 http://deb.debian.org/debian sid/main arm64 libghc-lens-dev arm64 5.2.3-2+b1 [1935 kB]
Get:270 http://deb.debian.org/debian sid/main arm64 libghc-th-lift-dev arm64 0.8.4-2 [53.3 kB]
Get:271 http://deb.debian.org/debian sid/main arm64 libghc-xml-types-dev arm64 0.3.8-4 [184 kB]
Get:272 http://deb.debian.org/debian sid/main arm64 libghc-xml-conduit-dev arm64 1.9.1.3-2+b1 [490 kB]
Get:273 http://deb.debian.org/debian sid/main arm64 libghc-dbus-dev arm64 1.3.3-1+b2 [815 kB]
Get:274 http://deb.debian.org/debian sid/main arm64 libghc-extensible-exceptions-dev arm64 0.1.1.4-14 [11.0 kB]
Get:275 http://deb.debian.org/debian sid/main arm64 libghc-extra-dev arm64 1.7.16-1 [181 kB]
Get:276 http://deb.debian.org/debian sid/main arm64 libghc-glib-dev arm64 0.13.11.0-1 [279 kB]
Get:277 http://deb.debian.org/debian sid/main arm64 libghc-haskell-lexer-dev arm64 1.1.1-2 [271 kB]
Get:278 http://deb.debian.org/debian sid/main arm64 libghc-hinotify-dev arm64 0.4.1-3 [82.4 kB]
Get:279 http://deb.debian.org/debian sid/main arm64 libghc-hunit-dev arm64 1.6.2.0-3 [102 kB]
Get:280 http://deb.debian.org/debian sid/main arm64 libghc-hspec-expectations-dev arm64 0.8.4-1 [43.7 kB]
Get:281 http://deb.debian.org/debian sid/main arm64 libghc-quickcheck-io-dev arm64 0.2.0-7 [24.1 kB]
Get:282 http://deb.debian.org/debian sid/main arm64 libghc-tf-random-dev arm64 0.5-13 [85.4 kB]
Get:283 http://deb.debian.org/debian sid/main arm64 libghc-hspec-core-dev arm64 2.11.9-1 [731 kB]
Get:284 http://deb.debian.org/debian sid/main arm64 libghc-hspec-dev arm64 2.11.9-2 [36.3 kB]
Get:285 http://deb.debian.org/debian sid/main arm64 libghc-http-types-dev arm64 0.12.4-1 [182 kB]
Get:286 http://deb.debian.org/debian sid/main arm64 libghc-iproute-dev arm64 1.7.14-1 [231 kB]
Get:287 http://deb.debian.org/debian sid/main arm64 libghc-mime-types-dev arm64 0.1.2.0-1 [400 kB]
Get:288 http://deb.debian.org/debian sid/main arm64 libghc-th-compat-dev arm64 0.1.5-1 [28.1 kB]
Get:289 http://deb.debian.org/debian sid/main arm64 libghc-network-uri-dev arm64 2.6.4.2-2 [180 kB]
Get:290 http://deb.debian.org/debian sid/main arm64 libghc-http-client-dev arm64 0.7.17-2+b1 [481 kB]
Get:291 http://deb.debian.org/debian sid/main arm64 libghc-http-client-tls-dev arm64 0.3.6.3-1+b1 [68.6 kB]
Get:292 http://deb.debian.org/debian sid/main arm64 libghc-http-conduit-dev arm64 2.3.9-1+b1 [77.1 kB]
Get:293 http://deb.debian.org/debian sid/main arm64 libharfbuzz-icu0 arm64 10.0.1-1 [15.3 kB]
Get:294 http://deb.debian.org/debian sid/main arm64 libharfbuzz-subset0 arm64 10.0.1-1 [507 kB]
Get:295 http://deb.debian.org/debian sid/main arm64 libharfbuzz-cairo0 arm64 10.0.1-1 [41.9 kB]
Get:296 http://deb.debian.org/debian sid/main arm64 libgraphite2-dev arm64 1.3.14-2+b1 [20.3 kB]
Get:297 http://deb.debian.org/debian sid/main arm64 libicu-dev arm64 72.1-5+b1 [10.3 MB]
Get:298 http://deb.debian.org/debian sid/main arm64 libharfbuzz-dev arm64 10.0.1-1 [145 kB]
Get:299 http://deb.debian.org/debian sid/main arm64 libthai-dev arm64 0.1.29-2+b1 [24.0 kB]
Get:300 http://deb.debian.org/debian sid/main arm64 libxft-dev arm64 2.3.6-1+b2 [72.0 kB]
Get:301 http://deb.debian.org/debian sid/main arm64 pango1.0-tools arm64 1.54.0+ds-3 [41.1 kB]
Get:302 http://deb.debian.org/debian sid/main arm64 libpango1.0-dev arm64 1.54.0+ds-3 [154 kB]
Get:303 http://deb.debian.org/debian sid/main arm64 libghc-pango-dev arm64 0.13.11.0-1 [368 kB]
Get:304 http://deb.debian.org/debian sid/main arm64 libghc-parsec-numbers-dev arm64 0.1.0-6 [60.8 kB]
Get:305 http://deb.debian.org/debian sid/main arm64 libghc-regex-base-dev arm64 0.94.0.2-3 [76.9 kB]
Get:306 http://deb.debian.org/debian sid/main arm64 libghc-regex-posix-dev arm64 0.96.0.1-3 [108 kB]
Get:307 http://deb.debian.org/debian sid/main arm64 libghc-regex-compat-dev arm64 0.95.2.1-3 [22.9 kB]
Get:308 http://deb.debian.org/debian sid/main arm64 libghc-temporary-dev arm64 1.3-5 [26.6 kB]
Get:309 http://deb.debian.org/debian sid/main arm64 libxinerama1 arm64 2:1.1.4-3+b2 [16.1 kB]
Get:310 http://deb.debian.org/debian sid/main arm64 libxinerama-dev arm64 2:1.1.4-3+b2 [18.4 kB]
Get:311 http://deb.debian.org/debian sid/main arm64 libxrandr2 arm64 2:1.5.4-1+b1 [36.0 kB]
Get:312 http://deb.debian.org/debian sid/main arm64 libxrandr-dev arm64 2:1.5.4-1+b1 [44.5 kB]
Get:313 http://deb.debian.org/debian sid/main arm64 libxt6t64 arm64 1:1.2.1-1.2+b1 [173 kB]
Get:314 http://deb.debian.org/debian sid/main arm64 libxt-dev arm64 1:1.2.1-1.2+b1 [403 kB]
Get:315 http://deb.debian.org/debian sid/main arm64 libxss1 arm64 1:1.2.3-1+b2 [17.1 kB]
Get:316 http://deb.debian.org/debian sid/main arm64 libxss-dev arm64 1:1.2.3-1+b2 [22.8 kB]
Get:317 http://deb.debian.org/debian sid/main arm64 libghc-x11-dev arm64 1.10.3-3+b1 [753 kB]
Get:318 http://deb.debian.org/debian sid/main arm64 libghc-x11-xft-dev arm64 0.3.4-4+b1 [54.3 kB]
Get:319 http://deb.debian.org/debian sid/main arm64 libxpm4 arm64 1:3.5.17-1+b2 [53.2 kB]
Get:320 http://deb.debian.org/debian sid/main arm64 libxpm-dev arm64 1:3.5.17-1+b2 [129 kB]
Get:321 http://deb.debian.org/debian sid/main arm64 libghc-alsa-core-dev arm64 0.5.0.1-9 [24.3 kB]
Get:322 http://deb.debian.org/debian sid/main arm64 libghc-alsa-mixer-dev arm64 0.3.0.1-1 [86.2 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 216 MB in 3s (82.4 MB/s)
Selecting previously unselected package libisl23:arm64.
(Reading database ... 17118 files and directories currently installed.)
Preparing to unpack .../00-libisl23_0.27-1_arm64.deb ...
Unpacking libisl23:arm64 (0.27-1) ...
Selecting previously unselected package libmpfr6:arm64.
Preparing to unpack .../01-libmpfr6_4.2.1-1+b2_arm64.deb ...
Unpacking libmpfr6:arm64 (4.2.1-1+b2) ...
Selecting previously unselected package libmpc3:arm64.
Preparing to unpack .../02-libmpc3_1.3.1-1+b3_arm64.deb ...
Unpacking libmpc3:arm64 (1.3.1-1+b3) ...
Selecting previously unselected package cpp-14-aarch64-linux-gnu.
Preparing to unpack .../03-cpp-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking cpp-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package cpp-14.
Preparing to unpack .../04-cpp-14_14.2.0-8_arm64.deb ...
Unpacking cpp-14 (14.2.0-8) ...
Selecting previously unselected package cpp-aarch64-linux-gnu.
Preparing to unpack .../05-cpp-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking cpp-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package cpp.
Preparing to unpack .../06-cpp_4%3a14.2.0-1_arm64.deb ...
Unpacking cpp (4:14.2.0-1) ...
Selecting previously unselected package libcc1-0:arm64.
Preparing to unpack .../07-libcc1-0_14.2.0-8_arm64.deb ...
Unpacking libcc1-0:arm64 (14.2.0-8) ...
Selecting previously unselected package libitm1:arm64.
Preparing to unpack .../08-libitm1_14.2.0-8_arm64.deb ...
Unpacking libitm1:arm64 (14.2.0-8) ...
Selecting previously unselected package libasan8:arm64.
Preparing to unpack .../09-libasan8_14.2.0-8_arm64.deb ...
Unpacking libasan8:arm64 (14.2.0-8) ...
Selecting previously unselected package liblsan0:arm64.
Preparing to unpack .../10-liblsan0_14.2.0-8_arm64.deb ...
Unpacking liblsan0:arm64 (14.2.0-8) ...
Selecting previously unselected package libtsan2:arm64.
Preparing to unpack .../11-libtsan2_14.2.0-8_arm64.deb ...
Unpacking libtsan2:arm64 (14.2.0-8) ...
Selecting previously unselected package libubsan1:arm64.
Preparing to unpack .../12-libubsan1_14.2.0-8_arm64.deb ...
Unpacking libubsan1:arm64 (14.2.0-8) ...
Selecting previously unselected package libhwasan0:arm64.
Preparing to unpack .../13-libhwasan0_14.2.0-8_arm64.deb ...
Unpacking libhwasan0:arm64 (14.2.0-8) ...
Selecting previously unselected package libgcc-14-dev:arm64.
Preparing to unpack .../14-libgcc-14-dev_14.2.0-8_arm64.deb ...
Unpacking libgcc-14-dev:arm64 (14.2.0-8) ...
Selecting previously unselected package gcc-14-aarch64-linux-gnu.
Preparing to unpack .../15-gcc-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking gcc-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package gcc-14.
Preparing to unpack .../16-gcc-14_14.2.0-8_arm64.deb ...
Unpacking gcc-14 (14.2.0-8) ...
Selecting previously unselected package gcc-aarch64-linux-gnu.
Preparing to unpack .../17-gcc-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking gcc-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package gcc.
Preparing to unpack .../18-gcc_4%3a14.2.0-1_arm64.deb ...
Unpacking gcc (4:14.2.0-1) ...
Selecting previously unselected package libgmpxx4ldbl:arm64.
Preparing to unpack .../19-libgmpxx4ldbl_2%3a6.3.0+dfsg-2+b2_arm64.deb ...
Unpacking libgmpxx4ldbl:arm64 (2:6.3.0+dfsg-2+b2) ...
Selecting previously unselected package libgmp-dev:arm64.
Preparing to unpack .../20-libgmp-dev_2%3a6.3.0+dfsg-2+b2_arm64.deb ...
Unpacking libgmp-dev:arm64 (2:6.3.0+dfsg-2+b2) ...
Selecting previously unselected package libffi-dev:arm64.
Preparing to unpack .../21-libffi-dev_3.4.6-1_arm64.deb ...
Unpacking libffi-dev:arm64 (3.4.6-1) ...
Selecting previously unselected package libmd-dev:arm64.
Preparing to unpack .../22-libmd-dev_1.1.0-2+b1_arm64.deb ...
Unpacking libmd-dev:arm64 (1.1.0-2+b1) ...
Selecting previously unselected package libbsd-dev:arm64.
Preparing to unpack .../23-libbsd-dev_0.12.2-2_arm64.deb ...
Unpacking libbsd-dev:arm64 (0.12.2-2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../24-libc-dev-bin_2.40-3_arm64.deb ...
Unpacking libc-dev-bin (2.40-3) ...
Selecting previously unselected package linux-libc-dev.
Preparing to unpack .../25-linux-libc-dev_6.11.9-1_all.deb ...
Unpacking linux-libc-dev (6.11.9-1) ...
Selecting previously unselected package libcrypt-dev:arm64.
Preparing to unpack .../26-libcrypt-dev_1%3a4.4.36-5_arm64.deb ...
Unpacking libcrypt-dev:arm64 (1:4.4.36-5) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../27-rpcsvc-proto_1.4.3-1+b1_arm64.deb ...
Unpacking rpcsvc-proto (1.4.3-1+b1) ...
Selecting previously unselected package libc6-dev:arm64.
Preparing to unpack .../28-libc6-dev_2.40-3_arm64.deb ...
Unpacking libc6-dev:arm64 (2.40-3) ...
Selecting previously unselected package libncurses6:arm64.
Preparing to unpack .../29-libncurses6_6.5-2+b1_arm64.deb ...
Unpacking libncurses6:arm64 (6.5-2+b1) ...
Selecting previously unselected package libncursesw6:arm64.
Preparing to unpack .../30-libncursesw6_6.5-2+b1_arm64.deb ...
Unpacking libncursesw6:arm64 (6.5-2+b1) ...
Selecting previously unselected package libncurses-dev:arm64.
Preparing to unpack .../31-libncurses-dev_6.5-2+b1_arm64.deb ...
Unpacking libncurses-dev:arm64 (6.5-2+b1) ...
Selecting previously unselected package libnuma1:arm64.
Preparing to unpack .../32-libnuma1_2.0.18-1+b1_arm64.deb ...
Unpacking libnuma1:arm64 (2.0.18-1+b1) ...
Selecting previously unselected package libnuma-dev:arm64.
Preparing to unpack .../33-libnuma-dev_2.0.18-1+b1_arm64.deb ...
Unpacking libnuma-dev:arm64 (2.0.18-1+b1) ...
Selecting previously unselected package ghc.
Preparing to unpack .../34-ghc_9.6.6-3_arm64.deb ...
Unpacking ghc (9.6.6-3) ...
Selecting previously unselected package libpython3.12-minimal:arm64.
Preparing to unpack .../35-libpython3.12-minimal_3.12.7-3_arm64.deb ...
Unpacking libpython3.12-minimal:arm64 (3.12.7-3) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../36-libexpat1_2.6.4-1_arm64.deb ...
Unpacking libexpat1:arm64 (2.6.4-1) ...
Selecting previously unselected package python3.12-minimal.
Preparing to unpack .../37-python3.12-minimal_3.12.7-3_arm64.deb ...
Unpacking python3.12-minimal (3.12.7-3) ...
Setting up libpython3.12-minimal:arm64 (3.12.7-3) ...
Setting up libexpat1:arm64 (2.6.4-1) ...
Setting up python3.12-minimal (3.12.7-3) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 25791 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.12.7-1_arm64.deb ...
Unpacking python3-minimal (3.12.7-1) ...
Selecting previously unselected package media-types.
Preparing to unpack .../1-media-types_10.1.0_all.deb ...
Unpacking media-types (10.1.0) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../2-libtirpc-common_1.3.4+ds-1.3_all.deb ...
Unpacking libtirpc-common (1.3.4+ds-1.3) ...
Selecting previously unselected package libtirpc3t64:arm64.
Preparing to unpack .../3-libtirpc3t64_1.3.4+ds-1.3+b1_arm64.deb ...
Adding 'diversion of /lib/aarch64-linux-gnu/libtirpc.so.3 to /lib/aarch64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64'
Adding 'diversion of /lib/aarch64-linux-gnu/libtirpc.so.3.0.0 to /lib/aarch64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64'
Unpacking libtirpc3t64:arm64 (1.3.4+ds-1.3+b1) ...
Selecting previously unselected package libnsl2:arm64.
Preparing to unpack .../4-libnsl2_1.3.0-3+b3_arm64.deb ...
Unpacking libnsl2:arm64 (1.3.0-3+b3) ...
Selecting previously unselected package libpython3.12-stdlib:arm64.
Preparing to unpack .../5-libpython3.12-stdlib_3.12.7-3_arm64.deb ...
Unpacking libpython3.12-stdlib:arm64 (3.12.7-3) ...
Selecting previously unselected package python3.12.
Preparing to unpack .../6-python3.12_3.12.7-3_arm64.deb ...
Unpacking python3.12 (3.12.7-3) ...
Selecting previously unselected package libpython3-stdlib:arm64.
Preparing to unpack .../7-libpython3-stdlib_3.12.7-1_arm64.deb ...
Unpacking libpython3-stdlib:arm64 (3.12.7-1) ...
Setting up python3-minimal (3.12.7-1) ...
Selecting previously unselected package python3.
(Reading database ... 26255 files and directories currently installed.)
Preparing to unpack .../000-python3_3.12.7-1_arm64.deb ...
Unpacking python3 (3.12.7-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../001-m4_1.4.19-4_arm64.deb ...
Unpacking m4 (1.4.19-4) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../002-autoconf_2.72-3_all.deb ...
Unpacking autoconf (2.72-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../003-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../004-automake_1%3a1.16.5-1.3_all.deb ...
Unpacking automake (1:1.16.5-1.3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../005-autopoint_0.22.5-2_all.deb ...
Unpacking autopoint (0.22.5-2) ...
Selecting previously unselected package libstdc++-14-dev:arm64.
Preparing to unpack .../006-libstdc++-14-dev_14.2.0-8_arm64.deb ...
Unpacking libstdc++-14-dev:arm64 (14.2.0-8) ...
Selecting previously unselected package g++-14-aarch64-linux-gnu.
Preparing to unpack .../007-g++-14-aarch64-linux-gnu_14.2.0-8_arm64.deb ...
Unpacking g++-14-aarch64-linux-gnu (14.2.0-8) ...
Selecting previously unselected package g++-14.
Preparing to unpack .../008-g++-14_14.2.0-8_arm64.deb ...
Unpacking g++-14 (14.2.0-8) ...
Selecting previously unselected package g++-aarch64-linux-gnu.
Preparing to unpack .../009-g++-aarch64-linux-gnu_4%3a14.2.0-1_arm64.deb ...
Unpacking g++-aarch64-linux-gnu (4:14.2.0-1) ...
Selecting previously unselected package g++.
Preparing to unpack .../010-g++_4%3a14.2.0-1_arm64.deb ...
Unpacking g++ (4:14.2.0-1) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../011-build-essential_12.12_arm64.deb ...
Unpacking build-essential (12.12) ...
Selecting previously unselected package python3-scour.
Preparing to unpack .../012-python3-scour_0.38.2-5_all.deb ...
Unpacking python3-scour (0.38.2-5) ...
Selecting previously unselected package scour.
Preparing to unpack .../013-scour_0.38.2-5_all.deb ...
Unpacking scour (0.38.2-5) ...
Selecting previously unselected package cdbs.
Preparing to unpack .../014-cdbs_0.4.166_all.deb ...
Unpacking cdbs (0.4.166) ...
Selecting previously unselected package dctrl-tools.
Preparing to unpack .../015-dctrl-tools_2.24-3+b1_arm64.deb ...
Unpacking dctrl-tools (2.24-3+b1) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../016-libdebhelper-perl_13.20_all.deb ...
Unpacking libdebhelper-perl (13.20) ...
Selecting previously unselected package libtool.
Preparing to unpack .../017-libtool_2.4.7-8_all.deb ...
Unpacking libtool (2.4.7-8) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../018-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../019-libfile-stripnondeterminism-perl_1.14.0-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.14.0-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../020-dh-strip-nondeterminism_1.14.0-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.14.0-1) ...
Selecting previously unselected package libelf1t64:arm64.
Preparing to unpack .../021-libelf1t64_0.192-4_arm64.deb ...
Unpacking libelf1t64:arm64 (0.192-4) ...
Selecting previously unselected package dwz.
Preparing to unpack .../022-dwz_0.15-1+b1_arm64.deb ...
Unpacking dwz (0.15-1+b1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../023-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../024-debhelper_13.20_all.deb ...
Unpacking debhelper (13.20) ...
Selecting previously unselected package dh-buildinfo.
Preparing to unpack .../025-dh-buildinfo_0.11+nmu3_all.deb ...
Unpacking dh-buildinfo (0.11+nmu3) ...
Selecting previously unselected package libfakeroot:arm64.
Preparing to unpack .../026-libfakeroot_1.36-1_arm64.deb ...
Unpacking libfakeroot:arm64 (1.36-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../027-fakeroot_1.36-1_arm64.deb ...
Unpacking fakeroot (1.36-1) ...
Selecting previously unselected package libpng16-16t64:arm64.
Preparing to unpack .../028-libpng16-16t64_1.6.44-2_arm64.deb ...
Unpacking libpng16-16t64:arm64 (1.6.44-2) ...
Selecting previously unselected package libfreetype6:arm64.
Preparing to unpack .../029-libfreetype6_2.13.3+dfsg-1_arm64.deb ...
Unpacking libfreetype6:arm64 (2.13.3+dfsg-1) ...
Selecting previously unselected package fonts-dejavu-mono.
Preparing to unpack .../030-fonts-dejavu-mono_2.37-8_all.deb ...
Unpacking fonts-dejavu-mono (2.37-8) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../031-fonts-dejavu-core_2.37-8_all.deb ...
Unpacking fonts-dejavu-core (2.37-8) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../032-fontconfig-config_2.15.0-1.1+b1_arm64.deb ...
Unpacking fontconfig-config (2.15.0-1.1+b1) ...
Selecting previously unselected package libfontconfig1:arm64.
Preparing to unpack .../033-libfontconfig1_2.15.0-1.1+b1_arm64.deb ...
Unpacking libfontconfig1:arm64 (2.15.0-1.1+b1) ...
Selecting previously unselected package fontconfig.
Preparing to unpack .../034-fontconfig_2.15.0-1.1+b1_arm64.deb ...
Unpacking fontconfig (2.15.0-1.1+b1) ...
Selecting previously unselected package gir1.2-glib-2.0:arm64.
Preparing to unpack .../035-gir1.2-glib-2.0_2.82.2-3_arm64.deb ...
Unpacking gir1.2-glib-2.0:arm64 (2.82.2-3) ...
Selecting previously unselected package libpixman-1-0:arm64.
Preparing to unpack .../036-libpixman-1-0_0.44.0-3_arm64.deb ...
Unpacking libpixman-1-0:arm64 (0.44.0-3) ...
Selecting previously unselected package libxau6:arm64.
Preparing to unpack .../037-libxau6_1%3a1.0.11-1_arm64.deb ...
Unpacking libxau6:arm64 (1:1.0.11-1) ...
Selecting previously unselected package libxdmcp6:arm64.
Preparing to unpack .../038-libxdmcp6_1%3a1.1.2-3+b2_arm64.deb ...
Unpacking libxdmcp6:arm64 (1:1.1.2-3+b2) ...
Selecting previously unselected package libxcb1:arm64.
Preparing to unpack .../039-libxcb1_1.17.0-2+b1_arm64.deb ...
Unpacking libxcb1:arm64 (1.17.0-2+b1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../040-libx11-data_2%3a1.8.10-2_all.deb ...
Unpacking libx11-data (2:1.8.10-2) ...
Selecting previously unselected package libx11-6:arm64.
Preparing to unpack .../041-libx11-6_2%3a1.8.10-2_arm64.deb ...
Unpacking libx11-6:arm64 (2:1.8.10-2) ...
Selecting previously unselected package libxcb-render0:arm64.
Preparing to unpack .../042-libxcb-render0_1.17.0-2+b1_arm64.deb ...
Unpacking libxcb-render0:arm64 (1.17.0-2+b1) ...
Selecting previously unselected package libxcb-shm0:arm64.
Preparing to unpack .../043-libxcb-shm0_1.17.0-2+b1_arm64.deb ...
Unpacking libxcb-shm0:arm64 (1.17.0-2+b1) ...
Selecting previously unselected package libxext6:arm64.
Preparing to unpack .../044-libxext6_2%3a1.3.4-1+b2_arm64.deb ...
Unpacking libxext6:arm64 (2:1.3.4-1+b2) ...
Selecting previously unselected package libxrender1:arm64.
Preparing to unpack .../045-libxrender1_1%3a0.9.10-1.1+b2_arm64.deb ...
Unpacking libxrender1:arm64 (1:0.9.10-1.1+b2) ...
Selecting previously unselected package libcairo2:arm64.
Preparing to unpack .../046-libcairo2_1.18.2-2_arm64.deb ...
Unpacking libcairo2:arm64 (1.18.2-2) ...
Selecting previously unselected package libcairo-gobject2:arm64.
Preparing to unpack .../047-libcairo-gobject2_1.18.2-2_arm64.deb ...
Unpacking libcairo-gobject2:arm64 (1.18.2-2) ...
Selecting previously unselected package gir1.2-freedesktop:arm64.
Preparing to unpack .../048-gir1.2-freedesktop_1.82.0-2_arm64.deb ...
Unpacking gir1.2-freedesktop:arm64 (1.82.0-2) ...
Selecting previously unselected package gir1.2-glib-2.0-dev:arm64.
Preparing to unpack .../049-gir1.2-glib-2.0-dev_2.82.2-3_arm64.deb ...
Unpacking gir1.2-glib-2.0-dev:arm64 (2.82.2-3) ...
Selecting previously unselected package gir1.2-freedesktop-dev:arm64.
Preparing to unpack .../050-gir1.2-freedesktop-dev_1.82.0-2_arm64.deb ...
Unpacking gir1.2-freedesktop-dev:arm64 (1.82.0-2) ...
Selecting previously unselected package libgraphite2-3:arm64.
Preparing to unpack .../051-libgraphite2-3_1.3.14-2+b1_arm64.deb ...
Unpacking libgraphite2-3:arm64 (1.3.14-2+b1) ...
Selecting previously unselected package libharfbuzz0b:arm64.
Preparing to unpack .../052-libharfbuzz0b_10.0.1-1_arm64.deb ...
Unpacking libharfbuzz0b:arm64 (10.0.1-1) ...
Selecting previously unselected package libharfbuzz-gobject0:arm64.
Preparing to unpack .../053-libharfbuzz-gobject0_10.0.1-1_arm64.deb ...
Unpacking libharfbuzz-gobject0:arm64 (10.0.1-1) ...
Selecting previously unselected package gir1.2-harfbuzz-0.0:arm64.
Preparing to unpack .../054-gir1.2-harfbuzz-0.0_10.0.1-1_arm64.deb ...
Unpacking gir1.2-harfbuzz-0.0:arm64 (10.0.1-1) ...
Selecting previously unselected package libfribidi0:arm64.
Preparing to unpack .../055-libfribidi0_1.0.15-1_arm64.deb ...
Unpacking libfribidi0:arm64 (1.0.15-1) ...
Selecting previously unselected package libthai-data.
Preparing to unpack .../056-libthai-data_0.1.29-2_all.deb ...
Unpacking libthai-data (0.1.29-2) ...
Selecting previously unselected package libdatrie1:arm64.
Preparing to unpack .../057-libdatrie1_0.2.13-3+b1_arm64.deb ...
Unpacking libdatrie1:arm64 (0.2.13-3+b1) ...
Selecting previously unselected package libthai0:arm64.
Preparing to unpack .../058-libthai0_0.1.29-2+b1_arm64.deb ...
Unpacking libthai0:arm64 (0.1.29-2+b1) ...
Selecting previously unselected package libpango-1.0-0:arm64.
Preparing to unpack .../059-libpango-1.0-0_1.54.0+ds-3_arm64.deb ...
Unpacking libpango-1.0-0:arm64 (1.54.0+ds-3) ...
Selecting previously unselected package libpangoft2-1.0-0:arm64.
Preparing to unpack .../060-libpangoft2-1.0-0_1.54.0+ds-3_arm64.deb ...
Unpacking libpangoft2-1.0-0:arm64 (1.54.0+ds-3) ...
Selecting previously unselected package libpangocairo-1.0-0:arm64.
Preparing to unpack .../061-libpangocairo-1.0-0_1.54.0+ds-3_arm64.deb ...
Unpacking libpangocairo-1.0-0:arm64 (1.54.0+ds-3) ...
Selecting previously unselected package libxft2:arm64.
Preparing to unpack .../062-libxft2_2.3.6-1+b2_arm64.deb ...
Unpacking libxft2:arm64 (2.3.6-1+b2) ...
Selecting previously unselected package libpangoxft-1.0-0:arm64.
Preparing to unpack .../063-libpangoxft-1.0-0_1.54.0+ds-3_arm64.deb ...
Unpacking libpangoxft-1.0-0:arm64 (1.54.0+ds-3) ...
Selecting previously unselected package gir1.2-pango-1.0:arm64.
Preparing to unpack .../064-gir1.2-pango-1.0_1.54.0+ds-3_arm64.deb ...
Unpacking gir1.2-pango-1.0:arm64 (1.54.0+ds-3) ...
Selecting previously unselected package native-architecture.
Preparing to unpack .../065-native-architecture_0.2.3_all.deb ...
Unpacking native-architecture (0.2.3) ...
Selecting previously unselected package libgirepository-2.0-0:arm64.
Preparing to unpack .../066-libgirepository-2.0-0_2.82.2-3_arm64.deb ...
Unpacking libgirepository-2.0-0:arm64 (2.82.2-3) ...
Selecting previously unselected package girepository-tools:arm64.
Preparing to unpack .../067-girepository-tools_2.82.2-3_arm64.deb ...
Unpacking girepository-tools:arm64 (2.82.2-3) ...
Selecting previously unselected package html-xml-utils.
Preparing to unpack .../068-html-xml-utils_7.7-1.1+b2_arm64.deb ...
Unpacking html-xml-utils (7.7-1.1+b2) ...
Selecting previously unselected package libdevel-confess-perl.
Preparing to unpack .../069-libdevel-confess-perl_0.009004-4_all.deb ...
Unpacking libdevel-confess-perl (0.009004-4) ...
Selecting previously unselected package haskell-devscripts-minimal.
Preparing to unpack .../070-haskell-devscripts-minimal_0.16.33_all.deb ...
Unpacking haskell-devscripts-minimal (0.16.33) ...
Selecting previously unselected package hspec-discover.
Preparing to unpack .../071-hspec-discover_2.11.9-1_arm64.deb ...
Unpacking hspec-discover (2.11.9-1) ...
Selecting previously unselected package icu-devtools.
Preparing to unpack .../072-icu-devtools_72.1-5+b1_arm64.deb ...
Unpacking icu-devtools (72.1-5+b1) ...
Selecting previously unselected package libasound2-data.
Preparing to unpack .../073-libasound2-data_1.2.12-1_all.deb ...
Unpacking libasound2-data (1.2.12-1) ...
Selecting previously unselected package libasound2t64:arm64.
Preparing to unpack .../074-libasound2t64_1.2.12-1+b1_arm64.deb ...
Unpacking libasound2t64:arm64 (1.2.12-1+b1) ...
Selecting previously unselected package libasound2-dev:arm64.
Preparing to unpack .../075-libasound2-dev_1.2.12-1+b1_arm64.deb ...
Unpacking libasound2-dev:arm64 (1.2.12-1+b1) ...
Selecting previously unselected package uuid-dev:arm64.
Preparing to unpack .../076-uuid-dev_2.40.2-11_arm64.deb ...
Unpacking uuid-dev:arm64 (2.40.2-11) ...
Selecting previously unselected package libblkid-dev:arm64.
Preparing to unpack .../077-libblkid-dev_2.40.2-11_arm64.deb ...
Unpacking libblkid-dev:arm64 (2.40.2-11) ...
Selecting previously unselected package libbrotli-dev:arm64.
Preparing to unpack .../078-libbrotli-dev_1.1.0-2+b6_arm64.deb ...
Unpacking libbrotli-dev:arm64 (1.1.0-2+b6) ...
Selecting previously unselected package libbz2-dev:arm64.
Preparing to unpack .../079-libbz2-dev_1.0.8-6_arm64.deb ...
Unpacking libbz2-dev:arm64 (1.0.8-6) ...
Selecting previously unselected package libcairo-script-interpreter2:arm64.
Preparing to unpack .../080-libcairo-script-interpreter2_1.18.2-2_arm64.deb ...
Unpacking libcairo-script-interpreter2:arm64 (1.18.2-2) ...
Selecting previously unselected package libexpat1-dev:arm64.
Preparing to unpack .../081-libexpat1-dev_2.6.4-1_arm64.deb ...
Unpacking libexpat1-dev:arm64 (2.6.4-1) ...
Selecting previously unselected package zlib1g-dev:arm64.
Preparing to unpack .../082-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_arm64.deb ...
Unpacking zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ...
Selecting previously unselected package libpng-dev:arm64.
Preparing to unpack .../083-libpng-dev_1.6.44-2_arm64.deb ...
Unpacking libpng-dev:arm64 (1.6.44-2) ...
Selecting previously unselected package libfreetype-dev:arm64.
Preparing to unpack .../084-libfreetype-dev_2.13.3+dfsg-1_arm64.deb ...
Unpacking libfreetype-dev:arm64 (2.13.3+dfsg-1) ...
Selecting previously unselected package libpkgconf3:arm64.
Preparing to unpack .../085-libpkgconf3_1.8.1-4_arm64.deb ...
Unpacking libpkgconf3:arm64 (1.8.1-4) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../086-pkgconf-bin_1.8.1-4_arm64.deb ...
Unpacking pkgconf-bin (1.8.1-4) ...
Selecting previously unselected package pkgconf:arm64.
Preparing to unpack .../087-pkgconf_1.8.1-4_arm64.deb ...
Unpacking pkgconf:arm64 (1.8.1-4) ...
Selecting previously unselected package libfontconfig-dev:arm64.
Preparing to unpack .../088-libfontconfig-dev_2.15.0-1.1+b1_arm64.deb ...
Unpacking libfontconfig-dev:arm64 (2.15.0-1.1+b1) ...
Selecting previously unselected package libsepol-dev:arm64.
Preparing to unpack .../089-libsepol-dev_3.7-1_arm64.deb ...
Unpacking libsepol-dev:arm64 (3.7-1) ...
Selecting previously unselected package libpcre2-16-0:arm64.
Preparing to unpack .../090-libpcre2-16-0_10.44-4_arm64.deb ...
Unpacking libpcre2-16-0:arm64 (10.44-4) ...
Selecting previously unselected package libpcre2-32-0:arm64.
Preparing to unpack .../091-libpcre2-32-0_10.44-4_arm64.deb ...
Unpacking libpcre2-32-0:arm64 (10.44-4) ...
Selecting previously unselected package libpcre2-posix3:arm64.
Preparing to unpack .../092-libpcre2-posix3_10.44-4_arm64.deb ...
Unpacking libpcre2-posix3:arm64 (10.44-4) ...
Selecting previously unselected package libpcre2-dev:arm64.
Preparing to unpack .../093-libpcre2-dev_10.44-4_arm64.deb ...
Unpacking libpcre2-dev:arm64 (10.44-4) ...
Selecting previously unselected package libselinux1-dev:arm64.
Preparing to unpack .../094-libselinux1-dev_3.7-3+b1_arm64.deb ...
Unpacking libselinux1-dev:arm64 (3.7-3+b1) ...
Selecting previously unselected package libmount-dev:arm64.
Preparing to unpack .../095-libmount-dev_2.40.2-11_arm64.deb ...
Unpacking libmount-dev:arm64 (2.40.2-11) ...
Selecting previously unselected package libsysprof-capture-4-dev:arm64.
Preparing to unpack .../096-libsysprof-capture-4-dev_47.0-2_arm64.deb ...
Unpacking libsysprof-capture-4-dev:arm64 (47.0-2) ...
Selecting previously unselected package libgio-2.0-dev:arm64.
Preparing to unpack .../097-libgio-2.0-dev_2.82.2-3_arm64.deb ...
Unpacking libgio-2.0-dev:arm64 (2.82.2-3) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../098-libglib2.0-data_2.82.2-3_all.deb ...
Unpacking libglib2.0-data (2.82.2-3) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../099-libglib2.0-bin_2.82.2-3_arm64.deb ...
Unpacking libglib2.0-bin (2.82.2-3) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../100-python3-packaging_24.2-1_all.deb ...
Unpacking python3-packaging (24.2-1) ...
Selecting previously unselected package libgio-2.0-dev-bin.
Preparing to unpack .../101-libgio-2.0-dev-bin_2.82.2-3_arm64.deb ...
Unpacking libgio-2.0-dev-bin (2.82.2-3) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../102-libglib2.0-dev-bin_2.82.2-3_arm64.deb ...
Unpacking libglib2.0-dev-bin (2.82.2-3) ...
Selecting previously unselected package libglib2.0-dev:arm64.
Preparing to unpack .../103-libglib2.0-dev_2.82.2-3_arm64.deb ...
Unpacking libglib2.0-dev:arm64 (2.82.2-3) ...
Selecting previously unselected package libpixman-1-dev:arm64.
Preparing to unpack .../104-libpixman-1-dev_0.44.0-3_arm64.deb ...
Unpacking libpixman-1-dev:arm64 (0.44.0-3) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../105-x11-common_1%3a7.7+23.1_all.deb ...
Unpacking x11-common (1:7.7+23.1) ...
Selecting previously unselected package libice6:arm64.
Preparing to unpack .../106-libice6_2%3a1.1.1-1_arm64.deb ...
Unpacking libice6:arm64 (2:1.1.1-1) ...
Selecting previously unselected package libsm6:arm64.
Preparing to unpack .../107-libsm6_2%3a1.2.4-1_arm64.deb ...
Unpacking libsm6:arm64 (2:1.2.4-1) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../108-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
Selecting previously unselected package x11proto-dev.
Preparing to unpack .../109-x11proto-dev_2024.1-1_all.deb ...
Unpacking x11proto-dev (2024.1-1) ...
Selecting previously unselected package libice-dev:arm64.
Preparing to unpack .../110-libice-dev_2%3a1.1.1-1_arm64.deb ...
Unpacking libice-dev:arm64 (2:1.1.1-1) ...
Selecting previously unselected package libsm-dev:arm64.
Preparing to unpack .../111-libsm-dev_2%3a1.2.4-1_arm64.deb ...
Unpacking libsm-dev:arm64 (2:1.2.4-1) ...
Selecting previously unselected package libxau-dev:arm64.
Preparing to unpack .../112-libxau-dev_1%3a1.0.11-1_arm64.deb ...
Unpacking libxau-dev:arm64 (1:1.0.11-1) ...
Selecting previously unselected package libxdmcp-dev:arm64.
Preparing to unpack .../113-libxdmcp-dev_1%3a1.1.2-3+b2_arm64.deb ...
Unpacking libxdmcp-dev:arm64 (1:1.1.2-3+b2) ...
Selecting previously unselected package xtrans-dev.
Preparing to unpack .../114-xtrans-dev_1.4.0-1_all.deb ...
Unpacking xtrans-dev (1.4.0-1) ...
Selecting previously unselected package libxcb1-dev:arm64.
Preparing to unpack .../115-libxcb1-dev_1.17.0-2+b1_arm64.deb ...
Unpacking libxcb1-dev:arm64 (1.17.0-2+b1) ...
Selecting previously unselected package libx11-dev:arm64.
Preparing to unpack .../116-libx11-dev_2%3a1.8.10-2_arm64.deb ...
Unpacking libx11-dev:arm64 (2:1.8.10-2) ...
Selecting previously unselected package libxcb-render0-dev:arm64.
Preparing to unpack .../117-libxcb-render0-dev_1.17.0-2+b1_arm64.deb ...
Unpacking libxcb-render0-dev:arm64 (1.17.0-2+b1) ...
Selecting previously unselected package libxcb-shm0-dev:arm64.
Preparing to unpack .../118-libxcb-shm0-dev_1.17.0-2+b1_arm64.deb ...
Unpacking libxcb-shm0-dev:arm64 (1.17.0-2+b1) ...
Selecting previously unselected package libxext-dev:arm64.
Preparing to unpack .../119-libxext-dev_2%3a1.3.4-1+b2_arm64.deb ...
Unpacking libxext-dev:arm64 (2:1.3.4-1+b2) ...
Selecting previously unselected package libxrender-dev:arm64.
Preparing to unpack .../120-libxrender-dev_1%3a0.9.10-1.1+b2_arm64.deb ...
Unpacking libxrender-dev:arm64 (1:0.9.10-1.1+b2) ...
Selecting previously unselected package libcairo2-dev:arm64.
Preparing to unpack .../121-libcairo2-dev_1.18.2-2_arm64.deb ...
Unpacking libcairo2-dev:arm64 (1.18.2-2) ...
Selecting previously unselected package libdatrie-dev:arm64.
Preparing to unpack .../122-libdatrie-dev_0.2.13-3+b1_arm64.deb ...
Unpacking libdatrie-dev:arm64 (0.2.13-3+b1) ...
Selecting previously unselected package libfribidi-dev:arm64.
Preparing to unpack .../123-libfribidi-dev_1.0.15-1_arm64.deb ...
Unpacking libfribidi-dev:arm64 (1.0.15-1) ...
Selecting previously unselected package libghc-base-orphans-dev.
Preparing to unpack .../124-libghc-base-orphans-dev_0.9.2-1_arm64.deb ...
Unpacking libghc-base-orphans-dev (0.9.2-1) ...
Selecting previously unselected package libghc-tagged-dev.
Preparing to unpack .../125-libghc-tagged-dev_0.8.8-1_arm64.deb ...
Unpacking libghc-tagged-dev (0.8.8-1) ...
Selecting previously unselected package libghc-distributive-dev.
Preparing to unpack .../126-libghc-distributive-dev_0.6.2.1-3_arm64.deb ...
Unpacking libghc-distributive-dev (0.6.2.1-3) ...
Selecting previously unselected package libghc-indexed-traversable-dev.
Preparing to unpack .../127-libghc-indexed-traversable-dev_0.1.4-1_arm64.deb ...
Unpacking libghc-indexed-traversable-dev (0.1.4-1) ...
Selecting previously unselected package libghc-transformers-compat-dev.
Preparing to unpack .../128-libghc-transformers-compat-dev_0.7.2-2_arm64.deb ...
Unpacking libghc-transformers-compat-dev (0.7.2-2) ...
Selecting previously unselected package libghc-comonad-dev.
Preparing to unpack .../129-libghc-comonad-dev_5.0.8-3_arm64.deb ...
Unpacking libghc-comonad-dev (5.0.8-3) ...
Selecting previously unselected package libghc-statevar-dev.
Preparing to unpack .../130-libghc-statevar-dev_1.2.2-3_arm64.deb ...
Unpacking libghc-statevar-dev (1.2.2-3) ...
Selecting previously unselected package libghc-contravariant-dev.
Preparing to unpack .../131-libghc-contravariant-dev_1.5.5-3_arm64.deb ...
Unpacking libghc-contravariant-dev (1.5.5-3) ...
Selecting previously unselected package libghc-assoc-dev.
Preparing to unpack .../132-libghc-assoc-dev_1.1.1-1_arm64.deb ...
Unpacking libghc-assoc-dev (1.1.1-1) ...
Selecting previously unselected package libghc-th-abstraction-dev.
Preparing to unpack .../133-libghc-th-abstraction-dev_0.5.0.0-1_arm64.deb ...
Unpacking libghc-th-abstraction-dev (0.5.0.0-1) ...
Selecting previously unselected package libghc-bifunctors-dev.
Preparing to unpack .../134-libghc-bifunctors-dev_5.6.2-1_arm64.deb ...
Unpacking libghc-bifunctors-dev (5.6.2-1) ...
Selecting previously unselected package libghc-profunctors-dev.
Preparing to unpack .../135-libghc-profunctors-dev_5.6.2-3_arm64.deb ...
Unpacking libghc-profunctors-dev (5.6.2-3) ...
Selecting previously unselected package libghc-os-string-dev.
Preparing to unpack .../136-libghc-os-string-dev_2.0.6-2_arm64.deb ...
Unpacking libghc-os-string-dev (2.0.6-2) ...
Selecting previously unselected package libghc-hashable-dev.
Preparing to unpack .../137-libghc-hashable-dev_1.4.4.0-1_arm64.deb ...
Unpacking libghc-hashable-dev (1.4.4.0-1) ...
Selecting previously unselected package libghc-unordered-containers-dev.
Preparing to unpack .../138-libghc-unordered-containers-dev_0.2.20-3_arm64.deb ...
Unpacking libghc-unordered-containers-dev (0.2.20-3) ...
Selecting previously unselected package libghc-semigroupoids-dev.
Preparing to unpack .../139-libghc-semigroupoids-dev_6.0.1-1_arm64.deb ...
Unpacking libghc-semigroupoids-dev (6.0.1-1) ...
Selecting previously unselected package libghc-transformers-base-dev.
Preparing to unpack .../140-libghc-transformers-base-dev_0.4.6-3_arm64.deb ...
Unpacking libghc-transformers-base-dev (0.4.6-3) ...
Selecting previously unselected package libghc-free-dev.
Preparing to unpack .../141-libghc-free-dev_5.2-1_arm64.deb ...
Unpacking libghc-free-dev (5.2-1) ...
Selecting previously unselected package libghc-semigroups-dev.
Preparing to unpack .../142-libghc-semigroups-dev_0.20-3_arm64.deb ...
Unpacking libghc-semigroups-dev (0.20-3) ...
Selecting previously unselected package libghc-void-dev.
Preparing to unpack .../143-libghc-void-dev_0.7.3-5_arm64.deb ...
Unpacking libghc-void-dev (0.7.3-5) ...
Selecting previously unselected package libghc-adjunctions-dev.
Preparing to unpack .../144-libghc-adjunctions-dev_4.4.2-3_arm64.deb ...
Unpacking libghc-adjunctions-dev (4.4.2-3) ...
Selecting previously unselected package libghc-integer-logarithms-dev.
Preparing to unpack .../145-libghc-integer-logarithms-dev_1.0.3.1-4_arm64.deb ...
Unpacking libghc-integer-logarithms-dev (1.0.3.1-4) ...
Selecting previously unselected package libghc-primitive-dev.
Preparing to unpack .../146-libghc-primitive-dev_0.8.0.0-2_arm64.deb ...
Unpacking libghc-primitive-dev (0.8.0.0-2) ...
Selecting previously unselected package libghc-scientific-dev.
Preparing to unpack .../147-libghc-scientific-dev_0.3.7.0-3_arm64.deb ...
Unpacking libghc-scientific-dev (0.3.7.0-3) ...
Selecting previously unselected package libghc-attoparsec-dev.
Preparing to unpack .../148-libghc-attoparsec-dev_0.14.4-4_arm64.deb ...
Unpacking libghc-attoparsec-dev (0.14.4-4) ...
Selecting previously unselected package libghc-base-compat-dev.
Preparing to unpack .../149-libghc-base-compat-dev_0.13.1-1_arm64.deb ...
Unpacking libghc-base-compat-dev (0.13.1-1) ...
Selecting previously unselected package libghc-base-compat-batteries-dev.
Preparing to unpack .../150-libghc-base-compat-batteries-dev_0.13.1-1_arm64.deb ...
Unpacking libghc-base-compat-batteries-dev (0.13.1-1) ...
Selecting previously unselected package libghc-data-fix-dev.
Preparing to unpack .../151-libghc-data-fix-dev_0.3.4-1_arm64.deb ...
Unpacking libghc-data-fix-dev (0.3.4-1) ...
Selecting previously unselected package libghc-dlist-dev.
Preparing to unpack .../152-libghc-dlist-dev_1.0-4_arm64.deb ...
Unpacking libghc-dlist-dev (1.0-4) ...
Selecting previously unselected package libghc-onetuple-dev.
Preparing to unpack .../153-libghc-onetuple-dev_0.4.2-1_arm64.deb ...
Unpacking libghc-onetuple-dev (0.4.2-1) ...
Selecting previously unselected package libghc-splitmix-dev.
Preparing to unpack .../154-libghc-splitmix-dev_0.1.0.5-2_arm64.deb ...
Unpacking libghc-splitmix-dev (0.1.0.5-2) ...
Selecting previously unselected package libghc-random-dev.
Preparing to unpack .../155-libghc-random-dev_1.2.1.2-1_arm64.deb ...
Unpacking libghc-random-dev (1.2.1.2-1) ...
Selecting previously unselected package libghc-quickcheck2-dev.
Preparing to unpack .../156-libghc-quickcheck2-dev_2.14.3-2_arm64.deb ...
Unpacking libghc-quickcheck2-dev (2.14.3-2) ...
Selecting previously unselected package libghc-vector-stream-dev.
Preparing to unpack .../157-libghc-vector-stream-dev_0.1.0.1-1_arm64.deb ...
Unpacking libghc-vector-stream-dev (0.1.0.1-1) ...
Selecting previously unselected package libghc-vector-dev.
Preparing to unpack .../158-libghc-vector-dev_0.13.1.0-2_arm64.deb ...
Unpacking libghc-vector-dev (0.13.1.0-2) ...
Selecting previously unselected package libghc-indexed-traversable-instances-dev.
Preparing to unpack .../159-libghc-indexed-traversable-instances-dev_0.1.2-1_arm64.deb ...
Unpacking libghc-indexed-traversable-instances-dev (0.1.2-1) ...
Selecting previously unselected package libghc-these-dev.
Preparing to unpack .../160-libghc-these-dev_1.2.1-1_arm64.deb ...
Unpacking libghc-these-dev (1.2.1-1) ...
Selecting previously unselected package libghc-semialign-dev.
Preparing to unpack .../161-libghc-semialign-dev_1.3.1-1_arm64.deb ...
Unpacking libghc-semialign-dev (1.3.1-1) ...
Selecting previously unselected package libghc-strict-dev.
Preparing to unpack .../162-libghc-strict-dev_0.5-2_arm64.deb ...
Unpacking libghc-strict-dev (0.5-2) ...
Selecting previously unselected package libghc-text-short-dev.
Preparing to unpack .../163-libghc-text-short-dev_0.1.6-1_arm64.deb ...
Unpacking libghc-text-short-dev (0.1.6-1) ...
Selecting previously unselected package libghc-time-compat-dev.
Preparing to unpack .../164-libghc-time-compat-dev_1.9.6.1-3_arm64.deb ...
Unpacking libghc-time-compat-dev (1.9.6.1-3) ...
Selecting previously unselected package libghc-uuid-types-dev.
Preparing to unpack .../165-libghc-uuid-types-dev_1.0.5.1-2_arm64.deb ...
Unpacking libghc-uuid-types-dev (1.0.5.1-2) ...
Selecting previously unselected package libghc-witherable-dev.
Preparing to unpack .../166-libghc-witherable-dev_0.4.2-4_arm64.deb ...
Unpacking libghc-witherable-dev (0.4.2-4) ...
Selecting previously unselected package libghc-aeson-dev.
Preparing to unpack .../167-libghc-aeson-dev_2.1.2.1-6_arm64.deb ...
Unpacking libghc-aeson-dev (2.1.2.1-6) ...
Selecting previously unselected package libghc-colour-dev.
Preparing to unpack .../168-libghc-colour-dev_2.3.6-3_arm64.deb ...
Unpacking libghc-colour-dev (2.3.6-3) ...
Selecting previously unselected package libghc-ansi-terminal-types-dev.
Preparing to unpack .../169-libghc-ansi-terminal-types-dev_0.11.5-3_arm64.deb ...
Unpacking libghc-ansi-terminal-types-dev (0.11.5-3) ...
Selecting previously unselected package libghc-ansi-terminal-dev.
Preparing to unpack .../170-libghc-ansi-terminal-dev_1.0.2-1_arm64.deb ...
Unpacking libghc-ansi-terminal-dev (1.0.2-1) ...
Selecting previously unselected package libghc-appar-dev.
Preparing to unpack .../171-libghc-appar-dev_0.1.8-5_arm64.deb ...
Unpacking libghc-appar-dev (0.1.8-5) ...
Selecting previously unselected package libghc-hourglass-dev.
Preparing to unpack .../172-libghc-hourglass-dev_0.2.12-7_arm64.deb ...
Unpacking libghc-hourglass-dev (0.2.12-7) ...
Selecting previously unselected package libghc-basement-dev.
Preparing to unpack .../173-libghc-basement-dev_0.0.16-3_arm64.deb ...
Unpacking libghc-basement-dev (0.0.16-3) ...
Selecting previously unselected package libghc-memory-dev.
Preparing to unpack .../174-libghc-memory-dev_0.18.0-4_arm64.deb ...
Unpacking libghc-memory-dev (0.18.0-4) ...
Selecting previously unselected package libghc-asn1-types-dev.
Preparing to unpack .../175-libghc-asn1-types-dev_0.3.4-4_arm64.deb ...
Unpacking libghc-asn1-types-dev (0.3.4-4) ...
Selecting previously unselected package libghc-asn1-encoding-dev.
Preparing to unpack .../176-libghc-asn1-encoding-dev_0.9.6-4_arm64.deb ...
Unpacking libghc-asn1-encoding-dev (0.9.6-4) ...
Selecting previously unselected package libghc-asn1-parse-dev.
Preparing to unpack .../177-libghc-asn1-parse-dev_0.9.5-5_arm64.deb ...
Unpacking libghc-asn1-parse-dev (0.9.5-5) ...
Selecting previously unselected package libghc-async-dev.
Preparing to unpack .../178-libghc-async-dev_2.2.5-1_arm64.deb ...
Unpacking libghc-async-dev (2.2.5-1) ...
Selecting previously unselected package libghc-attoparsec-aeson-dev.
Preparing to unpack .../179-libghc-attoparsec-aeson-dev_2.1.0.0-3_arm64.deb ...
Unpacking libghc-attoparsec-aeson-dev (2.1.0.0-3) ...
Selecting previously unselected package libghc-base64-bytestring-dev.
Preparing to unpack .../180-libghc-base64-bytestring-dev_1.2.1.0-3_arm64.deb ...
Unpacking libghc-base64-bytestring-dev (1.2.1.0-3) ...
Selecting previously unselected package libghc-bitvec-dev.
Preparing to unpack .../181-libghc-bitvec-dev_1.1.5.0-4_arm64.deb ...
Unpacking libghc-bitvec-dev (1.1.5.0-4) ...
Selecting previously unselected package libghc-blaze-builder-dev.
Preparing to unpack .../182-libghc-blaze-builder-dev_0.4.2.3-2_arm64.deb ...
Unpacking libghc-blaze-builder-dev (0.4.2.3-2) ...
Selecting previously unselected package libghc-blaze-markup-dev.
Preparing to unpack .../183-libghc-blaze-markup-dev_0.8.3.0-2_arm64.deb ...
Unpacking libghc-blaze-markup-dev (0.8.3.0-2) ...
Selecting previously unselected package libghc-blaze-html-dev.
Preparing to unpack .../184-libghc-blaze-html-dev_0.9.2.0-1_arm64.deb ...
Unpacking libghc-blaze-html-dev (0.9.2.0-1) ...
Selecting previously unselected package libghc-byteorder-dev.
Preparing to unpack .../185-libghc-byteorder-dev_1.0.4-13_arm64.deb ...
Unpacking libghc-byteorder-dev (1.0.4-13) ...
Selecting previously unselected package libghc-utf8-string-dev.
Preparing to unpack .../186-libghc-utf8-string-dev_1.0.2-3_arm64.deb ...
Unpacking libghc-utf8-string-dev (1.0.2-3) ...
Selecting previously unselected package libghc-cairo-dev.
Preparing to unpack .../187-libghc-cairo-dev_0.13.11.0-1_arm64.deb ...
Unpacking libghc-cairo-dev (0.13.11.0-1) ...
Selecting previously unselected package libghc-call-stack-dev.
Preparing to unpack .../188-libghc-call-stack-dev_0.4.0-3_arm64.deb ...
Unpacking libghc-call-stack-dev (0.4.0-3) ...
Selecting previously unselected package libghc-case-insensitive-dev.
Preparing to unpack .../189-libghc-case-insensitive-dev_1.2.1.0-5_arm64.deb ...
Unpacking libghc-case-insensitive-dev (1.2.1.0-5) ...
Selecting previously unselected package libghc-cereal-dev.
Preparing to unpack .../190-libghc-cereal-dev_0.5.8.3-3_arm64.deb ...
Unpacking libghc-cereal-dev (0.5.8.3-3) ...
Selecting previously unselected package libghc-clock-dev.
Preparing to unpack .../191-libghc-clock-dev_0.8.4-2_arm64.deb ...
Unpacking libghc-clock-dev (0.8.4-2) ...
Selecting previously unselected package libghc-split-dev.
Preparing to unpack .../192-libghc-split-dev_0.2.5-1_arm64.deb ...
Unpacking libghc-split-dev (0.2.5-1) ...
Selecting previously unselected package libghc-vector-algorithms-dev.
Preparing to unpack .../193-libghc-vector-algorithms-dev_0.9.0.2-1_arm64.deb ...
Unpacking libghc-vector-algorithms-dev (0.9.0.2-1) ...
Selecting previously unselected package libghc-mono-traversable-dev.
Preparing to unpack .../194-libghc-mono-traversable-dev_1.0.20.0-1_arm64.deb ...
Unpacking libghc-mono-traversable-dev (1.0.20.0-1) ...
Selecting previously unselected package libghc-unliftio-core-dev.
Preparing to unpack .../195-libghc-unliftio-core-dev_0.2.1.0-2_arm64.deb ...
Unpacking libghc-unliftio-core-dev (0.2.1.0-2) ...
Selecting previously unselected package libghc-resourcet-dev.
Preparing to unpack .../196-libghc-resourcet-dev_1.3.0-1_arm64.deb ...
Unpacking libghc-resourcet-dev (1.3.0-1) ...
Selecting previously unselected package libghc-conduit-dev.
Preparing to unpack .../197-libghc-conduit-dev_1.3.6-1+b1_arm64.deb ...
Unpacking libghc-conduit-dev (1.3.6-1+b1) ...
Selecting previously unselected package libghc-network-dev.
Preparing to unpack .../198-libghc-network-dev_3.1.4.0-2_arm64.deb ...
Unpacking libghc-network-dev (3.1.4.0-2) ...
Selecting previously unselected package libghc-zlib-dev.
Preparing to unpack .../199-libghc-zlib-dev_0.6.3.0-3_arm64.deb ...
Unpacking libghc-zlib-dev (0.6.3.0-3) ...
Selecting previously unselected package libghc-streaming-commons-dev.
Preparing to unpack .../200-libghc-streaming-commons-dev_0.2.2.6-2_arm64.deb ...
Unpacking libghc-streaming-commons-dev (0.2.2.6-2) ...
Selecting previously unselected package libghc-typed-process-dev.
Preparing to unpack .../201-libghc-typed-process-dev_0.2.12.0-1_arm64.deb ...
Unpacking libghc-typed-process-dev (0.2.12.0-1) ...
Selecting previously unselected package libghc-conduit-extra-dev.
Preparing to unpack .../202-libghc-conduit-extra-dev_1.3.6-3+b1_arm64.deb ...
Unpacking libghc-conduit-extra-dev (1.3.6-3+b1) ...
Selecting previously unselected package libghc-data-default-class-dev.
Preparing to unpack .../203-libghc-data-default-class-dev_0.1.2.2-1_arm64.deb ...
Unpacking libghc-data-default-class-dev (0.1.2.2-1) ...
Selecting previously unselected package libghc-cookie-dev.
Preparing to unpack .../204-libghc-cookie-dev_0.4.6-2+b1_arm64.deb ...
Unpacking libghc-cookie-dev (0.4.6-2+b1) ...
Selecting previously unselected package libghc-crypton-dev.
Preparing to unpack .../205-libghc-crypton-dev_0.34-1_arm64.deb ...
Unpacking libghc-crypton-dev (0.34-1) ...
Selecting previously unselected package libghc-pem-dev.
Preparing to unpack .../206-libghc-pem-dev_0.2.4-6_arm64.deb ...
Unpacking libghc-pem-dev (0.2.4-6) ...
Selecting previously unselected package libghc-crypton-x509-dev.
Preparing to unpack .../207-libghc-crypton-x509-dev_1.7.7-1_arm64.deb ...
Unpacking libghc-crypton-x509-dev (1.7.7-1) ...
Selecting previously unselected package libghc-crypton-x509-store-dev.
Preparing to unpack .../208-libghc-crypton-x509-store-dev_1.6.9-3_arm64.deb ...
Unpacking libghc-crypton-x509-store-dev (1.6.9-3) ...
Selecting previously unselected package libghc-crypton-x509-system-dev.
Preparing to unpack .../209-libghc-crypton-x509-system-dev_1.6.7-3_arm64.deb ...
Unpacking libghc-crypton-x509-system-dev (1.6.7-3) ...
Selecting previously unselected package libghc-crypton-x509-validation-dev.
Preparing to unpack .../210-libghc-crypton-x509-validation-dev_1.6.12-3+b1_arm64.deb ...
Unpacking libghc-crypton-x509-validation-dev (1.6.12-3+b1) ...
Selecting previously unselected package libghc-socks-dev.
Preparing to unpack .../211-libghc-socks-dev_0.6.1-4_arm64.deb ...
Unpacking libghc-socks-dev (0.6.1-4) ...
Selecting previously unselected package libghc-old-locale-dev.
Preparing to unpack .../212-libghc-old-locale-dev_1.0.0.7-12_arm64.deb ...
Unpacking libghc-old-locale-dev (1.0.0.7-12) ...
Selecting previously unselected package libghc-old-time-dev.
Preparing to unpack .../213-libghc-old-time-dev_1.1.0.4-1_arm64.deb ...
Unpacking libghc-old-time-dev (1.1.0.4-1) ...
Selecting previously unselected package libghc-unix-time-dev.
Preparing to unpack .../214-libghc-unix-time-dev_0.4.15-1_arm64.deb ...
Unpacking libghc-unix-time-dev (0.4.15-1) ...
Selecting previously unselected package libghc-tls-dev.
Preparing to unpack .../215-libghc-tls-dev_1.8.0-1+b1_arm64.deb ...
Unpacking libghc-tls-dev (1.8.0-1+b1) ...
Selecting previously unselected package libghc-crypton-connection-dev.
Preparing to unpack .../216-libghc-crypton-connection-dev_0.3.2-2+b1_arm64.deb ...
Unpacking libghc-crypton-connection-dev (0.3.2-2+b1) ...
Selecting previously unselected package libghc-invariant-dev.
Preparing to unpack .../217-libghc-invariant-dev_0.6.3-1_arm64.deb ...
Unpacking libghc-invariant-dev (0.6.3-1) ...
Selecting previously unselected package libghc-kan-extensions-dev.
Preparing to unpack .../218-libghc-kan-extensions-dev_5.2.6-1_arm64.deb ...
Unpacking libghc-kan-extensions-dev (5.2.6-1) ...
Selecting previously unselected package libghc-parallel-dev.
Preparing to unpack .../219-libghc-parallel-dev_3.2.2.0-6_arm64.deb ...
Unpacking libghc-parallel-dev (3.2.2.0-6) ...
Selecting previously unselected package libghc-reflection-dev.
Preparing to unpack .../220-libghc-reflection-dev_2.1.8-2_arm64.deb ...
Unpacking libghc-reflection-dev (2.1.8-2) ...
Selecting previously unselected package libghc-lens-dev.
Preparing to unpack .../221-libghc-lens-dev_5.2.3-2+b1_arm64.deb ...
Unpacking libghc-lens-dev (5.2.3-2+b1) ...
Selecting previously unselected package libghc-th-lift-dev.
Preparing to unpack .../222-libghc-th-lift-dev_0.8.4-2_arm64.deb ...
Unpacking libghc-th-lift-dev (0.8.4-2) ...
Selecting previously unselected package libghc-xml-types-dev.
Preparing to unpack .../223-libghc-xml-types-dev_0.3.8-4_arm64.deb ...
Unpacking libghc-xml-types-dev (0.3.8-4) ...
Selecting previously unselected package libghc-xml-conduit-dev.
Preparing to unpack .../224-libghc-xml-conduit-dev_1.9.1.3-2+b1_arm64.deb ...
Unpacking libghc-xml-conduit-dev (1.9.1.3-2+b1) ...
Selecting previously unselected package libghc-dbus-dev.
Preparing to unpack .../225-libghc-dbus-dev_1.3.3-1+b2_arm64.deb ...
Unpacking libghc-dbus-dev (1.3.3-1+b2) ...
Selecting previously unselected package libghc-extensible-exceptions-dev.
Preparing to unpack .../226-libghc-extensible-exceptions-dev_0.1.1.4-14_arm64.deb ...
Unpacking libghc-extensible-exceptions-dev (0.1.1.4-14) ...
Selecting previously unselected package libghc-extra-dev.
Preparing to unpack .../227-libghc-extra-dev_1.7.16-1_arm64.deb ...
Unpacking libghc-extra-dev (1.7.16-1) ...
Selecting previously unselected package libghc-glib-dev.
Preparing to unpack .../228-libghc-glib-dev_0.13.11.0-1_arm64.deb ...
Unpacking libghc-glib-dev (0.13.11.0-1) ...
Selecting previously unselected package libghc-haskell-lexer-dev.
Preparing to unpack .../229-libghc-haskell-lexer-dev_1.1.1-2_arm64.deb ...
Unpacking libghc-haskell-lexer-dev (1.1.1-2) ...
Selecting previously unselected package libghc-hinotify-dev.
Preparing to unpack .../230-libghc-hinotify-dev_0.4.1-3_arm64.deb ...
Unpacking libghc-hinotify-dev (0.4.1-3) ...
Selecting previously unselected package libghc-hunit-dev.
Preparing to unpack .../231-libghc-hunit-dev_1.6.2.0-3_arm64.deb ...
Unpacking libghc-hunit-dev (1.6.2.0-3) ...
Selecting previously unselected package libghc-hspec-expectations-dev.
Preparing to unpack .../232-libghc-hspec-expectations-dev_0.8.4-1_arm64.deb ...
Unpacking libghc-hspec-expectations-dev (0.8.4-1) ...
Selecting previously unselected package libghc-quickcheck-io-dev.
Preparing to unpack .../233-libghc-quickcheck-io-dev_0.2.0-7_arm64.deb ...
Unpacking libghc-quickcheck-io-dev (0.2.0-7) ...
Selecting previously unselected package libghc-tf-random-dev.
Preparing to unpack .../234-libghc-tf-random-dev_0.5-13_arm64.deb ...
Unpacking libghc-tf-random-dev (0.5-13) ...
Selecting previously unselected package libghc-hspec-core-dev.
Preparing to unpack .../235-libghc-hspec-core-dev_2.11.9-1_arm64.deb ...
Unpacking libghc-hspec-core-dev (2.11.9-1) ...
Selecting previously unselected package libghc-hspec-dev.
Preparing to unpack .../236-libghc-hspec-dev_2.11.9-2_arm64.deb ...
Unpacking libghc-hspec-dev (2.11.9-2) ...
Selecting previously unselected package libghc-http-types-dev.
Preparing to unpack .../237-libghc-http-types-dev_0.12.4-1_arm64.deb ...
Unpacking libghc-http-types-dev (0.12.4-1) ...
Selecting previously unselected package libghc-iproute-dev.
Preparing to unpack .../238-libghc-iproute-dev_1.7.14-1_arm64.deb ...
Unpacking libghc-iproute-dev (1.7.14-1) ...
Selecting previously unselected package libghc-mime-types-dev.
Preparing to unpack .../239-libghc-mime-types-dev_0.1.2.0-1_arm64.deb ...
Unpacking libghc-mime-types-dev (0.1.2.0-1) ...
Selecting previously unselected package libghc-th-compat-dev.
Preparing to unpack .../240-libghc-th-compat-dev_0.1.5-1_arm64.deb ...
Unpacking libghc-th-compat-dev (0.1.5-1) ...
Selecting previously unselected package libghc-network-uri-dev.
Preparing to unpack .../241-libghc-network-uri-dev_2.6.4.2-2_arm64.deb ...
Unpacking libghc-network-uri-dev (2.6.4.2-2) ...
Selecting previously unselected package libghc-http-client-dev.
Preparing to unpack .../242-libghc-http-client-dev_0.7.17-2+b1_arm64.deb ...
Unpacking libghc-http-client-dev (0.7.17-2+b1) ...
Selecting previously unselected package libghc-http-client-tls-dev.
Preparing to unpack .../243-libghc-http-client-tls-dev_0.3.6.3-1+b1_arm64.deb ...
Unpacking libghc-http-client-tls-dev (0.3.6.3-1+b1) ...
Selecting previously unselected package libghc-http-conduit-dev.
Preparing to unpack .../244-libghc-http-conduit-dev_2.3.9-1+b1_arm64.deb ...
Unpacking libghc-http-conduit-dev (2.3.9-1+b1) ...
Selecting previously unselected package libharfbuzz-icu0:arm64.
Preparing to unpack .../245-libharfbuzz-icu0_10.0.1-1_arm64.deb ...
Unpacking libharfbuzz-icu0:arm64 (10.0.1-1) ...
Selecting previously unselected package libharfbuzz-subset0:arm64.
Preparing to unpack .../246-libharfbuzz-subset0_10.0.1-1_arm64.deb ...
Unpacking libharfbuzz-subset0:arm64 (10.0.1-1) ...
Selecting previously unselected package libharfbuzz-cairo0:arm64.
Preparing to unpack .../247-libharfbuzz-cairo0_10.0.1-1_arm64.deb ...
Unpacking libharfbuzz-cairo0:arm64 (10.0.1-1) ...
Selecting previously unselected package libgraphite2-dev:arm64.
Preparing to unpack .../248-libgraphite2-dev_1.3.14-2+b1_arm64.deb ...
Unpacking libgraphite2-dev:arm64 (1.3.14-2+b1) ...
Selecting previously unselected package libicu-dev:arm64.
Preparing to unpack .../249-libicu-dev_72.1-5+b1_arm64.deb ...
Unpacking libicu-dev:arm64 (72.1-5+b1) ...
Selecting previously unselected package libharfbuzz-dev:arm64.
Preparing to unpack .../250-libharfbuzz-dev_10.0.1-1_arm64.deb ...
Unpacking libharfbuzz-dev:arm64 (10.0.1-1) ...
Selecting previously unselected package libthai-dev:arm64.
Preparing to unpack .../251-libthai-dev_0.1.29-2+b1_arm64.deb ...
Unpacking libthai-dev:arm64 (0.1.29-2+b1) ...
Selecting previously unselected package libxft-dev:arm64.
Preparing to unpack .../252-libxft-dev_2.3.6-1+b2_arm64.deb ...
Unpacking libxft-dev:arm64 (2.3.6-1+b2) ...
Selecting previously unselected package pango1.0-tools.
Preparing to unpack .../253-pango1.0-tools_1.54.0+ds-3_arm64.deb ...
Unpacking pango1.0-tools (1.54.0+ds-3) ...
Selecting previously unselected package libpango1.0-dev:arm64.
Preparing to unpack .../254-libpango1.0-dev_1.54.0+ds-3_arm64.deb ...
Unpacking libpango1.0-dev:arm64 (1.54.0+ds-3) ...
Selecting previously unselected package libghc-pango-dev.
Preparing to unpack .../255-libghc-pango-dev_0.13.11.0-1_arm64.deb ...
Unpacking libghc-pango-dev (0.13.11.0-1) ...
Selecting previously unselected package libghc-parsec-numbers-dev.
Preparing to unpack .../256-libghc-parsec-numbers-dev_0.1.0-6_arm64.deb ...
Unpacking libghc-parsec-numbers-dev (0.1.0-6) ...
Selecting previously unselected package libghc-regex-base-dev.
Preparing to unpack .../257-libghc-regex-base-dev_0.94.0.2-3_arm64.deb ...
Unpacking libghc-regex-base-dev (0.94.0.2-3) ...
Selecting previously unselected package libghc-regex-posix-dev.
Preparing to unpack .../258-libghc-regex-posix-dev_0.96.0.1-3_arm64.deb ...
Unpacking libghc-regex-posix-dev (0.96.0.1-3) ...
Selecting previously unselected package libghc-regex-compat-dev.
Preparing to unpack .../259-libghc-regex-compat-dev_0.95.2.1-3_arm64.deb ...
Unpacking libghc-regex-compat-dev (0.95.2.1-3) ...
Selecting previously unselected package libghc-temporary-dev.
Preparing to unpack .../260-libghc-temporary-dev_1.3-5_arm64.deb ...
Unpacking libghc-temporary-dev (1.3-5) ...
Selecting previously unselected package libxinerama1:arm64.
Preparing to unpack .../261-libxinerama1_2%3a1.1.4-3+b2_arm64.deb ...
Unpacking libxinerama1:arm64 (2:1.1.4-3+b2) ...
Selecting previously unselected package libxinerama-dev:arm64.
Preparing to unpack .../262-libxinerama-dev_2%3a1.1.4-3+b2_arm64.deb ...
Unpacking libxinerama-dev:arm64 (2:1.1.4-3+b2) ...
Selecting previously unselected package libxrandr2:arm64.
Preparing to unpack .../263-libxrandr2_2%3a1.5.4-1+b1_arm64.deb ...
Unpacking libxrandr2:arm64 (2:1.5.4-1+b1) ...
Selecting previously unselected package libxrandr-dev:arm64.
Preparing to unpack .../264-libxrandr-dev_2%3a1.5.4-1+b1_arm64.deb ...
Unpacking libxrandr-dev:arm64 (2:1.5.4-1+b1) ...
Selecting previously unselected package libxt6t64:arm64.
Preparing to unpack .../265-libxt6t64_1%3a1.2.1-1.2+b1_arm64.deb ...
Unpacking libxt6t64:arm64 (1:1.2.1-1.2+b1) ...
Selecting previously unselected package libxt-dev:arm64.
Preparing to unpack .../266-libxt-dev_1%3a1.2.1-1.2+b1_arm64.deb ...
Unpacking libxt-dev:arm64 (1:1.2.1-1.2+b1) ...
Selecting previously unselected package libxss1:arm64.
Preparing to unpack .../267-libxss1_1%3a1.2.3-1+b2_arm64.deb ...
Unpacking libxss1:arm64 (1:1.2.3-1+b2) ...
Selecting previously unselected package libxss-dev:arm64.
Preparing to unpack .../268-libxss-dev_1%3a1.2.3-1+b2_arm64.deb ...
Unpacking libxss-dev:arm64 (1:1.2.3-1+b2) ...
Selecting previously unselected package libghc-x11-dev.
Preparing to unpack .../269-libghc-x11-dev_1.10.3-3+b1_arm64.deb ...
Unpacking libghc-x11-dev (1.10.3-3+b1) ...
Selecting previously unselected package libghc-x11-xft-dev.
Preparing to unpack .../270-libghc-x11-xft-dev_0.3.4-4+b1_arm64.deb ...
Unpacking libghc-x11-xft-dev (0.3.4-4+b1) ...
Selecting previously unselected package libxpm4:arm64.
Preparing to unpack .../271-libxpm4_1%3a3.5.17-1+b2_arm64.deb ...
Unpacking libxpm4:arm64 (1:3.5.17-1+b2) ...
Selecting previously unselected package libxpm-dev:arm64.
Preparing to unpack .../272-libxpm-dev_1%3a3.5.17-1+b2_arm64.deb ...
Unpacking libxpm-dev:arm64 (1:3.5.17-1+b2) ...
Selecting previously unselected package libghc-alsa-core-dev.
Preparing to unpack .../273-libghc-alsa-core-dev_0.5.0.1-9_arm64.deb ...
Unpacking libghc-alsa-core-dev (0.5.0.1-9) ...
Selecting previously unselected package libghc-alsa-mixer-dev.
Preparing to unpack .../274-libghc-alsa-mixer-dev_0.3.0.1-1_arm64.deb ...
Unpacking libghc-alsa-mixer-dev (0.3.0.1-1) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../275-sbuild-build-depends-main-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up media-types (10.1.0) ...
Setting up libfile-stripnondeterminism-perl (1.14.0-1) ...
Setting up libgraphite2-3:arm64 (1.3.14-2+b1) ...
Setting up libpixman-1-0:arm64 (0.44.0-3) ...
Setting up libxau6:arm64 (1:1.0.11-1) ...
Setting up libxdmcp6:arm64 (1:1.1.2-3+b2) ...
Setting up libxcb1:arm64 (1.17.0-2+b1) ...
Setting up libpixman-1-dev:arm64 (0.44.0-3) ...
Setting up native-architecture (0.2.3) ...
Setting up html-xml-utils (7.7-1.1+b2) ...
Setting up libdatrie1:arm64 (0.2.13-3+b1) ...
Setting up libgirepository-2.0-0:arm64 (2.82.2-3) ...
Setting up libxcb-render0:arm64 (1.17.0-2+b1) ...
Setting up libtirpc-common (1.3.4+ds-1.3) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libdebhelper-perl (13.20) ...
Setting up x11-common (1:7.7+23.1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: WARNING: No init system and policy-rc.d missing! Defaulting to block.
Setting up linux-libc-dev (6.11.9-1) ...
Setting up m4 (1.4.19-4) ...
Setting up libxcb-shm0:arm64 (1.17.0-2+b1) ...
Setting up libffi-dev:arm64 (3.4.6-1) ...
Setting up libpcre2-16-0:arm64 (10.44-4) ...
Setting up libfakeroot:arm64 (1.36-1) ...
Setting up libelf1t64:arm64 (0.192-4) ...
Setting up fakeroot (1.36-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libsysprof-capture-4-dev:arm64 (47.0-2) ...
Setting up libasound2-data (1.2.12-1) ...
Setting up xtrans-dev (1.4.0-1) ...
Setting up libgraphite2-dev:arm64 (1.3.14-2+b1) ...
Setting up autotools-dev (20220109.1) ...
Setting up libpcre2-32-0:arm64 (10.44-4) ...
Setting up libglib2.0-data (2.82.2-3) ...
Setting up libpkgconf3:arm64 (1.8.1-4) ...
Setting up libgmpxx4ldbl:arm64 (2:6.3.0+dfsg-2+b2) ...
Setting up rpcsvc-proto (1.4.3-1+b1) ...
Setting up libasound2t64:arm64 (1.2.12-1+b1) ...
Setting up libx11-data (2:1.8.10-2) ...
Setting up libmpfr6:arm64 (4.2.1-1+b2) ...
Setting up libncurses6:arm64 (6.5-2+b1) ...
Setting up libfribidi0:arm64 (1.0.15-1) ...
Setting up fonts-dejavu-mono (2.37-8) ...
Setting up libpng16-16t64:arm64 (1.6.44-2) ...
Setting up libmpc3:arm64 (1.3.1-1+b3) ...
Setting up autopoint (0.22.5-2) ...
Setting up icu-devtools (72.1-5+b1) ...
Setting up fonts-dejavu-core (2.37-8) ...
Setting up libsepol-dev:arm64 (3.7-1) ...
Setting up pkgconf-bin (1.8.1-4) ...
Setting up gir1.2-glib-2.0:arm64 (2.82.2-3) ...
Setting up libncursesw6:arm64 (6.5-2+b1) ...
Setting up autoconf (2.72-3) ...
Setting up libubsan1:arm64 (14.2.0-8) ...
Setting up dh-strip-nondeterminism (1.14.0-1) ...
Setting up libdevel-confess-perl (0.009004-4) ...
Setting up libnuma1:arm64 (2.0.18-1+b1) ...
Setting up libpcre2-posix3:arm64 (10.44-4) ...
Setting up dwz (0.15-1+b1) ...
Setting up gir1.2-glib-2.0-dev:arm64 (2.82.2-3) ...
Setting up libhwasan0:arm64 (14.2.0-8) ...
Setting up libcrypt-dev:arm64 (1:4.4.36-5) ...
Setting up libasan8:arm64 (14.2.0-8) ...
Setting up libmd-dev:arm64 (1.1.0-2+b1) ...
Setting up libx11-6:arm64 (2:1.8.10-2) ...
Setting up libthai-data (0.1.29-2) ...
Setting up xorg-sgml-doctools (1:1.11-1.1) ...
Setting up libtsan2:arm64 (14.2.0-8) ...
Setting up libisl23:arm64 (0.27-1) ...
Setting up libasound2-dev:arm64 (1.2.12-1+b1) ...
Setting up libc-dev-bin (2.40-3) ...
Setting up libbsd-dev:arm64 (0.12.2-2) ...
Setting up libcc1-0:arm64 (14.2.0-8) ...
Setting up libbrotli-dev:arm64 (1.1.0-2+b6) ...
Setting up liblsan0:arm64 (14.2.0-8) ...
Setting up dctrl-tools (2.24-3+b1) ...
Setting up libitm1:arm64 (14.2.0-8) ...
Setting up hspec-discover (2.11.9-1) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up x11proto-dev (2024.1-1) ...
Setting up libice6:arm64 (2:1.1.1-1) ...
Setting up girepository-tools:arm64 (2.82.2-3) ...
Setting up libgmp-dev:arm64 (2:6.3.0+dfsg-2+b2) ...
Setting up libxau-dev:arm64 (1:1.0.11-1) ...
Setting up libxpm4:arm64 (1:3.5.17-1+b2) ...
Setting up libxrender1:arm64 (1:0.9.10-1.1+b2) ...
Setting up libice-dev:arm64 (2:1.1.1-1) ...
Setting up libtirpc3t64:arm64 (1.3.4+ds-1.3+b1) ...
Setting up fontconfig-config (2.15.0-1.1+b1) ...
Setting up libfribidi-dev:arm64 (1.0.15-1) ...
Setting up libxext6:arm64 (2:1.3.4-1+b2) ...
Setting up libglib2.0-bin (2.82.2-3) ...
Setting up pkgconf:arm64 (1.8.1-4) ...
Setting up libthai0:arm64 (0.1.29-2+b1) ...
Setting up libxdmcp-dev:arm64 (1:1.1.2-3+b2) ...
Setting up libfreetype6:arm64 (2.13.3+dfsg-1) ...
Setting up libxinerama1:arm64 (2:1.1.4-3+b2) ...
Setting up libxrandr2:arm64 (2:1.5.4-1+b1) ...
Setting up libdatrie-dev:arm64 (0.2.13-3+b1) ...
Setting up cpp-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up libnsl2:arm64 (1.3.0-3+b3) ...
Setting up libc6-dev:arm64 (2.40-3) ...
Setting up libharfbuzz0b:arm64 (10.0.1-1) ...
Setting up libxss1:arm64 (1:1.2.3-1+b2) ...
Setting up libfontconfig1:arm64 (2.15.0-1.1+b1) ...
Setting up libgcc-14-dev:arm64 (14.2.0-8) ...
Setting up libstdc++-14-dev:arm64 (14.2.0-8) ...
Setting up libsm6:arm64 (2:1.2.4-1) ...
Setting up libicu-dev:arm64 (72.1-5+b1) ...
Setting up libbz2-dev:arm64 (1.0.8-6) ...
Setting up fontconfig (2.15.0-1.1+b1) ...
Regenerating fonts cache... done.
Setting up libxft2:arm64 (2.3.6-1+b2) ...
Setting up libncurses-dev:arm64 (6.5-2+b1) ...
Setting up libharfbuzz-icu0:arm64 (10.0.1-1) ...
Setting up libxcb1-dev:arm64 (1.17.0-2+b1) ...
Setting up libpython3.12-stdlib:arm64 (3.12.7-3) ...
Setting up libpcre2-dev:arm64 (10.44-4) ...
Setting up libselinux1-dev:arm64 (3.7-3+b1) ...
Setting up python3.12 (3.12.7-3) ...
Setting up libpango-1.0-0:arm64 (1.54.0+ds-3) ...
Setting up libx11-dev:arm64 (2:1.8.10-2) ...
Setting up libharfbuzz-gobject0:arm64 (10.0.1-1) ...
Setting up libcairo2:arm64 (1.18.2-2) ...
Setting up libnuma-dev:arm64 (2.0.18-1+b1) ...
Setting up libxcb-shm0-dev:arm64 (1.17.0-2+b1) ...
Setting up cpp-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up libexpat1-dev:arm64 (2.6.4-1) ...
Setting up libharfbuzz-cairo0:arm64 (10.0.1-1) ...
Setting up uuid-dev:arm64 (2.40.2-11) ...
Setting up libxpm-dev:arm64 (1:3.5.17-1+b2) ...
Setting up libxt6t64:arm64 (1:1.2.1-1.2+b1) ...
Setting up libxcb-render0-dev:arm64 (1.17.0-2+b1) ...
Setting up cpp-14 (14.2.0-8) ...
Setting up libxext-dev:arm64 (2:1.3.4-1+b2) ...
Setting up libthai-dev:arm64 (0.1.29-2+b1) ...
Setting up zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ...
Setting up cpp (4:14.2.0-1) ...
Setting up libharfbuzz-subset0:arm64 (10.0.1-1) ...
Setting up libcairo-gobject2:arm64 (1.18.2-2) ...
Setting up gcc-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up libpangoft2-1.0-0:arm64 (1.54.0+ds-3) ...
Setting up libxrender-dev:arm64 (1:0.9.10-1.1+b2) ...
Setting up libpangocairo-1.0-0:arm64 (1.54.0+ds-3) ...
Setting up libpython3-stdlib:arm64 (3.12.7-1) ...
Setting up libcairo-script-interpreter2:arm64 (1.18.2-2) ...
Setting up gcc-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up libblkid-dev:arm64 (2.40.2-11) ...
Setting up gir1.2-freedesktop:arm64 (1.82.0-2) ...
Setting up g++-14-aarch64-linux-gnu (14.2.0-8) ...
Setting up libpangoxft-1.0-0:arm64 (1.54.0+ds-3) ...
Setting up libsm-dev:arm64 (2:1.2.4-1) ...
Setting up libpng-dev:arm64 (1.6.44-2) ...
Setting up pango1.0-tools (1.54.0+ds-3) ...
Setting up python3 (3.12.7-1) ...
Setting up libxss-dev:arm64 (1:1.2.3-1+b2) ...
Setting up gir1.2-harfbuzz-0.0:arm64 (10.0.1-1) ...
Setting up gcc-14 (14.2.0-8) ...
Setting up libfreetype-dev:arm64 (2.13.3+dfsg-1) ...
Setting up gir1.2-pango-1.0:arm64 (1.54.0+ds-3) ...
Setting up libxrandr-dev:arm64 (2:1.5.4-1+b1) ...
Setting up python3-packaging (24.2-1) ...
Setting up libxt-dev:arm64 (1:1.2.1-1.2+b1) ...
Setting up gir1.2-freedesktop-dev:arm64 (1.82.0-2) ...
Setting up libxinerama-dev:arm64 (2:1.1.4-3+b2) ...
Setting up g++-aarch64-linux-gnu (4:14.2.0-1) ...
Setting up python3-scour (0.38.2-5) ...
Setting up g++-14 (14.2.0-8) ...
Setting up libmount-dev:arm64 (2.40.2-11) ...
Setting up libgio-2.0-dev-bin (2.82.2-3) ...
Setting up libgio-2.0-dev:arm64 (2.82.2-3) ...
Setting up libtool (2.4.7-8) ...
Setting up libfontconfig-dev:arm64 (2.15.0-1.1+b1) ...
Setting up gcc (4:14.2.0-1) ...
Setting up dh-autoreconf (20) ...
Setting up scour (0.38.2-5) ...
Setting up g++ (4:14.2.0-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.12) ...
Setting up cdbs (0.4.166) ...
Setting up libxft-dev:arm64 (2.3.6-1+b2) ...
Setting up libglib2.0-dev-bin (2.82.2-3) ...
Setting up ghc (9.6.6-3) ...
update-alternatives: using /usr/bin/runghc to provide /usr/bin/runhaskell (runhaskell) in auto mode
update-alternatives: using /usr/bin/ghc to provide /usr/bin/haskell-compiler (haskell-compiler) in auto mode
Warning: include-dirs: /usr/lib/ghc/lib/../lib/aarch64-linux-ghc-9.6.6/directory-1.3.8.5/include doesn't exist or isn't a directory
Setting up libghc-mime-types-dev (0.1.2.0-1) ...
Setting up libghc-haskell-lexer-dev (1.1.1-2) ...
Setting up libghc-colour-dev (2.3.6-3) ...
Setting up libghc-cereal-dev (0.5.8.3-3) ...
Setting up libghc-xml-types-dev (0.3.8-4) ...
Setting up debhelper (13.20) ...
Setting up libghc-byteorder-dev (1.0.4-13) ...
Setting up libghc-indexed-traversable-dev (0.1.4-1) ...
Setting up libghc-data-default-class-dev (0.1.2.2-1) ...
Setting up libghc-os-string-dev (2.0.6-2) ...
Setting up libghc-x11-dev (1.10.3-3+b1) ...
Setting up libghc-split-dev (0.2.5-1) ...
Setting up libghc-cookie-dev (0.4.6-2+b1) ...
Setting up libghc-th-compat-dev (0.1.5-1) ...
Setting up libghc-base-compat-dev (0.13.1-1) ...
Setting up libghc-clock-dev (0.8.4-2) ...
Setting up libghc-splitmix-dev (0.1.0.5-2) ...
Setting up libghc-statevar-dev (1.2.2-3) ...
Setting up libghc-old-locale-dev (1.0.0.7-12) ...
Setting up libghc-th-abstraction-dev (0.5.0.0-1) ...
Setting up libghc-base-orphans-dev (0.9.2-1) ...
Setting up dh-buildinfo (0.11+nmu3) ...
Setting up libghc-integer-logarithms-dev (1.0.3.1-4) ...
Setting up libghc-transformers-compat-dev (0.7.2-2) ...
Setting up libghc-regex-base-dev (0.94.0.2-3) ...
Setting up libghc-base64-bytestring-dev (1.2.1.0-3) ...
Setting up libghc-zlib-dev (0.6.3.0-3) ...
Setting up libghc-dlist-dev (1.0-4) ...
Setting up libghc-hourglass-dev (0.2.12-7) ...
Setting up libghc-network-dev (3.1.4.0-2) ...
Setting up libghc-basement-dev (0.0.16-3) ...
Setting up libghc-base-compat-batteries-dev (0.13.1-1) ...
Setting up libghc-utf8-string-dev (1.0.2-3) ...
Setting up libghc-unliftio-core-dev (0.2.1.0-2) ...
Setting up libghc-appar-dev (0.1.8-5) ...
Setting up libghc-tagged-dev (0.8.8-1) ...
Setting up libghc-extensible-exceptions-dev (0.1.1.4-14) ...
Setting up libghc-assoc-dev (1.1.1-1) ...
Setting up libghc-vector-stream-dev (0.1.0.1-1) ...
Setting up libghc-ansi-terminal-types-dev (0.11.5-3) ...
Setting up libghc-onetuple-dev (0.4.2-1) ...
Setting up libghc-iproute-dev (1.7.14-1) ...
Setting up haskell-devscripts-minimal (0.16.33) ...
Setting up libghc-parsec-numbers-dev (0.1.0-6) ...
Setting up libghc-distributive-dev (0.6.2.1-3) ...
Setting up libghc-hashable-dev (1.4.4.0-1) ...
Setting up libghc-ansi-terminal-dev (1.0.2-1) ...
Setting up libghc-transformers-base-dev (0.4.6-3) ...
Setting up libghc-blaze-builder-dev (0.4.2.3-2) ...
Setting up libghc-call-stack-dev (0.4.0-3) ...
Setting up libghc-semigroups-dev (0.20-3) ...
Setting up libghc-primitive-dev (0.8.0.0-2) ...
Setting up libghc-void-dev (0.7.3-5) ...
Setting up libghc-reflection-dev (2.1.8-2) ...
Setting up libghc-parallel-dev (3.2.2.0-6) ...
Setting up libghc-resourcet-dev (1.3.0-1) ...
Setting up libghc-random-dev (1.2.1.2-1) ...
Setting up libghc-extra-dev (1.7.16-1) ...
Setting up libghc-uuid-types-dev (1.0.5.1-2) ...
Setting up libghc-text-short-dev (0.1.6-1) ...
Setting up libghc-network-uri-dev (2.6.4.2-2) ...
Setting up libghc-x11-xft-dev (0.3.4-4+b1) ...
Setting up libghc-regex-posix-dev (0.96.0.1-3) ...
Setting up libghc-comonad-dev (5.0.8-3) ...
Setting up libghc-old-time-dev (1.1.0.4-1) ...
Setting up libghc-scientific-dev (0.3.7.0-3) ...
Setting up libghc-time-compat-dev (1.9.6.1-3) ...
Setting up libghc-contravariant-dev (1.5.5-3) ...
Setting up libghc-quickcheck2-dev (2.14.3-2) ...
Setting up libghc-case-insensitive-dev (1.2.1.0-5) ...
Setting up libghc-http-types-dev (0.12.4-1) ...
Setting up libghc-socks-dev (0.6.1-4) ...
Setting up libghc-memory-dev (0.18.0-4) ...
Setting up libghc-temporary-dev (1.3-5) ...
Setting up libghc-unordered-containers-dev (0.2.20-3) ...
Setting up libghc-th-lift-dev (0.8.4-2) ...
Setting up libghc-bifunctors-dev (5.6.2-1) ...
Setting up libghc-asn1-types-dev (0.3.4-4) ...
Setting up libghc-blaze-markup-dev (0.8.3.0-2) ...
Setting up libghc-these-dev (1.2.1-1) ...
Setting up libghc-data-fix-dev (0.3.4-1) ...
Setting up libghc-profunctors-dev (5.6.2-3) ...
Setting up libghc-attoparsec-dev (0.14.4-4) ...
Setting up libghc-async-dev (2.2.5-1) ...
Setting up libghc-blaze-html-dev (0.9.2.0-1) ...
Setting up libghc-hunit-dev (1.6.2.0-3) ...
Setting up libghc-alsa-core-dev (0.5.0.1-9) ...
Setting up libghc-crypton-dev (0.34-1) ...
Setting up libghc-streaming-commons-dev (0.2.2.6-2) ...
Setting up libghc-hinotify-dev (0.4.1-3) ...
Setting up libghc-vector-dev (0.13.1.0-2) ...
Setting up libghc-alsa-mixer-dev (0.3.0.1-1) ...
Setting up libghc-tf-random-dev (0.5-13) ...
Setting up libghc-bitvec-dev (1.1.5.0-4) ...
Setting up libghc-hspec-expectations-dev (0.8.4-1) ...
Setting up libghc-unix-time-dev (0.4.15-1) ...
Setting up libghc-pem-dev (0.2.4-6) ...
Setting up libghc-invariant-dev (0.6.3-1) ...
Setting up libghc-http-client-dev (0.7.17-2+b1) ...
Setting up libghc-regex-compat-dev (0.95.2.1-3) ...
Setting up libghc-vector-algorithms-dev (0.9.0.2-1) ...
Setting up libghc-typed-process-dev (0.2.12.0-1) ...
Setting up libghc-semigroupoids-dev (6.0.1-1) ...
Setting up libghc-asn1-encoding-dev (0.9.6-4) ...
Setting up libghc-strict-dev (0.5-2) ...
Setting up libghc-quickcheck-io-dev (0.2.0-7) ...
Setting up libghc-mono-traversable-dev (1.0.20.0-1) ...
Setting up libghc-asn1-parse-dev (0.9.5-5) ...
Setting up libghc-indexed-traversable-instances-dev (0.1.2-1) ...
Setting up libghc-free-dev (5.2-1) ...
Setting up libghc-semialign-dev (1.3.1-1) ...
Setting up libghc-hspec-core-dev (2.11.9-1) ...
Setting up libghc-conduit-dev (1.3.6-1+b1) ...
Setting up libghc-adjunctions-dev (4.4.2-3) ...
Setting up libghc-witherable-dev (0.4.2-4) ...
Setting up libghc-crypton-x509-dev (1.7.7-1) ...
Setting up libghc-hspec-dev (2.11.9-2) ...
Setting up libghc-conduit-extra-dev (1.3.6-3+b1) ...
Setting up libghc-xml-conduit-dev (1.9.1.3-2+b1) ...
Setting up libghc-kan-extensions-dev (5.2.6-1) ...
Setting up libghc-crypton-x509-store-dev (1.6.9-3) ...
Setting up libghc-aeson-dev (2.1.2.1-6) ...
Setting up libghc-crypton-x509-system-dev (1.6.7-3) ...
Setting up libghc-lens-dev (5.2.3-2+b1) ...
Setting up libghc-attoparsec-aeson-dev (2.1.0.0-3) ...
Setting up libghc-crypton-x509-validation-dev (1.6.12-3+b1) ...
Setting up libghc-dbus-dev (1.3.3-1+b2) ...
Setting up libghc-tls-dev (1.8.0-1+b1) ...
Setting up libghc-crypton-connection-dev (0.3.2-2+b1) ...
Setting up libghc-http-client-tls-dev (0.3.6.3-1+b1) ...
Setting up libghc-http-conduit-dev (2.3.9-1+b1) ...
Processing triggers for libc-bin (2.40-3) ...
Processing triggers for man-db (2.13.0-1) ...
Processing triggers for libglib2.0-0t64:arm64 (2.82.2-3) ...
No schema files found: doing nothing.
Setting up libglib2.0-dev:arm64 (2.82.2-3) ...
Setting up libghc-glib-dev (0.13.11.0-1) ...
Setting up libcairo2-dev:arm64 (1.18.2-2) ...
Setting up libharfbuzz-dev:arm64 (10.0.1-1) ...
Setting up libghc-cairo-dev (0.13.11.0-1) ...
Setting up libpango1.0-dev:arm64 (1.54.0+ds-3) ...
Setting up libghc-pango-dev (0.13.11.0-1) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...

+------------------------------------------------------------------------------+
| Check architectures                                                          |
+------------------------------------------------------------------------------+

Arch check ok (arm64 included in any)

+------------------------------------------------------------------------------+
| Build environment                                                            |
+------------------------------------------------------------------------------+

Kernel: Linux 6.1.0-27-cloud-arm64 #1 SMP Debian 6.1.115-1 (2024-11-01) arm64 (aarch64)
Toolchain package versions: binutils_2.43.1-5 dpkg-dev_1.22.12~1.gbp82cafd g++-14_14.2.0-8 gcc-14_14.2.0-8 libc6-dev_2.40-3 libstdc++-14-dev_14.2.0-8 libstdc++6_14.2.0-8 linux-libc-dev_6.11.9-1
Package versions: appstream_1.0.3-1+b1 apt_2.9.12 autoconf_2.72-3 automake_1:1.16.5-1.3 autopoint_0.22.5-2 autotools-dev_20220109.1 base-files_13.5 base-passwd_3.6.5 bash_5.2.32-1+b2 binutils_2.43.1-5 binutils-aarch64-linux-gnu_2.43.1-5 binutils-common_2.43.1-5 bsdextrautils_2.40.2-11 bsdutils_1:2.40.2-11 build-essential_12.12 bzip2_1.0.8-6 ca-certificates_20240203 cdbs_0.4.166 coreutils_9.5-1+b1 cpp_4:14.2.0-1 cpp-14_14.2.0-8 cpp-14-aarch64-linux-gnu_14.2.0-8 cpp-aarch64-linux-gnu_4:14.2.0-1 dash_0.5.12-9+b1 dctrl-tools_2.24-3+b1 debconf_1.5.87 debhelper_13.20 debian-archive-keyring_2023.4 debianutils_5.21 dh-autoreconf_20 dh-buildinfo_0.11+nmu3 dh-strip-nondeterminism_1.14.0-1 diffstat_1.67-1 diffutils_1:3.10-1+b1 dpkg_1.22.12~1.gbp82cafd dpkg-dev_1.22.12~1.gbp82cafd dwz_0.15-1+b1 e2fsprogs_1.47.1-1+b1 fakeroot_1.36-1 file_1:5.45-3+b1 findutils_4.10.0-3 fontconfig_2.15.0-1.1+b1 fontconfig-config_2.15.0-1.1+b1 fonts-dejavu-core_2.37-8 fonts-dejavu-mono_2.37-8 g++_4:14.2.0-1 g++-14_14.2.0-8 g++-14-aarch64-linux-gnu_14.2.0-8 g++-aarch64-linux-gnu_4:14.2.0-1 gcc_4:14.2.0-1 gcc-14_14.2.0-8 gcc-14-aarch64-linux-gnu_14.2.0-8 gcc-14-base_14.2.0-8 gcc-aarch64-linux-gnu_4:14.2.0-1 gettext_0.22.5-2 gettext-base_0.22.5-2 ghc_9.6.6-3 gir1.2-freedesktop_1.82.0-2 gir1.2-freedesktop-dev_1.82.0-2 gir1.2-glib-2.0_2.82.2-3 gir1.2-glib-2.0-dev_2.82.2-3 gir1.2-harfbuzz-0.0_10.0.1-1 gir1.2-pango-1.0_1.54.0+ds-3 girepository-tools_2.82.2-3 gpg_2.2.45-2 gpgconf_2.2.45-2 gpgv_2.2.45-2 grep_3.11-4+b1 groff-base_1.23.0-5 gzip_1.12-1.1+b1 haskell-devscripts-minimal_0.16.33 hostname_3.25 hspec-discover_2.11.9-1 html-xml-utils_7.7-1.1+b2 icu-devtools_72.1-5+b1 init-system-helpers_1.67 intltool-debian_0.35.0+20060710.6 iso-codes_4.17.0-1 libacl1_2.3.2-2+b1 libaliased-perl_0.34-3 libappstream5_1.0.3-1+b1 libapt-pkg-perl_0.1.40+b6 libapt-pkg6.0t64_2.9.12 libarchive-zip-perl_1.68-1 libasan8_14.2.0-8 libasound2-data_1.2.12-1 libasound2-dev_1.2.12-1+b1 libasound2t64_1.2.12-1+b1 libassuan9_3.0.1-2 libatomic1_14.2.0-8 libattr1_1:2.5.2-2 libaudit-common_1:4.0.2-2 libaudit1_1:4.0.2-2 libb-hooks-endofscope-perl_0.28-1 libb-hooks-op-check-perl_0.22-3+b2 libberkeleydb-perl_0.66-1 libbinutils_2.43.1-5 libblkid-dev_2.40.2-11 libblkid1_2.40.2-11 libbrotli-dev_1.1.0-2+b6 libbrotli1_1.1.0-2+b6 libbsd-dev_0.12.2-2 libbsd0_0.12.2-2 libbz2-1.0_1.0.8-6 libbz2-dev_1.0.8-6 libc-bin_2.40-3 libc-dev-bin_2.40-3 libc6_2.40-3 libc6-dev_2.40-3 libcairo-gobject2_1.18.2-2 libcairo-script-interpreter2_1.18.2-2 libcairo2_1.18.2-2 libcairo2-dev_1.18.2-2 libcap-ng0_0.8.5-3+b1 libcap2_1:2.66-5+b1 libcapture-tiny-perl_0.48-2 libcc1-0_14.2.0-8 libcgi-pm-perl_4.66-1 libclass-data-inheritable-perl_0.10-1 libclass-inspector-perl_1.36-3 libclass-method-modifiers-perl_2.15-1 libclass-xsaccessor-perl_1.19-4+b4 libclone-perl_0.47-1+b1 libcom-err2_1.47.1-1+b1 libconfig-tiny-perl_2.30-1 libconst-fast-perl_0.014-2 libcpanel-json-xs-perl_4.38-1+b1 libcrypt-dev_1:4.4.36-5 libcrypt1_1:4.4.36-5 libctf-nobfd0_2.43.1-5 libctf0_2.43.1-5 libcurl3t64-gnutls_8.11.0-1 libdata-dpath-perl_0.60-1 libdata-messagepack-perl_1.02-1+b4 libdata-optlist-perl_0.114-1 libdata-validate-domain-perl_0.15-1 libdata-validate-ip-perl_0.31-1 libdata-validate-uri-perl_0.07-3 libdatrie-dev_0.2.13-3+b1 libdatrie1_0.2.13-3+b1 libdb5.3t64_5.3.28+dfsg2-9 libdebconfclient0_0.273 libdebhelper-perl_13.20 libdevel-callchecker-perl_0.009-1+b1 libdevel-confess-perl_0.009004-4 libdevel-size-perl_0.84-1+b1 libdevel-stacktrace-perl_2.0500-1 libdpkg-perl_1.22.12~1.gbp82cafd libdynaloader-functions-perl_0.004-1 libelf1t64_0.192-4 libemail-address-xs-perl_1.05-1+b4 libencode-locale-perl_1.05-3 libexception-class-perl_1.45-1 libexpat1_2.6.4-1 libexpat1-dev_2.6.4-1 libext2fs2t64_1.47.1-1+b1 libfakeroot_1.36-1 libffi-dev_3.4.6-1 libffi8_3.4.6-1 libfile-basedir-perl_0.09-2 libfile-find-rule-perl_0.34-3 libfile-listing-perl_6.16-1 libfile-sharedir-perl_1.118-3 libfile-stripnondeterminism-perl_1.14.0-1 libfont-ttf-perl_1.06-2 libfontconfig-dev_2.15.0-1.1+b1 libfontconfig1_2.15.0-1.1+b1 libfreetype-dev_2.13.3+dfsg-1 libfreetype6_2.13.3+dfsg-1 libfribidi-dev_1.0.15-1 libfribidi0_1.0.15-1 libgcc-14-dev_14.2.0-8 libgcc-s1_14.2.0-8 libgcrypt20_1.11.0-6 libgdbm-compat4t64_1.24-2 libgdbm6t64_1.24-2 libghc-adjunctions-dev_4.4.2-3 libghc-aeson-dev_2.1.2.1-6 libghc-alsa-core-dev_0.5.0.1-9 libghc-alsa-mixer-dev_0.3.0.1-1 libghc-ansi-terminal-dev_1.0.2-1 libghc-ansi-terminal-types-dev_0.11.5-3 libghc-appar-dev_0.1.8-5 libghc-asn1-encoding-dev_0.9.6-4 libghc-asn1-parse-dev_0.9.5-5 libghc-asn1-types-dev_0.3.4-4 libghc-assoc-dev_1.1.1-1 libghc-async-dev_2.2.5-1 libghc-attoparsec-aeson-dev_2.1.0.0-3 libghc-attoparsec-dev_0.14.4-4 libghc-base-compat-batteries-dev_0.13.1-1 libghc-base-compat-dev_0.13.1-1 libghc-base-orphans-dev_0.9.2-1 libghc-base64-bytestring-dev_1.2.1.0-3 libghc-basement-dev_0.0.16-3 libghc-bifunctors-dev_5.6.2-1 libghc-bitvec-dev_1.1.5.0-4 libghc-blaze-builder-dev_0.4.2.3-2 libghc-blaze-html-dev_0.9.2.0-1 libghc-blaze-markup-dev_0.8.3.0-2 libghc-byteorder-dev_1.0.4-13 libghc-cairo-dev_0.13.11.0-1 libghc-call-stack-dev_0.4.0-3 libghc-case-insensitive-dev_1.2.1.0-5 libghc-cereal-dev_0.5.8.3-3 libghc-clock-dev_0.8.4-2 libghc-colour-dev_2.3.6-3 libghc-comonad-dev_5.0.8-3 libghc-conduit-dev_1.3.6-1+b1 libghc-conduit-extra-dev_1.3.6-3+b1 libghc-contravariant-dev_1.5.5-3 libghc-cookie-dev_0.4.6-2+b1 libghc-crypton-connection-dev_0.3.2-2+b1 libghc-crypton-dev_0.34-1 libghc-crypton-x509-dev_1.7.7-1 libghc-crypton-x509-store-dev_1.6.9-3 libghc-crypton-x509-system-dev_1.6.7-3 libghc-crypton-x509-validation-dev_1.6.12-3+b1 libghc-data-default-class-dev_0.1.2.2-1 libghc-data-fix-dev_0.3.4-1 libghc-dbus-dev_1.3.3-1+b2 libghc-distributive-dev_0.6.2.1-3 libghc-dlist-dev_1.0-4 libghc-extensible-exceptions-dev_0.1.1.4-14 libghc-extra-dev_1.7.16-1 libghc-free-dev_5.2-1 libghc-glib-dev_0.13.11.0-1 libghc-hashable-dev_1.4.4.0-1 libghc-haskell-lexer-dev_1.1.1-2 libghc-hinotify-dev_0.4.1-3 libghc-hourglass-dev_0.2.12-7 libghc-hspec-core-dev_2.11.9-1 libghc-hspec-dev_2.11.9-2 libghc-hspec-expectations-dev_0.8.4-1 libghc-http-client-dev_0.7.17-2+b1 libghc-http-client-tls-dev_0.3.6.3-1+b1 libghc-http-conduit-dev_2.3.9-1+b1 libghc-http-types-dev_0.12.4-1 libghc-hunit-dev_1.6.2.0-3 libghc-indexed-traversable-dev_0.1.4-1 libghc-indexed-traversable-instances-dev_0.1.2-1 libghc-integer-logarithms-dev_1.0.3.1-4 libghc-invariant-dev_0.6.3-1 libghc-iproute-dev_1.7.14-1 libghc-kan-extensions-dev_5.2.6-1 libghc-lens-dev_5.2.3-2+b1 libghc-memory-dev_0.18.0-4 libghc-mime-types-dev_0.1.2.0-1 libghc-mono-traversable-dev_1.0.20.0-1 libghc-network-dev_3.1.4.0-2 libghc-network-uri-dev_2.6.4.2-2 libghc-old-locale-dev_1.0.0.7-12 libghc-old-time-dev_1.1.0.4-1 libghc-onetuple-dev_0.4.2-1 libghc-os-string-dev_2.0.6-2 libghc-pango-dev_0.13.11.0-1 libghc-parallel-dev_3.2.2.0-6 libghc-parsec-numbers-dev_0.1.0-6 libghc-pem-dev_0.2.4-6 libghc-primitive-dev_0.8.0.0-2 libghc-profunctors-dev_5.6.2-3 libghc-quickcheck-io-dev_0.2.0-7 libghc-quickcheck2-dev_2.14.3-2 libghc-random-dev_1.2.1.2-1 libghc-reflection-dev_2.1.8-2 libghc-regex-base-dev_0.94.0.2-3 libghc-regex-compat-dev_0.95.2.1-3 libghc-regex-posix-dev_0.96.0.1-3 libghc-resourcet-dev_1.3.0-1 libghc-scientific-dev_0.3.7.0-3 libghc-semialign-dev_1.3.1-1 libghc-semigroupoids-dev_6.0.1-1 libghc-semigroups-dev_0.20-3 libghc-socks-dev_0.6.1-4 libghc-split-dev_0.2.5-1 libghc-splitmix-dev_0.1.0.5-2 libghc-statevar-dev_1.2.2-3 libghc-streaming-commons-dev_0.2.2.6-2 libghc-strict-dev_0.5-2 libghc-tagged-dev_0.8.8-1 libghc-temporary-dev_1.3-5 libghc-text-short-dev_0.1.6-1 libghc-tf-random-dev_0.5-13 libghc-th-abstraction-dev_0.5.0.0-1 libghc-th-compat-dev_0.1.5-1 libghc-th-lift-dev_0.8.4-2 libghc-these-dev_1.2.1-1 libghc-time-compat-dev_1.9.6.1-3 libghc-tls-dev_1.8.0-1+b1 libghc-transformers-base-dev_0.4.6-3 libghc-transformers-compat-dev_0.7.2-2 libghc-typed-process-dev_0.2.12.0-1 libghc-unix-time-dev_0.4.15-1 libghc-unliftio-core-dev_0.2.1.0-2 libghc-unordered-containers-dev_0.2.20-3 libghc-utf8-string-dev_1.0.2-3 libghc-uuid-types-dev_1.0.5.1-2 libghc-vector-algorithms-dev_0.9.0.2-1 libghc-vector-dev_0.13.1.0-2 libghc-vector-stream-dev_0.1.0.1-1 libghc-void-dev_0.7.3-5 libghc-witherable-dev_0.4.2-4 libghc-x11-dev_1.10.3-3+b1 libghc-x11-xft-dev_0.3.4-4+b1 libghc-xml-conduit-dev_1.9.1.3-2+b1 libghc-xml-types-dev_0.3.8-4 libghc-zlib-dev_0.6.3.0-3 libgio-2.0-dev_2.82.2-3 libgio-2.0-dev-bin_2.82.2-3 libgirepository-2.0-0_2.82.2-3 libglib2.0-0t64_2.82.2-3 libglib2.0-bin_2.82.2-3 libglib2.0-data_2.82.2-3 libglib2.0-dev_2.82.2-3 libglib2.0-dev-bin_2.82.2-3 libgmp-dev_2:6.3.0+dfsg-2+b2 libgmp10_2:6.3.0+dfsg-2+b2 libgmpxx4ldbl_2:6.3.0+dfsg-2+b2 libgnutls30t64_3.8.8-2 libgomp1_14.2.0-8 libgpg-error0_1.50-4 libgprofng0_2.43.1-5 libgraphite2-3_1.3.14-2+b1 libgraphite2-dev_1.3.14-2+b1 libgssapi-krb5-2_1.21.3-3 libharfbuzz-cairo0_10.0.1-1 libharfbuzz-dev_10.0.1-1 libharfbuzz-gobject0_10.0.1-1 libharfbuzz-icu0_10.0.1-1 libharfbuzz-subset0_10.0.1-1 libharfbuzz0b_10.0.1-1 libhogweed6t64_3.10-1+b1 libhtml-form-perl_6.12-1 libhtml-html5-entities-perl_0.004-3 libhtml-parser-perl_3.83-1+b1 libhtml-tagset-perl_3.24-1 libhtml-tokeparser-simple-perl_3.16-4 libhtml-tree-perl_5.07-3 libhttp-cookies-perl_6.11-1 libhttp-date-perl_6.06-1 libhttp-message-perl_7.00-2 libhttp-negotiate-perl_6.01-2 libhwasan0_14.2.0-8 libice-dev_2:1.1.1-1 libice6_2:1.1.1-1 libicu-dev_72.1-5+b1 libicu72_72.1-5+b1 libidn2-0_2.3.7-2+b1 libimport-into-perl_1.002005-2 libio-html-perl_1.004-3 libio-interactive-perl_1.025-1 libio-socket-ssl-perl_2.089-1 libio-string-perl_1.08-4 libipc-run3-perl_0.049-1 libipc-system-simple-perl_1.30-2 libisl23_0.27-1 libiterator-perl_0.03+ds1-2 libiterator-util-perl_0.02+ds1-2 libitm1_14.2.0-8 libjansson4_2.14-2+b3 libjson-maybexs-perl_1.004008-1 libk5crypto3_1.21.3-3 libkeyutils1_1.6.3-4 libkrb5-3_1.21.3-3 libkrb5support0_1.21.3-3 libldap-2.5-0_2.5.18+dfsg-3+b1 liblist-compare-perl_0.55-2 liblist-someutils-perl_0.59-1 liblist-utilsby-perl_0.12-2 liblsan0_14.2.0-8 liblwp-mediatypes-perl_6.04-2 liblwp-protocol-https-perl_6.14-1 liblz1_1.15~pre2-1 liblz4-1_1.9.4-3+b1 liblzma5_5.6.3-1+b1 liblzo2-2_2.10-3+b1 libmagic-mgc_1:5.45-3+b1 libmagic1t64_1:5.45-3+b1 libmarkdown2_2.2.7-2.1 libmd-dev_1.1.0-2+b1 libmd0_1.1.0-2+b1 libmldbm-perl_2.05-4 libmodule-implementation-perl_0.09-2 libmodule-runtime-perl_0.016-2 libmoo-perl_2.005005-1 libmoox-aliases-perl_0.001006-2 libmount-dev_2.40.2-11 libmount1_2.40.2-11 libmouse-perl_2.5.11-1+b1 libmpc3_1.3.1-1+b3 libmpfr6_4.2.1-1+b2 libnamespace-clean-perl_0.27-2 libncurses-dev_6.5-2+b1 libncurses6_6.5-2+b1 libncursesw6_6.5-2+b1 libnet-domain-tld-perl_1.75-4 libnet-http-perl_6.23-1 libnet-ipv6addr-perl_1.02-1 libnet-netmask-perl_2.0002-2 libnet-ssleay-perl_1.94-2 libnetaddr-ip-perl_4.079+dfsg-2+b4 libnettle8t64_3.10-1+b1 libnghttp2-14_1.64.0-1 libnghttp3-9_1.4.0-1+b1 libngtcp2-16_1.6.0-1 libngtcp2-crypto-gnutls8_1.6.0-1 libnsl2_1.3.0-3+b3 libnuma-dev_2.0.18-1+b1 libnuma1_2.0.18-1+b1 libnumber-compare-perl_0.03-3 libp11-kit0_0.25.5-2+b1 libpackage-stash-perl_0.40-1 libpam-modules_1.5.3-7+b1 libpam-modules-bin_1.5.3-7+b1 libpam-runtime_1.5.3-7 libpam0g_1.5.3-7+b1 libpango-1.0-0_1.54.0+ds-3 libpango1.0-dev_1.54.0+ds-3 libpangocairo-1.0-0_1.54.0+ds-3 libpangoft2-1.0-0_1.54.0+ds-3 libpangoxft-1.0-0_1.54.0+ds-3 libparams-classify-perl_0.015-2+b4 libparams-util-perl_1.102-3+b1 libpath-tiny-perl_0.146-1 libpcre2-16-0_10.44-4 libpcre2-32-0_10.44-4 libpcre2-8-0_10.44-4 libpcre2-dev_10.44-4 libpcre2-posix3_10.44-4 libperl5.40_5.40.0-7 libperlio-gzip-perl_0.20-1+b4 libperlio-utf8-strict-perl_0.010-1+b3 libpipeline1_1.5.8-1 libpixman-1-0_0.44.0-3 libpixman-1-dev_0.44.0-3 libpkgconf3_1.8.1-4 libpng-dev_1.6.44-2 libpng16-16t64_1.6.44-2 libproc-processtable-perl_0.636-1+b3 libpsl5t64_0.21.2-1.1+b1 libpython3-stdlib_3.12.7-1 libpython3.12-minimal_3.12.7-3 libpython3.12-stdlib_3.12.7-3 libreadline8t64_8.2-5 libregexp-wildcards-perl_1.05-3 librole-tiny-perl_2.002004-1 librtmp1_2.4+20151223.gitfa8646d.1-2+b5 libsasl2-2_2.1.28+dfsg1-8 libsasl2-modules-db_2.1.28+dfsg1-8 libseccomp2_2.5.5-1+b3 libselinux1_3.7-3+b1 libselinux1-dev_3.7-3+b1 libsemanage-common_3.7-2 libsemanage2_3.7-2+b1 libsepol-dev_3.7-1 libsepol2_3.7-1 libsereal-decoder-perl_5.004+ds-1+b3 libsereal-encoder-perl_5.004+ds-1+b3 libsframe1_2.43.1-5 libsm-dev_2:1.2.4-1 libsm6_2:1.2.4-1 libsmartcols1_2.40.2-11 libsort-versions-perl_1.62-3 libsqlite3-0_3.46.1-1 libss2_1.47.1-1+b1 libssh2-1t64_1.11.1-1 libssl3t64_3.3.2-2 libstdc++-14-dev_14.2.0-8 libstdc++6_14.2.0-8 libstemmer0d_2.2.0-4+b2 libstrictures-perl_2.000006-1 libsub-exporter-perl_0.990-1 libsub-exporter-progressive-perl_0.001013-3 libsub-identify-perl_0.14-3+b3 libsub-install-perl_0.929-1 libsub-name-perl_0.27-1+b3 libsub-quote-perl_2.006008-1 libsyntax-keyword-try-perl_0.30-1+b1 libsysprof-capture-4-dev_47.0-2 libsystemd0_257~rc2-3 libtasn1-6_4.19.0-3+b3 libterm-readkey-perl_2.38-2+b4 libtext-glob-perl_0.11-3 libtext-levenshteinxs-perl_0.03-5+b4 libtext-markdown-discount-perl_0.16-1+b3 libtext-xslate-perl_3.5.9-2+b1 libthai-data_0.1.29-2 libthai-dev_0.1.29-2+b1 libthai0_0.1.29-2+b1 libtime-duration-perl_1.21-2 libtime-moment-perl_0.44-2+b4 libtimedate-perl_2.3300-2 libtinfo6_6.5-2+b1 libtirpc-common_1.3.4+ds-1.3 libtirpc3t64_1.3.4+ds-1.3+b1 libtool_2.4.7-8 libtry-tiny-perl_0.32-1 libtsan2_14.2.0-8 libubsan1_14.2.0-8 libuchardet0_0.0.8-1+b2 libudev1_257~rc2-3 libunicode-utf8-perl_0.62-2+b3 libunistring5_1.2-1+b1 liburi-perl_5.30-1 libuuid1_2.40.2-11 libvariable-magic-perl_0.64-1+b1 libwww-mechanize-perl_2.19-1 libwww-perl_6.77-1 libwww-robotrules-perl_6.02-1 libx11-6_2:1.8.10-2 libx11-data_2:1.8.10-2 libx11-dev_2:1.8.10-2 libxau-dev_1:1.0.11-1 libxau6_1:1.0.11-1 libxcb-render0_1.17.0-2+b1 libxcb-render0-dev_1.17.0-2+b1 libxcb-shm0_1.17.0-2+b1 libxcb-shm0-dev_1.17.0-2+b1 libxcb1_1.17.0-2+b1 libxcb1-dev_1.17.0-2+b1 libxdmcp-dev_1:1.1.2-3+b2 libxdmcp6_1:1.1.2-3+b2 libxext-dev_2:1.3.4-1+b2 libxext6_2:1.3.4-1+b2 libxft-dev_2.3.6-1+b2 libxft2_2.3.6-1+b2 libxinerama-dev_2:1.1.4-3+b2 libxinerama1_2:1.1.4-3+b2 libxml-libxml-perl_2.0207+dfsg+really+2.0134-5+b1 libxml-namespacesupport-perl_1.12-2 libxml-sax-base-perl_1.09-3 libxml-sax-perl_1.02+dfsg-3 libxml2_2.12.7+dfsg+really2.9.14-0.2+b1 libxmlb2_0.3.21-1 libxpm-dev_1:3.5.17-1+b2 libxpm4_1:3.5.17-1+b2 libxrandr-dev_2:1.5.4-1+b1 libxrandr2_2:1.5.4-1+b1 libxrender-dev_1:0.9.10-1.1+b2 libxrender1_1:0.9.10-1.1+b2 libxs-parse-keyword-perl_0.46-1+b1 libxss-dev_1:1.2.3-1+b2 libxss1_1:1.2.3-1+b2 libxt-dev_1:1.2.1-1.2+b1 libxt6t64_1:1.2.1-1.2+b1 libxxhash0_0.8.2-2+b2 libyaml-0-2_0.2.5-1+b2 libyaml-libyaml-perl_0.902.0+ds-2+b1 libzstd1_1.5.6+dfsg-1+b1 lintian_2.120.0 linux-libc-dev_6.11.9-1 login_1:4.16.0-2+really2.40.2-11 login.defs_1:4.16.0-5 logsave_1.47.1-1+b1 lzop_1.04-2+b1 m4_1.4.19-4 make_4.3-4.1+b1 man-db_2.13.0-1 mawk_1.3.4.20240905-1 media-types_10.1.0 mount_2.40.2-11 native-architecture_0.2.3 ncurses-base_6.5-2 ncurses-bin_6.5-2+b1 netbase_6.4 openssl_3.3.2-2 openssl-provider-legacy_3.3.2-2 pango1.0-tools_1.54.0+ds-3 passwd_1:4.16.0-5 patch_2.7.6-7+b1 patchutils_0.4.2-1+b1 perl_5.40.0-7 perl-base_5.40.0-7 perl-modules-5.40_5.40.0-7 perl-openssl-defaults_7+b2 pkgconf_1.8.1-4 pkgconf-bin_1.8.1-4 plzip_1.11-2 po-debconf_1.0.21+nmu1 python3_3.12.7-1 python3-minimal_3.12.7-1 python3-packaging_24.2-1 python3-scour_0.38.2-5 python3.12_3.12.7-3 python3.12-minimal_3.12.7-3 readline-common_8.2-5 rpcsvc-proto_1.4.3-1+b1 sbuild-build-depends-main-dummy_0.invalid.0 scour_0.38.2-5 sed_4.9-2+b1 sensible-utils_0.0.24 shared-mime-info_2.4-5+b1 sysvinit-utils_3.11-1 t1utils_1.41-4+b1 tar_1.35+dfsg-3+b1 tzdata_2024b-3 ucf_3.0043+nmu1 unzip_6.0-28+b1 util-linux_2.40.2-11 uuid-dev_2.40.2-11 x11-common_1:7.7+23.1 x11proto-dev_2024.1-1 xorg-sgml-doctools_1:1.11-1.1 xtrans-dev_1.4.0-1 xz-utils_5.6.3-1+b1 zlib1g_1:1.3.dfsg+really1.3.1-1+b1 zlib1g-dev_1:1.3.dfsg+really1.3.1-1+b1

+------------------------------------------------------------------------------+
| Build                                                                        |
+------------------------------------------------------------------------------+


Unpack source
-------------

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 3.0 (quilt)
Source: xmobar
Binary: xmobar
Architecture: any
Version: 0.48.1-1
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:  Apollon Oikonomopoulos <apoikos@debian.org>, Aggelos Avgerinos <evaggelos.avgerinos@gmail.com>,
Homepage: https://codeberg.org/xmobar/xmobar
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/xmobar
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/xmobar]
Testsuite: autopkgtest
Testsuite-Triggers: x11-apps, x11-utils, xauth, xvfb
Build-Depends: debhelper (>= 10), haskell-devscripts-minimal | haskell-devscripts (>= 0.13), cdbs, ghc, libghc-x11-dev (>= 1.6.1), libghc-aeson-dev (>= 1.4.7.1), libghc-async-dev, libghc-cairo-dev, libghc-pango-dev, libghc-extensible-exceptions-dev (>= 0.1), libghc-extensible-exceptions-dev (<< 0.2), libghc-extra-dev, libghc-http-client-tls-dev, libghc-http-conduit-dev, libghc-http-types-dev, libghc-old-locale-dev, libghc-parsec-numbers-dev (>= 0.1.0), libghc-regex-compat-dev, libghc-utf8-string-dev (>= 0.3), libghc-utf8-string-dev (<< 1.1), libxrandr-dev, libxrender-dev, libghc-hspec-dev (>= 2), libghc-hspec-dev (<< 3), libghc-temporary-dev, libghc-alsa-core-dev (>= 0.5), libghc-alsa-mixer-dev (>= 0.3), libghc-x11-xft-dev (>= 0.2), libghc-dbus-dev [linux-any], libghc-hinotify-dev [linux-any], libxpm-dev
Package-List:
 xmobar deb x11 optional arch=any
Checksums-Sha1:
 cc07d7242908db66cd8b9d4d8450f672bc4c523d 170049 xmobar_0.48.1.orig.tar.gz
 e09190099cae0f1501c4c08e44843e427ee7eeae 10128 xmobar_0.48.1-1.debian.tar.xz
Checksums-Sha256:
 146eb569fefefbc3428c6ec5ea1998cd7af274945cfa453e5100d0b37564cec6 170049 xmobar_0.48.1.orig.tar.gz
 8042c440d97844d411951b96973527ae3813deebfe7595babed9cc7be38378e5 10128 xmobar_0.48.1-1.debian.tar.xz
Files:
 7c58befd5f973c4d45f373cab86ea473 170049 xmobar_0.48.1.orig.tar.gz
 121195e241690cf72fd601e60a8fc751 10128 xmobar_0.48.1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEJ9c8pfW11+AaUTb116hngMxkQDwFAmcJZCYUHGlsaWFzdHNp
QGRlYmlhbi5vcmcACgkQ16hngMxkQDxJZA/7BJdkxasF6iwoqaOKebdxmpIIU9fr
Kn0I+yJFF++Har+HXVYLL9jnoYmYhApoZMjr+Xct9aPyeKxsPwatx7RFl8SvD+Sm
7q65atCcmRU1thiENrI83mH+fCi7f+C2bmNvs71jRN1r5B/JgyDOlKCNEaSUCtm/
P3wMo9DFQ/3mt9aCMUcytODOrK/pMvZtEUSkUdQPwEQGIMmHdGX9Q9qCu7MN8306
fsy/lX6B/AQAPRdPTTkN6QD2DS8jxSqRkOR3xmM1Bugr9gEFsuqujPYVFoYM3Yl9
6zliuQl6XiuGEir+OqN156yqe77c8GOlaSS6W6dOnG0+EqvPkOuHm7D2M1F9915Z
pR7PUNIf/aeHr6qmWL3meC8sY9YTCfZv2rz5KCPvdoH5eriogpVcjOlY7lc2qXZX
zyEuXJRCuq2w6bKcRqXNwA0dYrmBr18ASl4CkjHXJN6H/YTuzCMzCIzF3WWef27Y
X/ksNKGNim955zW3F8UCCXJfwkZW7ak2w7PloJ0n5ZtrKfXHsdgX8BNGwXGEDXWC
lspPQYVz0XaZ2K14TMD3sMbvY2HOXzCSow5kwBdipZrrwddaKtPQpsHFv/GCBkHM
8Hq/2OY5mAv1fONRtL/padZLGFk7rilkF1E+vgkT/I/3ZWf/N0OjS4Je6GlnTimW
R4XHdv2sa9211yc=
=bkrL
-----END PGP SIGNATURE-----

gpgv: Signature made Fri Oct 11 17:45:10 2024 UTC
gpgv:                using RSA key 27D73CA5F5B5D7E01A5136F5D7A86780CC64403C
gpgv:                issuer "iliastsi@debian.org"
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./xmobar_0.48.1-1.dsc: no acceptable signature found
dpkg-source: info: extracting xmobar in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking xmobar_0.48.1.orig.tar.gz
dpkg-source: info: unpacking xmobar_0.48.1-1.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 0001-Fix-typo-in-src-Parsers.hs-fix-lintian-warning.patch

Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=debusine-worker
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SHELL=/bin/sh
USER=debusine-worker

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package xmobar
dpkg-buildpackage: info: source version 0.48.1-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Ilias Tsitsimpis <iliastsi@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
 debian/rules clean
test -x debian/rules
dh_clean 
perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
	-E 'clean_recipe'
Running rm -rf dist dist-ghc dist-ghcjs dist-hugs debian/tmp-setup-hs
Running rm -f debian/hlibrary.setup
Running rm -f Setup.hi Setup.ho Setup.o
Running rm -f
rm -f configure-ghc-stamp
rm -f build-ghc-stamp build-hugs-stamp build-haddock-stamp
rm -f check-ghc-stamp
rm -f debian/tmp
rm -rf debian/tmp-inst-ghc debian/tmp-inst-ghcjs
rm -rf debian/tmp-db
rm -f debian/hlibrary.Makefile
 debian/rules binary
test -x debian/rules
dh_testroot
dh_prep 
dh_installdirs -A 
mkdir -p "."
CDBS WARNING:    DEB_DH_STRIP_ARGS is deprecated since 0.4.85
CDBS WARNING:    DEB_COMPRESS_EXCLUDE is deprecated since 0.4.85
perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
	-E 'make_setup_recipe'
Running ghc --make /usr/share/haskell-devscripts/Setup-Simple.hs -o debian/hlibrary.setup -outputdir debian/tmp-setup-hs
[1 of 2] Compiling Main             ( /usr/share/haskell-devscripts/Setup-Simple.hs, debian/tmp-setup-hs/Main.o )
[2 of 2] Linking debian/hlibrary.setup
perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
	-E 'configure_recipe'
Running find . ! -newer /tmp/618mQAiYue -exec touch -d 1998-01-01 UTC {} ;
Running dh_listpackages
xmobar
Running dh_listpackages
xmobar
Running dpkg-buildflags --get LDFLAGS
-Wl,-z,relro
Running debian/hlibrary.setup configure --ghc -v2 --package-db=/var/lib/ghc/package.conf.d --prefix=/usr --libdir=/usr/lib/haskell-packages/ghc/lib --libexecdir=/usr/lib --builddir=dist-ghc --ghc-option=-optl-Wl,-z,relro --haddockdir=/usr/lib/ghc-doc/haddock/xmobar-0.48.1/ --datasubdir=xmobar --htmldir=/usr/share/doc/libghc-xmobar-doc/html/ --flags=with_xft with_inotify with_mpris with_dbus with_xpm with_uvmeter with_weather with_alsa --enable-tests
Using Parsec parser
Configuring xmobar-0.48.1...
Flags chosen: all_extensions=False, with_alsa=True, with_datezone=False,
with_dbus=True, with_inotify=True, with_iwlib=False, with_kraken=False,
with_mpd=False, with_mpris=True, with_nl80211=False, with_rtsopts=True,
with_shared=False, with_threaded=False, with_uvmeter=True, with_weather=True,
with_xpm=True, with_xrender=True
Dependency X11 >=1.6.1: using X11-1.10.3
Dependency X11-xft >=0.2: using X11-xft-0.3.4
Dependency aeson >=1.4.7.1: using aeson-2.1.2.1
Dependency alsa-core >=0.5 && <0.6: using alsa-core-0.5.0.1
Dependency alsa-mixer >=0.3 && <0.4: using alsa-mixer-0.3.0.1
Dependency async: using async-2.2.5
Dependency base >=4.11.0 && <4.20: using base-4.18.2.1
Dependency bytestring >=0.10.8.2: using bytestring-0.11.5.3
Dependency cairo >=0.13: using cairo-0.13.11.0
Dependency colour >=2.3.6: using colour-2.3.6
Dependency containers: using containers-0.6.7
Dependency dbus >=1: using dbus-1.3.3
Dependency directory: using directory-1.3.8.5
Dependency extensible-exceptions >=0.1 && <0.2: using
extensible-exceptions-0.1.1.4
Dependency extra: using extra-1.7.16
Dependency filepath: using filepath-1.4.300.1
Dependency hinotify >=0.3 && <0.5: using hinotify-0.4.1
Dependency http-client-tls: using http-client-tls-0.3.6.3
Dependency http-conduit: using http-conduit-2.3.9
Dependency http-types: using http-types-0.12.4
Dependency mtl >=2.1 && <2.4: using mtl-2.3.1
Dependency old-locale: using old-locale-1.0.0.7
Dependency pango >=0.13: using pango-0.13.11.0
Dependency parsec >=3.1 && <3.2: using parsec-3.1.16.1
Dependency parsec-numbers >=0.1.0: using parsec-numbers-0.1.0
Dependency process >=1.4.3.0: using process-1.6.19.0
Dependency regex-compat: using regex-compat-0.95.2.1
Dependency stm >=2.3 && <2.6: using stm-2.5.1.0
Dependency time: using time-1.12.2
Dependency transformers: using transformers-0.6.1.0
Dependency unix: using unix-2.8.4.0
Dependency utf8-string >=0.3 && <1.1: using utf8-string-1.0.2
Dependency X11: using X11-1.10.3
Dependency async: using async-2.2.5
Dependency base: using base-4.18.2.1
Dependency containers: using containers-0.6.7
Dependency directory: using directory-1.3.8.5
Dependency filepath: using filepath-1.4.300.1
Dependency parsec: using parsec-3.1.16.1
Dependency unix: using unix-2.8.4.0
Dependency xmobar: using xmobar-0.48.1
Dependency X11: using X11-1.10.3
Dependency alsa-core: using alsa-core-0.5.0.1
Dependency alsa-mixer: using alsa-mixer-0.3.0.1
Dependency async: using async-2.2.5
Dependency base: using base-4.18.2.1
Dependency bytestring: using bytestring-0.11.5.3
Dependency containers: using containers-0.6.7
Dependency directory: using directory-1.3.8.5
Dependency filepath: using filepath-1.4.300.1
Dependency hspec >=2 && <3: using hspec-2.11.9
Dependency mtl: using mtl-2.3.1
Dependency old-locale: using old-locale-1.0.0.7
Dependency parsec: using parsec-3.1.16.1
Dependency parsec-numbers: using parsec-numbers-0.1.0
Dependency process >=1.4.3.0: using process-1.6.19.0
Dependency regex-compat: using regex-compat-0.95.2.1
Dependency stm: using stm-2.5.1.0
Dependency temporary: using temporary-1.3
Dependency time: using time-1.12.2
Dependency transformers: using transformers-0.6.1.0
Dependency unix: using unix-2.8.4.0
Dependency xmobar: using xmobar-0.48.1
Source component graph:
    component lib
    component exe:xmobar dependency lib
    component test:XmobarTest dependency lib
Configured component graph:
    component xmobar-0.48.1-4eJQLvqk3eeCd6N4Drbw2k
        include X11-1.10.3-Fo7PjZkyTlGKzQDWhhyh3A
        include X11-xft-0.3.4-I3ihSleGy5rCivlDviJAzn
        include aeson-2.1.2.1-ISHUrsKcQco77wb8y0vr6Q
        include alsa-core-0.5.0.1-DS67XwizAMDDx6BMv2E7yf
        include alsa-mixer-0.3.0.1-D5NqpzQN3mDH3TSCPqK4Sy
        include async-2.2.5-GwkBUQRsnGI18fyHYiVZaH
        include base-4.18.2.1
        include bytestring-0.11.5.3
        include cairo-0.13.11.0-ExyVZOjJGJJGyr4Qx2VU0p
        include colour-2.3.6-Dv7015zVt5k10e0N0YtJJm
        include containers-0.6.7
        include dbus-1.3.3-I1oZ0YkDyTiDct7Zcg3koM
        include directory-1.3.8.5
        include extensible-exceptions-0.1.1.4-7NlwspXgM9LGnBo916NhuH
        include extra-1.7.16-7qPYtUEmtRSH3WrnonFiW7
        include filepath-1.4.300.1
        include hinotify-0.4.1-7yHzS5XjZY01rIM9lIJt9O
        include http-client-tls-0.3.6.3-Ae0Qw79nLmY1CjCgUa5T0l
        include http-conduit-2.3.9-3jtYL6BExIsLqidGSkUBXa
        include http-types-0.12.4-2TJqM0U0wPY5w6ALloe2SY
        include mtl-2.3.1
        include old-locale-1.0.0.7-Gunit3UBy5P9OGDVFY5MhC
        include pango-0.13.11.0-BLux6Of0X77E6xSzaiGxSW
        include parsec-3.1.16.1
        include parsec-numbers-0.1.0-CQgBTSiqAipDiSzjYC83B3
        include process-1.6.19.0
        include regex-compat-0.95.2.1-yeo5xAmCn02MCjsboOZOm
        include stm-2.5.1.0
        include time-1.12.2
        include transformers-0.6.1.0
        include unix-2.8.4.0
        include utf8-string-1.0.2-4EKzqy1iFzL6FQeKmc9Leh
    component xmobar-0.48.1-FloM86jgG5hE0z5Y2ZV3aq-xmobar
        include X11-1.10.3-Fo7PjZkyTlGKzQDWhhyh3A
        include async-2.2.5-GwkBUQRsnGI18fyHYiVZaH
        include base-4.18.2.1
        include containers-0.6.7
        include directory-1.3.8.5
        include filepath-1.4.300.1
        include parsec-3.1.16.1
        include unix-2.8.4.0
        include xmobar-0.48.1-4eJQLvqk3eeCd6N4Drbw2k
    component xmobar-0.48.1-8DByldAvSMpAddiFiR1TvZ-XmobarTest
        include X11-1.10.3-Fo7PjZkyTlGKzQDWhhyh3A
        include alsa-core-0.5.0.1-DS67XwizAMDDx6BMv2E7yf
        include alsa-mixer-0.3.0.1-D5NqpzQN3mDH3TSCPqK4Sy
        include async-2.2.5-GwkBUQRsnGI18fyHYiVZaH
        include base-4.18.2.1
        include bytestring-0.11.5.3
        include containers-0.6.7
        include directory-1.3.8.5
        include filepath-1.4.300.1
        include hspec-2.11.9-JZYRIeOslOOD2F7LvyAy3I
        include mtl-2.3.1
        include old-locale-1.0.0.7-Gunit3UBy5P9OGDVFY5MhC
        include parsec-3.1.16.1
        include parsec-numbers-0.1.0-CQgBTSiqAipDiSzjYC83B3
        include process-1.6.19.0
        include regex-compat-0.95.2.1-yeo5xAmCn02MCjsboOZOm
        include stm-2.5.1.0
        include temporary-1.3-KYuD3KyCm1RBNiwQf3stQ9
        include time-1.12.2
        include transformers-0.6.1.0
        include unix-2.8.4.0
        include xmobar-0.48.1-4eJQLvqk3eeCd6N4Drbw2k
Linked component graph:
    unit xmobar-0.48.1-4eJQLvqk3eeCd6N4Drbw2k
        include X11-1.10.3-Fo7PjZkyTlGKzQDWhhyh3A
        include X11-xft-0.3.4-I3ihSleGy5rCivlDviJAzn
        include aeson-2.1.2.1-ISHUrsKcQco77wb8y0vr6Q
        include alsa-core-0.5.0.1-DS67XwizAMDDx6BMv2E7yf
        include alsa-mixer-0.3.0.1-D5NqpzQN3mDH3TSCPqK4Sy
        include async-2.2.5-GwkBUQRsnGI18fyHYiVZaH
        include base-4.18.2.1
        include bytestring-0.11.5.3
        include cairo-0.13.11.0-ExyVZOjJGJJGyr4Qx2VU0p
        include colour-2.3.6-Dv7015zVt5k10e0N0YtJJm
        include containers-0.6.7
        include dbus-1.3.3-I1oZ0YkDyTiDct7Zcg3koM
        include directory-1.3.8.5
        include extensible-exceptions-0.1.1.4-7NlwspXgM9LGnBo916NhuH
        include extra-1.7.16-7qPYtUEmtRSH3WrnonFiW7
        include filepath-1.4.300.1
        include hinotify-0.4.1-7yHzS5XjZY01rIM9lIJt9O
        include http-client-tls-0.3.6.3-Ae0Qw79nLmY1CjCgUa5T0l
        include http-conduit-2.3.9-3jtYL6BExIsLqidGSkUBXa
        include http-types-0.12.4-2TJqM0U0wPY5w6ALloe2SY
        include mtl-2.3.1
        include old-locale-1.0.0.7-Gunit3UBy5P9OGDVFY5MhC
        include pango-0.13.11.0-BLux6Of0X77E6xSzaiGxSW
        include parsec-3.1.16.1
        include parsec-numbers-0.1.0-CQgBTSiqAipDiSzjYC83B3
        include process-1.6.19.0
        include regex-compat-0.95.2.1-yeo5xAmCn02MCjsboOZOm
        include stm-2.5.1.0
        include time-1.12.2
        include transformers-0.6.1.0
        include unix-2.8.4.0
        include utf8-string-1.0.2-4EKzqy1iFzL6FQeKmc9Leh
        Xmobar=xmobar-0.48.1-4eJQLvqk3eeCd6N4Drbw2k:Xmobar,Xmobar.Plugins.Monitors.Common=xmobar-0.48.1-4eJQLvqk3eeCd6N4Drbw2k:Xmobar.Plugins.Monitors.Common,Xmobar.Plugins.Monitors.Common.Run=xmobar-0.48.1-4eJQLvqk3eeCd6N4Drbw2k:Xmobar.Plugins.Monitors.Common.Run,Xmobar.Plugins.Monitors.Common.Types=xmobar-0.48.1-4eJQLvqk3eeCd6N4Drbw2k:Xmobar.Plugins.Monitors.Common.Types,Xmobar.Plugins.Monitors.Cpu=xmobar-0.48.1-4eJQLvqk3eeCd6N4Drbw2k:Xmobar.Plugins.Monitors.Cpu
    unit xmobar-0.48.1-FloM86jgG5hE0z5Y2ZV3aq-xmobar
        include X11-1.10.3-Fo7PjZkyTlGKzQDWhhyh3A
        include async-2.2.5-GwkBUQRsnGI18fyHYiVZaH
        include base-4.18.2.1
        include containers-0.6.7
        include directory-1.3.8.5
        include filepath-1.4.300.1
        include parsec-3.1.16.1
        include unix-2.8.4.0
        include xmobar-0.48.1-4eJQLvqk3eeCd6N4Drbw2k
    unit xmobar-0.48.1-8DByldAvSMpAddiFiR1TvZ-XmobarTest
        include X11-1.10.3-Fo7PjZkyTlGKzQDWhhyh3A
        include alsa-core-0.5.0.1-DS67XwizAMDDx6BMv2E7yf
        include alsa-mixer-0.3.0.1-D5NqpzQN3mDH3TSCPqK4Sy
        include async-2.2.5-GwkBUQRsnGI18fyHYiVZaH
        include base-4.18.2.1
        include bytestring-0.11.5.3
        include containers-0.6.7
        include directory-1.3.8.5
        include filepath-1.4.300.1
        include hspec-2.11.9-JZYRIeOslOOD2F7LvyAy3I
        include mtl-2.3.1
        include old-locale-1.0.0.7-Gunit3UBy5P9OGDVFY5MhC
        include parsec-3.1.16.1
        include parsec-numbers-0.1.0-CQgBTSiqAipDiSzjYC83B3
        include process-1.6.19.0
        include regex-compat-0.95.2.1-yeo5xAmCn02MCjsboOZOm
        include stm-2.5.1.0
        include temporary-1.3-KYuD3KyCm1RBNiwQf3stQ9
        include time-1.12.2
        include transformers-0.6.1.0
        include unix-2.8.4.0
        include xmobar-0.48.1-4eJQLvqk3eeCd6N4Drbw2k
Ready component graph:
    definite xmobar-0.48.1-4eJQLvqk3eeCd6N4Drbw2k
        depends X11-1.10.3-Fo7PjZkyTlGKzQDWhhyh3A
        depends X11-xft-0.3.4-I3ihSleGy5rCivlDviJAzn
        depends aeson-2.1.2.1-ISHUrsKcQco77wb8y0vr6Q
        depends alsa-core-0.5.0.1-DS67XwizAMDDx6BMv2E7yf
        depends alsa-mixer-0.3.0.1-D5NqpzQN3mDH3TSCPqK4Sy
        depends async-2.2.5-GwkBUQRsnGI18fyHYiVZaH
        depends base-4.18.2.1
        depends bytestring-0.11.5.3
        depends cairo-0.13.11.0-ExyVZOjJGJJGyr4Qx2VU0p
        depends colour-2.3.6-Dv7015zVt5k10e0N0YtJJm
        depends containers-0.6.7
        depends dbus-1.3.3-I1oZ0YkDyTiDct7Zcg3koM
        depends directory-1.3.8.5
        depends extensible-exceptions-0.1.1.4-7NlwspXgM9LGnBo916NhuH
        depends extra-1.7.16-7qPYtUEmtRSH3WrnonFiW7
        depends filepath-1.4.300.1
        depends hinotify-0.4.1-7yHzS5XjZY01rIM9lIJt9O
        depends http-client-tls-0.3.6.3-Ae0Qw79nLmY1CjCgUa5T0l
        depends http-conduit-2.3.9-3jtYL6BExIsLqidGSkUBXa
        depends http-types-0.12.4-2TJqM0U0wPY5w6ALloe2SY
        depends mtl-2.3.1
        depends old-locale-1.0.0.7-Gunit3UBy5P9OGDVFY5MhC
        depends pango-0.13.11.0-BLux6Of0X77E6xSzaiGxSW
        depends parsec-3.1.16.1
        depends parsec-numbers-0.1.0-CQgBTSiqAipDiSzjYC83B3
        depends process-1.6.19.0
        depends regex-compat-0.95.2.1-yeo5xAmCn02MCjsboOZOm
        depends stm-2.5.1.0
        depends time-1.12.2
        depends transformers-0.6.1.0
        depends unix-2.8.4.0
        depends utf8-string-1.0.2-4EKzqy1iFzL6FQeKmc9Leh
    definite xmobar-0.48.1-8DByldAvSMpAddiFiR1TvZ-XmobarTest
        depends X11-1.10.3-Fo7PjZkyTlGKzQDWhhyh3A
        depends alsa-core-0.5.0.1-DS67XwizAMDDx6BMv2E7yf
        depends alsa-mixer-0.3.0.1-D5NqpzQN3mDH3TSCPqK4Sy
        depends async-2.2.5-GwkBUQRsnGI18fyHYiVZaH
        depends base-4.18.2.1
        depends bytestring-0.11.5.3
        depends containers-0.6.7
        depends directory-1.3.8.5
        depends filepath-1.4.300.1
        depends hspec-2.11.9-JZYRIeOslOOD2F7LvyAy3I
        depends mtl-2.3.1
        depends old-locale-1.0.0.7-Gunit3UBy5P9OGDVFY5MhC
        depends parsec-3.1.16.1
        depends parsec-numbers-0.1.0-CQgBTSiqAipDiSzjYC83B3
        depends process-1.6.19.0
        depends regex-compat-0.95.2.1-yeo5xAmCn02MCjsboOZOm
        depends stm-2.5.1.0
        depends temporary-1.3-KYuD3KyCm1RBNiwQf3stQ9
        depends time-1.12.2
        depends transformers-0.6.1.0
        depends unix-2.8.4.0
        depends xmobar-0.48.1-4eJQLvqk3eeCd6N4Drbw2k
    definite xmobar-0.48.1-FloM86jgG5hE0z5Y2ZV3aq-xmobar
        depends X11-1.10.3-Fo7PjZkyTlGKzQDWhhyh3A
        depends async-2.2.5-GwkBUQRsnGI18fyHYiVZaH
        depends base-4.18.2.1
        depends containers-0.6.7
        depends directory-1.3.8.5
        depends filepath-1.4.300.1
        depends parsec-3.1.16.1
        depends unix-2.8.4.0
        depends xmobar-0.48.1-4eJQLvqk3eeCd6N4Drbw2k
Using Cabal-3.10.3.0 compiled by ghc-9.6
Using compiler: ghc-9.6.6
Using install prefix: /usr
Executables installed in: /usr/bin
Libraries installed in:
/usr/lib/haskell-packages/ghc/lib/aarch64-linux-ghc-9.6.6/xmobar-0.48.1-4eJQLvqk3eeCd6N4Drbw2k
Dynamic Libraries installed in:
/usr/lib/haskell-packages/ghc/lib/aarch64-linux-ghc-9.6.6
Private executables installed in:
/usr/lib/aarch64-linux-ghc-9.6.6/xmobar-0.48.1
Data files installed in: /usr/share/xmobar
Documentation installed in:
/usr/share/doc/aarch64-linux-ghc-9.6.6/xmobar-0.48.1
Configuration files installed in: /usr/etc
No alex found
Using ar found on system at: /usr/bin/aarch64-linux-gnu-ar
No c2hs found
No cpphs found
No doctest found
Using gcc version 14 found on system at: /usr/bin/aarch64-linux-gnu-gcc
Using ghc version 9.6.6 found on system at: /usr/bin/ghc
Using ghc-pkg version 9.6.6 found on system at: /usr/bin/ghc-pkg-9.6.6
No ghcjs found
No ghcjs-pkg found
No greencard found
Using haddock version 2.29.2 found on system at: /usr/bin/haddock-ghc-9.6.6
No happy found
Using haskell-suite found on system at: haskell-suite-dummy-location
Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
No hmake found
Using hpc version 0.68 found on system at: /usr/bin/hpc-ghc-9.6.6
Using hsc2hs version 0.68.9 found on system at: /usr/bin/hsc2hs-ghc-9.6.6
No hscolour found
No jhc found
Using ld found on system at: /usr/bin/aarch64-linux-gnu-ld
Using pkg-config version 1.8.1 found on system at: /usr/bin/pkg-config
Using runghc version 9.6.6 found on system at: /usr/bin/runghc-9.6.6
Using strip version 2.43 found on system at: /usr/bin/strip
Using tar found on system at: /usr/bin/tar
No uhc found
touch configure-ghc-stamp
perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
	-E 'build_recipe'
Running dh_listpackages
xmobar
Preprocessing library for xmobar-0.48.1..
Building library for xmobar-0.48.1..
[  1 of 105] Compiling Paths_xmobar     ( dist-ghc/build/autogen/Paths_xmobar.hs, dist-ghc/build/Paths_xmobar.o, dist-ghc/build/Paths_xmobar.dyn_o )
[  2 of 105] Compiling Xmobar.App.Compile ( src/Xmobar/App/Compile.hs, dist-ghc/build/Xmobar/App/Compile.o, dist-ghc/build/Xmobar/App/Compile.dyn_o )
[  3 of 105] Compiling Xmobar.Plugins.Monitors.Common.Types ( src/Xmobar/Plugins/Monitors/Common/Types.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Common/Types.o, dist-ghc/build/Xmobar/Plugins/Monitors/Common/Types.dyn_o )
[  4 of 105] Compiling Xmobar.Plugins.Monitors.Common.Parsers ( src/Xmobar/Plugins/Monitors/Common/Parsers.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Common/Parsers.o, dist-ghc/build/Xmobar/Plugins/Monitors/Common/Parsers.dyn_o )
[  5 of 105] Compiling Xmobar.Plugins.Monitors.Common.Output ( src/Xmobar/Plugins/Monitors/Common/Output.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Common/Output.o, dist-ghc/build/Xmobar/Plugins/Monitors/Common/Output.dyn_o )
[  6 of 105] Compiling Xmobar.Plugins.Monitors.Common.Files ( src/Xmobar/Plugins/Monitors/Common/Files.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Common/Files.o, dist-ghc/build/Xmobar/Plugins/Monitors/Common/Files.dyn_o )
[  7 of 105] Compiling Xmobar.Plugins.Monitors.Cpu.Common ( src/Xmobar/Plugins/Monitors/Cpu/Common.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Cpu/Common.o, dist-ghc/build/Xmobar/Plugins/Monitors/Cpu/Common.dyn_o )
[  8 of 105] Compiling Xmobar.Plugins.Monitors.Cpu.Linux ( src/Xmobar/Plugins/Monitors/Cpu/Linux.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Cpu/Linux.o, dist-ghc/build/Xmobar/Plugins/Monitors/Cpu/Linux.dyn_o )
[  9 of 105] Compiling Xmobar.Plugins.Monitors.Disk.Common ( src/Xmobar/Plugins/Monitors/Disk/Common.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Disk/Common.o, dist-ghc/build/Xmobar/Plugins/Monitors/Disk/Common.dyn_o )
[ 10 of 105] Compiling Xmobar.Plugins.Monitors.Load.Common ( src/Xmobar/Plugins/Monitors/Load/Common.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Load/Common.o, dist-ghc/build/Xmobar/Plugins/Monitors/Load/Common.dyn_o )
[ 11 of 105] Compiling Xmobar.Plugins.Monitors.Load.Linux ( src/Xmobar/Plugins/Monitors/Load/Linux.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Load/Linux.o, dist-ghc/build/Xmobar/Plugins/Monitors/Load/Linux.dyn_o )
[ 12 of 105] Compiling Xmobar.Plugins.Monitors.Mem.Linux ( src/Xmobar/Plugins/Monitors/Mem/Linux.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Mem/Linux.o, dist-ghc/build/Xmobar/Plugins/Monitors/Mem/Linux.dyn_o )
[ 13 of 105] Compiling Xmobar.Plugins.Monitors.Net.Common ( src/Xmobar/Plugins/Monitors/Net/Common.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Net/Common.o, dist-ghc/build/Xmobar/Plugins/Monitors/Net/Common.dyn_o )
[ 14 of 105] Compiling Xmobar.Plugins.Monitors.Net.Linux ( src/Xmobar/Plugins/Monitors/Net/Linux.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Net/Linux.o, dist-ghc/build/Xmobar/Plugins/Monitors/Net/Linux.dyn_o )
[ 15 of 105] Compiling Xmobar.Plugins.Monitors.Swap.Linux ( src/Xmobar/Plugins/Monitors/Swap/Linux.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Swap/Linux.o, dist-ghc/build/Xmobar/Plugins/Monitors/Swap/Linux.dyn_o )
[ 16 of 105] Compiling Xmobar.Plugins.Monitors.Top.Common ( src/Xmobar/Plugins/Monitors/Top/Common.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Top/Common.o, dist-ghc/build/Xmobar/Plugins/Monitors/Top/Common.dyn_o )
[ 17 of 105] Compiling Xmobar.Plugins.Monitors.Uptime.Linux ( src/Xmobar/Plugins/Monitors/Uptime/Linux.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Uptime/Linux.o, dist-ghc/build/Xmobar/Plugins/Monitors/Uptime/Linux.dyn_o )
[ 18 of 105] Compiling Xmobar.Run.Actions ( src/Xmobar/Run/Actions.hs, dist-ghc/build/Xmobar/Run/Actions.o, dist-ghc/build/Xmobar/Run/Actions.dyn_o )
[ 19 of 105] Compiling Xmobar.Run.Timer ( src/Xmobar/Run/Timer.hs, dist-ghc/build/Xmobar/Run/Timer.o, dist-ghc/build/Xmobar/Run/Timer.dyn_o )
[ 20 of 105] Compiling Xmobar.System.Environment ( src/Xmobar/System/Environment.hs, dist-ghc/build/Xmobar/System/Environment.o, dist-ghc/build/Xmobar/System/Environment.dyn_o )
[ 21 of 105] Compiling Xmobar.System.Kbd ( dist-ghc/build/Xmobar/System/Kbd.hs, dist-ghc/build/Xmobar/System/Kbd.o, dist-ghc/build/Xmobar/System/Kbd.dyn_o )
[ 22 of 105] Compiling Xmobar.System.Localize ( dist-ghc/build/Xmobar/System/Localize.hs, dist-ghc/build/Xmobar/System/Localize.o, dist-ghc/build/Xmobar/System/Localize.dyn_o )
[ 23 of 105] Compiling Xmobar.System.Signal ( src/Xmobar/System/Signal.hs, dist-ghc/build/Xmobar/System/Signal.o, dist-ghc/build/Xmobar/System/Signal.dyn_o )
[ 24 of 105] Compiling Xmobar.System.DBus ( src/Xmobar/System/DBus.hs, dist-ghc/build/Xmobar/System/DBus.o, dist-ghc/build/Xmobar/System/DBus.dyn_o )
[ 25 of 105] Compiling Xmobar.Run.Exec  ( src/Xmobar/Run/Exec.hs, dist-ghc/build/Xmobar/Run/Exec.o, dist-ghc/build/Xmobar/Run/Exec.dyn_o )
[ 26 of 105] Compiling Xmobar.Plugins.StdinReader ( src/Xmobar/Plugins/StdinReader.hs, dist-ghc/build/Xmobar/Plugins/StdinReader.o, dist-ghc/build/Xmobar/Plugins/StdinReader.dyn_o )
[ 27 of 105] Compiling Xmobar.Plugins.QueueReader ( src/Xmobar/Plugins/QueueReader.hs, dist-ghc/build/Xmobar/Plugins/QueueReader.o, dist-ghc/build/Xmobar/Plugins/QueueReader.dyn_o )
[ 28 of 105] Compiling Xmobar.Plugins.PipeReader ( src/Xmobar/Plugins/PipeReader.hs, dist-ghc/build/Xmobar/Plugins/PipeReader.o, dist-ghc/build/Xmobar/Plugins/PipeReader.dyn_o )
[ 29 of 105] Compiling Xmobar.Plugins.NotmuchMail ( src/Xmobar/Plugins/NotmuchMail.hs, dist-ghc/build/Xmobar/Plugins/NotmuchMail.o, dist-ghc/build/Xmobar/Plugins/NotmuchMail.dyn_o )
[ 30 of 105] Compiling Xmobar.Plugins.Monitors.Common.Run ( src/Xmobar/Plugins/Monitors/Common/Run.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Common/Run.o, dist-ghc/build/Xmobar/Plugins/Monitors/Common/Run.dyn_o )
[ 31 of 105] Compiling Xmobar.Plugins.Monitors.Common ( src/Xmobar/Plugins/Monitors/Common.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Common.o, dist-ghc/build/Xmobar/Plugins/Monitors/Common.dyn_o )
[ 32 of 105] Compiling Xmobar.Plugins.Monitors.Weather ( src/Xmobar/Plugins/Monitors/Weather.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Weather.o, dist-ghc/build/Xmobar/Plugins/Monitors/Weather.dyn_o )
[ 33 of 105] Compiling Xmobar.Plugins.Monitors.Volume ( src/Xmobar/Plugins/Monitors/Volume.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Volume.o, dist-ghc/build/Xmobar/Plugins/Monitors/Volume.dyn_o )
[ 34 of 105] Compiling Xmobar.Plugins.Monitors.Uptime ( src/Xmobar/Plugins/Monitors/Uptime.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Uptime.o, dist-ghc/build/Xmobar/Plugins/Monitors/Uptime.dyn_o )
[ 35 of 105] Compiling Xmobar.Plugins.Monitors.UVMeter ( src/Xmobar/Plugins/Monitors/UVMeter.hs, dist-ghc/build/Xmobar/Plugins/Monitors/UVMeter.o, dist-ghc/build/Xmobar/Plugins/Monitors/UVMeter.dyn_o )
[ 36 of 105] Compiling Xmobar.Plugins.Monitors.Top.Linux ( src/Xmobar/Plugins/Monitors/Top/Linux.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Top/Linux.o, dist-ghc/build/Xmobar/Plugins/Monitors/Top/Linux.dyn_o )
[ 37 of 105] Compiling Xmobar.Plugins.Monitors.Top ( src/Xmobar/Plugins/Monitors/Top.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Top.o, dist-ghc/build/Xmobar/Plugins/Monitors/Top.dyn_o )
[ 38 of 105] Compiling Xmobar.Plugins.Monitors.ThermalZone ( src/Xmobar/Plugins/Monitors/ThermalZone.hs, dist-ghc/build/Xmobar/Plugins/Monitors/ThermalZone.o, dist-ghc/build/Xmobar/Plugins/Monitors/ThermalZone.dyn_o )
[ 39 of 105] Compiling Xmobar.Plugins.Monitors.Thermal ( src/Xmobar/Plugins/Monitors/Thermal.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Thermal.o, dist-ghc/build/Xmobar/Plugins/Monitors/Thermal.dyn_o )
[ 40 of 105] Compiling Xmobar.Plugins.Monitors.Swap ( src/Xmobar/Plugins/Monitors/Swap.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Swap.o, dist-ghc/build/Xmobar/Plugins/Monitors/Swap.dyn_o )
[ 41 of 105] Compiling Xmobar.Plugins.Monitors.Net ( src/Xmobar/Plugins/Monitors/Net.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Net.o, dist-ghc/build/Xmobar/Plugins/Monitors/Net.dyn_o )
[ 42 of 105] Compiling Xmobar.Plugins.Monitors.MultiCpu ( src/Xmobar/Plugins/Monitors/MultiCpu.hs, dist-ghc/build/Xmobar/Plugins/Monitors/MultiCpu.o, dist-ghc/build/Xmobar/Plugins/Monitors/MultiCpu.dyn_o )
[ 43 of 105] Compiling Xmobar.Plugins.Monitors.MultiCoreTemp ( src/Xmobar/Plugins/Monitors/MultiCoreTemp.hs, dist-ghc/build/Xmobar/Plugins/Monitors/MultiCoreTemp.o, dist-ghc/build/Xmobar/Plugins/Monitors/MultiCoreTemp.dyn_o )
[ 44 of 105] Compiling Xmobar.Plugins.Monitors.Mpris ( src/Xmobar/Plugins/Monitors/Mpris.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Mpris.o, dist-ghc/build/Xmobar/Plugins/Monitors/Mpris.dyn_o )
[ 45 of 105] Compiling Xmobar.Plugins.Monitors.Mem ( src/Xmobar/Plugins/Monitors/Mem.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Mem.o, dist-ghc/build/Xmobar/Plugins/Monitors/Mem.dyn_o )
[ 46 of 105] Compiling Xmobar.Plugins.Monitors.Load ( src/Xmobar/Plugins/Monitors/Load.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Load.o, dist-ghc/build/Xmobar/Plugins/Monitors/Load.dyn_o )
[ 47 of 105] Compiling Xmobar.Plugins.Monitors.K10Temp ( src/Xmobar/Plugins/Monitors/K10Temp.hs, dist-ghc/build/Xmobar/Plugins/Monitors/K10Temp.o, dist-ghc/build/Xmobar/Plugins/Monitors/K10Temp.dyn_o )
[ 48 of 105] Compiling Xmobar.Plugins.Monitors.CpuFreq ( src/Xmobar/Plugins/Monitors/CpuFreq.hs, dist-ghc/build/Xmobar/Plugins/Monitors/CpuFreq.o, dist-ghc/build/Xmobar/Plugins/Monitors/CpuFreq.dyn_o )
[ 49 of 105] Compiling Xmobar.Plugins.Monitors.Cpu ( src/Xmobar/Plugins/Monitors/Cpu.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Cpu.o, dist-ghc/build/Xmobar/Plugins/Monitors/Cpu.dyn_o )
[ 50 of 105] Compiling Xmobar.Plugins.Monitors.CoreTemp ( src/Xmobar/Plugins/Monitors/CoreTemp.hs, dist-ghc/build/Xmobar/Plugins/Monitors/CoreTemp.o, dist-ghc/build/Xmobar/Plugins/Monitors/CoreTemp.dyn_o )
[ 51 of 105] Compiling Xmobar.Plugins.Monitors.CatInt ( src/Xmobar/Plugins/Monitors/CatInt.hs, dist-ghc/build/Xmobar/Plugins/Monitors/CatInt.o, dist-ghc/build/Xmobar/Plugins/Monitors/CatInt.dyn_o )
[ 52 of 105] Compiling Xmobar.Plugins.Monitors.Bright ( src/Xmobar/Plugins/Monitors/Bright.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Bright.o, dist-ghc/build/Xmobar/Plugins/Monitors/Bright.dyn_o )
[ 53 of 105] Compiling Xmobar.Plugins.Monitors.Batt.Common ( src/Xmobar/Plugins/Monitors/Batt/Common.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Batt/Common.o, dist-ghc/build/Xmobar/Plugins/Monitors/Batt/Common.dyn_o )
[ 54 of 105] Compiling Xmobar.Plugins.Monitors.Batt.Linux ( src/Xmobar/Plugins/Monitors/Batt/Linux.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Batt/Linux.o, dist-ghc/build/Xmobar/Plugins/Monitors/Batt/Linux.dyn_o )
[ 55 of 105] Compiling Xmobar.Plugins.Monitors.Batt ( src/Xmobar/Plugins/Monitors/Batt.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Batt.o, dist-ghc/build/Xmobar/Plugins/Monitors/Batt.dyn_o )
[ 56 of 105] Compiling Xmobar.Plugins.Monitors.Alsa ( src/Xmobar/Plugins/Monitors/Alsa.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Alsa.o, dist-ghc/build/Xmobar/Plugins/Monitors/Alsa.dyn_o )
[ 57 of 105] Compiling Xmobar.Plugins.MarqueePipeReader ( src/Xmobar/Plugins/MarqueePipeReader.hs, dist-ghc/build/Xmobar/Plugins/MarqueePipeReader.o, dist-ghc/build/Xmobar/Plugins/MarqueePipeReader.dyn_o )
[ 58 of 105] Compiling Xmobar.Plugins.HandleReader ( src/Xmobar/Plugins/HandleReader.hs, dist-ghc/build/Xmobar/Plugins/HandleReader.o, dist-ghc/build/Xmobar/Plugins/HandleReader.dyn_o )
[ 59 of 105] Compiling Xmobar.Plugins.Date ( src/Xmobar/Plugins/Date.hs, dist-ghc/build/Xmobar/Plugins/Date.o, dist-ghc/build/Xmobar/Plugins/Date.dyn_o )
[ 60 of 105] Compiling Xmobar.Plugins.CommandReader ( src/Xmobar/Plugins/CommandReader.hs, dist-ghc/build/Xmobar/Plugins/CommandReader.o, dist-ghc/build/Xmobar/Plugins/CommandReader.dyn_o )
[ 61 of 105] Compiling Xmobar.Plugins.Command ( src/Xmobar/Plugins/Command.hs, dist-ghc/build/Xmobar/Plugins/Command.o, dist-ghc/build/Xmobar/Plugins/Command.dyn_o )
[ 62 of 105] Compiling Xmobar.Plugins.BufferedPipeReader ( src/Xmobar/Plugins/BufferedPipeReader.hs, dist-ghc/build/Xmobar/Plugins/BufferedPipeReader.o, dist-ghc/build/Xmobar/Plugins/BufferedPipeReader.dyn_o )
[ 63 of 105] Compiling Xmobar.System.StatFS ( dist-ghc/build/Xmobar/System/StatFS.hs, dist-ghc/build/Xmobar/System/StatFS.o, dist-ghc/build/Xmobar/System/StatFS.dyn_o )
[ 64 of 105] Compiling Xmobar.Plugins.Monitors.Disk.Linux ( src/Xmobar/Plugins/Monitors/Disk/Linux.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Disk/Linux.o, dist-ghc/build/Xmobar/Plugins/Monitors/Disk/Linux.dyn_o )
[ 65 of 105] Compiling Xmobar.Plugins.Monitors.Disk ( src/Xmobar/Plugins/Monitors/Disk.hs, dist-ghc/build/Xmobar/Plugins/Monitors/Disk.o, dist-ghc/build/Xmobar/Plugins/Monitors/Disk.dyn_o )
[ 66 of 105] Compiling Xmobar.Plugins.Monitors ( src/Xmobar/Plugins/Monitors.hs, dist-ghc/build/Xmobar/Plugins/Monitors.o, dist-ghc/build/Xmobar/Plugins/Monitors.dyn_o )
[ 67 of 105] Compiling Xmobar.System.Utils ( src/Xmobar/System/Utils.hs, dist-ghc/build/Xmobar/System/Utils.o, dist-ghc/build/Xmobar/System/Utils.dyn_o )
[ 68 of 105] Compiling Xmobar.Plugins.Mail ( src/Xmobar/Plugins/Mail.hs, dist-ghc/build/Xmobar/Plugins/Mail.o, dist-ghc/build/Xmobar/Plugins/Mail.dyn_o )
[ 69 of 105] Compiling Xmobar.Plugins.MBox ( src/Xmobar/Plugins/MBox.hs, dist-ghc/build/Xmobar/Plugins/MBox.o, dist-ghc/build/Xmobar/Plugins/MBox.dyn_o )
[ 70 of 105] Compiling Xmobar.Text.Ansi ( src/Xmobar/Text/Ansi.hs, dist-ghc/build/Xmobar/Text/Ansi.o, dist-ghc/build/Xmobar/Text/Ansi.dyn_o )
[ 71 of 105] Compiling Xmobar.Text.Pango ( src/Xmobar/Text/Pango.hs, dist-ghc/build/Xmobar/Text/Pango.o, dist-ghc/build/Xmobar/Text/Pango.dyn_o )
[ 72 of 105] Compiling Xmobar.Text.SwaybarClicks ( src/Xmobar/Text/SwaybarClicks.hs, dist-ghc/build/Xmobar/Text/SwaybarClicks.o, dist-ghc/build/Xmobar/Text/SwaybarClicks.dyn_o )
[ 73 of 105] Compiling Xmobar.X11.CairoSurface ( dist-ghc/build/Xmobar/X11/CairoSurface.hs, dist-ghc/build/Xmobar/X11/CairoSurface.o, dist-ghc/build/Xmobar/X11/CairoSurface.dyn_o )
[ 74 of 105] Compiling Xmobar.X11.ColorCache ( src/Xmobar/X11/ColorCache.hs, dist-ghc/build/Xmobar/X11/ColorCache.o, dist-ghc/build/Xmobar/X11/ColorCache.dyn_o )
[ 75 of 105] Compiling Xmobar.X11.Events ( src/Xmobar/X11/Events.hs, dist-ghc/build/Xmobar/X11/Events.o, dist-ghc/build/Xmobar/X11/Events.dyn_o )
[ 76 of 105] Compiling Xmobar.Plugins.XMonadLog ( src/Xmobar/Plugins/XMonadLog.hs, dist-ghc/build/Xmobar/Plugins/XMonadLog.o, dist-ghc/build/Xmobar/Plugins/XMonadLog.dyn_o )
[ 77 of 105] Compiling Xmobar.Plugins.Locks ( src/Xmobar/Plugins/Locks.hs, dist-ghc/build/Xmobar/Plugins/Locks.o, dist-ghc/build/Xmobar/Plugins/Locks.dyn_o )
[ 78 of 105] Compiling Xmobar.Plugins.Kbd ( src/Xmobar/Plugins/Kbd.hs, dist-ghc/build/Xmobar/Plugins/Kbd.o, dist-ghc/build/Xmobar/Plugins/Kbd.dyn_o )
[ 79 of 105] Compiling Xmobar.Plugins.EWMH ( src/Xmobar/Plugins/EWMH.hs, dist-ghc/build/Xmobar/Plugins/EWMH.o, dist-ghc/build/Xmobar/Plugins/EWMH.dyn_o )
[ 80 of 105] Compiling Xmobar.Run.Runnable[boot] ( src/Xmobar/Run/Runnable.hs-boot, dist-ghc/build/Xmobar/Run/Runnable.o-boot, dist-ghc/build/Xmobar/Run/Runnable.dyn_o-boot )
[ 81 of 105] Compiling Xmobar.Run.Types ( src/Xmobar/Run/Types.hs, dist-ghc/build/Xmobar/Run/Types.o, dist-ghc/build/Xmobar/Run/Types.dyn_o )
[ 82 of 105] Compiling Xmobar.Run.Runnable ( src/Xmobar/Run/Runnable.hs, dist-ghc/build/Xmobar/Run/Runnable.o, dist-ghc/build/Xmobar/Run/Runnable.dyn_o )
[ 83 of 105] Compiling Xmobar.Run.Template ( src/Xmobar/Run/Template.hs, dist-ghc/build/Xmobar/Run/Template.o, dist-ghc/build/Xmobar/Run/Template.dyn_o )
[ 84 of 105] Compiling Xmobar.Config.Types ( src/Xmobar/Config/Types.hs, dist-ghc/build/Xmobar/Config/Types.o, dist-ghc/build/Xmobar/Config/Types.dyn_o )
[ 85 of 105] Compiling Xmobar.Run.Loop  ( src/Xmobar/Run/Loop.hs, dist-ghc/build/Xmobar/Run/Loop.o, dist-ghc/build/Xmobar/Run/Loop.dyn_o )
[ 86 of 105] Compiling Xmobar.Draw.Types ( src/Xmobar/Draw/Types.hs, dist-ghc/build/Xmobar/Draw/Types.o, dist-ghc/build/Xmobar/Draw/Types.dyn_o )
[ 87 of 105] Compiling Xmobar.Draw.Boxes ( src/Xmobar/Draw/Boxes.hs, dist-ghc/build/Xmobar/Draw/Boxes.o, dist-ghc/build/Xmobar/Draw/Boxes.dyn_o )
[ 88 of 105] Compiling Xmobar.Config.Template ( src/Xmobar/Config/Template.hs, dist-ghc/build/Xmobar/Config/Template.o, dist-ghc/build/Xmobar/Config/Template.dyn_o )
[ 89 of 105] Compiling Xmobar.Config.Parse ( src/Xmobar/Config/Parse.hs, dist-ghc/build/Xmobar/Config/Parse.o, dist-ghc/build/Xmobar/Config/Parse.dyn_o )
[ 90 of 105] Compiling Xmobar.Text.Swaybar ( src/Xmobar/Text/Swaybar.hs, dist-ghc/build/Xmobar/Text/Swaybar.o, dist-ghc/build/Xmobar/Text/Swaybar.dyn_o )
[ 91 of 105] Compiling Xmobar.Text.Output ( src/Xmobar/Text/Output.hs, dist-ghc/build/Xmobar/Text/Output.o, dist-ghc/build/Xmobar/Text/Output.dyn_o )
[ 92 of 105] Compiling Xmobar.Text.Loop ( src/Xmobar/Text/Loop.hs, dist-ghc/build/Xmobar/Text/Loop.o, dist-ghc/build/Xmobar/Text/Loop.dyn_o )
[ 93 of 105] Compiling Xmobar.Draw.Cairo ( src/Xmobar/Draw/Cairo.hs, dist-ghc/build/Xmobar/Draw/Cairo.o, dist-ghc/build/Xmobar/Draw/Cairo.dyn_o )
[ 94 of 105] Compiling Xmobar.App.Opts  ( src/Xmobar/App/Opts.hs, dist-ghc/build/Xmobar/App/Opts.o, dist-ghc/build/Xmobar/App/Opts.dyn_o )
[ 95 of 105] Compiling Xmobar.App.Config ( src/Xmobar/App/Config.hs, dist-ghc/build/Xmobar/App/Config.o, dist-ghc/build/Xmobar/App/Config.dyn_o )
[ 96 of 105] Compiling Xmobar.X11.Text  ( src/Xmobar/X11/Text.hs, dist-ghc/build/Xmobar/X11/Text.o, dist-ghc/build/Xmobar/X11/Text.dyn_o )
[ 97 of 105] Compiling Xmobar.X11.Window ( src/Xmobar/X11/Window.hs, dist-ghc/build/Xmobar/X11/Window.o, dist-ghc/build/Xmobar/X11/Window.dyn_o )
[ 98 of 105] Compiling Xmobar.X11.XPMFile ( dist-ghc/build/Xmobar/X11/XPMFile.hs, dist-ghc/build/Xmobar/X11/XPMFile.o, dist-ghc/build/Xmobar/X11/XPMFile.dyn_o )
[ 99 of 105] Compiling Xmobar.X11.Bitmap ( src/Xmobar/X11/Bitmap.hs, dist-ghc/build/Xmobar/X11/Bitmap.o, dist-ghc/build/Xmobar/X11/Bitmap.dyn_o )
[100 of 105] Compiling Xmobar.X11.Types ( src/Xmobar/X11/Types.hs, dist-ghc/build/Xmobar/X11/Types.o, dist-ghc/build/Xmobar/X11/Types.dyn_o )
[101 of 105] Compiling Xmobar.X11.XRender ( dist-ghc/build/Xmobar/X11/XRender.hs, dist-ghc/build/Xmobar/X11/XRender.o, dist-ghc/build/Xmobar/X11/XRender.dyn_o )
[102 of 105] Compiling Xmobar.X11.Draw  ( src/Xmobar/X11/Draw.hs, dist-ghc/build/Xmobar/X11/Draw.o, dist-ghc/build/Xmobar/X11/Draw.dyn_o )
[103 of 105] Compiling Xmobar.X11.Loop  ( src/Xmobar/X11/Loop.hs, dist-ghc/build/Xmobar/X11/Loop.o, dist-ghc/build/Xmobar/X11/Loop.dyn_o )
[104 of 105] Compiling Xmobar.App.Main  ( src/Xmobar/App/Main.hs, dist-ghc/build/Xmobar/App/Main.o, dist-ghc/build/Xmobar/App/Main.dyn_o )
[105 of 105] Compiling Xmobar           ( src/Xmobar.hs, dist-ghc/build/Xmobar.o, dist-ghc/build/Xmobar.dyn_o )
Preprocessing test suite 'XmobarTest' for xmobar-0.48.1..
Building test suite 'XmobarTest' for xmobar-0.48.1..
[ 1 of 18] Compiling Xmobar.Plugins.Monitors.Common.Types ( src/Xmobar/Plugins/Monitors/Common/Types.hs, dist-ghc/build/XmobarTest/XmobarTest-tmp/Xmobar/Plugins/Monitors/Common/Types.o )
[ 2 of 18] Compiling Xmobar.Plugins.Monitors.Common.Parsers ( src/Xmobar/Plugins/Monitors/Common/Parsers.hs, dist-ghc/build/XmobarTest/XmobarTest-tmp/Xmobar/Plugins/Monitors/Common/Parsers.o )
[ 3 of 18] Compiling Xmobar.Plugins.Monitors.Common.Output ( src/Xmobar/Plugins/Monitors/Common/Output.hs, dist-ghc/build/XmobarTest/XmobarTest-tmp/Xmobar/Plugins/Monitors/Common/Output.o )
[ 4 of 18] Compiling Xmobar.Plugins.Monitors.Common.Files ( src/Xmobar/Plugins/Monitors/Common/Files.hs, dist-ghc/build/XmobarTest/XmobarTest-tmp/Xmobar/Plugins/Monitors/Common/Files.o )
[ 5 of 18] Compiling Xmobar.Plugins.Monitors.Cpu.Common ( src/Xmobar/Plugins/Monitors/Cpu/Common.hs, dist-ghc/build/XmobarTest/XmobarTest-tmp/Xmobar/Plugins/Monitors/Cpu/Common.o )
[ 6 of 18] Compiling Xmobar.Plugins.Monitors.Cpu.Linux ( src/Xmobar/Plugins/Monitors/Cpu/Linux.hs, dist-ghc/build/XmobarTest/XmobarTest-tmp/Xmobar/Plugins/Monitors/Cpu/Linux.o )
[ 7 of 18] Compiling Xmobar.Run.Timer ( src/Xmobar/Run/Timer.hs, dist-ghc/build/XmobarTest/XmobarTest-tmp/Xmobar/Run/Timer.o )
[ 8 of 18] Compiling Xmobar.System.Signal ( src/Xmobar/System/Signal.hs, dist-ghc/build/XmobarTest/XmobarTest-tmp/Xmobar/System/Signal.o )
[ 9 of 18] Compiling Xmobar.Run.Exec  ( src/Xmobar/Run/Exec.hs, dist-ghc/build/XmobarTest/XmobarTest-tmp/Xmobar/Run/Exec.o )
[10 of 18] Compiling Xmobar.Plugins.Monitors.Common.Run ( src/Xmobar/Plugins/Monitors/Common/Run.hs, dist-ghc/build/XmobarTest/XmobarTest-tmp/Xmobar/Plugins/Monitors/Common/Run.o )
[11 of 18] Compiling Xmobar.Plugins.Monitors.Common ( src/Xmobar/Plugins/Monitors/Common.hs, dist-ghc/build/XmobarTest/XmobarTest-tmp/Xmobar/Plugins/Monitors/Common.o )
[12 of 18] Compiling Xmobar.Plugins.Monitors.Volume ( src/Xmobar/Plugins/Monitors/Volume.hs, dist-ghc/build/XmobarTest/XmobarTest-tmp/Xmobar/Plugins/Monitors/Volume.o )
[13 of 18] Compiling Xmobar.Plugins.Monitors.Cpu ( src/Xmobar/Plugins/Monitors/Cpu.hs, dist-ghc/build/XmobarTest/XmobarTest-tmp/Xmobar/Plugins/Monitors/Cpu.o )
[14 of 18] Compiling Xmobar.Plugins.Monitors.CpuSpec ( test/Xmobar/Plugins/Monitors/CpuSpec.hs, dist-ghc/build/XmobarTest/XmobarTest-tmp/Xmobar/Plugins/Monitors/CpuSpec.o )
[15 of 18] Compiling Xmobar.Plugins.Monitors.CommonSpec ( test/Xmobar/Plugins/Monitors/CommonSpec.hs, dist-ghc/build/XmobarTest/XmobarTest-tmp/Xmobar/Plugins/Monitors/CommonSpec.o )
[16 of 18] Compiling Xmobar.Plugins.Monitors.Alsa ( src/Xmobar/Plugins/Monitors/Alsa.hs, dist-ghc/build/XmobarTest/XmobarTest-tmp/Xmobar/Plugins/Monitors/Alsa.o )
[17 of 18] Compiling Xmobar.Plugins.Monitors.AlsaSpec ( test/Xmobar/Plugins/Monitors/AlsaSpec.hs, dist-ghc/build/XmobarTest/XmobarTest-tmp/Xmobar/Plugins/Monitors/AlsaSpec.o )

test/Xmobar/Plugins/Monitors/AlsaSpec.hs:161:9: warning: [GHC-62161] [-Wincomplete-uni-patterns]
    Pattern match(es) are non-exhaustive
    In a lambda abstraction:
        Patterns of type ‘Maybe Handle’, ‘Maybe Handle’, ‘Maybe Handle’,
                         ‘ProcessHandle’ not matched:
            Nothing _ _ _
    |
161 |       $ \(Just h) _ _ _ -> do
    |         ^^^^^^^^^^^^^^^^^^^^^...
[18 of 18] Compiling Main             ( test/Spec.hs, dist-ghc/build/XmobarTest/XmobarTest-tmp/Main.o )
[19 of 19] Linking dist-ghc/build/XmobarTest/XmobarTest
Preprocessing executable 'xmobar' for xmobar-0.48.1..
Building executable 'xmobar' for xmobar-0.48.1..
[1 of 1] Compiling Main             ( app/Main.hs, dist-ghc/build/xmobar/xmobar-tmp/Main.o )
[2 of 2] Linking dist-ghc/build/xmobar/xmobar
touch build-ghc-stamp
perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
	-E 'check_recipe'
Running dh_listpackages
xmobar
Running 1 test suites...
Test suite XmobarTest: RUNNING...

Xmobar.Plugins.Monitors.Alsa
  Alsa.getWaitMonitor
    produces the expected timeline (using a fake alsactl) [✔]
  Alsa.parseOptsIncludingMonitorArgs
    works with empty args [✔]
    parses --alsactl=foo [✔]
Xmobar.Plugins.Monitors.Common
  Common.padString
    returns given string when called with default values [✔]
    truncates to max width [✔]
    truncates to max width and concatenate with ellipsis [✔]
    does not pad empty strings [✔]
Xmobar.Plugins.Monitors.Cpu
  CPU Spec
    works with total template [✔]
    works with bar template [✔]
    works with no icon pattern template [✔]
    works with icon pattern template [✔]
    works with other parameters in template [✔]

Finished in 0.7682 seconds
12 examples, 0 failures
Test suite XmobarTest: PASS
Test suite logged to: dist-ghc/test/xmobar-0.48.1-XmobarTest.log
1 of 1 test suites (1 of 1 test cases) passed.
touch check-ghc-stamp
Adding cdbs dependencies to debian/xmobar.substvars
dh_installdirs -pxmobar \
	
dh_haskell_description --package=xmobar
Running grep-dctrl --no-field-names --show-field=Description --field=Source --regex .* debian/control
Running grep-dctrl --no-field-names --show-field=X-Description --field=Source --regex .* debian/control
dh_haskell_compiler --package=xmobar
Running dpkg-query --showformat=${Version} --show ghc
9.6.6-3
dh_installdocs -pxmobar 
dh_installexamples -pxmobar 
dh_installman -pxmobar 
dh_installinfo -pxmobar 
dh_installmenu -pxmobar 
dh_installcron -pxmobar 
dh_systemd_enable -pxmobar 
dh_installinit -pxmobar 
dh_installdebconf -pxmobar 
dh_installemacsen -pxmobar 
dh_installcatalogs -pxmobar 
dh_installpam -pxmobar 
dh_installlogrotate -pxmobar 
dh_installlogcheck -pxmobar 
dh_installchangelogs -pxmobar 
dh_installudev -pxmobar 
dh_lintian -pxmobar 
dh_bugfiles -pxmobar 
dh_install -pxmobar 
dh_systemd_start -pxmobar 
dh_link -pxmobar 
dh_buildinfo -pxmobar 
dh_installmime -pxmobar 
dh_installgsettings -pxmobar 
dh_strip -pxmobar  --no-automatic-dbgsym
dh_strip_nondeterminism -pxmobar 
dh_compress -pxmobar -X .haddock -X .hs -X .txt
dh_fixperms -pxmobar 
dh_makeshlibs -pxmobar -XlibHS 
dh_installdeb -pxmobar 
dh_perl -pxmobar 
dh_shlibdeps -pxmobar -- --ignore-missing-info
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/xmobar/usr/bin/xmobar was not linked against libpng16.so.16 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/xmobar/usr/bin/xmobar was not linked against libharfbuzz.so.0 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/xmobar/usr/bin/xmobar was not linked against libXft.so.2 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/xmobar/usr/bin/xmobar was not linked against libXext.so.6 (it uses none of the library's symbols)
dh_gencontrol -pxmobar  
dpkg-gencontrol: warning: Depends field of package xmobar: substitution variable ${haskell:Depends} used, but is not defined
dpkg-gencontrol: warning: Recommends field of package xmobar: substitution variable ${haskell:Recommends} used, but is not defined
dpkg-gencontrol: warning: Suggests field of package xmobar: substitution variable ${haskell:Suggests} used, but is not defined
dpkg-gencontrol: warning: Conflicts field of package xmobar: substitution variable ${haskell:Conflicts} used, but is not defined
dpkg-gencontrol: warning: Provides field of package xmobar: substitution variable ${haskell:Provides} used, but is not defined
dpkg-gencontrol: warning: package xmobar: substitution variable ${haskell:ghc-version} unused, but is defined
# only call dh_scour for packages in main
if grep -q '^Component:[[:space:]]*main' /CurrentlyBuilding 2>/dev/null; then dh_scour -pxmobar ; fi
dh_md5sums -pxmobar 
dh_builddeb -pxmobar 
dpkg-deb: building package 'xmobar' in '../xmobar_0.48.1-1_arm64.deb'.
 dpkg-genbuildinfo --build=binary -O../xmobar_0.48.1-1_arm64.buildinfo
 dpkg-genchanges --build=binary -O../xmobar_0.48.1-1_arm64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build .
dpkg-buildpackage: info: binary-only upload (no source included)
--------------------------------------------------------------------------------
Build finished at 2024-11-18T21:16:32Z

Finished
--------

I: Built successfully

+------------------------------------------------------------------------------+
| Changes                                                                      |
+------------------------------------------------------------------------------+


xmobar_0.48.1-1_arm64.changes:
------------------------------

Format: 1.8
Date: Fri, 11 Oct 2024 20:16:53 +0300
Source: xmobar
Binary: xmobar
Architecture: arm64
Version: 0.48.1-1
Distribution: sid
Urgency: medium
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Changed-By: Ilias Tsitsimpis <iliastsi@debian.org>
Description:
 xmobar     - lightweight status bar for X11 window managers
Changes:
 xmobar (0.48.1-1) unstable; urgency=medium
 .
   * Declare compliance with Debian policy 4.7.0
   * New upstream release
Checksums-Sha1:
 b1a1b0724593164368b413aa5f03ca7c992adb46 15564 xmobar_0.48.1-1_arm64.buildinfo
 c8c8cb1c6ab130ca715da1500b1e300b79b55f46 6770112 xmobar_0.48.1-1_arm64.deb
Checksums-Sha256:
 06c618aa4a06357d7497bbb4d14e85996a6ccde8bb5cd5c822007f230ce29940 15564 xmobar_0.48.1-1_arm64.buildinfo
 eabb5919b845de6efec07fa45de4a8cc7da11f91f3dab86619f76cfdce604a9d 6770112 xmobar_0.48.1-1_arm64.deb
Files:
 2609f3f38fa684bf409d40203395592d 15564 x11 optional xmobar_0.48.1-1_arm64.buildinfo
 66be6f5963496819819a55aebf5f2fa4 6770112 x11 optional xmobar_0.48.1-1_arm64.deb

+------------------------------------------------------------------------------+
| Buildinfo                                                                    |
+------------------------------------------------------------------------------+

Format: 1.0
Source: xmobar
Binary: xmobar
Architecture: arm64
Version: 0.48.1-1
Checksums-Md5:
 66be6f5963496819819a55aebf5f2fa4 6770112 xmobar_0.48.1-1_arm64.deb
Checksums-Sha1:
 c8c8cb1c6ab130ca715da1500b1e300b79b55f46 6770112 xmobar_0.48.1-1_arm64.deb
Checksums-Sha256:
 eabb5919b845de6efec07fa45de4a8cc7da11f91f3dab86619f76cfdce604a9d 6770112 xmobar_0.48.1-1_arm64.deb
Build-Origin: Debian
Build-Architecture: arm64
Build-Date: Mon, 18 Nov 2024 21:16:31 +0000
Build-Path: /<<PKGBUILDDIR>>
Build-Tainted-By:
 merged-usr-via-aliased-dirs
Installed-Build-Depends:
 autoconf (= 2.72-3),
 automake (= 1:1.16.5-1.3),
 autopoint (= 0.22.5-2),
 autotools-dev (= 20220109.1),
 base-files (= 13.5),
 base-passwd (= 3.6.5),
 bash (= 5.2.32-1+b2),
 binutils (= 2.43.1-5),
 binutils-aarch64-linux-gnu (= 2.43.1-5),
 binutils-common (= 2.43.1-5),
 bsdextrautils (= 2.40.2-11),
 bsdutils (= 1:2.40.2-11),
 build-essential (= 12.12),
 bzip2 (= 1.0.8-6),
 cdbs (= 0.4.166),
 coreutils (= 9.5-1+b1),
 cpp (= 4:14.2.0-1),
 cpp-14 (= 14.2.0-8),
 cpp-14-aarch64-linux-gnu (= 14.2.0-8),
 cpp-aarch64-linux-gnu (= 4:14.2.0-1),
 dash (= 0.5.12-9+b1),
 dctrl-tools (= 2.24-3+b1),
 debconf (= 1.5.87),
 debhelper (= 13.20),
 debianutils (= 5.21),
 dh-autoreconf (= 20),
 dh-buildinfo (= 0.11+nmu3),
 dh-strip-nondeterminism (= 1.14.0-1),
 diffutils (= 1:3.10-1+b1),
 dpkg (= 1.22.12~1.gbp82cafd),
 dpkg-dev (= 1.22.12~1.gbp82cafd),
 dwz (= 0.15-1+b1),
 file (= 1:5.45-3+b1),
 findutils (= 4.10.0-3),
 fontconfig (= 2.15.0-1.1+b1),
 fontconfig-config (= 2.15.0-1.1+b1),
 fonts-dejavu-core (= 2.37-8),
 fonts-dejavu-mono (= 2.37-8),
 g++ (= 4:14.2.0-1),
 g++-14 (= 14.2.0-8),
 g++-14-aarch64-linux-gnu (= 14.2.0-8),
 g++-aarch64-linux-gnu (= 4:14.2.0-1),
 gcc (= 4:14.2.0-1),
 gcc-14 (= 14.2.0-8),
 gcc-14-aarch64-linux-gnu (= 14.2.0-8),
 gcc-14-base (= 14.2.0-8),
 gcc-aarch64-linux-gnu (= 4:14.2.0-1),
 gettext (= 0.22.5-2),
 gettext-base (= 0.22.5-2),
 ghc (= 9.6.6-3),
 gir1.2-freedesktop (= 1.82.0-2),
 gir1.2-freedesktop-dev (= 1.82.0-2),
 gir1.2-glib-2.0 (= 2.82.2-3),
 gir1.2-glib-2.0-dev (= 2.82.2-3),
 gir1.2-harfbuzz-0.0 (= 10.0.1-1),
 gir1.2-pango-1.0 (= 1.54.0+ds-3),
 girepository-tools (= 2.82.2-3),
 grep (= 3.11-4+b1),
 groff-base (= 1.23.0-5),
 gzip (= 1.12-1.1+b1),
 haskell-devscripts-minimal (= 0.16.33),
 hostname (= 3.25),
 hspec-discover (= 2.11.9-1),
 html-xml-utils (= 7.7-1.1+b2),
 icu-devtools (= 72.1-5+b1),
 init-system-helpers (= 1.67),
 intltool-debian (= 0.35.0+20060710.6),
 libacl1 (= 2.3.2-2+b1),
 libarchive-zip-perl (= 1.68-1),
 libasan8 (= 14.2.0-8),
 libasound2-data (= 1.2.12-1),
 libasound2-dev (= 1.2.12-1+b1),
 libasound2t64 (= 1.2.12-1+b1),
 libatomic1 (= 14.2.0-8),
 libattr1 (= 1:2.5.2-2),
 libaudit-common (= 1:4.0.2-2),
 libaudit1 (= 1:4.0.2-2),
 libb-hooks-op-check-perl (= 0.22-3+b2),
 libbinutils (= 2.43.1-5),
 libblkid-dev (= 2.40.2-11),
 libblkid1 (= 2.40.2-11),
 libbrotli-dev (= 1.1.0-2+b6),
 libbrotli1 (= 1.1.0-2+b6),
 libbsd-dev (= 0.12.2-2),
 libbsd0 (= 0.12.2-2),
 libbz2-1.0 (= 1.0.8-6),
 libbz2-dev (= 1.0.8-6),
 libc-bin (= 2.40-3),
 libc-dev-bin (= 2.40-3),
 libc6 (= 2.40-3),
 libc6-dev (= 2.40-3),
 libcairo-gobject2 (= 1.18.2-2),
 libcairo-script-interpreter2 (= 1.18.2-2),
 libcairo2 (= 1.18.2-2),
 libcairo2-dev (= 1.18.2-2),
 libcap-ng0 (= 0.8.5-3+b1),
 libcap2 (= 1:2.66-5+b1),
 libcc1-0 (= 14.2.0-8),
 libcom-err2 (= 1.47.1-1+b1),
 libconst-fast-perl (= 0.014-2),
 libcrypt-dev (= 1:4.4.36-5),
 libcrypt1 (= 1:4.4.36-5),
 libctf-nobfd0 (= 2.43.1-5),
 libctf0 (= 2.43.1-5),
 libcurl3t64-gnutls (= 8.11.0-1),
 libdata-optlist-perl (= 0.114-1),
 libdatrie-dev (= 0.2.13-3+b1),
 libdatrie1 (= 0.2.13-3+b1),
 libdb5.3t64 (= 5.3.28+dfsg2-9),
 libdebconfclient0 (= 0.273),
 libdebhelper-perl (= 13.20),
 libdevel-callchecker-perl (= 0.009-1+b1),
 libdevel-confess-perl (= 0.009004-4),
 libdpkg-perl (= 1.22.12~1.gbp82cafd),
 libdynaloader-functions-perl (= 0.004-1),
 libelf1t64 (= 0.192-4),
 libexpat1 (= 2.6.4-1),
 libexpat1-dev (= 2.6.4-1),
 libffi-dev (= 3.4.6-1),
 libffi8 (= 3.4.6-1),
 libfile-stripnondeterminism-perl (= 1.14.0-1),
 libfontconfig-dev (= 2.15.0-1.1+b1),
 libfontconfig1 (= 2.15.0-1.1+b1),
 libfreetype-dev (= 2.13.3+dfsg-1),
 libfreetype6 (= 2.13.3+dfsg-1),
 libfribidi-dev (= 1.0.15-1),
 libfribidi0 (= 1.0.15-1),
 libgcc-14-dev (= 14.2.0-8),
 libgcc-s1 (= 14.2.0-8),
 libgdbm-compat4t64 (= 1.24-2),
 libgdbm6t64 (= 1.24-2),
 libghc-adjunctions-dev (= 4.4.2-3),
 libghc-aeson-dev (= 2.1.2.1-6),
 libghc-alsa-core-dev (= 0.5.0.1-9),
 libghc-alsa-mixer-dev (= 0.3.0.1-1),
 libghc-ansi-terminal-dev (= 1.0.2-1),
 libghc-ansi-terminal-types-dev (= 0.11.5-3),
 libghc-appar-dev (= 0.1.8-5),
 libghc-asn1-encoding-dev (= 0.9.6-4),
 libghc-asn1-parse-dev (= 0.9.5-5),
 libghc-asn1-types-dev (= 0.3.4-4),
 libghc-assoc-dev (= 1.1.1-1),
 libghc-async-dev (= 2.2.5-1),
 libghc-attoparsec-aeson-dev (= 2.1.0.0-3),
 libghc-attoparsec-dev (= 0.14.4-4),
 libghc-base-compat-batteries-dev (= 0.13.1-1),
 libghc-base-compat-dev (= 0.13.1-1),
 libghc-base-orphans-dev (= 0.9.2-1),
 libghc-base64-bytestring-dev (= 1.2.1.0-3),
 libghc-basement-dev (= 0.0.16-3),
 libghc-bifunctors-dev (= 5.6.2-1),
 libghc-bitvec-dev (= 1.1.5.0-4),
 libghc-blaze-builder-dev (= 0.4.2.3-2),
 libghc-blaze-html-dev (= 0.9.2.0-1),
 libghc-blaze-markup-dev (= 0.8.3.0-2),
 libghc-byteorder-dev (= 1.0.4-13),
 libghc-cairo-dev (= 0.13.11.0-1),
 libghc-call-stack-dev (= 0.4.0-3),
 libghc-case-insensitive-dev (= 1.2.1.0-5),
 libghc-cereal-dev (= 0.5.8.3-3),
 libghc-clock-dev (= 0.8.4-2),
 libghc-colour-dev (= 2.3.6-3),
 libghc-comonad-dev (= 5.0.8-3),
 libghc-conduit-dev (= 1.3.6-1+b1),
 libghc-conduit-extra-dev (= 1.3.6-3+b1),
 libghc-contravariant-dev (= 1.5.5-3),
 libghc-cookie-dev (= 0.4.6-2+b1),
 libghc-crypton-connection-dev (= 0.3.2-2+b1),
 libghc-crypton-dev (= 0.34-1),
 libghc-crypton-x509-dev (= 1.7.7-1),
 libghc-crypton-x509-store-dev (= 1.6.9-3),
 libghc-crypton-x509-system-dev (= 1.6.7-3),
 libghc-crypton-x509-validation-dev (= 1.6.12-3+b1),
 libghc-data-default-class-dev (= 0.1.2.2-1),
 libghc-data-fix-dev (= 0.3.4-1),
 libghc-dbus-dev (= 1.3.3-1+b2),
 libghc-distributive-dev (= 0.6.2.1-3),
 libghc-dlist-dev (= 1.0-4),
 libghc-extensible-exceptions-dev (= 0.1.1.4-14),
 libghc-extra-dev (= 1.7.16-1),
 libghc-free-dev (= 5.2-1),
 libghc-glib-dev (= 0.13.11.0-1),
 libghc-hashable-dev (= 1.4.4.0-1),
 libghc-haskell-lexer-dev (= 1.1.1-2),
 libghc-hinotify-dev (= 0.4.1-3),
 libghc-hourglass-dev (= 0.2.12-7),
 libghc-hspec-core-dev (= 2.11.9-1),
 libghc-hspec-dev (= 2.11.9-2),
 libghc-hspec-expectations-dev (= 0.8.4-1),
 libghc-http-client-dev (= 0.7.17-2+b1),
 libghc-http-client-tls-dev (= 0.3.6.3-1+b1),
 libghc-http-conduit-dev (= 2.3.9-1+b1),
 libghc-http-types-dev (= 0.12.4-1),
 libghc-hunit-dev (= 1.6.2.0-3),
 libghc-indexed-traversable-dev (= 0.1.4-1),
 libghc-indexed-traversable-instances-dev (= 0.1.2-1),
 libghc-integer-logarithms-dev (= 1.0.3.1-4),
 libghc-invariant-dev (= 0.6.3-1),
 libghc-iproute-dev (= 1.7.14-1),
 libghc-kan-extensions-dev (= 5.2.6-1),
 libghc-lens-dev (= 5.2.3-2+b1),
 libghc-memory-dev (= 0.18.0-4),
 libghc-mime-types-dev (= 0.1.2.0-1),
 libghc-mono-traversable-dev (= 1.0.20.0-1),
 libghc-network-dev (= 3.1.4.0-2),
 libghc-network-uri-dev (= 2.6.4.2-2),
 libghc-old-locale-dev (= 1.0.0.7-12),
 libghc-old-time-dev (= 1.1.0.4-1),
 libghc-onetuple-dev (= 0.4.2-1),
 libghc-os-string-dev (= 2.0.6-2),
 libghc-pango-dev (= 0.13.11.0-1),
 libghc-parallel-dev (= 3.2.2.0-6),
 libghc-parsec-numbers-dev (= 0.1.0-6),
 libghc-pem-dev (= 0.2.4-6),
 libghc-primitive-dev (= 0.8.0.0-2),
 libghc-profunctors-dev (= 5.6.2-3),
 libghc-quickcheck-io-dev (= 0.2.0-7),
 libghc-quickcheck2-dev (= 2.14.3-2),
 libghc-random-dev (= 1.2.1.2-1),
 libghc-reflection-dev (= 2.1.8-2),
 libghc-regex-base-dev (= 0.94.0.2-3),
 libghc-regex-compat-dev (= 0.95.2.1-3),
 libghc-regex-posix-dev (= 0.96.0.1-3),
 libghc-resourcet-dev (= 1.3.0-1),
 libghc-scientific-dev (= 0.3.7.0-3),
 libghc-semialign-dev (= 1.3.1-1),
 libghc-semigroupoids-dev (= 6.0.1-1),
 libghc-semigroups-dev (= 0.20-3),
 libghc-socks-dev (= 0.6.1-4),
 libghc-split-dev (= 0.2.5-1),
 libghc-splitmix-dev (= 0.1.0.5-2),
 libghc-statevar-dev (= 1.2.2-3),
 libghc-streaming-commons-dev (= 0.2.2.6-2),
 libghc-strict-dev (= 0.5-2),
 libghc-tagged-dev (= 0.8.8-1),
 libghc-temporary-dev (= 1.3-5),
 libghc-text-short-dev (= 0.1.6-1),
 libghc-tf-random-dev (= 0.5-13),
 libghc-th-abstraction-dev (= 0.5.0.0-1),
 libghc-th-compat-dev (= 0.1.5-1),
 libghc-th-lift-dev (= 0.8.4-2),
 libghc-these-dev (= 1.2.1-1),
 libghc-time-compat-dev (= 1.9.6.1-3),
 libghc-tls-dev (= 1.8.0-1+b1),
 libghc-transformers-base-dev (= 0.4.6-3),
 libghc-transformers-compat-dev (= 0.7.2-2),
 libghc-typed-process-dev (= 0.2.12.0-1),
 libghc-unix-time-dev (= 0.4.15-1),
 libghc-unliftio-core-dev (= 0.2.1.0-2),
 libghc-unordered-containers-dev (= 0.2.20-3),
 libghc-utf8-string-dev (= 1.0.2-3),
 libghc-uuid-types-dev (= 1.0.5.1-2),
 libghc-vector-algorithms-dev (= 0.9.0.2-1),
 libghc-vector-dev (= 0.13.1.0-2),
 libghc-vector-stream-dev (= 0.1.0.1-1),
 libghc-void-dev (= 0.7.3-5),
 libghc-witherable-dev (= 0.4.2-4),
 libghc-x11-dev (= 1.10.3-3+b1),
 libghc-x11-xft-dev (= 0.3.4-4+b1),
 libghc-xml-conduit-dev (= 1.9.1.3-2+b1),
 libghc-xml-types-dev (= 0.3.8-4),
 libghc-zlib-dev (= 0.6.3.0-3),
 libgio-2.0-dev (= 2.82.2-3),
 libgio-2.0-dev-bin (= 2.82.2-3),
 libgirepository-2.0-0 (= 2.82.2-3),
 libglib2.0-0t64 (= 2.82.2-3),
 libglib2.0-bin (= 2.82.2-3),
 libglib2.0-data (= 2.82.2-3),
 libglib2.0-dev (= 2.82.2-3),
 libglib2.0-dev-bin (= 2.82.2-3),
 libgmp-dev (= 2:6.3.0+dfsg-2+b2),
 libgmp10 (= 2:6.3.0+dfsg-2+b2),
 libgmpxx4ldbl (= 2:6.3.0+dfsg-2+b2),
 libgnutls30t64 (= 3.8.8-2),
 libgomp1 (= 14.2.0-8),
 libgprofng0 (= 2.43.1-5),
 libgraphite2-3 (= 1.3.14-2+b1),
 libgraphite2-dev (= 1.3.14-2+b1),
 libgssapi-krb5-2 (= 1.21.3-3),
 libharfbuzz-cairo0 (= 10.0.1-1),
 libharfbuzz-dev (= 10.0.1-1),
 libharfbuzz-gobject0 (= 10.0.1-1),
 libharfbuzz-icu0 (= 10.0.1-1),
 libharfbuzz-subset0 (= 10.0.1-1),
 libharfbuzz0b (= 10.0.1-1),
 libhogweed6t64 (= 3.10-1+b1),
 libhwasan0 (= 14.2.0-8),
 libice-dev (= 2:1.1.1-1),
 libice6 (= 2:1.1.1-1),
 libicu-dev (= 72.1-5+b1),
 libicu72 (= 72.1-5+b1),
 libidn2-0 (= 2.3.7-2+b1),
 libipc-run3-perl (= 0.049-1),
 libisl23 (= 0.27-1),
 libitm1 (= 14.2.0-8),
 libjansson4 (= 2.14-2+b3),
 libk5crypto3 (= 1.21.3-3),
 libkeyutils1 (= 1.6.3-4),
 libkrb5-3 (= 1.21.3-3),
 libkrb5support0 (= 1.21.3-3),
 libldap-2.5-0 (= 2.5.18+dfsg-3+b1),
 liblist-someutils-perl (= 0.59-1),
 liblsan0 (= 14.2.0-8),
 liblzma5 (= 5.6.3-1+b1),
 liblzo2-2 (= 2.10-3+b1),
 libmagic-mgc (= 1:5.45-3+b1),
 libmagic1t64 (= 1:5.45-3+b1),
 libmd-dev (= 1.1.0-2+b1),
 libmd0 (= 1.1.0-2+b1),
 libmodule-implementation-perl (= 0.09-2),
 libmodule-runtime-perl (= 0.016-2),
 libmount-dev (= 2.40.2-11),
 libmount1 (= 2.40.2-11),
 libmpc3 (= 1.3.1-1+b3),
 libmpfr6 (= 4.2.1-1+b2),
 libncurses-dev (= 6.5-2+b1),
 libncurses6 (= 6.5-2+b1),
 libncursesw6 (= 6.5-2+b1),
 libnettle8t64 (= 3.10-1+b1),
 libnghttp2-14 (= 1.64.0-1),
 libnghttp3-9 (= 1.4.0-1+b1),
 libngtcp2-16 (= 1.6.0-1),
 libngtcp2-crypto-gnutls8 (= 1.6.0-1),
 libnsl2 (= 1.3.0-3+b3),
 libnuma-dev (= 2.0.18-1+b1),
 libnuma1 (= 2.0.18-1+b1),
 libp11-kit0 (= 0.25.5-2+b1),
 libpam-modules (= 1.5.3-7+b1),
 libpam-modules-bin (= 1.5.3-7+b1),
 libpam-runtime (= 1.5.3-7),
 libpam0g (= 1.5.3-7+b1),
 libpango-1.0-0 (= 1.54.0+ds-3),
 libpango1.0-dev (= 1.54.0+ds-3),
 libpangocairo-1.0-0 (= 1.54.0+ds-3),
 libpangoft2-1.0-0 (= 1.54.0+ds-3),
 libpangoxft-1.0-0 (= 1.54.0+ds-3),
 libparams-classify-perl (= 0.015-2+b4),
 libparams-util-perl (= 1.102-3+b1),
 libpath-tiny-perl (= 0.146-1),
 libpcre2-16-0 (= 10.44-4),
 libpcre2-32-0 (= 10.44-4),
 libpcre2-8-0 (= 10.44-4),
 libpcre2-dev (= 10.44-4),
 libpcre2-posix3 (= 10.44-4),
 libperl5.40 (= 5.40.0-7),
 libpipeline1 (= 1.5.8-1),
 libpixman-1-0 (= 0.44.0-3),
 libpixman-1-dev (= 0.44.0-3),
 libpkgconf3 (= 1.8.1-4),
 libpng-dev (= 1.6.44-2),
 libpng16-16t64 (= 1.6.44-2),
 libpsl5t64 (= 0.21.2-1.1+b1),
 libpython3-stdlib (= 3.12.7-1),
 libpython3.12-minimal (= 3.12.7-3),
 libpython3.12-stdlib (= 3.12.7-3),
 libreadline8t64 (= 8.2-5),
 librtmp1 (= 2.4+20151223.gitfa8646d.1-2+b5),
 libsasl2-2 (= 2.1.28+dfsg1-8),
 libsasl2-modules-db (= 2.1.28+dfsg1-8),
 libseccomp2 (= 2.5.5-1+b3),
 libselinux1 (= 3.7-3+b1),
 libselinux1-dev (= 3.7-3+b1),
 libsepol-dev (= 3.7-1),
 libsepol2 (= 3.7-1),
 libsframe1 (= 2.43.1-5),
 libsm-dev (= 2:1.2.4-1),
 libsm6 (= 2:1.2.4-1),
 libsmartcols1 (= 2.40.2-11),
 libsqlite3-0 (= 3.46.1-1),
 libssh2-1t64 (= 1.11.1-1),
 libssl3t64 (= 3.3.2-2),
 libstdc++-14-dev (= 14.2.0-8),
 libstdc++6 (= 14.2.0-8),
 libsub-exporter-perl (= 0.990-1),
 libsub-exporter-progressive-perl (= 0.001013-3),
 libsub-install-perl (= 0.929-1),
 libsysprof-capture-4-dev (= 47.0-2),
 libsystemd0 (= 257~rc2-3),
 libtasn1-6 (= 4.19.0-3+b3),
 libthai-data (= 0.1.29-2),
 libthai-dev (= 0.1.29-2+b1),
 libthai0 (= 0.1.29-2+b1),
 libtimedate-perl (= 2.3300-2),
 libtinfo6 (= 6.5-2+b1),
 libtirpc-common (= 1.3.4+ds-1.3),
 libtirpc3t64 (= 1.3.4+ds-1.3+b1),
 libtool (= 2.4.7-8),
 libtry-tiny-perl (= 0.32-1),
 libtsan2 (= 14.2.0-8),
 libubsan1 (= 14.2.0-8),
 libuchardet0 (= 0.0.8-1+b2),
 libudev1 (= 257~rc2-3),
 libunicode-utf8-perl (= 0.62-2+b3),
 libunistring5 (= 1.2-1+b1),
 libuuid1 (= 2.40.2-11),
 libx11-6 (= 2:1.8.10-2),
 libx11-data (= 2:1.8.10-2),
 libx11-dev (= 2:1.8.10-2),
 libxau-dev (= 1:1.0.11-1),
 libxau6 (= 1:1.0.11-1),
 libxcb-render0 (= 1.17.0-2+b1),
 libxcb-render0-dev (= 1.17.0-2+b1),
 libxcb-shm0 (= 1.17.0-2+b1),
 libxcb-shm0-dev (= 1.17.0-2+b1),
 libxcb1 (= 1.17.0-2+b1),
 libxcb1-dev (= 1.17.0-2+b1),
 libxdmcp-dev (= 1:1.1.2-3+b2),
 libxdmcp6 (= 1:1.1.2-3+b2),
 libxext-dev (= 2:1.3.4-1+b2),
 libxext6 (= 2:1.3.4-1+b2),
 libxft-dev (= 2.3.6-1+b2),
 libxft2 (= 2.3.6-1+b2),
 libxinerama-dev (= 2:1.1.4-3+b2),
 libxinerama1 (= 2:1.1.4-3+b2),
 libxml2 (= 2.12.7+dfsg+really2.9.14-0.2+b1),
 libxpm-dev (= 1:3.5.17-1+b2),
 libxpm4 (= 1:3.5.17-1+b2),
 libxrandr-dev (= 2:1.5.4-1+b1),
 libxrandr2 (= 2:1.5.4-1+b1),
 libxrender-dev (= 1:0.9.10-1.1+b2),
 libxrender1 (= 1:0.9.10-1.1+b2),
 libxss-dev (= 1:1.2.3-1+b2),
 libxss1 (= 1:1.2.3-1+b2),
 libxt-dev (= 1:1.2.1-1.2+b1),
 libxt6t64 (= 1:1.2.1-1.2+b1),
 libzstd1 (= 1.5.6+dfsg-1+b1),
 linux-libc-dev (= 6.11.9-1),
 m4 (= 1.4.19-4),
 make (= 4.3-4.1+b1),
 man-db (= 2.13.0-1),
 mawk (= 1.3.4.20240905-1),
 media-types (= 10.1.0),
 native-architecture (= 0.2.3),
 ncurses-base (= 6.5-2),
 ncurses-bin (= 6.5-2+b1),
 netbase (= 6.4),
 openssl-provider-legacy (= 3.3.2-2),
 pango1.0-tools (= 1.54.0+ds-3),
 patch (= 2.7.6-7+b1),
 perl (= 5.40.0-7),
 perl-base (= 5.40.0-7),
 perl-modules-5.40 (= 5.40.0-7),
 pkgconf (= 1.8.1-4),
 pkgconf-bin (= 1.8.1-4),
 po-debconf (= 1.0.21+nmu1),
 python3 (= 3.12.7-1),
 python3-minimal (= 3.12.7-1),
 python3-packaging (= 24.2-1),
 python3-scour (= 0.38.2-5),
 python3.12 (= 3.12.7-3),
 python3.12-minimal (= 3.12.7-3),
 readline-common (= 8.2-5),
 rpcsvc-proto (= 1.4.3-1+b1),
 scour (= 0.38.2-5),
 sed (= 4.9-2+b1),
 sensible-utils (= 0.0.24),
 sysvinit-utils (= 3.11-1),
 tar (= 1.35+dfsg-3+b1),
 tzdata (= 2024b-3),
 util-linux (= 2.40.2-11),
 uuid-dev (= 2.40.2-11),
 x11-common (= 1:7.7+23.1),
 x11proto-dev (= 2024.1-1),
 xorg-sgml-doctools (= 1:1.11-1.1),
 xtrans-dev (= 1.4.0-1),
 xz-utils (= 5.6.3-1+b1),
 zlib1g (= 1:1.3.dfsg+really1.3.1-1+b1),
 zlib1g-dev (= 1:1.3.dfsg+really1.3.1-1+b1)
Environment:
 DEB_BUILD_OPTIONS="parallel=4"
 LANG="C.UTF-8"
 LC_ALL="C.UTF-8"
 SOURCE_DATE_EPOCH="1728667013"


+------------------------------------------------------------------------------+
| Package contents                                                             |
+------------------------------------------------------------------------------+


xmobar_0.48.1-1_arm64.deb
-------------------------

 new Debian package, version 2.0.
 size 6770112 bytes: control archive=1244 bytes.
    1108 bytes,    16 lines      control
     764 bytes,    11 lines      md5sums
 Package: xmobar
 Version: 0.48.1-1
 Architecture: arm64
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
 Installed-Size: 51665
 Depends: libasound2t64 (>= 1.0.16), libc6 (>= 2.38), libcairo2 (>= 1.15.10), libffi8 (>= 3.4), libglib2.0-0t64 (>= 2.12.0), libgmp10 (>= 2:6.3.0+dfsg), libharfbuzz0b (>= 0.6.0), libnuma1 (>= 2.0.11), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libpng16-16t64 (>= 1.6.2), libx11-6, libxext6, libxft2 (>> 2.1.1), libxinerama1 (>= 2:1.1.4), libxpm4, libxrandr2 (>= 2:1.5.0), libxrender1, libxss1, zlib1g (>= 1:1.1.4)
 Suggests: xmonad
 Section: x11
 Priority: optional
 Homepage: https://codeberg.org/xmobar/xmobar
 Description: lightweight status bar for X11 window managers
  xmobar is a lightweight text-based status bar for X11 desktops written in
  Haskell and designed to work with (but not limited to) xmonad. It has a
  variety of plugins allowing the display of system-related data and an
  extensible architecture that makes it easy to write one's own plugins. xmobar
  supports displaying UTF-8 text and using TrueType fonts via Xft.

drwxr-xr-x root/root         0 2024-10-11 17:16 ./
drwxr-xr-x root/root         0 2024-10-11 17:16 ./usr/
drwxr-xr-x root/root         0 2024-10-11 17:16 ./usr/bin/
-rwxr-xr-x root/root  52852880 2024-10-11 17:16 ./usr/bin/xmobar
drwxr-xr-x root/root         0 2024-10-11 17:16 ./usr/share/
drwxr-xr-x root/root         0 2024-10-11 17:16 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-10-11 17:16 ./usr/share/doc/xmobar/
-rw-r--r-- root/root       619 2024-09-27 15:18 ./usr/share/doc/xmobar/README.Debian
-rw-r--r-- root/root      7099 2024-10-11 17:16 ./usr/share/doc/xmobar/buildinfo_arm64.gz
-rw-r--r-- root/root       968 2024-10-11 17:16 ./usr/share/doc/xmobar/changelog.Debian.gz
-rw-r--r-- root/root     12374 2001-09-09 01:46 ./usr/share/doc/xmobar/changelog.gz
-rw-r--r-- root/root      4433 2024-10-11 17:16 ./usr/share/doc/xmobar/copyright
drwxr-xr-x root/root         0 2024-10-11 17:16 ./usr/share/doc/xmobar/examples/
-rw-r--r-- root/root      1722 2001-09-09 01:46 ./usr/share/doc/xmobar/examples/xmobar.config
-rw-r--r-- root/root      1126 2001-09-09 01:46 ./usr/share/doc/xmobar/examples/xmonadpropwrite.hs
-rw-r--r-- root/root      3907 2001-09-09 01:46 ./usr/share/doc/xmobar/readme.org.gz
drwxr-xr-x root/root         0 2024-10-11 17:16 ./usr/share/lintian/
drwxr-xr-x root/root         0 2024-10-11 17:16 ./usr/share/lintian/overrides/
-rw-r--r-- root/root        81 2024-09-27 15:18 ./usr/share/lintian/overrides/xmobar
drwxr-xr-x root/root         0 2024-10-11 17:16 ./usr/share/man/
drwxr-xr-x root/root         0 2024-10-11 17:16 ./usr/share/man/man1/
-rw-r--r-- root/root      1807 2024-10-11 17:16 ./usr/share/man/man1/xmobar.1.gz


lintian
-------


Setup apt archive
-----------------

Merged Build-Depends: lintian
Filtered Build-Depends: lintian
dpkg-deb: warning: root directory has unusual owner or group 998:999.
Hint: either pass --root-owner-group, see dpkg-build-api(7) or add an explicit 'Rules-Requires-Root: no' in debian/control.
dpkg-deb: warning: ignoring 1 warning about the control file(s)
dpkg-deb: building package 'sbuild-build-depends-lintian-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-lintian-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [615 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [1979 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [1984 B]
Fetched 4578 B in 0s (412 kB/s)
Reading package lists...
Get:1 file:/<<BUILDDIR>>/resolver-J3Wu3m/apt_archive ./ InRelease
Ign:1 file:/<<BUILDDIR>>/resolver-J3Wu3m/apt_archive ./ InRelease
Get:2 file:/<<BUILDDIR>>/resolver-J3Wu3m/apt_archive ./ Release [606 B]
Get:2 file:/<<BUILDDIR>>/resolver-J3Wu3m/apt_archive ./ Release [606 B]
Get:3 file:/<<BUILDDIR>>/resolver-J3Wu3m/apt_archive ./ Release.gpg
Ign:3 file:/<<BUILDDIR>>/resolver-J3Wu3m/apt_archive ./ Release.gpg
Reading package lists...
Reading package lists...

Install lintian build dependencies (apt-based resolver)
-------------------------------------------------------

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  sbuild-build-depends-lintian-dummy
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 856 B of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-lintian-dummy 0.invalid.0 [856 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 856 B in 0s (0 B/s)
Selecting previously unselected package sbuild-build-depends-lintian-dummy.
(Reading database ... 37471 files and directories currently installed.)
Preparing to unpack .../sbuild-build-depends-lintian-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-lintian-dummy (0.invalid.0) ...
Setting up sbuild-build-depends-lintian-dummy (0.invalid.0) ...
Running lintian...
W: xmobar changes: distribution-and-changes-mismatch sid unstable
W: xmobar: hardening-no-pie [usr/bin/xmobar]
W: xmobar source: no-nmu-in-changelog [debian/changelog:1]
W: xmobar source: source-nmu-has-incorrect-version-number 0.48.1-1 [debian/changelog:1]
W: xmobar source: superfluous-file-pattern examples/xmonadpropwrite.hs [debian/copyright:16]
W: xmobar source: superfluous-file-pattern src/Xmobar/X11/Actions.hs [debian/copyright:21]

I: Lintian run was successful.

+------------------------------------------------------------------------------+
| Post Build                                                                   |
+------------------------------------------------------------------------------+


+------------------------------------------------------------------------------+
| Cleanup                                                                      |
+------------------------------------------------------------------------------+

Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use

+------------------------------------------------------------------------------+
| Summary                                                                      |
+------------------------------------------------------------------------------+

Build Architecture: arm64
Build Type: binary
Build-Space: 291640
Build-Time: 94
Distribution: sid
Host Architecture: arm64
Install-Time: 57
Job: /tmp/debusine-fetch-exec-upload-bfmmz8o3/xmobar_0.48.1-1.dsc
Lintian: warn
Machine Architecture: arm64
Package: xmobar
Package-Time: 186
Source-Version: 0.48.1-1
Space: 291640
Status: successful
Version: 0.48.1-1
--------------------------------------------------------------------------------
Finished at 2024-11-18T21:16:32Z
Build needed 00:03:06, 291640k disk space

Relations

Relation Direction Type Name
relates-to Source package xmobar_0.48.1-1
relates-to Binary package dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dpkg_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dselect-dbgsym_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dselect_1.22.12~1.gbp82cafd_arm64
relates-to Binary package libdpkg-dev_1.22.12~1.gbp82cafd_arm64
relates-to Binary package dpkg-dev_1.22.12~1.gbp82cafd_all
relates-to Binary package libdpkg-perl_1.22.12~1.gbp82cafd_all
relates-to Binary package xmobar_0.48.1-1_arm64
relates-to Binary packages xmobar_0.48.1-1

build log System build a package - 5 days, 1 hour ago 0 minutes
BETA